.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { 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:1.875rem;width:8.5625rem;top:2.1875rem;left:33.21875rem;overflow:hidden;display:block; }
#TvDOPL40en6JmealUe1MnMil24n1i5sR { color:#2a2c32;display:block;width:40.625rem;position:absolute;font-family:besley;font-size:3.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:10.8125rem;left:17.1875rem;height:4.3496125rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { color:#2a2c32;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:15.162109375rem;left:19.78125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PX3bdpB7f1bmvK215xKbpQr35GBUKPFP { color:#2a2c32;display:block;width:29rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:20.662109375rem;left:23rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { background-color:#0ba3ad;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.125rem;left:32.4375rem;display:block; }
#lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7AdZTkiKHkXaMttR92KEowAQNPbn0LL { position:absolute;display:block;z-index:15036;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:28.9375rem;width:23.1875rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { position:absolute;display:block;z-index:15037;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:33.5rem;width:26.75rem;top:4.5625rem;left:48.25rem;overflow:hidden;display:block; }
#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30c1273f-42cc-4a92-a3cb-761c83c6c7c5/Landingiparallax2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.adaptive-delivery-prevent-bg, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyload, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyloading { background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { background-color: transparent; background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .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); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { border-width: 0; border-radius: 0; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:6.8125rem;left:35.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { color:#e2fd96;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:11.88671875rem;left:18.3125rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { color:#ffffff;display:block;width:22rem;position:absolute;font-family:besley;font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:8.8125rem;left:29.0625rem;height:3.07470625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { background-color: transparent; background-image: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .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); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { border-width: 0; border-radius: 0; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#h7ngsAhBExgtqRouKdCIVTT0AmRpWfOJ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #efefef;border-left:0.0625rem solid #efefef;border-right:0.0625rem solid #efefef;border-bottom:0.0625rem solid #efefef;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.5rem 1.125rem rgba(0,0,0,0.1) ;height:45.3125rem;width:30rem;top:5.4375rem;left:40.0625rem;display:block; }
#v89xJLs4Q4okCEIQQw3LRZinNkf0TO2V { color:#2a2c32;display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.75rem;left:42.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qh2gVsu4PalRvvb08bV506A93dP46A8T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:7.125rem;display:none; }
#TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#EAazvDT1EAn3LTxARVxD41838ORw4SRS { z-index:15001;top:26.0625rem;left:0rem;background-color:#04677e;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:proxima;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pVTGHODwNTgRiaQ8ogpfQD2dE5KD00HN { color:#0ba3ad;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:6.125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:12rem;left:5.125rem;height:7.349625rem;font-style:normal;display:block; }
#xM47gtneUHohg1tnp6EdrSvH8LHQuNSW { color:#2a2c32;display:block;width:17.75rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:12.6748046875rem;left:9.9375rem;height:6rem;font-style:normal;display:block; }
#OJi3mRvCQTL32B6gzLH7my3lNSn2oEEm { color:#2a2c32;display:block;width:21.4375rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:23.0625rem;left:17.25rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulTFyMwtD4k5uTBZuBcsMwuxPqwasMBv { color:#0ba3ad;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:6.125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.4375rem;left:11.3125rem;height:7.349625rem;font-style:normal;display:block; }
#FqfTVIK2CHFOoFUNI242FZuM8Qn5DHVb { color:#0ba3ad;display:block;width:3.9375rem;position:absolute;font-family:poppins;font-size:6.125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:33.125rem;left:5.125rem;height:7.349625rem;font-style:normal;display:block; }
#MV5LABd2qbrehIKHbStoNDWewzgTxlHR { color:#2a2c32;display:block;width:21rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:33.3125rem;left:11.25rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { color:#2a2c32;display:block;width:33.9375rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4375rem;left:4.3125rem;height:3.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#N30xdhdlpHdGJPWM1SqhuEXsx3oyKxdz { position:absolute;display:block;z-index:15005;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:7.4375rem;width:7.6875rem;top:11.9560546875rem;left:33.65625rem;overflow:hidden;display:block; }
#OXB2BtW4M4U3rBP9UZwipVC1JTWo6V6n { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.3125rem;top:20.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#QodMcbwOeVm8tzQFgHDRPmaSH7ooNFpV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.5625rem;top:39.662109375rem;left:32.1875rem;overflow:hidden;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-form-header {  }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#2a2c32;width:25rem;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;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:2.5rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:4.375rem;color:#2a2c32;font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:2.5rem;color:#929191;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .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; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:25rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]:-moz-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]::-moz-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:poppins;font-size:0.875rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .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; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-container:first-of-type{padding-top:0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-container:last-of-type{padding-bottom:0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.46484375rem;left:41.625rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC {display:block;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.46484375rem;left:41.625rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aPg9VSO3Qo6bTbK1Q6HWLTwfTiTLKvTa { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #S2AiZMAnmxPbdVuDSWLHIzlEOggqzSly { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #gTp2OxFFxNF4ce3fV7SryFxXrgmn5hAB { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #AX7QliGmTeZDKWFOPtfgSLygpRrHA7QD { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #U2XL5l7rzrMAzHD7y3c935k7XomcI5LV { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #phq1q8xOwidB40RPK9LaIUmnInPiegyD { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #wGmZOS5RPbnRTf5t7hrITinUO788FK5l { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #SgUvc29c7h69dLlUQUzVCJAhBvJha5Sp { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #DbOzlTXfhZ2w1vESzgX4UuZNIWWRSap9 { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WCDi2zqPzIx6p2ZUayMTx0ozoDwFQdia { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WKVg1QP7g6a2tZUOnwz8WmVuKugZHm0t { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aulvuLm7vHmvyadZ82tNaOQataEcy1cu { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CfvDZy2AcyCtkSRTTSLJWPB2HHoKS2B6 { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EH6Jhsb2WWQ4shEnkcDASU4ALACMw3UA { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TMfg3rQ83vqr8U5OXn4yTDmTCGJsFsdz { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TwadDTVNwAsmGyHlaftSiG5rV38TdKOi { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EDga54xtTUNgdtPNpUGhFFwVq7XT77FB { position:relative;z-index:2; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TO8a2nLM6X1WvJGd8xiTtnp7y0no2IRe { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #w8md0Cz4QWUH2wkl8veDfioluBodXCb2 { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #h6IgZNU1rJe95NDyF48Ji6CEK0we38XB { position:relative;z-index:2; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CR5PtifZypki6asO9buIH4LsvC3JcR6v { position:relative; }
#pllpJvFHPGFhKLkJSeh91Fno9fhxOcEf { position:relative;display:block; }
#Ugx0Air4DMwRpnOKDkEg6Eqh9gpza8Ai { position:relative;display:block; }
#u8cn6114TfvoUZAwRctEKutHi6L7fsNp { position:relative;display:block; }
#tOSxNtTXqUKGytuc6KgopzT6Bzqgn2K6 { position:relative;display:block; }
#xARQf6w0mVZfNiRcwr43EfHtZEsS2lTl { position:relative;display:block; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #faImwLWxOTnpyE2OlsAMrq7QaTwXPCZv { position:relative; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #qh5CQ4VIbfg60g13EPn5lL5waWmcZTIq { position:relative; }
#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26242c;background-image:url("https://images.assets-landingi.com/uc/254c6a2c-f91a-4024-9a33-2addf19727ca/Landingiparallax7.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !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; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq.adaptive-delivery-prevent-bg, #M4x4bmPieqkpq4Jiw1poIOXm6tovirpq.lazyload, #M4x4bmPieqkpq4Jiw1poIOXm6tovirpq.lazyloading { background-image: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { background-color: transparent; background-image: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container > .video-iframe-container { display: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row > .video-iframe-container { display: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .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); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { border-width: 0; border-radius: 0; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#Ivo5wMvFPZWhe9PzAlmKQChT4t9f58v4 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:besley;font-size:2.5625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:7.75rem;left:24.40625rem;height:3.07470625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnoTHdmi4B33reyGpH74HLAhy9qLh9KB { color:#e2fd96;display:block;width:44.3125rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:10.76171875rem;left:15.34375rem;height:4.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { position:relative;display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { background-color: transparent; background-image: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container > .video-iframe-container { display: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row > .video-iframe-container { display: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .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); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { border-width: 0; border-radius: 0; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .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; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;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; }#OOVHNBg97vKqzs4K89kzX1IKfqcZr8BH { color:#2a2c32;display:block;width:22.6875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.125rem;left:8rem;height:10.796875rem;font-style:normal;display:block; }
#rHNAzTEaDzvyuSsVmulSTANdczxOs1sc { background-color:#2a2c32;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.4375rem;left:8rem;display:block; }
#ydaCSWnoqA1NArHFre2odHSGVtcTSzio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { color:#2a2c32;display:block;width:24.9375rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.125rem;left:8rem;height:3.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { color:#0ba3ad;display:block;width:23.0625rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:19.9375rem;left:8rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z9Bo5Zewgc6ceWiuewBusmTblPbgnnL5 { position:absolute;display:block;z-index:15010;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:32.0625rem;width:35rem;top:4.125rem;left:35.4150390625rem;overflow:hidden;display:block; }
#pfmTrCPEG2EgawErufTMy0ESMSiPJIWq { color:#2a2c32;display:block;width:22.6875rem;position:absolute;font-family:"proxima 2";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:25.5rem;left:8rem;height:7.1979375rem;font-style:normal;display:block; }
#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/f5fd1f86-34e5-43f0-bba0-d535fee201ac/Landingiparalla5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.adaptive-delivery-prevent-bg, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyload, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyloading { background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { background-color: transparent; background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .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); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { border-width: 0; border-radius: 0; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { color:#ffffff;display:block;width:46rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:6.9375rem;left:14.5rem;height:12.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:20.5625rem;left:17.0625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { z-index:;position:relative;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;color:#2a2c32;height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#010304;line-height:1.5;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_64b5fdb005c358bb8ca975b84720b61a4088403f.svg");background-size:contain !important; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.adaptive-delivery-prevent-bg, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyload, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyloading { background-image: none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { box-sizing:content-box;height:auto;width:31.375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.5625rem;left:37.1875rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe { display:none; }
#foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { color:#2a2c32;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:5.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.0625rem;left:8.3125rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOM9x4gCFdBrJDJ92Tg0x3rQsdG8Awiw { position:absolute;display:block;z-index:15005;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:26.0625rem;width:22.8125rem;top:6.125rem;left:6.3125rem;overflow:hidden;display:block; }
#VR90wuhdwZX27megA944CIZQyiF6CMya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { background-color: transparent; background-image: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container > .video-iframe-container { display: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container { display: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .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); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { border-width: 0; border-radius: 0; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { position:absolute;display:block;z-index:15003;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:1.875rem;width:8.75rem;top:1.625rem;left:2.1875rem;overflow:hidden;display:block; }
#gTylLkzymrhu7IkGeBTQZNWJSr7FApin { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.865234375rem;left:10.9375rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { top:2.1875rem;left:19.59375rem;width:8.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDOPL40en6JmealUe1MnMil24n1i5sR { top:10.8125rem;left:3.5625rem;width:40.625rem;height:4.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { top:15.125rem;left:6.15625rem;width:35.4375rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3bdpB7f1bmvK215xKbpQr35GBUKPFP { top:20.625rem;left:9.375rem;width:29rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { width:10.125rem;height:3.1875rem;top:25.125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block; }
 }@media only screen and (max-width: 763px) { #p7AdZTkiKHkXaMttR92KEowAQNPbn0LL { top:4.0625rem;left:0rem;width:23.1875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { top:4.5625rem;left:21rem;width:26.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { display:block; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { top:6.8125rem;left:21.6875rem;width:9.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { top:11.875rem;left:4.25rem;width:43.5rem;height:4.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { top:8.8125rem;left:15.4375rem;width:22rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { display:block; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7ngsAhBExgtqRouKdCIVTT0AmRpWfOJ { top:5.4375rem;left:17.625rem;width:30rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v89xJLs4Q4okCEIQQw3LRZinNkf0TO2V { top:7.75rem;left:22.625rem;width:25.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh2gVsu4PalRvvb08bV506A93dP46A8T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EAazvDT1EAn3LTxARVxD41838ORw4SRS { top:26.0625rem;left:0rem;width:16.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block; }
 }@media only screen and (max-width: 763px) { #pVTGHODwNTgRiaQ8ogpfQD2dE5KD00HN { top:12rem;left:0rem;width:3.75rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM47gtneUHohg1tnp6EdrSvH8LHQuNSW { top:12.625rem;left:0rem;width:17.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJi3mRvCQTL32B6gzLH7my3lNSn2oEEm { top:23.0625rem;left:3.625rem;width:21.4375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTFyMwtD4k5uTBZuBcsMwuxPqwasMBv { top:22.4375rem;left:0rem;width:5.0625rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqfTVIK2CHFOoFUNI242FZuM8Qn5DHVb { top:33.125rem;left:0rem;width:3.9375rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5LABd2qbrehIKHbStoNDWewzgTxlHR { top:33.3125rem;left:0rem;width:21rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { top:5.4375rem;left:0rem;width:33.9375rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30xdhdlpHdGJPWM1SqhuEXsx3oyKxdz { top:11.9375rem;left:20.03125rem;width:7.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXB2BtW4M4U3rBP9UZwipVC1JTWo6V6n { top:20.6875rem;left:0rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QodMcbwOeVm8tzQFgHDRPmaSH7ooNFpV { top:39.625rem;left:18.5625rem;width:6.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC  { width:25rem;height:auto;top:10.4375rem;left:20.25rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC {display:block;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC { width:25rem;height:auto;top:10.4375rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aPg9VSO3Qo6bTbK1Q6HWLTwfTiTLKvTa {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #S2AiZMAnmxPbdVuDSWLHIzlEOggqzSly {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #gTp2OxFFxNF4ce3fV7SryFxXrgmn5hAB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #AX7QliGmTeZDKWFOPtfgSLygpRrHA7QD {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #U2XL5l7rzrMAzHD7y3c935k7XomcI5LV {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #phq1q8xOwidB40RPK9LaIUmnInPiegyD {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #wGmZOS5RPbnRTf5t7hrITinUO788FK5l {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #SgUvc29c7h69dLlUQUzVCJAhBvJha5Sp {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #DbOzlTXfhZ2w1vESzgX4UuZNIWWRSap9 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WCDi2zqPzIx6p2ZUayMTx0ozoDwFQdia {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WKVg1QP7g6a2tZUOnwz8WmVuKugZHm0t {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aulvuLm7vHmvyadZ82tNaOQataEcy1cu {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CfvDZy2AcyCtkSRTTSLJWPB2HHoKS2B6 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EH6Jhsb2WWQ4shEnkcDASU4ALACMw3UA {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TMfg3rQ83vqr8U5OXn4yTDmTCGJsFsdz {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TwadDTVNwAsmGyHlaftSiG5rV38TdKOi {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EDga54xtTUNgdtPNpUGhFFwVq7XT77FB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TO8a2nLM6X1WvJGd8xiTtnp7y0no2IRe {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #w8md0Cz4QWUH2wkl8veDfioluBodXCb2 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #h6IgZNU1rJe95NDyF48Ji6CEK0we38XB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CR5PtifZypki6asO9buIH4LsvC3JcR6v {  }
 }@media only screen and (max-width: 763px) { #pllpJvFHPGFhKLkJSeh91Fno9fhxOcEf { display:block; }
 }@media only screen and (max-width: 763px) { #Ugx0Air4DMwRpnOKDkEg6Eqh9gpza8Ai { display:block; }
 }@media only screen and (max-width: 763px) { #u8cn6114TfvoUZAwRctEKutHi6L7fsNp { display:block; }
 }@media only screen and (max-width: 763px) { #tOSxNtTXqUKGytuc6KgopzT6Bzqgn2K6 { display:block; }
 }@media only screen and (max-width: 763px) { #xARQf6w0mVZfNiRcwr43EfHtZEsS2lTl { display:block; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #faImwLWxOTnpyE2OlsAMrq7QaTwXPCZv {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #qh5CQ4VIbfg60g13EPn5lL5waWmcZTIq {  }
 }@media only screen and (max-width: 763px) { #M4x4bmPieqkpq4Jiw1poIOXm6tovirpq { display:block; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivo5wMvFPZWhe9PzAlmKQChT4t9f58v4 { top:7.75rem;left:10.78125rem;width:26.1875rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnoTHdmi4B33reyGpH74HLAhy9qLh9KB { top:10.75rem;left:1.71875rem;width:44.3125rem;height:4.9375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOVHNBg97vKqzs4K89kzX1IKfqcZr8BH { top:9.125rem;left:1.1875rem;width:22.6875rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHNAzTEaDzvyuSsVmulSTANdczxOs1sc { width:15rem;height:3.4375rem;top:34.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaCSWnoqA1NArHFre2odHSGVtcTSzio { display:block; }
 }@media only screen and (max-width: 763px) { #Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { top:4.125rem;left:0rem;width:24.9375rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { top:19.9375rem;left:0.8125rem;width:23.0625rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Bo5Zewgc6ceWiuewBusmTblPbgnnL5 { top:4.125rem;left:0rem;width:35rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfmTrCPEG2EgawErufTMy0ESMSiPJIWq { top:25.5rem;left:1.1875rem;width:22.6875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { display:block; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { top:6.9375rem;left:0.875rem;width:46rem;height:12.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { top:20.5625rem;left:3.4375rem;width:40.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { top:2.0625rem;left:0rem;width:9.875rem;height:6.375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOM9x4gCFdBrJDJ92Tg0x3rQsdG8Awiw { top:6.125rem;left:0rem;width:22.8125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR90wuhdwZX27megA944CIZQyiF6CMya { display:block; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { top:1.625rem;left:0rem;width:8.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTylLkzymrhu7IkGeBTQZNWJSr7FApin { top:1.8125rem;left:0rem;width:9.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { width:6.8125rem;height:1.5625rem;top:1.9375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDOPL40en6JmealUe1MnMil24n1i5sR { width:20rem;height:2.0996125rem;top:6.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { width:20rem;height:2.3999rem;top:8.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PX3bdpB7f1bmvK215xKbpQr35GBUKPFP { width:15.1875rem;height:4rem;top:34.6875rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { width:10.125rem;height:3.1875rem;top:39.6875rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block; }
 }@media only screen and (max-width: 763px) { #p7AdZTkiKHkXaMttR92KEowAQNPbn0LL { width:20rem;height:25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { width:19.9375rem;height:25rem;top:42.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4db8edb4-0839-44e2-90bb-d31ae6cb8484/Landingiparallax2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.adaptive-delivery-prevent-bg, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyload, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyloading { background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { background-color: transparent; background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .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); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { border-width: 0; border-radius: 0; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { width:7.9375rem;height:1.5996125rem;top:14.9609375rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { width:15.5625rem;height:4.6494125rem;top:9.5rem;left:3rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { width:10.8125rem;height:4.798825rem;top:4rem;left:5.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { background-color:transparent;background-image:none;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; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { background-color: transparent; background-image: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .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); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { border-width: 0; border-radius: 0; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7ngsAhBExgtqRouKdCIVTT0AmRpWfOJ { width:17.3125rem;height:39.1875rem;top:31.125rem;left:1.1875rem;z-index:15001;box-shadow: 0rem 0.5rem 1.125rem rgba(0,0,0,0.1) ;display:none; }
 }@media only screen and (max-width: 763px) { #v89xJLs4Q4okCEIQQw3LRZinNkf0TO2V { width:20rem;height:0;top:3.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qh2gVsu4PalRvvb08bV506A93dP46A8T { top:22.25rem;left:0.6875rem;width:7.125rem;height:13.8125rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { top:20.875rem;left:0rem;width:2.1875rem;height:3.8125rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EAazvDT1EAn3LTxARVxD41838ORw4SRS { top:25.4375rem;left:-0.9375rem;width:18.4375rem;height:3.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block; }
 }@media only screen and (max-width: 763px) { #pVTGHODwNTgRiaQ8ogpfQD2dE5KD00HN { width:3.75rem;height:2.3999rem;top:7.375rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM47gtneUHohg1tnp6EdrSvH8LHQuNSW { width:14.625rem;height:4.798825rem;top:7.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJi3mRvCQTL32B6gzLH7my3lNSn2oEEm { width:14.5rem;height:7.9980625rem;top:13.125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTFyMwtD4k5uTBZuBcsMwuxPqwasMBv { width:5.0625rem;height:2.3999rem;top:13.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqfTVIK2CHFOoFUNI242FZuM8Qn5DHVb { width:2.25rem;height:2.3999rem;top:20.5rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV5LABd2qbrehIKHbStoNDWewzgTxlHR { width:13.1875rem;height:9.59765rem;top:20.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { width:20rem;height:2.0996125rem;top:2.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N30xdhdlpHdGJPWM1SqhuEXsx3oyKxdz { width:2.8125rem;height:2.6875rem;top:30.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXB2BtW4M4U3rBP9UZwipVC1JTWo6V6n { width:2.8125rem;height:2.6875rem;top:30.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QodMcbwOeVm8tzQFgHDRPmaSH7ooNFpV { width:2.8125rem;height:2.6875rem;top:30.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC  { width:17.5rem;height:auto;top:34.6875rem;left:0rem; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC {display:block;}#L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC { width:17.5rem;height:auto;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aPg9VSO3Qo6bTbK1Q6HWLTwfTiTLKvTa {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #S2AiZMAnmxPbdVuDSWLHIzlEOggqzSly {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #gTp2OxFFxNF4ce3fV7SryFxXrgmn5hAB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #AX7QliGmTeZDKWFOPtfgSLygpRrHA7QD {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #U2XL5l7rzrMAzHD7y3c935k7XomcI5LV {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #phq1q8xOwidB40RPK9LaIUmnInPiegyD {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #wGmZOS5RPbnRTf5t7hrITinUO788FK5l {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #SgUvc29c7h69dLlUQUzVCJAhBvJha5Sp {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #DbOzlTXfhZ2w1vESzgX4UuZNIWWRSap9 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WCDi2zqPzIx6p2ZUayMTx0ozoDwFQdia {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #WKVg1QP7g6a2tZUOnwz8WmVuKugZHm0t {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #aulvuLm7vHmvyadZ82tNaOQataEcy1cu {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CfvDZy2AcyCtkSRTTSLJWPB2HHoKS2B6 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EH6Jhsb2WWQ4shEnkcDASU4ALACMw3UA {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TMfg3rQ83vqr8U5OXn4yTDmTCGJsFsdz {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TwadDTVNwAsmGyHlaftSiG5rV38TdKOi {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #EDga54xtTUNgdtPNpUGhFFwVq7XT77FB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #TO8a2nLM6X1WvJGd8xiTtnp7y0no2IRe {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #w8md0Cz4QWUH2wkl8veDfioluBodXCb2 {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #h6IgZNU1rJe95NDyF48Ji6CEK0we38XB {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #CR5PtifZypki6asO9buIH4LsvC3JcR6v {  }
 }@media only screen and (max-width: 763px) { #pllpJvFHPGFhKLkJSeh91Fno9fhxOcEf { display:block; }
 }@media only screen and (max-width: 763px) { #Ugx0Air4DMwRpnOKDkEg6Eqh9gpza8Ai { display:block; }
 }@media only screen and (max-width: 763px) { #u8cn6114TfvoUZAwRctEKutHi6L7fsNp { display:block; }
 }@media only screen and (max-width: 763px) { #tOSxNtTXqUKGytuc6KgopzT6Bzqgn2K6 { display:block; }
 }@media only screen and (max-width: 763px) { #xARQf6w0mVZfNiRcwr43EfHtZEsS2lTl { display:block; }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #faImwLWxOTnpyE2OlsAMrq7QaTwXPCZv {  }
 }@media only screen and (max-width: 763px) { #L8nb9ZsfxdV0rKP4ADXDiP4bk8ng6QpC #qh5CQ4VIbfg60g13EPn5lL5waWmcZTIq {  }
 }@media only screen and (max-width: 763px) { #M4x4bmPieqkpq4Jiw1poIOXm6tovirpq { background-color:#2a2c32;background-image:none;display:block; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { background-color: transparent; background-image: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container > .video-iframe-container { display: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row > .video-iframe-container { display: none; }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .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); }#M4x4bmPieqkpq4Jiw1poIOXm6tovirpq > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivo5wMvFPZWhe9PzAlmKQChT4t9f58v4 { width:12.1875rem;height:4.798825rem;top:1.88671875rem;left:3.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnoTHdmi4B33reyGpH74HLAhy9qLh9KB { width:14.1875rem;height:4.798825rem;top:7.49951171875rem;left:2.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOVHNBg97vKqzs4K89kzX1IKfqcZr8BH { width:17.5rem;height:12.796875rem;top:21.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHNAzTEaDzvyuSsVmulSTANdczxOs1sc { width:17.625rem;height:3.5rem;top:50.5rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaCSWnoqA1NArHFre2odHSGVtcTSzio { display:block; }
 }@media only screen and (max-width: 763px) { #Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { width:14.6875rem;height:2.0996125rem;top:18.9365234375rem;left:1.25rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { width:17.5rem;height:3.19921875rem;top:34.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9Bo5Zewgc6ceWiuewBusmTblPbgnnL5 { width:19.1875rem;height:17.5625rem;top:-0.0625rem;left:0.49884259259258rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfmTrCPEG2EgawErufTMy0ESMSiPJIWq { width:17.4375rem;height:9.597625rem;top:39.875rem;left:1.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/0475d115-becc-416d-9d5f-bf99ab11101e/miscmob.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.adaptive-delivery-prevent-bg, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyload, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyloading { background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { background-color: transparent; background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .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); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { border-width: 0; border-radius: 0; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { width:16.9375rem;height:11.9970625rem;top:2.75rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { width:20rem;height:0;top:1.375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:20rem;height:55.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:20rem;top:24.9375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { width:9.875rem;height:4.875rem;top:1rem;left:2.1875rem;font-size:4.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mOM9x4gCFdBrJDJ92Tg0x3rQsdG8Awiw { width:16.375rem;height:18.75rem;top:4.1103515625rem;left:0.7666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR90wuhdwZX27megA944CIZQyiF6CMya { display:block; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { width:8.75rem;height:1.875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTylLkzymrhu7IkGeBTQZNWJSr7FApin { width:13.5rem;height:1.4624rem;top:3.75rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }