.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,243,253;--color-primary-1:158,179,215;--color-primary-2:94,128,188;--color-primary-3:54,96,171;--color-primary-4:22,52,114;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--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:rgba(var(--color-tertiary-0),1);background-image:none;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); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6bc3a7e-de39-474b-a2ac-b3f6233c8e42/BEV_C03_6000_250701_.jpg");background-position:top 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; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.adaptive-delivery-prevent-bg, #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.lazyload, #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.lazyloading { background-image: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { background-color: transparent; background-image: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,18,18,0.48); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container > .video-iframe-container { display: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,18,18,0.48); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container { display: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .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); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { border-width: 0; border-radius: 0; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h::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; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;position:relative;display:block; }#BFau5V35wHCdvQ9ATpV2TEm1URQ6pni8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:16.5390625rem;left:48.78125rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exEwJQ3BPdlTxC3QCiyv8lMPoGrXoqLX { position:absolute;display:block;z-index:14999;background-color:rgba(7,7,7,0.58);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.95) ;height:26.124125rem;width:20.999375rem;top:15.4375rem;left:48.4375rem;display:block; }
#TXIz902WNoaDGLw3NOfsKhTNAeyzdAEG { position:absolute;display:block;z-index:15001;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:23.5rem;width:40.875rem;top:16.5390625rem;left:5.02099609375rem;overflow:hidden;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-3),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.0625rem;font-weight:bold;color:#000000;width:18.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.4375rem;top:20.8125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:48.4375rem;top:20.8125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny { position:relative;display:block; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny { background-color: transparent; background-image: none; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row .container > .video-iframe-container { display: none; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row > .video-iframe-container { display: none; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .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); }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny { border-width: 0; border-radius: 0; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .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; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.0625rem;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; }#J0ExMV7lO0xfTcNIETp7ZmsCHTN3VFol { position:absolute;display:block;z-index:15000;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:34.75rem;width:34.8125rem;top:0.36783856153488rem;left:1.3118486404419rem;overflow:hidden;display:block; }
#LwooWpQmE89fTUAw7XnGBFgbqMrkpEVK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4995651245118rem;left:38.687068939209rem;height:4.875rem;font-style:normal;display:block; }
#Hu3DRnITpOU2DldsULOtus44RVZUlkr5 { color:#163472;display:block;width:34.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5859375rem;left:38.6865234375rem;height:18rem;display:block; }
#K2aHmIDyBrvAqo3VS1RVUXIWirFlkfp0 { background-color:rgba(var(--color-secondary-3),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-0),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.93555rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.4375rem;left:38.6875rem;display:block; }
#tfmrzDxqf5yWPEippSgTlrxDQDNBa3xf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmnwDHc4PU2eKNbfet7uMJGsorbL4Mca { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),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.25rem;width:35rem;top:6.8125rem;left:38.6875rem;display:block; }
#mIhkvFt69d4tDWqhaKhzHOnCpuIztvTU { color:#163472;display:block;width:33.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:28.6875rem;left:38.6875rem;height:1.29980625rem;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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:23.75rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3220491409302rem;left:0rem;height:2.4375rem;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.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.625rem;left:5.9375rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.75rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:1.125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.625rem;left:19.3125rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.25rem;left:15.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.375rem;left:16.3125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.749025rem;width:4.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.625rem;left:32.875rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:29rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.4375rem;left:61.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.375rem;left:62.498699188233rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#GfHwwMQhrFvV2hTACcEggel8yrJFGXmp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.8120125rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.625rem;left:65.5625rem; }
#FiJ1ZsJkaOyOzNt6AKku1IsWBb8dSJta { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.5rem;left:28.6875rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#pfNfw6DhPcTItCcorPuXCGOZZRA3Iurh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.625rem;left:49.6875rem; }
#eM5RtePbgGCRy5CqkbpG2FfIW7VuDMfN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.0625rem;left:45.6875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pt6GgLNfy6voTOVt4fFUsuNmL6BDN1AZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.375rem;left:43.5625rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { position:relative;display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { background-color: transparent; background-image: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row > .video-iframe-container { display: none; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .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); }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { border-width: 0; border-radius: 0; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MZTzHMFICKTZ7ibLOg8pXSEBRHLowIwp { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1FQMhTmZDkqdXUyNNN7EXemC3RJ7PB5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:19.25rem;top:22.3125rem;left:51.75rem;overflow:hidden;display:block; }
#XeNNRFaH503w75HQFXZiNM5kEq876c5Q { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.5rem;top:22.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#yvq8N1ZAOUOIhzSsK7pXT4D1LPPsNT2v { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.062065124512rem;left:26.311848640442rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZUKOgikpHNNxclkZkd4bTPafBqb45GS { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.0625rem;left:26.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGpxpazC4X7aldk2z0XeP5Wb1QNbfLzn { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-primary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r55vdOs92F6aqoPQh7Say6uxe81VTTtO { color:rgba(var(--color-primary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.060985565186rem;left:2.5282135009766rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ja9cl8K57frHa2Qy08KpEhPrPeCCMSa5 { 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:10.8125rem;width:19.5rem;top:6.25rem;left:26.375rem;overflow:hidden;display:block; }
#WOK1E9Hw9puTGN0BlnOU1P1ZH0z6WVrd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:19.375rem;top:6.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#PZp8qgVecF0eE9Hpz7cinSaugnxszk5F { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.0625rem;top:6.5rem;left:2.875rem;overflow:hidden;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#Q2HIrx3QybSPHxsxwgGiunuK00TJoQW1 { position:absolute;display:block;z-index:15021;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:10.875rem;width:19.5rem;top:22.2802734375rem;left:2.5283203125rem;overflow:hidden;display:block; }
#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container { background-color: transparent; background-image: none; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container > .video-iframe-container { display: none; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row > .video-iframe-container { display: none; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .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); }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container { border-width: 0; border-radius: 0; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#F5OTrIyVsabEDhdkQWmw90wxaPdo861p { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6781682968139rem;left:43.822269439698rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbV71C1IilNCpnrdPP1ecV5VilH6vyOQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.4995625rem;width:38.311625rem;top:1.2478294372559rem;left:3.671875rem;display:block; }
#b70okznbHtH0CX7HWCNLnDeT35UqVFw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8943138122556rem;left:44.072269439698rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),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; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container { background-color: transparent; background-image: none; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container > .video-iframe-container { display: none; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row > .video-iframe-container { display: none; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .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); }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container { border-width: 0; border-radius: 0; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#xoIrzkCLIfOBUPTwdf3FQedxBiDh2tDO { color:rgba(var(--color-primary-4),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.4375rem;left:5.25rem;height:7.95703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t51P8qQgIasqvSMngdG72OQV8lSTHukT { color:rgba(var(--color-primary-4),1);display:block;width:14.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.25rem;height:7.95703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctNZU05c81CFdbAZdMtrNN2HdxWi3Pve { color:rgba(var(--color-primary-4),1);display:block;width:15.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:54.875rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qX28cObIV8OdsCDKmT4evksQvAaDs1Sq { position:absolute;display:block;z-index:15013;background-color:#fffffd;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:16.875rem;width:16.875rem;top:4.625rem;left:4.0625rem;display:block; }
#nqcLH9u6Ug5qMSpA4y86sNgTabzol5h0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:6.1875rem;left:10.9375rem; }
#wVp4pgzLFRyexpoJT8Zv30cW4QsEN0Od { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.3125rem;left:10.9375rem; }
#AvInHK0nTDZW1EuIQt0VxHOXsKe9kvmg { position:absolute;display:block;z-index:15014;background-color:#fffffd;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:16.875rem;width:16.875rem;top:4.6875rem;left:29.0625rem;display:block; }
#yKgCccVVFLJ5zD8KsPsBbeSkIWLuktAg { position:absolute;display:block;z-index:15015;background-color:#fffffd;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:16.875rem;width:16.875rem;top:4.625rem;left:54.0625rem;display:block; }
#EixqzltupXffECzoZLeF5ywqEPyfXxrJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.375rem;left:35.9375rem; }
#SVTsWayNUSlgnio3mMJc14fVFdZtkXSL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.1875rem;left:35.9375rem; }
#QTOxl0SDOEeK85TlTLEiQX94DpGWgIbm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.1875rem;left:60.9375rem; }
#TnCuT1zWa25bmyL4d36HEGgQM94JLM9V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.375rem;left:60.9375rem; }
#dsUlfpuM0rScUz0DAv6gmcF5Gv7KmGkv { color:rgba(var(--color-primary-4),1);display:block;width:23.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5505619049073rem;left:25.812718391419rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container { background-color: transparent; background-image: none; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container > .video-iframe-container { display: none; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row > .video-iframe-container { display: none; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .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); }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container { border-width: 0; border-radius: 0; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#iJBty5Na1cUE5TQ49noqizgfxml4LsQA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.748046875rem;left:20.312503814698rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SE6gip6CMX8i7RWeqaFneWHU0UCxdpGn { background-color:rgba(var(--color-secondary-3),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-0),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.186875rem;height:3.56228125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.9952278137206rem;left:28.406036376953rem;display:block; }
#FBthNmIGma4ca0eDB2GBgPRoZBv3GeQA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doRxpW9EgCttBwLtfsb9im3hHvR6OSX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9967460632324rem;left:17.156036376953rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container { background-color: transparent; background-image: none; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container > .video-iframe-container { display: none; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row > .video-iframe-container { display: none; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .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); }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container { border-width: 0; border-radius: 0; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#igZ1pIhAelrSD3h7uBQgXrF4R1pWb1KE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1235rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.1875rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iha6PAoiRtT6ZatbP7OKE0wP2E4BcfEt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:26.875rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSHuhDuCXfmBBNMmFqVBkxRXFU3o4eMV { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.9375rem;left:1.25rem;height:6.12305rem;font-style:normal;display:block; }
#HG7lu2zOtUOWtVTnPKbImtC6U8dnwnbO { position:absolute;display:block;z-index:15016;height:12.5rem;width:25.686875rem;top:1.3726119995118rem;left:47.149524688721rem;display:block; }
#tGeWsR1lwwonHiulsTT5ZrTQCq9mTVke { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:13.5625rem;top:-0.0703125rem;left:1.2500019073486rem;overflow:hidden;display:block; }
#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container { background-color: transparent; background-image: none; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container > .video-iframe-container { display: none; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row > .video-iframe-container { display: none; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .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); }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container { border-width: 0; border-radius: 0; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#zGanqTTGqL2rfnpFuPIrxVqgyxyZ4xxM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.712890625rem;left:20.875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h { display:block; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFau5V35wHCdvQ9ATpV2TEm1URQ6pni8 { top:16.5rem;left:27.5625rem;width:20.1875rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEwJQ3BPdlTxC3QCiyv8lMPoGrXoqLX { top:15.4375rem;left:26.8125rem;width:20.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXIz902WNoaDGLw3NOfsKhTNAeyzdAEG { top:16.5rem;left:0rem;width:40.875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.375rem;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:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.375rem;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:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:auto;top:20.8125rem;left:26.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:auto;top:20.8125rem;left:26.875rem; }
 }@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 #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 #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 #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) { #A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny { display:block; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0ExMV7lO0xfTcNIETp7ZmsCHTN3VFol { top:0.3125rem;left:0rem;width:34.8125rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwooWpQmE89fTUAw7XnGBFgbqMrkpEVK { top:1.4375rem;left:19.3125rem;width:28.4375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3DRnITpOU2DldsULOtus44RVZUlkr5 { top:7.5625rem;left:13.1875rem;width:34.5625rem;height:18rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2aHmIDyBrvAqo3VS1RVUXIWirFlkfp0 { width:15rem;height:2.875rem;top:30.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfmrzDxqf5yWPEippSgTlrxDQDNBa3xf { display:block; }
 }@media only screen and (max-width: 763px) { #TmnwDHc4PU2eKNbfet7uMJGsorbL4Mca { top:6.8125rem;left:12.75rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIhkvFt69d4tDWqhaKhzHOnCpuIztvTU { top:28.6875rem;left:14.3125rem;width:33.4375rem;height:1.25rem;font-size:0.6875rem;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.4375rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:7.625rem;left:2.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:13.25rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:15.375rem;left:0rem;width:14.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:7.625rem;left:11.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:13.25rem;left:0rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:15.375rem;left:1.4375rem;width:10.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:7.625rem;left:19.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:13.375rem;left:11.4375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:13.4375rem;left:35.3125rem;width:12.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:15.375rem;left:36.375rem;width:11.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfHwwMQhrFvV2hTACcEggel8yrJFGXmp { top:7.625rem;left:41.71875rem;width:5.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiJ1ZsJkaOyOzNt6AKku1IsWBb8dSJta { top:15.5rem;left:10.75rem;width:13.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNfw6DhPcTItCcorPuXCGOZZRA3Iurh { top:7.625rem;left:31.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM5RtePbgGCRy5CqkbpG2FfIW7VuDMfN { top:13.0625rem;left:23.375rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6GgLNfy6voTOVt4fFUsuNmL6BDN1AZ { top:15.375rem;left:18.5rem;width:17.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZTzHMFICKTZ7ibLOg8pXSEBRHLowIwp { top:33.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FQMhTmZDkqdXUyNNN7EXemC3RJ7PB5 { top:22.3125rem;left:28.375rem;width:19.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeNNRFaH503w75HQFXZiNM5kEq876c5Q { top:22.3125rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq8N1ZAOUOIhzSsK7pXT4D1LPPsNT2v { top:33rem;left:12.375rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUKOgikpHNNxclkZkd4bTPafBqb45GS { top:17.0625rem;left:12.625rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpxpazC4X7aldk2z0XeP5Wb1QNbfLzn { top:17.0625rem;left:28.5rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.0625rem;left:0rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55vdOs92F6aqoPQh7Say6uxe81VTTtO { top:33rem;left:0rem;width:19.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja9cl8K57frHa2Qy08KpEhPrPeCCMSa5 { top:6.25rem;left:12.25rem;width:19.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOK1E9Hw9puTGN0BlnOU1P1ZH0z6WVrd { top:6.3125rem;left:28.25rem;width:19.375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZp8qgVecF0eE9Hpz7cinSaugnxszk5F { top:6.5rem;left:0rem;width:19.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:2.375rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HIrx3QybSPHxsxwgGiunuK00TJoQW1 { top:22.25rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc { display:block; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5OTrIyVsabEDhdkQWmw90wxaPdo861p { width:23.3125rem;height:2.25rem;top:5.625rem;left:24.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbV71C1IilNCpnrdPP1ecV5VilH6vyOQ { top:1.1875rem;left:0rem;width:38.25rem;height:21.464980032171rem;display:block; }
 }@media only screen and (max-width: 763px) { #b70okznbHtH0CX7HWCNLnDeT35UqVFw7 { top:8.875rem;left:21.8125rem;width:25.9375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak { display:block; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoIrzkCLIfOBUPTwdf3FQedxBiDh2tDO { top:11.4375rem;left:0.6875rem;width:14.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t51P8qQgIasqvSMngdG72OQV8lSTHukT { top:11.4375rem;left:16.5625rem;width:14.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNZU05c81CFdbAZdMtrNN2HdxWi3Pve { top:11.4375rem;left:32.0625rem;width:15.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX28cObIV8OdsCDKmT4evksQvAaDs1Sq { top:4.625rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqcLH9u6Ug5qMSpA4y86sNgTabzol5h0 { top:6.1875rem;left:6.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVp4pgzLFRyexpoJT8Zv30cW4QsEN0Od { top:8.3125rem;left:6.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvInHK0nTDZW1EuIQt0VxHOXsKe9kvmg { top:4.6875rem;left:14.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKgCccVVFLJ5zD8KsPsBbeSkIWLuktAg { top:4.625rem;left:30.75rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixqzltupXffECzoZLeF5ywqEPyfXxrJ { top:8.375rem;left:22.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVTsWayNUSlgnio3mMJc14fVFdZtkXSL { top:6.1875rem;left:22.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOxl0SDOEeK85TlTLEiQX94DpGWgIbm { top:6.1875rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCuT1zWa25bmyL4d36HEGgQM94JLM9V { top:8.375rem;left:38.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsUlfpuM0rScUz0DAv6gmcF5Gv7KmGkv { width:23.3125rem;height:2.25rem;top:1.5rem;left:8.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg { display:block; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJBty5Na1cUE5TQ49noqizgfxml4LsQA { width:34.375rem;height:2.375rem;top:1.6875rem;left:6.6875038146975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6gip6CMX8i7RWeqaFneWHU0UCxdpGn { width:18.125rem;height:3.5rem;top:8.9375rem;left:14.781036376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBthNmIGma4ca0eDB2GBgPRoZBv3GeQA { display:block; }
 }@media only screen and (max-width: 763px) { #doRxpW9EgCttBwLtfsb9im3hHvR6OSX8 { top:4.9375rem;left:3.5310363769531rem;width:40.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 { display:block; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igZ1pIhAelrSD3h7uBQgXrF4R1pWb1KE { top:5.6875rem;left:13.5625rem;width:17.0625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iha6PAoiRtT6ZatbP7OKE0wP2E4BcfEt { top:3.5625rem;left:13.25rem;width:18.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSHuhDuCXfmBBNMmFqVBkxRXFU3o4eMV { top:5.9375rem;left:0rem;width:21.4375rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG7lu2zOtUOWtVTnPKbImtC6U8dnwnbO { top:1.3125rem;left:22.0625rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGeWsR1lwwonHiulsTT5ZrTQCq9mTVke { top:-0.0625rem;left:0rem;width:13.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J { display:block; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGanqTTGqL2rfnpFuPIrxVqgyxyZ4xxM { top:0.6875rem;left:7.25rem;width:28.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afd76d24-33fb-4d2d-ba05-f739adaa5a91/ThematicGardenMonterrey.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.adaptive-delivery-prevent-bg, #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.lazyload, #nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h.lazyloading { background-image: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { background-color: transparent; background-image: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container > .video-iframe-container { display: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container { display: none; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .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); }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { border-width: 0; border-radius: 0; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h::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; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nAvg8uzhuJEqirfQDKt7JSKtPB81Vt6h > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFau5V35wHCdvQ9ATpV2TEm1URQ6pni8 { width:17.4375rem;height:3.82324375rem;top:16.499130249024rem;left:1.3118490576744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEwJQ3BPdlTxC3QCiyv8lMPoGrXoqLX { width:18.499375rem;height:23.2498125rem;top:15.936630249024rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXIz902WNoaDGLw3NOfsKhTNAeyzdAEG { width:17.625rem;height:10.1875rem;top:3.6865234375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15.8115rem;height:auto;top:20.322265625rem;left:0.8427734375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15.8115rem;height:auto;top:20.322265625rem;left:0.8427734375rem; }
 }@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 #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 #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { display:none; }
 }@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) { #A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny { display:block; }#A4kw4RhwmhxHSCIPflEEvMfJADnHT4Ny > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0ExMV7lO0xfTcNIETp7ZmsCHTN3VFol { width:19.625rem;height:19.5625rem;top:0.62434387207031rem;left:0.21809893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwooWpQmE89fTUAw7XnGBFgbqMrkpEVK { width:18.375rem;height:3.25rem;top:20.6240234375rem;left:0.6865234375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3DRnITpOU2DldsULOtus44RVZUlkr5 { width:18.81075rem;height:19.49705625rem;top:24.438362121582rem;left:0.59353297948838rem;font-size:0.8125rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #K2aHmIDyBrvAqo3VS1RVUXIWirFlkfp0 { width:11.25rem;height:2.49805rem;top:47.8125rem;left:4.375rem;font-size:1.0625rem;background-color:#5f6e64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tfmrzDxqf5yWPEippSgTlrxDQDNBa3xf { display:block; }
 }@media only screen and (max-width: 763px) { #TmnwDHc4PU2eKNbfet7uMJGsorbL4Mca { width:12.5rem;height:0.24956625rem;top:23.6865234375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIhkvFt69d4tDWqhaKhzHOnCpuIztvTU { width:11.8120625rem;height:1.0996125rem;top:46.125rem;left:0.75rem;font-size:0.6875rem;color:#163472;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:18.9375rem;height:2.923825rem;top:0.8125rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.25rem;height:4.25rem;top:4.3125rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.05615rem;top:8.5625rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:15.0625rem;height:3.16699375rem;top:10.1875rem;left:2.4375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.4375rem;height:4.4375rem;top:14.0625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:1.05615rem;top:18.5rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:14.125rem;height:2.111325rem;top:19.6875rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:22.5625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.2999125rem;top:27.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.05615rem;top:36.9375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:3.16699375rem;top:38.25rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfHwwMQhrFvV2hTACcEggel8yrJFGXmp { display:flex;width:5rem;height:4.5625rem;top:32.375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #FiJ1ZsJkaOyOzNt6AKku1IsWBb8dSJta { width:17.25rem;height:3.16699375rem;top:28.5rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNfw6DhPcTItCcorPuXCGOZZRA3Iurh { display:flex;width:4.49978125rem;height:4.49978125rem;top:42.25rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #eM5RtePbgGCRy5CqkbpG2FfIW7VuDMfN { width:12.4365rem;height:1.2999125rem;top:47.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6GgLNfy6voTOVt4fFUsuNmL6BDN1AZ { width:16.25rem;height:5.27831875rem;top:48.75rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 { display:block; }#FKmAXx5A67nPKmxEusugVmImXrS1k5Q7 > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZTzHMFICKTZ7ibLOg8pXSEBRHLowIwp { width:19.125rem;height:1.2999125rem;top:79.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FQMhTmZDkqdXUyNNN7EXemC3RJ7PB5 { width:19.25rem;height:10.75rem;top:68.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeNNRFaH503w75HQFXZiNM5kEq876c5Q { width:19.5rem;height:10.8125rem;top:43.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvq8N1ZAOUOIhzSsK7pXT4D1LPPsNT2v { width:19.125rem;height:1.2999125rem;top:54rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUKOgikpHNNxclkZkd4bTPafBqb45GS { width:19.125rem;height:1.2999125rem;top:40.62451171875rem;left:0.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpxpazC4X7aldk2z0XeP5Wb1QNbfLzn { width:19.125rem;height:1.2999125rem;top:66.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:19.3125rem;height:1.2999125rem;top:14.349609375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r55vdOs92F6aqoPQh7Say6uxe81VTTtO { width:19.125rem;height:1.2999125rem;top:27.4375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja9cl8K57frHa2Qy08KpEhPrPeCCMSa5 { width:19.5rem;height:10.8125rem;top:29.8125rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOK1E9Hw9puTGN0BlnOU1P1ZH0z6WVrd { width:19.375rem;height:10.8125rem;top:56.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZp8qgVecF0eE9Hpz7cinSaugnxszk5F { width:19.0625rem;height:10.5rem;top:3.849609375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:15.25rem;height:2.923825rem;top:0.5078125rem;left:2.3750000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2HIrx3QybSPHxsxwgGiunuK00TJoQW1 { width:19.5rem;height:10.875rem;top:16.4052734375rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc { display:block; }#h1UdkWyUtaTp7clHiozOBMVNyAOcCZdc > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5OTrIyVsabEDhdkQWmw90wxaPdo861p { width:20rem;height:1.625rem;top:0.7685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbV71C1IilNCpnrdPP1ecV5VilH6vyOQ { height:11.223275565322rem;width:20rem;top:5.8268222808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b70okznbHtH0CX7HWCNLnDeT35UqVFw7 { width:19.4998125rem;height:2.2744125rem;top:2.9231777191162rem;left:0.24848091602326rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak { display:block; }#IxwlJfkPW9tCsz4EDZcZpN7Tvpob7Rak > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoIrzkCLIfOBUPTwdf3FQedxBiDh2tDO { width:14.499rem;height:7.95703125rem;top:9.625rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t51P8qQgIasqvSMngdG72OQV8lSTHukT { width:14.499rem;height:7.95703125rem;top:27.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctNZU05c81CFdbAZdMtrNN2HdxWi3Pve { width:14.499rem;height:7.95703125rem;top:46rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX28cObIV8OdsCDKmT4evksQvAaDs1Sq { width:16.875rem;height:16.875rem;top:2.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqcLH9u6Ug5qMSpA4y86sNgTabzol5h0 { display:flex;width:3.0625rem;height:3.0625rem;top:4.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wVp4pgzLFRyexpoJT8Zv30cW4QsEN0Od { display:flex;width:3.0625rem;height:3.0625rem;top:6.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AvInHK0nTDZW1EuIQt0VxHOXsKe9kvmg { width:16.875rem;height:16.875rem;top:21rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKgCccVVFLJ5zD8KsPsBbeSkIWLuktAg { width:16.875rem;height:16.875rem;top:39.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EixqzltupXffECzoZLeF5ywqEPyfXxrJ { display:flex;width:3.0625rem;height:3.0625rem;top:24.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SVTsWayNUSlgnio3mMJc14fVFdZtkXSL { display:flex;width:3.0625rem;height:3.0625rem;top:22.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QTOxl0SDOEeK85TlTLEiQX94DpGWgIbm { display:flex;width:3.0625rem;height:3.0625rem;top:40.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TnCuT1zWa25bmyL4d36HEGgQM94JLM9V { display:flex;width:3.0625rem;height:3.0625rem;top:42.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dsUlfpuM0rScUz0DAv6gmcF5Gv7KmGkv { width:20rem;height:1.625rem;top:0.56748294830322rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg { display:block; }#gdGywS3iDbN6I2IRVeVsF2zc6Evr9qdg > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJBty5Na1cUE5TQ49noqizgfxml4LsQA { width:18.9995625rem;height:1.3808625rem;top:0.74869728088381rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6gip6CMX8i7RWeqaFneWHU0UCxdpGn { width:14.436875rem;height:2.74956875rem;top:6.8739166259762rem;left:2.7810330986977rem;font-size:0.875rem;background-color:#5f6e64;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FBthNmIGma4ca0eDB2GBgPRoZBv3GeQA { display:block; }
 }@media only screen and (max-width: 763px) { #doRxpW9EgCttBwLtfsb9im3hHvR6OSX8 { width:18.061rem;height:3.41015625rem;top:2.7473945617676rem;left:0.96896702051162rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 { display:block; }#AEQKLBpIVqkIm36EoJFq9qwBOs8XHI76 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igZ1pIhAelrSD3h7uBQgXrF4R1pWb1KE { width:18.375rem;height:3.673825rem;top:15.749786376953rem;left:0.81163197755812rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iha6PAoiRtT6ZatbP7OKE0wP2E4BcfEt { width:16.9998125rem;height:1.3125rem;top:14rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LSHuhDuCXfmBBNMmFqVBkxRXFU3o4eMV { width:18.75rem;height:7.347625rem;top:5.4416236877441rem;left:0.62500005960463rem;font-size:0.875rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HG7lu2zOtUOWtVTnPKbImtC6U8dnwnbO { width:20rem;height:12.5rem;top:20.061197996139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGeWsR1lwwonHiulsTT5ZrTQCq9mTVke { width:13.5625rem;height:6.75rem;top:0rem;left:3.2183161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J { display:block; }#nL5mWPaB6QTzq2LwAQ615LS9pt9VC10J > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGanqTTGqL2rfnpFuPIrxVqgyxyZ4xxM { width:20rem;height:1.94921875rem;top:0.25868225097656rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }