.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,229,242;--color-primary-1:104,182,255;--color-primary-2:51,124,190;--color-primary-3:0,91,174;--color-primary-4:0,78,169;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:237,237,237;--color-secondary-3:142,142,142;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:83,83,83;--color-tertiary-2:53,53,53;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/skXPLxTS/Modern_apartment_house.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/lEsfGOaF4nY/unsplash/llxvisuals-lEsfGOaF4nY-photo-1771197359037-4cbe33fed006.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.adaptive-delivery-prevent-bg, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyload, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyloading { background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { background-color: transparent; background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,2,5,0.67); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,2,5,0.67); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { border-width: 0; border-radius: 0; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { color:rgba(var(--color-tertiary-0),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.46875rem;left:2.5625rem;height:17.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:6.4375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#FW8hIi94tTX04bvmMDKITbydlgwbhSOk { box-sizing:content-box;height:2.9375rem;width:10.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:0rem;display:block; }
#V7TM3fGDeiwExOUG7TyLFTVyAVcA1zmy { color:rgba(252,255,209,0.77);display:block;width:24.4375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.46875rem;left:7.375rem;height:8.125rem;font-style:normal;display:block; }
#PZuhTPUruALT4HzRQHOsX1LTcOW6io9m { background-color:transparent;background-image: -webkit-linear-gradient(9deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(9deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(9deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(9deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(9deg, #0bfad7, #5d4e7d);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0rem 0.4375rem #aefdff ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.8125rem;left:37.83749961853rem;display:block; }
#OwXwgo6aS0gsmD84uXfb1NkmTig0mHRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/V0t_CC_X82A/unsplash/caste-V0t_CC_X82A-photo-1707578579021-4090adbfcabc.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2.adaptive-delivery-prevent-bg, #dmayTWJMitkLnfeP60HuTlWFvd87K9T2.lazyload, #dmayTWJMitkLnfeP60HuTlWFvd87K9T2.lazyloading { background-image: none; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container { background-color: transparent; background-image: none; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,39,0.37); }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container > .video-iframe-container { display: none; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,39,0.37); }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row > .video-iframe-container { display: none; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .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); }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container { border-width: 0; border-radius: 0; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container { font-size:0.875rem;font-family:arial;height:82.9375rem;width:60rem;position:relative;display:block; }#FXSaZe4IrGvrEGEw3t8fB1htHXhVHV2T { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.811718940735rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRCw3SAv48wBTLpVfu2Tk38qx3w9XVit { color:#f9f9f9;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:29.749219894409rem;left:1.78125rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDtKkUx924Dq16TaLBehpItg7XwJUK4t { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:29.8125rem;left:21.750001907349rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZO2EMJ1IfT64cWO4nmzvWZKhGOeFgA1 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.811718940735rem;left:20.625001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hldpAt3vK4TaroUOXcmqJP8h8RA1c8VJ { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:29.749216079712rem;left:40.625001907349rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N32CmE4JLklIzTyLKISpEgZvwl6iDwJw { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.811718940735rem;left:40.625001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxPM33gmoXrs1wQil9LT2z7On5wy9nOf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:20.000001907349rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDZ7KAOIKTPt51eGp52INHbJdeN6sT35 { position:absolute;display:block;z-index:14999;background-color:#000000;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:62.625rem;width:20rem;top:13.667976379394rem;left:0rem;display:block; }
#nzAlbE2l2zVyzJL0v48zT9oas7y50dwd { position:absolute;display:block;z-index:15000;background-color:rgba(248,248,204,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:62.4375rem;width:20rem;top:13.668754577637rem;left:20.000001907349rem;display:block; }
#ZBZmbfzlckTcXTpmySqwN5Tzgv2fh72g { position:absolute;display:block;z-index:15001;background-color:rgba(51,51,51,0.08);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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:62.625rem;width:20rem;top:13.637500762939rem;left:40.000001907349rem;display:block; }
#b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3 { position:absolute;display:block;z-index:15000;background-color:#9000be;background-image:url("https://images.assets-landingi.com/IBFIj2M-cIs/unsplash/merakist-IBFIj2M-cIs-photo-1562577308-2c31685ad4e7.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #ffecac ;height:6.75rem;width:6.75rem;top:18.21875rem;left:6.625rem;display:block; }#b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3.adaptive-delivery-prevent-bg, #b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3.lazyload, #b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3.lazyloading { background-image: none; }
#Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2 { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/dQkAdUGCntA/unsplash/growtika-dQkAdUGCntA-photo-1674027001834-719c347d1eca.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #ffecac ;height:6.75rem;width:6.75rem;top:18.21875rem;left:26.625rem;display:block; }#Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2.adaptive-delivery-prevent-bg, #Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2.lazyload, #Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2.lazyloading { background-image: none; }
#HE0MIcVPd671iCsRnoF2uvttcN77V7mT { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/-WXQm_NTK0U/unsplash/deng-xiang--WXQm_NTK0U-photo-1666875753105-c63a6f3bdc86.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem #ffecac ;height:6.75rem;width:6.75rem;top:18.21875rem;left:46.625rem;display:block; }#HE0MIcVPd671iCsRnoF2uvttcN77V7mT.adaptive-delivery-prevent-bg, #HE0MIcVPd671iCsRnoF2uvttcN77V7mT.lazyload, #HE0MIcVPd671iCsRnoF2uvttcN77V7mT.lazyloading { background-image: none; }
#fyzydWPnu7UmFhJpbpiAx5mArZ6ltGI4 { box-sizing:content-box;height:1.375rem;width:15.75rem;position:absolute;display:block;z-index:15009;background-color:#151515;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5625rem;left:22.125001907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qBhUiLOCihprIJWRE5vozRawT8hSgllL { color:rgba(var(--color-secondary-2),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.5rem;left:26.500001907349rem;height:1.4625rem;font-style:normal;display:block; }
#FDZV1sTyzVCPliFGn4Qxq2A8See3oM1b { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.71);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffecac ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.60000038147rem;left:2.65625rem;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;display:block; }
#PKXu31lM4KUgzDppSryhWr8ia59LapaZ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.192188262939rem;left:4.2554683685303rem;height:2.7625rem;font-style:italic;display:block; }
#kJ9rAdpQZbnK7VkJVEr9cyQiGoEkUrni { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.192970275879rem;left:14.5625rem;height:1.625rem;font-style:italic;display:block; }
#BpoNLzLWSHImlTekPtTAaw73XLecX0Dx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.425001144409rem;left:2.59375rem;height:18.45rem;display:block; }#BpoNLzLWSHImlTekPtTAaw73XLecX0Dx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BpoNLzLWSHImlTekPtTAaw73XLecX0Dx li:before{  }
#CzmnNBe7oliA1Qu0qCAvFAqHRteJssci { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.005470275879rem;left:4.2546882629394rem;height:1.86875rem;font-style:normal;display:block; }
#aiEhrVEcxQNxAhg6hZ9mtozTtApeuwpC { color:rgba(130,130,130,0.79);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:64.424219131469rem;left:3.1875rem;height:3.4125rem;display:block; }
#DJxDm16gq9t1Xwcz0VcQUm0XbdNWkRQh { color:#151515;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:38.192187547684rem;left:27.125001907349rem;height:2.7625rem;font-style:italic;display:block; }
#b4wftRpFoeDFcMAJa54yyrd5f11RkUsx { color:#151515;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.192187547684rem;left:32.875001907349rem;height:1.625rem;font-style:italic;display:block; }
#OS33hnWDtuXptEI75fncsACnKBU3QPUn { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0.71);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffecac ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.667188644409rem;left:22.656251907349rem;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;display:block; }
#rE77PbKyhsosHc3zqm8TnWt3VEpWcCGb { color:#151515;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.8125rem;left:24.129686355591rem;height:1.86875rem;font-style:normal;display:block; }
#PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM { color:#151515;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:45.42421913147rem;left:22.4375rem;height:17.38125rem;display:block; }#PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM li:before{  }
#menciGyqmATTyHdT5tFAyiTDPRhn253W { color:rgba(255,255,255,0.83);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:64.3125rem;left:23.187501907349rem;height:4.55rem;display:block; }
#WWRPN7BEun2b9mUtV3e6wC9J0eNTtvHr { color:rgba(130,130,130,0.79);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:64.4375rem;left:43.031251907349rem;height:3.4125rem;display:block; }
#nxEkb991PnzwCFdrBympBJA5Tdzq0Ik6 { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.71);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffecac ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.824219703674rem;left:42.656251907349rem;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;display:block; }
#lxgWlxa1GktkfML5TFQ2MJOQ3oaybkFJ { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.191407203674rem;left:47.125001907349rem;height:2.7625rem;font-style:italic;display:block; }
#lB1ySoh8RKFwWN4EoubARW7iwpHIVwHT { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.191407203674rem;left:52.875rem;height:1.625rem;font-style:italic;display:block; }
#Jg8Xk1vDewZ7i65xT8VU2VOQk5dQAuxt { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.004688262939rem;left:44.5625rem;height:1.86875rem;font-style:normal;display:block; }
#RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:45rem;left:42.8125rem;height:19.075rem;display:block; }#RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv li:before{  }
#MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:71.346878051756rem;left:0.625rem;display:block; }#MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz.adaptive-delivery-prevent-bg, #MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz.lazyload, #MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz.lazyloading { background-image: none; }
#T6CERPLvcNGZIeEsrFNp8Tc5UBKtfl9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a40VOl6BgzImnB69Be9yGSoQemO8cZd0 { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:71.3476600647rem;left:20.625001907349rem;display:block; }#a40VOl6BgzImnB69Be9yGSoQemO8cZd0.adaptive-delivery-prevent-bg, #a40VOl6BgzImnB69Be9yGSoQemO8cZd0.lazyload, #a40VOl6BgzImnB69Be9yGSoQemO8cZd0.lazyloading { background-image: none; }
#csf2U8an8Fft4WDW6bTNWtGzZoCr4JLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:71.346096038819rem;left:40.625001907349rem;display:block; }#sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl.adaptive-delivery-prevent-bg, #sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl.lazyload, #sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl.lazyloading { background-image: none; }
#hTpLpOpxZiGyUPhAvq1UCODbRuuq7geu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOXKsx0iI8cKnEgaTmf0IGgERvIrihKo { color:rgba(var(--color-primary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:68.9726600647rem;left:3.2421875rem;height:1.21875rem;display:block; }
#gmskTLkLmtASiTWH3MDIA7pWkrHA4ZEc { color:rgba(var(--color-primary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:68.9726600647rem;left:23.187501907349rem;height:1.21875rem;display:block; }
#N3b36ho8ePwQfl5a2oc49D8gQNEk0Rcq { color:rgba(var(--color-primary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:68.9726600647rem;left:43.031251907349rem;height:1.21875rem;display:block; }
#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iY5PkjEra88/unsplash/christian-boragine-iY5PkjEra88-photo-1769708984129-adb918f38ad5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.adaptive-delivery-prevent-bg, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyload, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyloading { background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #050205; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #050205; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { border-width: 0; border-radius: 0; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#DkDNv1wJ6gy59alprNRPGe5fz6hlBgNh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.2867193222044rem;left:14.25rem;height:3.4125rem;display:block; }
#n5SkB744L5yHkv3GdEeayTpwo96JKbFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.431250363588rem;left:5.8125rem;height:14.95rem;font-style:normal;display:block; }
#lfpJouwp0xXcVtfCAHMr62MkvvQdp1w8 { color:rgba(252,255,209,0.88);display:block;width:35rem;position:absolute;font-family:"kulim park";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:29.873438626527rem;left:19.437501907349rem;height:;font-style:italic;display:block; }
#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #090710, #42365b);background-image: -moz-linear-gradient(180deg, #090710, #42365b);background-image: -ms-linear-gradient(180deg, #090710, #42365b);background-image: -o-linear-gradient(180deg, #090710, #42365b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#090710', endColorstr='#42365b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#090710', endColorstr='#42365b' );";background-image: linear-gradient(180deg, #090710, #42365b);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container { background-color: transparent; background-image: none; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container > .video-iframe-container { display: none; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row > .video-iframe-container { display: none; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .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); }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container { border-width: 0; border-radius: 0; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#xWmFNDSgTG8gUU4EfABV3dlZTyidEQ1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.525006532669rem;left:35.281251907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-form-header {  }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:20.6875rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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:20.6875rem;box-sizing:border-box;height:1.5rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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:20.6875rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:12.375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .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; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container:first-of-type{padding-top:0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container:last-of-type{padding-bottom:0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.84375rem;left:34.000001907349rem; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw {display:block;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.84375rem;left:34.000001907349rem; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #UDtsXW23LJRwhBihLnsxzNToaxPqNJEA { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #kkeaFkuxidzZ5dk3DzfGt1gWBbBTDKly { position:relative;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #NTrp2aqThfcxnt2TksrXtONm13qot7hL { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #mMG8hbEa8U0LpsDeVUNP4OeNgEkXgVw7 { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #N4AISGkMS1iGlC7FTPKuU5lmRTTWMC2c { position:relative;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Rr0hk7BmyC89nmF4B8EW3KS7vQpbm9p0 { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #xvnTudTZogH16rSZCp1FV9n6cbUkPOuk { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #loHnN0VQnPzH5MoaUcfJB4ekVbATGKa0 { position:relative;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #VTNtf0FNvMqd8PGzTJpWMDKelUCBRT2a { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Og1wZdPtKlQ2iheIWqLiGhI0sMhmZLGt { position:relative; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #No0a5OpOIcpPMhrcX1zVwDHDdJts3agP { position:relative; }
#zEZVhQVsDJl1Ob5ZXT3MRDJVIPNccBTz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-secondary-4),0.1) ;height:24.125rem;width:28.6875rem;top:8.75625038147rem;left:31.312501907349rem;display:block; }
#I5NNPRcwtBHF5rkOVNIXWiDz75LzZiGo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.112501144409rem;left:5.5492191314697rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:7.23671913147rem;height:3.33125rem;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;font-style:normal;display:block; }
#fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.956249237061rem;left:7.11171913147rem;display:block; }
#AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:47.75rem;height:17.8125rem;top:11.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { top:1.375rem;left:0rem;width:6.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW8hIi94tTX04bvmMDKITbydlgwbhSOk { top:1.5625rem;left:0rem;width:10.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TM3fGDeiwExOUG7TyLFTVyAVcA1zmy { top:34.4375rem;left:1.25rem;width:24.4375rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuhTPUruALT4HzRQHOsX1LTcOW6io9m { width:17.5rem;height:3.4375rem;top:36.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwXwgo6aS0gsmD84uXfb1NkmTig0mHRt { display:block; }
 }@media only screen and (max-width: 763px) { #dmayTWJMitkLnfeP60HuTlWFvd87K9T2 { display:block; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXSaZe4IrGvrEGEw3t8fB1htHXhVHV2T { width:18.75rem;height:1.625rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCw3SAv48wBTLpVfu2Tk38qx3w9XVit { width:16.4375rem;height:7.1875rem;top:29.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDtKkUx924Dq16TaLBehpItg7XwJUK4t { width:16.5rem;height:7.1875rem;top:29.8125rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZO2EMJ1IfT64cWO4nmzvWZKhGOeFgA1 { width:18.75rem;height:1.625rem;top:26.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hldpAt3vK4TaroUOXcmqJP8h8RA1c8VJ { width:18.75rem;height:7.1875rem;top:29.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N32CmE4JLklIzTyLKISpEgZvwl6iDwJw { width:18.75rem;height:1.625rem;top:26.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxPM33gmoXrs1wQil9LT2z7On5wy9nOf { width:20rem;height:2.8125rem;top:6.4375rem;left:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDZ7KAOIKTPt51eGp52INHbJdeN6sT35 { top:13.625rem;left:0rem;width:20rem;height:62.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzAlbE2l2zVyzJL0v48zT9oas7y50dwd { top:13.625rem;left:11.75rem;width:20rem;height:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZmbfzlckTcXTpmySqwN5Tzgv2fh72g { top:13.625rem;left:27.625rem;width:20rem;height:62.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3 { top:18.1875rem;left:4.5625rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2 { top:18.1875rem;left:20.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0MIcVPd671iCsRnoF2uvttcN77V7mT { top:18.1875rem;left:36.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyzydWPnu7UmFhJpbpiAx5mArZ6ltGI4 { top:28.5625rem;left:15.9375rem;width:15.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBhUiLOCihprIJWRE5vozRawT8hSgllL { top:28.5rem;left:20.3125rem;width:7rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDZV1sTyzVCPliFGn4Qxq2A8See3oM1b { top:41.5625rem;left:0.59375rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXu31lM4KUgzDppSryhWr8ia59LapaZ { top:38.1875rem;left:2.1929683685302rem;width:10rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ9rAdpQZbnK7VkJVEr9cyQiGoEkUrni { top:38.1875rem;left:11.8125rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpoNLzLWSHImlTekPtTAaw73XLecX0Dx { top:45.375rem;left:0.53125rem;width:14.8125rem;height:;font-size:1.0625rem;display:block; }#BpoNLzLWSHImlTekPtTAaw73XLecX0Dx li:before{  }
 }@media only screen and (max-width: 763px) { #CzmnNBe7oliA1Qu0qCAvFAqHRteJssci { top:43rem;left:2.1921882629394rem;width:4.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiEhrVEcxQNxAhg6hZ9mtozTtApeuwpC { top:64.375rem;left:1.125rem;width:13.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJxDm16gq9t1Xwcz0VcQUm0XbdNWkRQh { top:38.1875rem;left:20.937501907349rem;width:5.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wftRpFoeDFcMAJa54yyrd5f11RkUsx { top:38.1875rem;left:26.687501907349rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS33hnWDtuXptEI75fncsACnKBU3QPUn { top:41.625rem;left:16.468751907349rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE77PbKyhsosHc3zqm8TnWt3VEpWcCGb { top:42.8125rem;left:17.9375rem;width:4.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM { top:45.4375rem;left:16.25rem;width:15.0625rem;height:17.375rem;font-size:1.0625rem;display:block; }#PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM li:before{  }
 }@media only screen and (max-width: 763px) { #menciGyqmATTyHdT5tFAyiTDPRhn253W { top:64.3125rem;left:17rem;width:14.375rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWRPN7BEun2b9mUtV3e6wC9J0eNTtvHr { top:64.4375rem;left:32.0625rem;width:15.6875rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxEkb991PnzwCFdrBympBJA5Tdzq0Ik6 { top:41.8125rem;left:32.343751907349rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxgWlxa1GktkfML5TFQ2MJOQ3oaybkFJ { top:38.1875rem;left:36.812501907349rem;width:5.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1ySoh8RKFwWN4EoubARW7iwpHIVwHT { top:38.1875rem;left:42.5625rem;width:4.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Xk1vDewZ7i65xT8VU2VOQk5dQAuxt { top:43rem;left:34.25rem;width:4.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv { top:45rem;left:31.125rem;width:16.5rem;height:19.0625rem;font-size:1.0625rem;display:block; }#RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv li:before{  }
 }@media only screen and (max-width: 763px) { #MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz { width:18.75rem;height:2.8125rem;top:71.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CERPLvcNGZIeEsrFNp8Tc5UBKtfl9c { display:block; }
 }@media only screen and (max-width: 763px) { #a40VOl6BgzImnB69Be9yGSoQemO8cZd0 { width:18.75rem;height:2.8125rem;top:71.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #csf2U8an8Fft4WDW6bTNWtGzZoCr4JLT { display:block; }
 }@media only screen and (max-width: 763px) { #sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl { width:18.75rem;height:2.8125rem;top:71.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpLpOpxZiGyUPhAvq1UCODbRuuq7geu { display:block; }
 }@media only screen and (max-width: 763px) { #ZOXKsx0iI8cKnEgaTmf0IGgERvIrihKo { top:68.9375rem;left:1.1796875rem;width:11.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmskTLkLmtASiTWH3MDIA7pWkrHA4ZEc { top:68.9375rem;left:17.000001907349rem;width:11.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b36ho8ePwQfl5a2oc49D8gQNEk0Rcq { top:68.9375rem;left:32.718751907349rem;width:11.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkDNv1wJ6gy59alprNRPGe5fz6hlBgNh { top:7.25rem;left:8.125rem;width:31.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5SkB744L5yHkv3GdEeayTpwo96JKbFJ { top:12.375rem;left:0rem;width:47.75rem;height:14.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpJouwp0xXcVtfCAHMr62MkvvQdp1w8 { top:29.8125rem;left:12.75rem;width:35rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I { display:block; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWmFNDSgTG8gUU4EfABV3dlZTyidEQ1Z { width:20.625rem;height:2.25rem;top:12.5rem;left:27.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw  { width:20.6875rem;height:auto;top:11.8125rem;left:24.5625rem; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw {display:block;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw { width:20.6875rem;height:auto;top:11.8125rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #UDtsXW23LJRwhBihLnsxzNToaxPqNJEA {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #kkeaFkuxidzZ5dk3DzfGt1gWBbBTDKly { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #NTrp2aqThfcxnt2TksrXtONm13qot7hL {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #mMG8hbEa8U0LpsDeVUNP4OeNgEkXgVw7 {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #N4AISGkMS1iGlC7FTPKuU5lmRTTWMC2c { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Rr0hk7BmyC89nmF4B8EW3KS7vQpbm9p0 {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #xvnTudTZogH16rSZCp1FV9n6cbUkPOuk {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #loHnN0VQnPzH5MoaUcfJB4ekVbATGKa0 { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #VTNtf0FNvMqd8PGzTJpWMDKelUCBRT2a {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Og1wZdPtKlQ2iheIWqLiGhI0sMhmZLGt {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #No0a5OpOIcpPMhrcX1zVwDHDdJts3agP {  }
 }@media only screen and (max-width: 763px) { #zEZVhQVsDJl1Ob5ZXT3MRDJVIPNccBTz { width:28.6875rem;height:24.125rem;top:8.75rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NNPRcwtBHF5rkOVNIXWiDz75LzZiGo { width:19.4375rem;height:12.1875rem;top:13.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { width:16.0625rem;height:3.3125rem;top:8.5625rem;left:1.1117191314698rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { width:16.3125rem;height:4.4375rem;top:26.9375rem;left:0.98671913146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiGJPpdocSr5d70pWw2LfzEaTmJzQUMH { width:20rem;height:5.25rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { width:6.875rem;height:3.875rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW8hIi94tTX04bvmMDKITbydlgwbhSOk { width:10.75rem;height:2.9375rem;top:13.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7TM3fGDeiwExOUG7TyLFTVyAVcA1zmy { width:20rem;height:0;top:17.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuhTPUruALT4HzRQHOsX1LTcOW6io9m { width:17.5rem;height:3.4375rem;top:26.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwXwgo6aS0gsmD84uXfb1NkmTig0mHRt { display:block; }
 }@media only screen and (max-width: 763px) { #dmayTWJMitkLnfeP60HuTlWFvd87K9T2 { display:block; }#dmayTWJMitkLnfeP60HuTlWFvd87K9T2 > .row .container { width:20rem;height:221.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXSaZe4IrGvrEGEw3t8fB1htHXhVHV2T { width:18.75rem;height:1.25rem;top:26.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRCw3SAv48wBTLpVfu2Tk38qx3w9XVit { width:18.75rem;height:4.6875rem;top:29.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDtKkUx924Dq16TaLBehpItg7XwJUK4t { width:18.75rem;height:4.6875rem;top:52.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZO2EMJ1IfT64cWO4nmzvWZKhGOeFgA1 { width:18.75rem;height:1.25rem;top:50.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hldpAt3vK4TaroUOXcmqJP8h8RA1c8VJ { width:18.75rem;height:4.6875rem;top:76.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N32CmE4JLklIzTyLKISpEgZvwl6iDwJw { width:18.75rem;height:1.25rem;top:74.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxPM33gmoXrs1wQil9LT2z7On5wy9nOf { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDZ7KAOIKTPt51eGp52INHbJdeN6sT35 { width:20rem;height:23.75rem;top:13.8125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nzAlbE2l2zVyzJL0v48zT9oas7y50dwd { width:20rem;height:23.75rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZmbfzlckTcXTpmySqwN5Tzgv2fh72g { width:20rem;height:23.75rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0dqUUc13FgTC1XqOLFlW3q7HpCCxNh3 { width:6.75rem;height:6.75rem;top:17.65625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn6tylmniZcrnUs6ZvUvfU3lFH1x86y2 { width:6.75rem;height:6.75rem;top:41.21875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0MIcVPd671iCsRnoF2uvttcN77V7mT { width:6.75rem;height:6.75rem;top:65.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyzydWPnu7UmFhJpbpiAx5mArZ6ltGI4 { width:15.75rem;height:1.375rem;top:128.5875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBhUiLOCihprIJWRE5vozRawT8hSgllL { width:7rem;height:0;top:131.2125rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDZV1sTyzVCPliFGn4Qxq2A8See3oM1b { width:14.6875rem;height:0.125rem;top:93.2rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKXu31lM4KUgzDppSryhWr8ia59LapaZ { width:10rem;height:0;top:86.3125rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ9rAdpQZbnK7VkJVEr9cyQiGoEkUrni { width:4.0625rem;height:0;top:90.325rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpoNLzLWSHImlTekPtTAaw73XLecX0Dx { width:14.8125rem;height:0;top:97.69375rem;left:2.5625rem;font-size:1.0625rem;display:block; }#BpoNLzLWSHImlTekPtTAaw73XLecX0Dx li:before{  }
 }@media only screen and (max-width: 763px) { #CzmnNBe7oliA1Qu0qCAvFAqHRteJssci { width:4.0625rem;height:0;top:94.575rem;left:7.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiEhrVEcxQNxAhg6hZ9mtozTtApeuwpC { width:13.625rem;height:0;top:117.39375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJxDm16gq9t1Xwcz0VcQUm0XbdNWkRQh { width:5.75rem;height:0;top:133.925rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wftRpFoeDFcMAJa54yyrd5f11RkUsx { width:4.0625rem;height:0;top:137.9375rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS33hnWDtuXptEI75fncsACnKBU3QPUn { width:14.6875rem;height:0.125rem;top:140.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE77PbKyhsosHc3zqm8TnWt3VEpWcCGb { width:4.0625rem;height:0;top:141.95780944824rem;left:4.09765625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM { width:15.0625rem;height:0;top:145.07655944824rem;left:2.4375rem;font-size:1.0625rem;display:block; }#PSBdwdBOux1WUuhxOSgLZUyTXHmJ74GM li:before{  }
 }@media only screen and (max-width: 763px) { #menciGyqmATTyHdT5tFAyiTDPRhn253W { width:14.375rem;height:0;top:163.70780944824rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWRPN7BEun2b9mUtV3e6wC9J0eNTtvHr { width:15.6875rem;height:0;top:207.55078277588rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxEkb991PnzwCFdrBympBJA5Tdzq0Ik6 { width:14.6875rem;height:0.125rem;top:182.92655944824rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxgWlxa1GktkfML5TFQ2MJOQ3oaybkFJ { width:5.75rem;height:0;top:176.03905944824rem;left:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1ySoh8RKFwWN4EoubARW7iwpHIVwHT { width:4.0625rem;height:0;top:180.05155944824rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Xk1vDewZ7i65xT8VU2VOQk5dQAuxt { width:4.0625rem;height:0;top:184.10703277588rem;left:4.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv { width:16.5rem;height:0;top:187.22578277588rem;left:1.75rem;font-size:1.0625rem;display:block; }#RelEGf3EIZvB18pm2OHPzMGb35Kd0aJv li:before{  }
 }@media only screen and (max-width: 763px) { #MRAuhgN3hGuhWM1atrsBPG8Z4OKSOZRz { width:18.75rem;height:2.8125rem;top:124.525rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CERPLvcNGZIeEsrFNp8Tc5UBKtfl9c { display:block; }
 }@media only screen and (max-width: 763px) { #a40VOl6BgzImnB69Be9yGSoQemO8cZd0 { width:18.75rem;height:2.8125rem;top:171.97655944824rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csf2U8an8Fft4WDW6bTNWtGzZoCr4JLT { display:block; }
 }@media only screen and (max-width: 763px) { #sdk4n4IfwOQdyTJ1hb2pC04b8pcyHwVl { width:18.75rem;height:2.8125rem;top:214.68203277588rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpLpOpxZiGyUPhAvq1UCODbRuuq7geu { display:block; }
 }@media only screen and (max-width: 763px) { #ZOXKsx0iI8cKnEgaTmf0IGgERvIrihKo { width:11.0625rem;height:0;top:122.05625rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmskTLkLmtASiTWH3MDIA7pWkrHA4ZEc { width:11.0625rem;height:0;top:169.50780944824rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b36ho8ePwQfl5a2oc49D8gQNEk0Rcq { width:11.0625rem;height:0;top:212.21328277588rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.adaptive-delivery-prevent-bg, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyload, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyloading { background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkDNv1wJ6gy59alprNRPGe5fz6hlBgNh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5SkB744L5yHkv3GdEeayTpwo96JKbFJ { width:20rem;height:0;top:5.9125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpJouwp0xXcVtfCAHMr62MkvvQdp1w8 { width:20rem;height:0;top:22.1125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I { display:block; }#p3wllRxOguX7s8NOlX1UxBNdX4ez4J0I > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWmFNDSgTG8gUU4EfABV3dlZTyidEQ1Z { width:20rem;height:1.7875rem;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#005bae;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container:first-of-type{padding-top:0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .widget-container:last-of-type{padding-bottom:0;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw  { width:15.9375rem;height:auto;top:22.8125rem;left:0.78125rem; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw {display:block;}#bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw { width:15.9375rem;height:auto;top:22.8125rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #UDtsXW23LJRwhBihLnsxzNToaxPqNJEA {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #kkeaFkuxidzZ5dk3DzfGt1gWBbBTDKly { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #NTrp2aqThfcxnt2TksrXtONm13qot7hL {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #mMG8hbEa8U0LpsDeVUNP4OeNgEkXgVw7 {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #N4AISGkMS1iGlC7FTPKuU5lmRTTWMC2c { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Rr0hk7BmyC89nmF4B8EW3KS7vQpbm9p0 {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #xvnTudTZogH16rSZCp1FV9n6cbUkPOuk {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #loHnN0VQnPzH5MoaUcfJB4ekVbATGKa0 { display:block; }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #VTNtf0FNvMqd8PGzTJpWMDKelUCBRT2a {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #Og1wZdPtKlQ2iheIWqLiGhI0sMhmZLGt {  }
 }@media only screen and (max-width: 763px) { #bfGkAQudMvSlvh1DoOKOcTcP0bfVXiQw #No0a5OpOIcpPMhrcX1zVwDHDdJts3agP {  }
 }@media only screen and (max-width: 763px) { #zEZVhQVsDJl1Ob5ZXT3MRDJVIPNccBTz { width:20rem;height:21.625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5NNPRcwtBHF5rkOVNIXWiDz75LzZiGo { width:20rem;height:2.6rem;top:16.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxwuui53FaOtTm9tgFuq2IBkpQwSGMNx { width:14rem;height:7.8rem;top:6.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFr0R8fmqTTZ2FOhARcEm9SgIdihhJKw { width:14.4375rem;height:3.75rem;top:16.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNt5wsxpisdmdl0393Sm7zVvkUlrFxn { display:block; }
 }