.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,249,228;--color-primary-1:254,236,166;--color-primary-2:252,216,77;--color-primary-3:126,108,39;--color-primary-4:38,32,12;--color-secondary-0:222,223,223;--color-secondary-1:144,147,148;--color-secondary-2:33,39,40;--color-secondary-3:17,20,20;--color-secondary-4:5,6,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:#fffbf6;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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.41); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.41); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { 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; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);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.87573125rem;font-style:normal;text-align:center;text-align-last:center;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:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),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:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),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(var(--color-tertiary-4),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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-4),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:45.625rem;top:29.625rem;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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-tertiary-4),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:45.625rem;top:29.625rem;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; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),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; }
#gVpM3I7aO60ZhN6BXCAT6CaPp4PWRoBZ { color:rgba(var(--color-primary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:9.0625rem;left:3.5625rem;height:7.9479375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rV7cPCTMn9qnuv67cP9CUGMUqfQdiu6T { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:17.75rem;left:3.5625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RODymO7K4E7ANf9iTORZz7eG8am572pv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.9375rem;left:3.5625rem;height:3.57495rem;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; }
#U862kmJo1Aaewy5peoOcxgyQT59RP6l2 { color:rgba(var(--color-primary-2),1);display:block;width:11.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5625rem;font-weight:700;z-index:15027;line-height:.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.75rem;left:12.5rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEoNfubnHsdzQUgxg72O1JH6g7OXb6ym { color:rgba(var(--color-tertiary-0),1);display:block;width:12.374875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.875rem;left:3.5625rem;height:2.11230625rem;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; }
#Momz2iwAT6AoZHkJqwr8mOt1lgtVqGaV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:32.3125rem;left:3.5625rem;height:5.3994125rem;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; }
#O3clmQGVTA4iVTW2FAfQfwPtHqGIFX0i { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:35.625rem;left:15.9375rem;height:1.4245625rem;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; }
#MDXoRkJds1hqUPCMvMPcleJPVZ2k6lZo { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:35rem;left:19.8125rem;height:2.69970625rem;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; }
#u8NDkoQ9uH5SIHVeGfJm8Sk4qs2FsUOL { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:38.8125rem;left:3.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moTzZ1f4M0sRZvTTZQ5vkeozQdGrireT { color:rgba(var(--color-primary-2),1);display:block;width:18.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.9375rem;left:21.625rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3ablvMNXENXTxT1vANvPf14tul8H6yi { color:rgba(var(--color-primary-2),1);display:block;width:18.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.0625rem;left:21.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgSv7qz3olbDI8lg8kng6ef4qnVboHVA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:42.25rem;left:3.5625rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5M5P7uZfp3DMTKeWKsi7Nb0ogTKdXcb { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);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:48.875rem;left:3.5625rem;display:block; }
#K7euW2PpLEsQozhOUr5c5KMmNqrdXKUS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:49.6875rem;left:4.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX { 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; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container { background-color: transparent; background-image: none; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container > .video-iframe-container { display: none; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row > .video-iframe-container { display: none; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .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); }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container { border-width: 0; border-radius: 0; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#H6TqKHvuR5E4RVB6nqXrWcbwCTMfFnwa { color:rgba(var(--color-secondary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.75rem;left:38.5rem;height:19.24480625rem;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; }
#P8TIn5MzMSIG16NRQJrgHq4WFrGai0ZW { color:rgba(var(--color-secondary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#M5HpgT0uQz1nDkmi3IBQ4iXedpTpxRr2 { z-index:15003;top:31.8125rem;left:38.5rem;background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#KpRCFsfNmwRxFlCorG9z78LhTQLimAsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxlM5hvtF6DGNsiyZu3PR1Bt9sLmLHZp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);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; }
#nkLJzOuHQR8Btsfh2JJFxUqFQx8T8HVi { 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.5rem;width:34.5rem;top:0.74609375rem;left:3.3736991882324rem;overflow:hidden;display:block; }
#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { background-color: transparent; background-image: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container > .video-iframe-container { display: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container { display: none; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .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); }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { border-width: 0; border-radius: 0; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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.3854125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rT6dHH0IJxlfbzl6oJyBwOdvS8wpUTfs { 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; }
#WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Ah4mQM9NzlaPHathPsA9pnB6fhlskSIx { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#lhTePl7l7EB6AM97XZ87zXD9GrMPScun { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hBJRJd6imuMxG1pqxhSxZCRE3to1Xr6m { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#dJixeTelg5R0Tqw0byxXcr5JcAMPxo9h { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#oQdlV8sBClbTSM5EhUyKxw8cJMg22iEs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#uJTXO27I0BkJ30CJyePGhm583mlquzFS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:59.875rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llf1XJhPyzSBO1k6Qvk9DdGv2IWd2iTL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0625rem;left:59.875rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sverKIBmClvqWAgpWT01rskDKnZTQmJb { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5625rem;left:59.875rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A22CQD5i2zn9Q5xMU35f8Pzrl1oaZdXD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:59.875rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qgi0IJUTtqrT3vGJqeMZAqBWhX14TOBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:59.9375rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PU0q6QO9IR9CLTRSH8BH9FObevc8Swmg { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23rem;left:59.875rem;height:1.29958125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { position:absolute;display:block;z-index:15010;height:28.25rem;width:50.8125rem;top:1.28125rem;left:1.3125rem;display:block; }
#bMeDprBcgf95LiHifUNOoMt7HelikcST { 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; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container { background-color: transparent; background-image: none; }#bMeDprBcgf95LiHifUNOoMt7HelikcST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container > .video-iframe-container { display: none; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row > .video-iframe-container { display: none; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .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); }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container { border-width: 0; border-radius: 0; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#Byzbtyw4IUbta0RqFMDnzMZGtbSrRmP8 { color:rgba(var(--color-secondary-2),1);display:block;width:46.558625rem;position:absolute;font-family:var(--headlines-font-family);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.7619625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vrqu6NMcCd01kQ23PPZmSmOMpfSrSRcC { 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; }
#nCTFS7EIvGSVLiraMdTi6x1UOKIOppnX { 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; }
#fmBu5fzCVWsCcTQipO6biHiob0wD5boU { 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; }
#xGCItzJy6PQxKOg2Xp632ptvMFQFzC9I { z-index:15004;top:30.125001907349rem;left:28.437503814698rem;background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#cAskOrgVIMlWtSTTfb6hvRwT7WEk5Sku { 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:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:32.3125rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5624966621399rem;left:0rem;height:2.68114375rem;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:8.875rem;left:7.0625rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:2.625rem;height:2.59915625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:5.19791875rem;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:8.5625rem;left:25rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:20.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:19.125rem;height:7.796875rem;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:8.9375rem;left:44.5625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.1875rem;left:38.75rem;height:2.59915625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:39.25rem;height:5.19791875rem;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:8.96875rem;left:63.125rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.125rem;left:57.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.1875rem;left:56.875rem;height:9.09635625rem;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:30.5625rem;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:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:0rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);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; }
#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:55.9375rem;height:5.52083125rem;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.9375rem;width:75rem;position:relative;display:block; }#Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { color:rgba(var(--color-secondary-2),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:2.380859375rem;left:7.90625rem;height:2.47504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { z-index:15002;top:5.54296875rem;left:26.750003814698rem;background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.875rem;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:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:10.6875rem;width:75rem;position:relative;display:block; }#zlbbdhJONF4tcwqveaQpAfntPXTVVh32 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.25rem;left:22.125rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUr3TTlpvfyl6CkKuZdTChKhATf2heFE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.25rem;left:25.0625rem;height:2.09985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6TGOTstJlsax2rDiNIUT1FV8NOKwQrg { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:2.0625rem;left:21.5rem;height:2.09985625rem;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:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8369140625rem;left:22.375rem;height:1.13745rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:9.625rem;left:30.1875rem;width:17.5625rem;height:7.5972188975062rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:24.8125rem;left:27.75rem;width:20rem;height:4.875rem;font-size:0.9375rem;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.625rem;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.625rem;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) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:22.125rem;left:16.8125rem;width:30.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVpM3I7aO60ZhN6BXCAT6CaPp4PWRoBZ { top:9.0625rem;left:0rem;width:21.9375rem;height:7.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV7cPCTMn9qnuv67cP9CUGMUqfQdiu6T { top:17.75rem;left:0rem;width:27.1875rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RODymO7K4E7ANf9iTORZz7eG8am572pv { top:23.9375rem;left:0rem;width:12.375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U862kmJo1Aaewy5peoOcxgyQT59RP6l2 { top:24.75rem;left:0rem;width:11.9375rem;height:3.75rem;font-size:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEoNfubnHsdzQUgxg72O1JH6g7OXb6ym { top:26.875rem;left:0rem;width:12.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Momz2iwAT6AoZHkJqwr8mOt1lgtVqGaV { top:32.3125rem;left:0rem;width:26.5rem;height:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3clmQGVTA4iVTW2FAfQfwPtHqGIFX0i { top:35.625rem;left:2.3125rem;width:4.3125rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDXoRkJds1hqUPCMvMPcleJPVZ2k6lZo { top:35rem;left:6.1875rem;width:26.5rem;height:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8NDkoQ9uH5SIHVeGfJm8Sk4qs2FsUOL { top:38.8125rem;left:0rem;width:30.9375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTzZ1f4M0sRZvTTZQ5vkeozQdGrireT { top:23.9375rem;left:8rem;width:18.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3ablvMNXENXTxT1vANvPf14tul8H6yi { top:27.0625rem;left:8rem;width:18.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgSv7qz3olbDI8lg8kng6ef4qnVboHVA { top:42.25rem;left:0rem;width:22.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5M5P7uZfp3DMTKeWKsi7Nb0ogTKdXcb { top:48.875rem;left:0rem;width:23.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7euW2PpLEsQozhOUr5c5KMmNqrdXKUS { top:49.6875rem;left:0rem;width:27.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX { display:block; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6TqKHvuR5E4RVB6nqXrWcbwCTMfFnwa { top:8.75rem;left:13rem;width:34.75rem;height:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8TIn5MzMSIG16NRQJrgHq4WFrGai0ZW { 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) { #M5HpgT0uQz1nDkmi3IBQ4iXedpTpxRr2 { top:31.8125rem;left:24.875rem;width:20.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpRCFsfNmwRxFlCorG9z78LhTQLimAsg { display:block; }
 }@media only screen and (max-width: 763px) { #KxlM5hvtF6DGNsiyZu3PR1Bt9sLmLHZp { top:7.5625rem;left:13.75rem;width:34rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkLJzOuHQR8Btsfh2JJFxUqFQx8T8HVi { top:0.6875rem;left:0rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { display:block; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { 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) { #rT6dHH0IJxlfbzl6oJyBwOdvS8wpUTfs { top:3.0625rem;left:30.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { width:4.9375rem;height:1.5rem;top:10.4375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4mQM9NzlaPHathPsA9pnB6fhlskSIx { width:5.625rem;height:1.5rem;top:12.9375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTePl7l7EB6AM97XZ87zXD9GrMPScun { width:5.625rem;height:1.5rem;top:15.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJRJd6imuMxG1pqxhSxZCRE3to1Xr6m { width:5.625rem;height:1.5rem;top:17.9375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJixeTelg5R0Tqw0byxXcr5JcAMPxo9h { width:5.625rem;height:1.5rem;top:20.4375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQdlV8sBClbTSM5EhUyKxw8cJMg22iEs { width:5.625rem;height:1.5rem;top:23.0625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTXO27I0BkJ30CJyePGhm583mlquzFS { width:12.9375rem;height:1.25rem;top:10.5625rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llf1XJhPyzSBO1k6Qvk9DdGv2IWd2iTL { width:12.4375rem;height:1.25rem;top:13.0625rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sverKIBmClvqWAgpWT01rskDKnZTQmJb { width:13rem;height:1.25rem;top:15.5625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A22CQD5i2zn9Q5xMU35f8Pzrl1oaZdXD { width:13.6875rem;height:1.25rem;top:18.0625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgi0IJUTtqrT3vGJqeMZAqBWhX14TOBJ { width:13.125rem;height:1.25rem;top:20.5625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0q6QO9IR9CLTRSH8BH9FObevc8Swmg { width:13rem;height:1.25rem;top:23rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { top:1.25rem;left:0rem;width:47.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeDprBcgf95LiHifUNOoMt7HelikcST { display:block; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Byzbtyw4IUbta0RqFMDnzMZGtbSrRmP8 { top:1.0625rem;left:0rem;width:46.5rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrqu6NMcCd01kQ23PPZmSmOMpfSrSRcC { top:5.0625rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTFS7EIvGSVLiraMdTi6x1UOKIOppnX { top:5.0625rem;left:11.6875rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBu5fzCVWsCcTQipO6biHiob0wD5boU { top:5.0625rem;left:23.25rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGCItzJy6PQxKOg2Xp632ptvMFQFzC9I { top:30.125rem;left:14.812503814698rem;width:20.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAskOrgVIMlWtSTTfb6hvRwT7WEk5Sku { 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:2.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:8.875rem;left:3.65625rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:15.125rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:20.1875rem;left:0rem;width:18.1875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:8.5625rem;left:14.78125rem;width:6.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:15.1875rem;left:8.6875rem;width:15.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:20.1875rem;left:6.375rem;width:17.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:8.9375rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:15.1875rem;left:19.5rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:20.1875rem;left:21.125rem;width:14.6875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:8.9375rem;left:39.28125rem;width:5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:15.125rem;left:31.375rem;width:16.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:20.1875rem;left:30.75rem;width:17rem;height:10.375rem;font-size:0.875rem;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.6875rem;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) { #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.625rem;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.8125rem;left:28.6875rem;font-size:0.875rem;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:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:5.5rem;left:13.125003814698rem;width:21.5rem;height:3.875rem;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:7.25rem;left:8.5rem;width:32.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUr3TTlpvfyl6CkKuZdTChKhATf2heFE { top:4.25rem;left:11.4375rem;width:26.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6TGOTstJlsax2rDiNIUT1FV8NOKwQrg { top:2.0625rem;left:7.875rem;width:33.625rem;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.8125rem;left:8.7500038146975rem;width:31.8125rem;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) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.41); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:122.83986875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:11.4375rem;height:4.6875rem;top:2.2447917461395rem;left:4.2812502980232rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { 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) { #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; }
#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; }
#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:1.0625rem;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:37rem;left:0.75rem; }
#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:37rem;left:0.75rem; }
 }@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) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { 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) { #gVpM3I7aO60ZhN6BXCAT6CaPp4PWRoBZ { width:20rem;height:0;top:57.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rV7cPCTMn9qnuv67cP9CUGMUqfQdiu6T { width:20rem;height:0;top:66.5729375rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RODymO7K4E7ANf9iTORZz7eG8am572pv { width:12.375rem;height:0;top:71.721375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U862kmJo1Aaewy5peoOcxgyQT59RP6l2 { width:11.9375rem;height:0;top:79.907575rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEoNfubnHsdzQUgxg72O1JH6g7OXb6ym { width:12.3125rem;height:0;top:76.54559375rem;left:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Momz2iwAT6AoZHkJqwr8mOt1lgtVqGaV { width:20rem;height:0;top:92.63804375rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O3clmQGVTA4iVTW2FAfQfwPtHqGIFX0i { width:4.3125rem;height:0;top:99.28648125rem;left:7.8125rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MDXoRkJds1hqUPCMvMPcleJPVZ2k6lZo { width:20rem;height:0;top:101.9609625rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u8NDkoQ9uH5SIHVeGfJm8Sk4qs2FsUOL { width:20rem;height:0;top:105.91018125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTzZ1f4M0sRZvTTZQ5vkeozQdGrireT { width:18.625rem;height:0;top:84.938825rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3ablvMNXENXTxT1vANvPf14tul8H6yi { width:18.625rem;height:0;top:89.35679375rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgSv7qz3olbDI8lg8kng6ef4qnVboHVA { width:20rem;height:0;top:109.2721625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5M5P7uZfp3DMTKeWKsi7Nb0ogTKdXcb { width:20rem;height:3.5625rem;top:114.74611875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7euW2PpLEsQozhOUr5c5KMmNqrdXKUS { width:20rem;height:0;top:119.55861875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX { display:block; }#h5pHQ2Gk9gyXTz9yLO8xg1ta5M9VudPX > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6TqKHvuR5E4RVB6nqXrWcbwCTMfFnwa { 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) { #P8TIn5MzMSIG16NRQJrgHq4WFrGai0ZW { 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) { #M5HpgT0uQz1nDkmi3IBQ4iXedpTpxRr2 { top:40.8515625rem;left:2.6250000596046rem;width:14.7486875rem;height:2.3737rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpRCFsfNmwRxFlCorG9z78LhTQLimAsg { display:block; }
 }@media only screen and (max-width: 763px) { #KxlM5hvtF6DGNsiyZu3PR1Bt9sLmLHZp { width:19.0625rem;height:0.25rem;top:24.125rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkLJzOuHQR8Btsfh2JJFxUqFQx8T8HVi { width:20rem;height:20rem;top:0.18750095367432rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 { display:block; }#ckr4IxW7VCZEx2hJKf4BF1eruk00oHa2 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSs2SPyRWtBK7KIcfStexCx9gl0wWAZV { 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) { #rT6dHH0IJxlfbzl6oJyBwOdvS8wpUTfs { display:flex;width:4.24926875rem;height:4.24926875rem;top:0.68603515625rem;left:1.749267578125rem; }
 }@media only screen and (max-width: 763px) { #WNsgVGx8dUEQ94XlMw8COKruGQbGn63p { width:4.936525rem;height:1.2999125rem;top:24.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4mQM9NzlaPHathPsA9pnB6fhlskSIx { width:5.625rem;height:1.2999125rem;top:26.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTePl7l7EB6AM97XZ87zXD9GrMPScun { width:5.625rem;height:1.2999125rem;top:29.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJRJd6imuMxG1pqxhSxZCRE3to1Xr6m { width:5.625rem;height:1.2999125rem;top:32.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJixeTelg5R0Tqw0byxXcr5JcAMPxo9h { width:5.625rem;height:1.2999125rem;top:35.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQdlV8sBClbTSM5EhUyKxw8cJMg22iEs { width:5.625rem;height:1.2999125rem;top:37.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTXO27I0BkJ30CJyePGhm583mlquzFS { width:11.3125rem;height:1.2999125rem;top:24.375rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llf1XJhPyzSBO1k6Qvk9DdGv2IWd2iTL { width:11.5rem;height:1.2999125rem;top:26.9375rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sverKIBmClvqWAgpWT01rskDKnZTQmJb { width:10.0625rem;height:1.2999125rem;top:29.875rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A22CQD5i2zn9Q5xMU35f8Pzrl1oaZdXD { width:13.0625rem;height:1.2999125rem;top:32.5625rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgi0IJUTtqrT3vGJqeMZAqBWhX14TOBJ { width:11.875rem;height:1.2999125rem;top:35.1875rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0q6QO9IR9CLTRSH8BH9FObevc8Swmg { width:11.375rem;height:1.2999125rem;top:38.0625rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9BQDwvH670J7sacE8ms4vpzDIrS9Sud { width:19.187rem;height:17.56225rem;top:5.596923828125rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMeDprBcgf95LiHifUNOoMt7HelikcST { display:block; }#bMeDprBcgf95LiHifUNOoMt7HelikcST > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Byzbtyw4IUbta0RqFMDnzMZGtbSrRmP8 { width:17.934875rem;height:3.59895625rem;top:0.31250381469726rem;left:1.0312500596046rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vrqu6NMcCd01kQ23PPZmSmOMpfSrSRcC { width:18.8125rem;height:18.8125rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTFS7EIvGSVLiraMdTi6x1UOKIOppnX { width:18.9375rem;height:18.9375rem;top:23.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBu5fzCVWsCcTQipO6biHiob0wD5boU { width:18.9995625rem;height:18.9995625rem;top:43.436417579651rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGCItzJy6PQxKOg2Xp632ptvMFQFzC9I { top:62.9375038147rem;left:2.9062500596046rem;width:14.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAskOrgVIMlWtSTTfb6hvRwT7WEk5Sku { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.62890625rem;top:0.68359375rem;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:16.9375rem;height:5.68359375rem;top:12.82421875rem;left:1.5312500596046rem;font-size:0.875rem;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:17.125rem;height:6.8203125rem;top:24.38671875rem;left:1.4375000596046rem;font-size:0.875rem;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:4.546875rem;top:38.375rem;left:1.8125rem;font-size:0.875rem;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:14.8125rem;height:9.09375rem;top:51.660157442093rem;left:2.5937500596046rem;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:60.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9nTD62GiTyGCT7fEQtRolZJ24ma72PU { width:20rem;height:2.19270625rem;top:0.1250057220459rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8qUsryXZefbW8vNzcrvwppyUZBWv4JE { width:18.1875rem;height:18.1875rem;top:21.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIUIy6kr7AB2HJogG8mzy1GvtTGtKN1H { width:18.375rem;height:18.375rem;top:41.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTg1vLn1XuKFsbZCtTAAO6gvsom4mE9q { width:18.25rem;height:18.25rem;top:2.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 { display:block; }#OPGk6bXCv5H2Gu1GQF2RzvACISiODLu6 > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piLRAD6hcoSnllJB2x0PG4qIHqQkgG5L { width:20rem;height:4.2239625rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTvzXI8dRmw62Gc1PdzVzSdvCulaSXIG { height:10.875rem;width:20rem;top:8.7695331573488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySORV9FnC8pTVGWVmbFxVDXrpGsraE6 { width:14.0625rem;height:4.546875rem;top:4.22265625rem;left:2.9687500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Utml5gVtQpZLgtUXUhT2u6pckFUT7Vzy { width:16.749rem;height:4.94921875rem;top:0.837890625rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0VZy2hfVSvZqmPKG3F88KBmQgHAPCve { top:6.396484375rem;left:2.7802734375rem;width:14.4365rem;height:2.374025rem;font-size:0.9375rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlbbdhJONF4tcwqveaQpAfntPXTVVh32 { width:15.25rem;height:2.09895625rem;top:3.25rem;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:13.3125rem;height:1.04980625rem;top:2.25rem;left:3.375rem;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.224825rem;top:1rem;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.78645625rem;top:0.93017578125rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }