.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6bd9625-7c15-49d4-9602-ea47bb1b864e/SUPERBLOCK2.jpg");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; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.adaptive-delivery-prevent-bg, #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.lazyload, #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.lazyloading { background-image: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { background-color: transparent; background-image: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container > .video-iframe-container { display: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container { display: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .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); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { border-width: 0; border-radius: 0; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf::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; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#WFkOJXkefOu1vMIyDV7KENgzX1Row93k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.6236875rem;width:17.6236875rem;top:9.625rem;left:49.437503814698rem;overflow:hidden;display:block; }
#Ifwo0aI1FprVnv1rSXOPs5A1JZmSPrvW { color:#fdfeff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.833333969116rem;left:49.437503814698rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaTlMepXekQ2IR3TDcZPPEzssbvSxJ6p { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.41);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:29.9375rem;width:30.9375rem;top:22.125rem;left:43.5625rem;display:block; }
#NZIgrRTVLVLbAhDkBMENAAGwtyadiwn2 { color:#fcd84d;display:block;width:33.9986875rem;position:absolute;font-family:montserrat;font-size:11.875rem;font-weight:700;z-index:14998;line-height:.5;letter-spacing:0;top:27.53125rem;left:0.5625rem;height:5.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLI93OVINNbAHJZsiuASdsSmK5QTFRox { color:#fcd84d;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.759765625rem;left:19.3330078125rem;height:2.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VBiCDEF1CZ91hQZRmMGRt0C1fuOuPE5z { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:16.125rem;left:5.125rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#spCqaTSnWKwGWv5l2QQ6bsSOPw0CR2BW { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:20.1875rem;left:2.625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfVlxWvkm44z3TPvKPMcuXKHCW6yhDdn { position:absolute;display:block;z-index:15012;background-color:#fcd84d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.625rem;width:23.25rem;top:50.0625rem;left:3.25rem;display:block; }
#DyWWuVC706P3CRAlt0u7fAexZFOXRUMe { position:absolute;display:block;z-index:15010;background-color:#fcd84d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.625rem;width:22.3125rem;top:15.625rem;left:3.25rem;display:block; }
#lQpCmHhymgaEkw3X9x7TUbZAGubskbat { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:30.334636688233rem;left:2.9375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B4kwp0LrnMLVVCtH3yNWhdJkvsc8nnT0 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:36.37109375rem;left:2.9375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDzDQC3RyZ88Hs3uH1mmTlo3UqBhXGll { color:#ffffff;display:block;width:30.9986875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41.936199188233rem;left:2.9375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6k8GgGw3VJbNpZ4rfn0MleAQHoNKbZg { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:44.608074188233rem;left:3.25rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbuQdg3BJLsw63ZfnSNqZIe1zFy2Kum0 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.875rem;left:4.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:24rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:24rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:24rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:montserrat;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:24rem;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(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fcd84d;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;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#212728;width:24rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#000000;vertical-align:top;width:22.8125rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.187503814698rem;top:29.708335876465rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.187503814698rem;top:29.708335876465rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container { background-color: transparent; background-image: none; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container > .video-iframe-container { display: none; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row > .video-iframe-container { display: none; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .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); }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container { border-width: 0; border-radius: 0; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#ev9DOqUd4F6NUEhrThiTR6WET4CTSnDe { color:#212728;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.75rem;left:38.5rem;height:21.1728625rem;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; }
#yEOFwt1dCt0CSWqkXlQPF2u1ZhKeEaP3 { color:#212728;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:38.5rem;height:5.361975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdcUfamOU1Nxm3nC4QCTMyklLfVPN3tE { z-index:15003;top:31.8125rem;left:38.5rem;background-color:#fcd84d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aH8OZyFyTH4VyMCUKZnCov6K9wOOXeK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThLmi8UlrqiwsV0fnQpmSwfTUz2NVFtG { position:absolute;display:block;z-index:15005;background-color:#212728;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:34rem;top:7.5625rem;left:38.5rem;display:block; }
#w7qgLf5FpisR28gQTKmoLdHlVI01e5ZE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:34.5625rem;top:0.74609375rem;left:3.3736991882324rem;overflow:hidden;display:block; }
#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212728;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; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container { background-color: transparent; background-image: none; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container > .video-iframe-container { display: none; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row > .video-iframe-container { display: none; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .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); }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container { border-width: 0; border-radius: 0; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#RWBuFQ3LdPd85EOeyHxky04h4ozfv5Tt { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:57.3125rem;height:4.386725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LrFZWREWaTKGr4UaHgwFbJa3nQ1NgPW7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.0625rem;left:52rem; }
#grG2S2LKv74I1TN5hVFS4wTsn2piCUWh { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:53.4375rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U2e5xgnkUJB78QNpBns8LWMlnDVTFMq9 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:52.75rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HG4TkdTeQggiRbs7o8bQu7wPy6ihoETc { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:52.75rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lAZkKTnyQZg7zITxmZVTkbSBHgKzb7do { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.9375rem;left:52.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ro8L81OfKpnZUpowLeQHQTQp7bSdJUs7 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.4375rem;left:52.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SRRtgHfvOcDrrImT75aicUUVmQ3znTDC { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:52.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DCFyS3iQlRdVTqFMMe3A5U3alsnQ6I0h { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:59.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZgcTMsnagLfHRWUsdvTocz8itGTcvVm { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0625rem;left:59.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pwDKnoKlKBTT225J2Ue9VdgTvL8vPCQC { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:59.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQxOIM8sGQtHSzGa9aklrVxXOpSoBWtD { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:59.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ofio56S0xvBawX8Adptr07JPLpq5Jiku { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:59.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wUeLKNedigg7kohRf3baiDUHcxyGgwGA { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23rem;left:59.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ccBBEtEKeypuaN28LsUTA6KArA7D0Gnx { position:absolute;display:block;z-index:15010;height:28.25rem;width:50.8125rem;top:1.28125rem;left:1.3125rem;display:block; }
#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container { background-color: transparent; background-image: none; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container > .video-iframe-container { display: none; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row > .video-iframe-container { display: none; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .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); }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container { border-width: 0; border-radius: 0; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#WQ2UQvr5byGSHJBWfIuFFvQykxwA4whE { color:#212728;display:block;width:46.558625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:13.09375rem;height:2.76191875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKVWlbrBPULZFdEFnhJpzG1zd3TEG3Co { 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:24.5rem;width:24.5rem;top:5.0625rem;left:0.25rem;overflow:hidden;display:block; }
#hbcrBbtbDZIlGQU68pV71IPKhMiRsi7R { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;top:5.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#gGvl8UNxKld5z2PSAREnGQ8NZvux39Ha { position:absolute;display:block;z-index:15011;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:24.5rem;width:24.5rem;top:5.0625rem;left:50.3125rem;overflow:hidden;display:block; }
#muKgRNmduNWQ96S6zgHihPrNDxGdxTkt { z-index:15004;top:30.125001907349rem;left:28.437503814698rem;background-color:#fcd84d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MbPHtl8yupy5dP8u0hTdn0B9kwMGJTDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212728;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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5611934661865rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.75rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.6875rem;left:7.0625rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.375rem;left:25rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:20.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:19.125rem;height:9.098625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.75rem;left:44.5625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13rem;left:38.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18rem;left:39.25rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.8125rem;left:63.125rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.9375rem;left:57.4375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18rem;left:56.875rem;height:10.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OcGfOaD84nUIVn3iRNxbJbOLpTsoDzvV { color:#212728;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.7978515625rem;left:39.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNs0yt4FtTViqZ70sRz3JMrhJOSE5SF9 { color:#212728;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.25rem;left:21.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { position:relative;display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { background-color: transparent; background-image: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .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); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { border-width: 0; border-radius: 0; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;color:#212728;display:block; }
#G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.248046875rem;left:25.1875rem;overflow:hidden;display:block; }
#CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.248046875rem;left:49.75rem;overflow:hidden;display:block; }
#UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.248046875rem;left:0.875rem;overflow:hidden;display:block; }
#NvOdmK2qk5z2RMfGS9rubbbEobaRDsZf { z-index:15005;top:29.685546875rem;left:27.0625rem;background-color:#fcd84d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OUmxsK22HyykRb0CqT4nQvkLLtDy8iW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212728;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; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { background-color: transparent; background-image: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container > .video-iframe-container { display: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container { display: none; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .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); }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { border-width: 0; border-radius: 0; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:55.78125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.0625rem;width:54.5rem;top:1.3125rem;left:0.625rem;display:block; }
#kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:55.937501907349rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJd8SCSNZ2031Roy34cPpswGymCghqbd { color:#212728;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:55.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UgoO2CWcttZapEI88kTy4TKGkOgeuLV0 { color:#212728;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.625rem;left:55.9375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { color:#212728;display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:1.1875rem;left:7.9375rem;height:4.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { z-index:15002;top:6.9375rem;left:27.812503814698rem;background-color:#fcd84d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KECz3xh317gkBbzgktXS3n7JIH75SatH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212728;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; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container { background-color: transparent; background-image: none; }#KECz3xh317gkBbzgktXS3n7JIH75SatH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container > .video-iframe-container { display: none; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row > .video-iframe-container { display: none; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .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); }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container { border-width: 0; border-radius: 0; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#zlbbdhJONF4tcwqveaQpAfntPXTVVh32 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.0625rem;left:24.8125rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUr3TTlpvfyl6CkKuZdTChKhATf2heFE { color:#ffffff;display:block;width:34.249125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.5123710632324rem;left:20.130210876465rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6TGOTstJlsax2rDiNIUT1FV8NOKwQrg { color:#ffffff;display:block;width:33.624125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:1.4984817504882rem;left:20.686851501465rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212728;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:39rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.7109375rem;left:18.15625rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf { display:block; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFkOJXkefOu1vMIyDV7KENgzX1Row93k { top:9.625rem;left:30.1875rem;width:17.5625rem;height:7.5972188975062rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifwo0aI1FprVnv1rSXOPs5A1JZmSPrvW { top:24.8125rem;left:27.75rem;width:20rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaTlMepXekQ2IR3TDcZPPEzssbvSxJ6p { top:22.125rem;left:16.8125rem;width:30.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZIgrRTVLVLbAhDkBMENAAGwtyadiwn2 { top:27.5rem;left:0rem;width:33.9375rem;height:5.9375rem;font-size:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLI93OVINNbAHJZsiuASdsSmK5QTFRox { top:32.75rem;left:5.7080078125rem;width:11.25rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBiCDEF1CZ91hQZRmMGRt0C1fuOuPE5z { top:16.125rem;left:0rem;width:18.5625rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spCqaTSnWKwGWv5l2QQ6bsSOPw0CR2BW { top:20.1875rem;left:0rem;width:27.1875rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVlxWvkm44z3TPvKPMcuXKHCW6yhDdn { top:50.0625rem;left:0rem;width:23.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWWuVC706P3CRAlt0u7fAexZFOXRUMe { top:15.625rem;left:0rem;width:22.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQpCmHhymgaEkw3X9x7TUbZAGubskbat { top:30.3125rem;left:0rem;width:12.375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4kwp0LrnMLVVCtH3yNWhdJkvsc8nnT0 { top:36.3125rem;left:0rem;width:26.5625rem;height:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDzDQC3RyZ88Hs3uH1mmTlo3UqBhXGll { top:41.875rem;left:0rem;width:30.9375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6k8GgGw3VJbNpZ4rfn0MleAQHoNKbZg { top:44.5625rem;left:0rem;width:22.5625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuQdg3BJLsw63ZfnSNqZIe1zFy2Kum0 { top:50.875rem;left:0rem;width:27.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:24rem;height:auto;top:29.6875rem;left:21.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:24rem;height:auto;top:29.6875rem;left:21.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo { display:block; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev9DOqUd4F6NUEhrThiTR6WET4CTSnDe { top:8.75rem;left:13rem;width:34.75rem;height:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOFwt1dCt0CSWqkXlQPF2u1ZhKeEaP3 { top:1.4375rem;left:16.625rem;width:31.125rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcUfamOU1Nxm3nC4QCTMyklLfVPN3tE { top:31.8125rem;left:24.875rem;width:20.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH8OZyFyTH4VyMCUKZnCov6K9wOOXeK5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThLmi8UlrqiwsV0fnQpmSwfTUz2NVFtG { top:7.5625rem;left:13.75rem;width:34rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7qgLf5FpisR28gQTKmoLdHlVI01e5ZE { top:0.6875rem;left:0rem;width:34.5625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b { display:block; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWBuFQ3LdPd85EOeyHxky04h4ozfv5Tt { width:17.4375rem;height:4.375rem;top:3.6875rem;left:30.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFZWREWaTKGr4UaHgwFbJa3nQ1NgPW7 { top:3.0625rem;left:30.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grG2S2LKv74I1TN5hVFS4wTsn2piCUWh { width:4.9375rem;height:1.5rem;top:10.4375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2e5xgnkUJB78QNpBns8LWMlnDVTFMq9 { width:5.625rem;height:1.5rem;top:12.9375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG4TkdTeQggiRbs7o8bQu7wPy6ihoETc { width:5.625rem;height:1.5rem;top:15.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAZkKTnyQZg7zITxmZVTkbSBHgKzb7do { width:5.625rem;height:1.5rem;top:17.9375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro8L81OfKpnZUpowLeQHQTQp7bSdJUs7 { width:5.625rem;height:1.5rem;top:20.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRRtgHfvOcDrrImT75aicUUVmQ3znTDC { width:5.625rem;height:1.5rem;top:23.0625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFyS3iQlRdVTqFMMe3A5U3alsnQ6I0h { width:12.9375rem;height:1.25rem;top:10.5625rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZgcTMsnagLfHRWUsdvTocz8itGTcvVm { width:12.4375rem;height:1.25rem;top:13.0625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwDKnoKlKBTT225J2Ue9VdgTvL8vPCQC { width:13rem;height:1.25rem;top:15.5625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxOIM8sGQtHSzGa9aklrVxXOpSoBWtD { width:13.6875rem;height:1.25rem;top:18.0625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofio56S0xvBawX8Adptr07JPLpq5Jiku { width:13.125rem;height:1.25rem;top:20.5625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUeLKNedigg7kohRf3baiDUHcxyGgwGA { width:13rem;height:1.25rem;top:23rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBBEtEKeypuaN28LsUTA6KArA7D0Gnx { top:1.25rem;left:0rem;width:47.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvzGOtDPA3i3pirSHmasmenISXkRPsK3 { display:block; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQ2UQvr5byGSHJBWfIuFFvQykxwA4whE { top:1.0625rem;left:0rem;width:46.5rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKVWlbrBPULZFdEFnhJpzG1zd3TEG3Co { top:5.0625rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbcrBbtbDZIlGQU68pV71IPKhMiRsi7R { top:5.0625rem;left:11.6875rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvl8UNxKld5z2PSAREnGQ8NZvux39Ha { top:5.0625rem;left:23.25rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKgRNmduNWQ96S6zgHihPrNDxGdxTkt { top:30.125rem;left:14.812503814698rem;width:20.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbPHtl8yupy5dP8u0hTdn0B9kwMGJTDr { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:2.625rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:6.6875rem;left:3.65625rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:12.9375rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.9375rem;left:0rem;width:18.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:6.375rem;left:14.78125rem;width:6.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:13rem;left:8.6875rem;width:15.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:18rem;left:6.375rem;width:17.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:6.75rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:13rem;left:19.5rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:18rem;left:21.125rem;width:14.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:6.8125rem;left:39.28125rem;width:5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:12.9375rem;left:31.375rem;width:16.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:18rem;left:30.75rem;width:17rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGfOaD84nUIVn3iRNxbJbOLpTsoDzvV { top:25.75rem;left:20.625rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNs0yt4FtTViqZ70sRz3JMrhJOSE5SF9 { top:16.25rem;left:8.6875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { width:47.75rem;height:2.625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { width:24.125rem;height:24.125rem;top:5.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { width:24.125rem;height:24.125rem;top:5.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { width:24rem;height:24rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOdmK2qk5z2RMfGS9rubbbEobaRDsZf { top:29.625rem;left:13.4375rem;width:20.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUmxsK22HyykRb0CqT4nQvkLLtDy8iW2 { display:block; }
 }@media only screen and (max-width: 763px) { #OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { display:block; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { top:8.0625rem;left:30.25rem;width:17.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { top:1.3125rem;left:0rem;width:47.75rem;height:26.339162844037rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { width:17.1875rem;height:5.5rem;top:14.6875rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJd8SCSNZ2031Roy34cPpswGymCghqbd { width:17.1875rem;height:;top:22.125rem;left:30.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgoO2CWcttZapEI88kTy4TKGkOgeuLV0 { width:17.1875rem;height:1.375rem;top:26.625rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { top:1.1875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:6.9375rem;left:14.187503814698rem;width:19.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #KECz3xh317gkBbzgktXS3n7JIH75SatH { display:block; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlbbdhJONF4tcwqveaQpAfntPXTVVh32 { top:6rem;left:11.186786651611rem;width:25.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUr3TTlpvfyl6CkKuZdTChKhATf2heFE { top:3.5rem;left:6.505210876465rem;width:34.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6TGOTstJlsax2rDiNIUT1FV8NOKwQrg { top:1.4375rem;left:7.061851501465rem;width:33.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.6875rem;left:4.53125rem;width:39rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/248dd519-5815-4d66-9dcf-c113802fb83b/DJI_0951gradient.jpg");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;position:relative;z-index:auto;display:block; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.adaptive-delivery-prevent-bg, #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.lazyload, #BuMGROArUib3Ki5Mct3moKpw8Psmhmvf.lazyloading { background-image: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { background-color: transparent; background-image: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.41); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container > .video-iframe-container { display: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.41); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container { display: none; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .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); }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { border-width: 0; border-radius: 0; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf::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; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuMGROArUib3Ki5Mct3moKpw8Psmhmvf > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFkOJXkefOu1vMIyDV7KENgzX1Row93k { width:11.4375rem;height:4.6875rem;top:2.2447917461395rem;left:4.2812502980232rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ifwo0aI1FprVnv1rSXOPs5A1JZmSPrvW { width:14.6865rem;height:3.65625rem;top:33.625rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JaTlMepXekQ2IR3TDcZPPEzssbvSxJ6p { width:18.6875rem;height:23.625rem;top:32.5rem;left:0rem;background-color:rgba(0,0,0,0.22);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NZIgrRTVLVLbAhDkBMENAAGwtyadiwn2 { width:6.5625rem;height:5.46875rem;top:14.677083969116rem;left:6.2486980557442rem;font-size:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLI93OVINNbAHJZsiuASdsSmK5QTFRox { width:6.75rem;height:1.4619125rem;top:18.400390625rem;left:11.474609375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBiCDEF1CZ91hQZRmMGRt0C1fuOuPE5z { width:13.5rem;height:1.875rem;top:7.875rem;left:1.1236980557442rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spCqaTSnWKwGWv5l2QQ6bsSOPw0CR2BW { width:16rem;height:2.88671875rem;top:10.440104484558rem;left:0.95442706346512rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LfVlxWvkm44z3TPvKPMcuXKHCW6yhDdn { width:17.375rem;height:2.1875rem;top:30.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWWuVC706P3CRAlt0u7fAexZFOXRUMe { width:14.25rem;height:2.125rem;top:7.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQpCmHhymgaEkw3X9x7TUbZAGubskbat { width:7rem;height:4.38574375rem;top:14.014323234558rem;left:0.75000005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4kwp0LrnMLVVCtH3yNWhdJkvsc8nnT0 { width:16.75rem;height:2.88671875rem;top:21.75rem;left:1.2395833134651rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PDzDQC3RyZ88Hs3uH1mmTlo3UqBhXGll { width:16.875rem;height:1.4622375rem;top:25.1875rem;left:1.0924479365349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6k8GgGw3VJbNpZ4rfn0MleAQHoNKbZg { width:15.9375rem;height:2.92448125rem;top:27.1875rem;left:1.0169270634651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuQdg3BJLsw63ZfnSNqZIe1zFy2Kum0 { width:18.875rem;height:1.625rem;top:30.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:.9; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:35.8125rem;left:0.77994793653488rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:35.8125rem;left:0.77994793653488rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo { display:block; }#qOU2aRaS8a6ChiBRmo28sbekTr7kvVmo > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ev9DOqUd4F6NUEhrThiTR6WET4CTSnDe { width:18.5625rem;height:15.9140625rem;top:24.625rem;left:0.87500005960463rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yEOFwt1dCt0CSWqkXlQPF2u1ZhKeEaP3 { width:18.9375rem;height:3.25rem;top:20.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcUfamOU1Nxm3nC4QCTMyklLfVPN3tE { top:40.8515625rem;left:2.6250000596046rem;width:14.7486875rem;height:2.3737rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH8OZyFyTH4VyMCUKZnCov6K9wOOXeK5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThLmi8UlrqiwsV0fnQpmSwfTUz2NVFtG { width:19.0625rem;height:0.25rem;top:23.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7qgLf5FpisR28gQTKmoLdHlVI01e5ZE { width:20rem;height:20rem;top:0.18750095367432rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b { display:block; }#l2n4Uh4iqRJPFrPBSxB7v8GVZtT5x24b > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWBuFQ3LdPd85EOeyHxky04h4ozfv5Tt { width:16.93725rem;height:3.25rem;top:1.1865234375rem;left:3.062744140625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrFZWREWaTKGr4UaHgwFbJa3nQ1NgPW7 { display:flex;width:4.24926875rem;height:4.24926875rem;top:0.68603515625rem;left:1.749267578125rem; }
 }@media only screen and (max-width: 763px) { #grG2S2LKv74I1TN5hVFS4wTsn2piCUWh { width:4.936525rem;height:1.29980625rem;top:36.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2e5xgnkUJB78QNpBns8LWMlnDVTFMq9 { width:5.625rem;height:1.29980625rem;top:38.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG4TkdTeQggiRbs7o8bQu7wPy6ihoETc { width:5.625rem;height:1.29980625rem;top:41.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAZkKTnyQZg7zITxmZVTkbSBHgKzb7do { width:5.625rem;height:1.29980625rem;top:44.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro8L81OfKpnZUpowLeQHQTQp7bSdJUs7 { width:5.625rem;height:1.29980625rem;top:47.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRRtgHfvOcDrrImT75aicUUVmQ3znTDC { width:5.625rem;height:1.29980625rem;top:50.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCFyS3iQlRdVTqFMMe3A5U3alsnQ6I0h { width:11.3125rem;height:1.29980625rem;top:36.5rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZgcTMsnagLfHRWUsdvTocz8itGTcvVm { width:11.5rem;height:1.29980625rem;top:39.0625rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwDKnoKlKBTT225J2Ue9VdgTvL8vPCQC { width:10.0625rem;height:1.29980625rem;top:42rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQxOIM8sGQtHSzGa9aklrVxXOpSoBWtD { width:13.0625rem;height:1.29980625rem;top:44.6875rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofio56S0xvBawX8Adptr07JPLpq5Jiku { width:11.875rem;height:1.29980625rem;top:47.3125rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUeLKNedigg7kohRf3baiDUHcxyGgwGA { width:11.375rem;height:1.29980625rem;top:50.1875rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccBBEtEKeypuaN28LsUTA6KArA7D0Gnx { width:19.187rem;height:17.56225rem;top:5.596923828125rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvzGOtDPA3i3pirSHmasmenISXkRPsK3 { display:block; }#SvzGOtDPA3i3pirSHmasmenISXkRPsK3 > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQ2UQvr5byGSHJBWfIuFFvQykxwA4whE { width:17.934875rem;height:3.5996125rem;top:0.31250381469726rem;left:1.0312500596046rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sKVWlbrBPULZFdEFnhJpzG1zd3TEG3Co { width:18.8125rem;height:18.8125rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbcrBbtbDZIlGQU68pV71IPKhMiRsi7R { width:18.9375rem;height:18.9375rem;top:23.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvl8UNxKld5z2PSAREnGQ8NZvux39Ha { width:18.9995625rem;height:18.9995625rem;top:43.436417579651rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKgRNmduNWQ96S6zgHihPrNDxGdxTkt { top:62.9375038147rem;left:2.9062500596046rem;width:14.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbPHtl8yupy5dP8u0hTdn0B9kwMGJTDr { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.62890625rem;top:1.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:7rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:17.75rem;height:1.13671875rem;top:11.6875rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:14.125rem;height:4.87305rem;top:12.8125rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:18.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:20rem;height:1.13671875rem;top:23.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.75rem;height:5.84765625rem;top:24.5rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:31.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:11.9375rem;height:2.2734375rem;top:36.0625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:16.4375rem;height:3.8984375rem;top:38.375rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:43.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:17.75rem;height:3.41015625rem;top:48.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:17.06175rem;height:6.8222625rem;top:51.6875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcGfOaD84nUIVn3iRNxbJbOLpTsoDzvV { width:15.1875rem;height:1.13671875rem;top:47.4375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNs0yt4FtTViqZ70sRz3JMrhJOSE5SF9 { width:15.1875rem;height:1.13671875rem;top:6.064453125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { display:block; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr { background-color: transparent; background-image: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row > .video-iframe-container { display: none; }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .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); }#azI2DeZ017EBCl9eDRfhBIM8WeET8dgr > .row .container { width:20rem;height:64.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { width:16.5rem;height:3.4121125rem;top:0.31380176544189rem;left:1.7500000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { width:18.5rem;height:18.5rem;top:22.75rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { width:18.625rem;height:18.625rem;top:41.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { width:18.4375rem;height:18.4375rem;top:3.720703125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvOdmK2qk5z2RMfGS9rubbbEobaRDsZf { top:60.75rem;left:1.28125rem;width:17.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUmxsK22HyykRb0CqT4nQvkLLtDy8iW2 { display:block; }
 }@media only screen and (max-width: 763px) { #OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { display:block; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { width:20rem;height:3.25rem;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { height:10.875rem;width:20rem;top:8.603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { width:18.3125rem;height:3.16699375rem;top:5.2490234375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tJd8SCSNZ2031Roy34cPpswGymCghqbd { width:17.1875rem;height:0.89355625rem;top:0rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UgoO2CWcttZapEI88kTy4TKGkOgeuLV0 { width:17.1875rem;height:1.0559875rem;top:4.375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { width:18.5625rem;height:4.5rem;top:0.71224212646487rem;left:0.71875005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:5.24609375rem;left:2.7812500596046rem;width:14.4375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZQy7CCeBeJPsTUgR7BGsaATpvJI6Hx { display:block; }
 }@media only screen and (max-width: 763px) { #KECz3xh317gkBbzgktXS3n7JIH75SatH { display:block; }#KECz3xh317gkBbzgktXS3n7JIH75SatH > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlbbdhJONF4tcwqveaQpAfntPXTVVh32 { width:15.25rem;height:2.0996125rem;top:2.875rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUr3TTlpvfyl6CkKuZdTChKhATf2heFE { width:16.8125rem;height:1.04980625rem;top:1.82421875rem;left:1.59375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6TGOTstJlsax2rDiNIUT1FV8NOKwQrg { width:15.625rem;height:1.2246125rem;top:0.625rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:17.5rem;height:1.7871125rem;top:0.5546875rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }