.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:url("https://images.assets-landingi.com/uc/b3212b96-7f1b-4db4-8566-728a1783b5dd/Shipyaari2024DeltaLPBannerGIF_3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:83.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#U2L1cBCZZcswXQw2gOcg9GZK6q9HkpLS { 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:5.625rem;width:10.875rem;top:2.6875rem;left:32.0625rem;overflow:hidden;display:block; }
#ppAcBusWlDGqpZVI5gMngDriQWaBNmpU { 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:51.3125rem;width:28.4375rem;top:28.125rem;left:23.3125rem;overflow:hidden;display:block; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-form-header {  }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-regular-label { height:auto;display:block;font-family:gilroy;font-size:1rem;font-weight:300;color:#ffffff;width:20.125rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1.4; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:gilroy;vertical-align:top; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:gilroy;vertical-align:top; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .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.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;font-family:gilroy;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-select {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .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; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .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:#00ff00;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:1.25rem;font-weight:700;color:#000000;width:20.125rem;height:4rem;font-family:gilroy;overflow:hidden;box-shadow: none;font-style:normal; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]:-moz-placeholder { color:#9ea0ae;font-family:gilroy;font-size:0.875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]::-moz-placeholder { color:#9ea0ae;font-family:gilroy;font-size:0.875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]:-ms-input-placeholder { color:#9ea0ae;font-family:gilroy;font-size:0.875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]::-webkit-input-placeholder { color:#9ea0ae;font-family:gilroy;font-size:0.875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .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:gilroy;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .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; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.875rem;vertical-align:middle;font-family:gilroy;font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:2;float:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container:first-of-type{padding-top:0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container:last-of-type{padding-bottom:0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.75rem;left:26.1875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.125rem;display:block;vertical-align:top; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-info-text { display:block;height:auto;font-family:gilroy;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm {display:block;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.75rem;left:26.1875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #m5dNme5GOUBGZFHbuOWD2mq70J9hST4m { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #fMFpiyTzTbZcko9xqIiVLJx9mO8MTzFh { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #D6W3V7x64si14blOoXqf0fcef5aCcs4n { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #W2fC5Cb4oomqS2m7pc1bGz9pQEAHAtTW { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #p5DRO7t3NyZEL2EAyUPwycu9Q0597Tql { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #z9xJ5IPyi8irla6pPTBPCzzL3P3MJ9au { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #ClTv9lhO6K4SdeP25mMJzIlNedAmpE6b { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #xdfB3vRG9FubcVgVbAQHn2NBiXaogp38 { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #ZDw6o22BWXiHef1gE12n1234WZvNqF77 { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #uyfVPc1hOtyctOw8lkZhGg0xktR5gvby { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #rxNiXnlWqRrdkcfMsLMDm9mMlUsre3PS { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #SzxMaIyGtXanSuF685XM4rUlf5WqFW1b { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #BVd7ebeHXGTyUF6FxvkTUefC4vKhbiUm { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #it0VEDWFXPDdG9PMosMbonZcWAz4ZoDo { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #wsRyeUMASQUkz4hXBCK1tdVf3kqBCE1q { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #xV4EBnygu46gCEFRb03NqgOzxTe6Veg1 { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #Rwv0NuWqA4WSkbfr54TktTE4RU2rrcie { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #SiE3RE2PPMDcZMWNcTgP3zi5Kf1dgi3t { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #euGU6RO2wzCNBOEhDcxMfCN9fTDPapXF { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #iT19vhudrBBxd41CEKvtOPy5KIQZdnx7 { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #Ka5SSw5QQkMorn3HW1bDXHmmfHxb1IDg { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #kJwGITGdXSARAKa2iw7VrhwoT61zXspP { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #xDTTzZ3TTVRZfc3cJJcRdTBEsxJeJS1A { position:relative;display:none; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #VaWuKMvP8kSVnDVNTeMZELylt2bPU0nr { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #TFA9lqv4CeEt1ENWoRnsgg5mKTGL0zx7 { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #TGnKVDcF9yfLW6vfrGZ7SMdUvymsI585 { position:relative;display:block; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #bQPanmGvP24dorqFMDVvwhHViSOehRcU { position:relative; }
#gqb7LfhbF1aAJ4c6cTATdFKhiLsKZy0k { position:relative;display:block; }
#NHLqdqUvDaXhU8EJwOm0nlpZAb5uelAU { position:relative;display:block; }
#tQf8Il3x4RvVr43oNOeue6BRgpkOUCb5 { position:relative;display:block; }
#DbK4QTscQmWTPJbSmzxaRfiztKbVfWb4 { position:relative;display:block; }
#IfdZG7bXRRTVNXU1sibgbcITxRtU6pDM { position:relative;display:block; }
#UGmH0hLd9J7X8m1nyd5SQpfvUFcBxmfq { position:relative;display:block; }
#omMaBJxBygIXIpUi3ikB7CpBMKOUF0s1 { position:relative;display:block; }
#rVB4kunb6QKRaaUAEygABiTqW0H32T1m { position:relative;display:block; }
#HAhE6MkV2WS8ztJRLoP6sxGkgXzs9rEu { position:relative;display:block; }
#s2yTQqtKNdRgptuMS5t2hKrZUXZa05Dk { position:relative;display:block; }
#e3iH5oah4IpRuy56x41Dte2EzMBmVT2m { position:relative;display:block; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #GC9ekqm7cDS6CrdWA8tSquygrr8RFkK6 { position:relative; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm #WgXSTwTKEQbEQTT8kPvPt89T2QvMpXW6 { position:relative; }
#QnLSqEAsmgtg5mcc5TcZ0L8xbWk3IZbd { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:14.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fpFFLzfsEkewytvWtom1afvqyiP2tFO6 { 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:5rem;width:32.4375rem;top:9.5625rem;left:17.53125rem;overflow:hidden;display:none; }
#bV8n0i6P5XkQWShaoXOVURAqriaRBpAx { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:gilroy;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.050000190735rem;left:6.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upwDkSi6xTmK7aUfFGmcA8Ohnf199DBg { color:#ffffff;display:block;width:15rem;position:absolute;font-family:gilroy;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:30.000001907349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTHvA3CTshoLEh24LsETHSRIEWNhhT34 { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:gilroy;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.9375rem;left:15.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ab0f4cc-38c2-474d-96d4-2228d8b670fa/Frame4SD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt.adaptive-delivery-prevent-bg, #e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt.lazyload, #e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt.lazyloading { background-image: none; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container { background-color: transparent; background-image: none; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container > .video-iframe-container { display: none; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row > .video-iframe-container { display: none; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .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); }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container { border-width: 0; border-radius: 0; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container { font-size:0.875rem;font-family:arial;height:82.3125rem;width:75rem;position:relative;display:block; }#CqIxXuCsp7ecDkvCWSXdV1SGU8IrM4v7 { 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:7rem;width:39.9375rem;top:9.5625rem;left:17.53125rem;overflow:hidden;display:block; }
#bJykT1V05OPXU1cz5wkH4vETdBUyu4sU { 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:45.9375rem;width:34.3125rem;top:17.875rem;left:20.34375rem;overflow:hidden;display:block; }
#kQwe7tMsQBqMXglwJu9cNHMKMQkqFisx { position:absolute;display:block;z-index:15002;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:4.25rem;width:4.25rem;top:34.25rem;left:24.3125rem;overflow:hidden;display:block; }
#NTXeUPLTESXfMqHCzq5PElguWcSlT542 { 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:4.25rem;width:4.25rem;top:39.8125rem;left:24.3125rem;overflow:hidden;display:block; }
#TXXWAnzP11TVJKoUrmfOs5WXKyT3tFK4 { position:absolute;display:block;z-index:15004;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:4.25rem;width:4.25rem;top:45.6875rem;left:24.3125rem;overflow:hidden;display:block; }
#i1xP4qsI4KCLrTTAS477aLaRvalIgox1 { 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:4.25rem;width:4.25rem;top:51.75rem;left:24.3125rem;overflow:hidden;display:block; }
#eQDOq4azKD5gLzwNi345zVwuWMxkGy2u { 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:4.25rem;width:4.25rem;top:57.5rem;left:24.3125rem;overflow:hidden;display:block; }
#u6FMPF4pJ7BpgwVGTyCt5JPFAfn1yXoV { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:35.375rem;left:29.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZXzv0CebBo0A6aJyhlmkP2B9R8vJPo9p { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:40.9375rem;left:29.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hocB2K1B3PJkudsep82seC5Prbv5Hh6K { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:46.546875rem;left:29.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SnL1pXy7WNxxfJJuXzz5rqUzTFddMZgX { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:52.671875rem;left:29.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v1Pm8UEzR3cFr8ehk2oBhi4T0S8AnAOZ { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:57.59375rem;left:29.25rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nwn1kvKiJNG3mvBexflNyLtl4ZxTQZxe { position:absolute;display:block;z-index:14999;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:47.6875rem;width:66.6875rem;top:21.8125rem;left:4.15625rem;overflow:hidden;display:block; }
#SKhDT23IZoT4HEvJ8WUvE3TmFtbT9VLc { background-color:#00ff00;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.125rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:67.75rem;left:17.4375rem;display:block; }
#lH7dP1yy4XXEqecFdgrsRCHuWbf1emnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6EUt9bU1uLf6wWnUlvo8AdmhMvWwuSg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.8125rem;top:1rem;left:40.3125rem;overflow:hidden;display:block; }
#VRaJ2t1rBIESPoLD4DSHo9ADTWqo2uSR { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:gilroy;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.9375rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container { background-color: transparent; background-image: none; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container > .video-iframe-container { display: none; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row > .video-iframe-container { display: none; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .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); }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container { border-width: 0; border-radius: 0; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#o7DZ1LoitffB5oyvrtg8wPzAXiu5W5eO { 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:6.625rem;width:47.0625rem;top:1.9375rem;left:13.96875rem;overflow:hidden;display:block; }
#JAeWVtRDJI58uRMr9mkyxmvWN3GB4iG0 { 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:29.5625rem;width:28.1875rem;top:24.34375rem;left:23.40625rem;overflow:hidden;display:block; }
#iZd6pbIShPTAoEbGuRwBuINNtSVL4S54 { 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:9.375rem;width:24rem;top:27.4375rem;left:51rem;overflow:hidden;display:block; }
#ralPgQm8LQ0C1g0ub0vNtlTsXlghTUT6 { position:absolute;display:block;z-index:15004;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:9.375rem;width:24rem;top:41.75rem;left:51rem;overflow:hidden;display:block; }
#S0uuxfIiRMBB6FutV5h3szzkT7O8yTRV { position:absolute;display:block;z-index:15004;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:9.375rem;width:24rem;top:14.96875rem;left:38.4375rem;overflow:hidden;display:block; }
#cAAnyOdx96yNtPUugGf9f8RWPOWmSKaK { 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:9.375rem;width:23.5rem;top:14.96875rem;left:12.625rem;overflow:hidden;display:block; }
#ZVZvaDKl5GOXT7y3TOn0zdROa134L7Xy { 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:9.375rem;width:23.5rem;top:27.5rem;left:0rem;overflow:hidden;display:block; }
#Wt15ry7gx2Ik5HiKugMDLvZx05178Hx0 { position:absolute;display:block;z-index:15007;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:9.375rem;width:23.5rem;top:41.75rem;left:0rem;overflow:hidden;display:block; }
#G91R2JG9DUwHTn9zQUdbi70LAANpbCCc { background-color:#00ff00;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.125rem;height:5.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.09375rem;left:17.4375rem;display:block; }
#KGHQ8hEk5pLntnLrzAyMVgd1GVmRSxIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmacSD1Tl82OLGqpvCdiiEqHo7ZEUWTv { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:40.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5ZASOv7CUFIRiuX1fPyQFSCvwbACLzm { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:53.0625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTnreku1dX85gIAWvynQqJ9Vz3Ek7K2U { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.25rem;left:53.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuEXczk4ksf6XPgW8m2dIW2hkGrS5Xyq { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:14.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RN8x6vpkX4EQ9cBveN1iJQC9kcdoAJ5r { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlWodp6uTOHZeI1lsVvuDwlL1fUXT0OV { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:43.25rem;left:1.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvshDDLZMzKOkrAJCrgXUtMPOdUQTEkw { 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:9.375rem;width:23.5rem;top:27.5rem;left:0rem;overflow:hidden;display:none; }
#d98EezReIBsZrbI6uafaTxGsi1wLXSsn { 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:5.8125rem;width:44.9375rem;top:1.9375rem;left:13.96875rem;overflow:hidden;display:none; }
#r71oF145M5cKJCJSeqOAzXrQczKyEoUg { 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:6.625rem;width:47.0625rem;top:1.9375rem;left:13.96875rem;overflow:hidden;display:none; }
#b94yVKJmTaHnxQ7XiMb64CMQsoF3DGtK { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:14.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88afcc20-2ce4-40bf-a6e0-88aae8a8e986/Frame17SD.png");background-position:center !important;background-repeat:no-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:none; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.adaptive-delivery-prevent-bg, #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.lazyload, #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.lazyloading { background-image: none; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW > .row .container { border-width: 0; border-radius: 0; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:75rem;position:relative;display:none; }#SeHo6chlMTAT9J2Mb37dKnx9rpQK1iZw { 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:3.625rem;width:35.8125rem;top:6.0625rem;left:19.59375rem;overflow:hidden;display:block; }
#HahkEyHZi87McHwEnW3UIgJQ6l6O1JkT { position:absolute;display:block;z-index:14999;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:54.3125rem;width:58rem;top:18.40625rem;left:6.1875rem;overflow:hidden;display:block; }
#SypGnLZapSoLUUWGPCuSGlCAxIGy1EkF { position:absolute;display:block;z-index:15002;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:27.875rem;width:30.3125rem;top:10.9375rem;left:25.1875rem;overflow:hidden;display:block; }
#EkbOXw7mpa3cUt4gEwlnfWUVnwb3h1ru { 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:27.5rem;width:30.3125rem;top:34.5625rem;left:44.6875rem;overflow:hidden;display:block; }
#pnAx4xNceafe2raIPSe3TIBmPAI9mXC2 { position:absolute;display:block;z-index:15004;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.125rem;width:33.8125rem;top:42.125rem;left:7.0625rem;overflow:hidden;display:block; }
#IEJLUNTu7Z40cihcAAmUtpM1zM9XXkOQ { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:38.75rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRqkrGBERhVWEDX8Kh3FkQWuyZ1QGPxz { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.6875rem;left:38.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKHT7VPdLT5vgHTpZ69SED8VeB5BTAlr { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.3125rem;left:38.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mKTBznRBgAVNDwfNwCMwtf9dHICCcb1G { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:40.6875rem;left:55.40625rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6dHPXMlOJ4qS3nO97TtRPrQST9bc8V9 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:51.8125rem;left:55.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1nfekF41RGJw48z5i9ecToeQaJWEtTo { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.4375rem;left:55.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#G1KmmdDyTODTNvaGOzK5XCITd6gVeuA5 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:48.9375rem;left:20.1875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mql6GxwMfrRNsqMoE7f8fSZkqDdJw1Rx { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60rem;left:20.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RytCaCiotS2tX9ECay8XTHhXz56MkFSo { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:gilroy;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:61.8125rem;left:20.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#cBBvZ3GGMAfreFxTSA0erHdZZJ1AEw9H { background-color:#00ff00;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.125rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:71.96875rem;left:17.4375rem;display:block; }
#BuZr0tcJl1RZWhouH8ceqGaJ1EXkryJd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9GioZya9a2eieyAPbM6eC0yRfSiu3wV { position:absolute;display:block;z-index:15002;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:27.875rem;width:30.3125rem;top:11rem;left:25.15625rem;overflow:hidden;display:block; }
#yBDOh9JsVd0P5KT4TJJpgiCIaLA7RBU4 { 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:27.5rem;width:30.3125rem;top:34.5625rem;left:44.6875rem;overflow:hidden;display:block; }
#TuTvJ0I0lbogceAgElWKn63usHofKVCl { position:absolute;display:block;z-index:15004;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.125rem;width:33.8125rem;top:42.125rem;left:7.0625rem;overflow:hidden;display:block; }
#OWtW6pziW4VxXTvWub2QDUXHXLErkXex { position:absolute;display:block;z-index:15004;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.125rem;width:26rem;top:42.625rem;left:8.25rem;overflow:hidden;display:none; }
#KNbVFiQWD4A6KCcmq8zDm26HR2utZhvU { position:absolute;display:block;z-index:15002;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:27.875rem;width:25.8125rem;top:10.9375rem;left:25.1875rem;overflow:hidden;display:none; }
#tz51n07P258EbEBZRryb2GDP18mtT60A { 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:27.5rem;width:26rem;top:34.5625rem;left:44.6875rem;overflow:hidden;display:none; }
#OgRkDhJ5MG0JQxKkBQh95RdwQhte1sMy { position:absolute;display:block;z-index:14999;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:51.8125rem;width:53.375rem;top:18.40625rem;left:6.1875rem;overflow:hidden;display:none; }
#amxKu8pzFvCtyfxMmuns1UIDIgwWgGdr { 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:27.5rem;width:26rem;top:34.5625rem;left:44.6875rem;overflow:hidden;display:none; }
#fyaJ6zXF4wUITvEBu7V6GveanwK0FEtV { position:absolute;display:block;z-index:15002;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:27.875rem;width:25.8125rem;top:10.9375rem;left:25.1875rem;overflow:hidden;display:none; }
#XbMS3Co7GJKRDvuv1llBD1wKHgAEDGG8 { position:absolute;display:block;z-index:15004;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.125rem;width:26rem;top:42.625rem;left:8.25rem;overflow:hidden;display:none; }
#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container { background-color: transparent; background-image: none; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container > .video-iframe-container { display: none; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row > .video-iframe-container { display: none; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .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); }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container { border-width: 0; border-radius: 0; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#PpC0LKfqNRUiZATh9AJ7R5sWmfFJxgBP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:gilroy;font-size:3.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.625rem;height:4.55rem;display:block; }
#PVkWd2R16kPcFFWCFKWOX4UyB1BUXTIl { 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:2.5625rem;width:2.8125rem;top:2.71875rem;left:67.96875rem;overflow:hidden;display:block; }
#HZBmNdDFamvaOyFGtsvKusJZqcETbugy { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(255,255,255,0.19), rgba(0,255,0,0.13));background-image: -moz-linear-gradient(176deg, rgba(255,255,255,0.19), rgba(0,255,0,0.13));background-image: -ms-linear-gradient(176deg, rgba(255,255,255,0.19), rgba(0,255,0,0.13));background-image: -o-linear-gradient(176deg, rgba(255,255,255,0.19), rgba(0,255,0,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ffffff', endColorstr='#2100ff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ffffff', endColorstr='#2100ff00' );";background-image: linear-gradient(176deg, rgba(255,255,255,0.19), rgba(0,255,0,0.13));background-size:auto !important;border-top:0.0625rem solid rgba(243,239,229,0.45);border-left:0.0625rem solid rgba(243,239,229,0.45);border-right:0.0625rem solid rgba(243,239,229,0.45);border-bottom:0.0625rem solid rgba(243,239,229,0.45);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.25rem;width:74.875rem;top:0.125rem;left:0rem;display:block; }
#hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011f61;background-image:url("https://images.assets-landingi.com/uc/88afcc20-2ce4-40bf-a6e0-88aae8a8e986/Frame17SD.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.adaptive-delivery-prevent-bg, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.lazyload, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.lazyloading { background-image: none; } #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection *:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="text"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="email"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="tel"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection textarea:focus-visible { outline: none; } #Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { background-color: transparent; background-image: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container > .video-iframe-container { display: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row > .video-iframe-container { display: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .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); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { border-width: 0; border-radius: 0; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { font-size:0.875rem;font-family:arial;height:92.625rem;width:75rem;position:relative;display:block; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea1fe529-e248-4d65-bf37-4daafb52c45c/Frame18SD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S.adaptive-delivery-prevent-bg, #kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S.lazyload, #kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S.lazyloading { background-image: none; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container { background-color: transparent; background-image: none; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container > .video-iframe-container { display: none; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row > .video-iframe-container { display: none; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .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); }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container { border-width: 0; border-radius: 0; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#KcdA0NyAFPs88om3cSZCXi2JuM77PwE4 { background-color:#00ff00;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gilroy;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.125rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.03125rem;left:17.4375rem;display:block; }
#aRwE3vEQquKkwqEciXzZZ5murGw9XkGa { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2L1cBCZZcswXQw2gOcg9GZK6q9HkpLS { top:2.6875rem;left:18.4375rem;width:10.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppAcBusWlDGqpZVI5gMngDriQWaBNmpU { top:28.125rem;left:9.6875rem;width:28.4375rem;height:51.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-regular-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-textarea { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-select { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-select {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-button { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm  { width:20.125rem;height:auto;top:31.75rem;left:12.5625rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .radio-container { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm {display:block;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm { width:20.125rem;height:auto;top:31.75rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #m5dNme5GOUBGZFHbuOWD2mq70J9hST4m {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #fMFpiyTzTbZcko9xqIiVLJx9mO8MTzFh {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #D6W3V7x64si14blOoXqf0fcef5aCcs4n {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #W2fC5Cb4oomqS2m7pc1bGz9pQEAHAtTW {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #p5DRO7t3NyZEL2EAyUPwycu9Q0597Tql {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #z9xJ5IPyi8irla6pPTBPCzzL3P3MJ9au {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #ClTv9lhO6K4SdeP25mMJzIlNedAmpE6b {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xdfB3vRG9FubcVgVbAQHn2NBiXaogp38 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #ZDw6o22BWXiHef1gE12n1234WZvNqF77 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #uyfVPc1hOtyctOw8lkZhGg0xktR5gvby {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #rxNiXnlWqRrdkcfMsLMDm9mMlUsre3PS {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #SzxMaIyGtXanSuF685XM4rUlf5WqFW1b {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #BVd7ebeHXGTyUF6FxvkTUefC4vKhbiUm {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #it0VEDWFXPDdG9PMosMbonZcWAz4ZoDo {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #wsRyeUMASQUkz4hXBCK1tdVf3kqBCE1q {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xV4EBnygu46gCEFRb03NqgOzxTe6Veg1 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #Rwv0NuWqA4WSkbfr54TktTE4RU2rrcie {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #SiE3RE2PPMDcZMWNcTgP3zi5Kf1dgi3t {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #euGU6RO2wzCNBOEhDcxMfCN9fTDPapXF {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #iT19vhudrBBxd41CEKvtOPy5KIQZdnx7 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #Ka5SSw5QQkMorn3HW1bDXHmmfHxb1IDg {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #kJwGITGdXSARAKa2iw7VrhwoT61zXspP {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xDTTzZ3TTVRZfc3cJJcRdTBEsxJeJS1A {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #VaWuKMvP8kSVnDVNTeMZELylt2bPU0nr {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #TFA9lqv4CeEt1ENWoRnsgg5mKTGL0zx7 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #TGnKVDcF9yfLW6vfrGZ7SMdUvymsI585 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #bQPanmGvP24dorqFMDVvwhHViSOehRcU {  }
 }@media only screen and (max-width: 763px) { #gqb7LfhbF1aAJ4c6cTATdFKhiLsKZy0k { display:block; }
 }@media only screen and (max-width: 763px) { #NHLqdqUvDaXhU8EJwOm0nlpZAb5uelAU { display:block; }
 }@media only screen and (max-width: 763px) { #tQf8Il3x4RvVr43oNOeue6BRgpkOUCb5 { display:block; }
 }@media only screen and (max-width: 763px) { #DbK4QTscQmWTPJbSmzxaRfiztKbVfWb4 { display:block; }
 }@media only screen and (max-width: 763px) { #IfdZG7bXRRTVNXU1sibgbcITxRtU6pDM { display:block; }
 }@media only screen and (max-width: 763px) { #UGmH0hLd9J7X8m1nyd5SQpfvUFcBxmfq { display:block; }
 }@media only screen and (max-width: 763px) { #omMaBJxBygIXIpUi3ikB7CpBMKOUF0s1 { display:block; }
 }@media only screen and (max-width: 763px) { #rVB4kunb6QKRaaUAEygABiTqW0H32T1m { display:block; }
 }@media only screen and (max-width: 763px) { #HAhE6MkV2WS8ztJRLoP6sxGkgXzs9rEu { display:block; }
 }@media only screen and (max-width: 763px) { #s2yTQqtKNdRgptuMS5t2hKrZUXZa05Dk { display:block; }
 }@media only screen and (max-width: 763px) { #e3iH5oah4IpRuy56x41Dte2EzMBmVT2m { display:block; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #GC9ekqm7cDS6CrdWA8tSquygrr8RFkK6 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #WgXSTwTKEQbEQTT8kPvPt89T2QvMpXW6 {  }
 }@media only screen and (max-width: 763px) { #QnLSqEAsmgtg5mcc5TcZ0L8xbWk3IZbd { top:2.875rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpFFLzfsEkewytvWtom1afvqyiP2tFO6 { top:9.5625rem;left:3.90625rem;width:32.4375rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV8n0i6P5XkQWShaoXOVURAqriaRBpAx { top:10rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upwDkSi6xTmK7aUfFGmcA8Ohnf199DBg { top:14.0625rem;left:16.375001907349rem;width:15rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHvA3CTshoLEh24LsETHSRIEWNhhT34 { top:18.9375rem;left:1.625rem;width:44.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt { display:block; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqIxXuCsp7ecDkvCWSXdV1SGU8IrM4v7 { top:9.5625rem;left:3.90625rem;width:39.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJykT1V05OPXU1cz5wkH4vETdBUyu4sU { top:17.875rem;left:6.71875rem;width:34.3125rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQwe7tMsQBqMXglwJu9cNHMKMQkqFisx { top:34.25rem;left:10.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXeUPLTESXfMqHCzq5PElguWcSlT542 { top:39.8125rem;left:10.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXWAnzP11TVJKoUrmfOs5WXKyT3tFK4 { top:45.6875rem;left:10.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xP4qsI4KCLrTTAS477aLaRvalIgox1 { top:51.75rem;left:10.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQDOq4azKD5gLzwNi345zVwuWMxkGy2u { top:57.5rem;left:10.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6FMPF4pJ7BpgwVGTyCt5JPFAfn1yXoV { top:35.375rem;left:15.625rem;width:23.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzv0CebBo0A6aJyhlmkP2B9R8vJPo9p { top:40.9375rem;left:15.625rem;width:23.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hocB2K1B3PJkudsep82seC5Prbv5Hh6K { top:46.5rem;left:15.625rem;width:23.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnL1pXy7WNxxfJJuXzz5rqUzTFddMZgX { top:52.625rem;left:15.625rem;width:23.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Pm8UEzR3cFr8ehk2oBhi4T0S8AnAOZ { top:57.5625rem;left:15.625rem;width:23.6875rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn1kvKiJNG3mvBexflNyLtl4ZxTQZxe { top:21.8125rem;left:0rem;width:47.75rem;height:34.145501405811rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKhDT23IZoT4HEvJ8WUvE3TmFtbT9VLc { width:40.125rem;height:5.5rem;top:67.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7dP1yy4XXEqecFdgrsRCHuWbf1emnM { display:block; }
 }@media only screen and (max-width: 763px) { #e6EUt9bU1uLf6wWnUlvo8AdmhMvWwuSg { top:1rem;left:26.6875rem;width:8.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRaJ2t1rBIESPoLD4DSHo9ADTWqo2uSR { top:2.1875rem;left:12.3125rem;width:12.1875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiWIB7NusdGLIwoS4F2qxZBGIeofz0J { display:block; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7DZ1LoitffB5oyvrtg8wPzAXiu5W5eO { top:1.9375rem;left:0.34375rem;width:47.0625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAeWVtRDJI58uRMr9mkyxmvWN3GB4iG0 { top:24.3125rem;left:9.78125rem;width:28.1875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZd6pbIShPTAoEbGuRwBuINNtSVL4S54 { top:27.4375rem;left:23.75rem;width:24rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ralPgQm8LQ0C1g0ub0vNtlTsXlghTUT6 { top:41.75rem;left:23.75rem;width:24rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0uuxfIiRMBB6FutV5h3szzkT7O8yTRV { top:14.9375rem;left:23.75rem;width:24rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAnyOdx96yNtPUugGf9f8RWPOWmSKaK { top:14.9375rem;left:0rem;width:23.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVZvaDKl5GOXT7y3TOn0zdROa134L7Xy { top:27.5rem;left:0rem;width:23.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt15ry7gx2Ik5HiKugMDLvZx05178Hx0 { top:41.75rem;left:0rem;width:23.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G91R2JG9DUwHTn9zQUdbi70LAANpbCCc { width:40.125rem;height:5.5rem;top:56.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHQ8hEk5pLntnLrzAyMVgd1GVmRSxIC { display:block; }
 }@media only screen and (max-width: 763px) { #JmacSD1Tl82OLGqpvCdiiEqHo7ZEUWTv { top:16.0625rem;left:26.8125rem;width:19.875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ZASOv7CUFIRiuX1fPyQFSCvwbACLzm { top:28.5rem;left:27.875rem;width:19.875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnreku1dX85gIAWvynQqJ9Vz3Ek7K2U { top:43.25rem;left:27.875rem;width:19.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuEXczk4ksf6XPgW8m2dIW2hkGrS5Xyq { top:16.0625rem;left:0.8125rem;width:19.875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN8x6vpkX4EQ9cBveN1iJQC9kcdoAJ5r { top:29.3125rem;left:0rem;width:19.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlWodp6uTOHZeI1lsVvuDwlL1fUXT0OV { top:43.25rem;left:0rem;width:19.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvshDDLZMzKOkrAJCrgXUtMPOdUQTEkw { top:27.5rem;left:0rem;width:23.5rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d98EezReIBsZrbI6uafaTxGsi1wLXSsn { top:1.9375rem;left:0.34375rem;width:44.9375rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r71oF145M5cKJCJSeqOAzXrQczKyEoUg { top:1.9375rem;left:0.34375rem;width:47.0625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b94yVKJmTaHnxQ7XiMb64CMQsoF3DGtK { top:2.5625rem;left:0rem;width:15.75rem;height:2.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW { display:block; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeHo6chlMTAT9J2Mb37dKnx9rpQK1iZw { top:6.0625rem;left:5.96875rem;width:35.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HahkEyHZi87McHwEnW3UIgJQ6l6O1JkT { top:18.375rem;left:0rem;width:47.75rem;height:44.714170258621rem;display:block; }
 }@media only screen and (max-width: 763px) { #SypGnLZapSoLUUWGPCuSGlCAxIGy1EkF { top:10.9375rem;left:11.5625rem;width:30.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkbOXw7mpa3cUt4gEwlnfWUVnwb3h1ru { top:34.5625rem;left:17.4375rem;width:30.3125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnAx4xNceafe2raIPSe3TIBmPAI9mXC2 { top:42.125rem;left:0rem;width:33.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEJLUNTu7Z40cihcAAmUtpM1zM9XXkOQ { top:17.1875rem;left:25.125rem;width:13.5625rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRqkrGBERhVWEDX8Kh3FkQWuyZ1QGPxz { top:28.6875rem;left:25.125rem;width:13.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHT7VPdLT5vgHTpZ69SED8VeB5BTAlr { top:30.3125rem;left:25.125rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTBznRBgAVNDwfNwCMwtf9dHICCcb1G { top:40.6875rem;left:33.5rem;width:14.25rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dHPXMlOJ4qS3nO97TtRPrQST9bc8V9 { top:51.8125rem;left:34.1875rem;width:13.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1nfekF41RGJw48z5i9ecToeQaJWEtTo { top:53.4375rem;left:34.1875rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KmmdDyTODTNvaGOzK5XCITd6gVeuA5 { top:48.9375rem;left:6.5625rem;width:14.5rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mql6GxwMfrRNsqMoE7f8fSZkqDdJw1Rx { top:60rem;left:6.5625rem;width:13.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytCaCiotS2tX9ECay8XTHhXz56MkFSo { top:61.8125rem;left:6.5625rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBvZ3GGMAfreFxTSA0erHdZZJ1AEw9H { width:40.125rem;height:5.5rem;top:71.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuZr0tcJl1RZWhouH8ceqGaJ1EXkryJd { display:block; }
 }@media only screen and (max-width: 763px) { #a9GioZya9a2eieyAPbM6eC0yRfSiu3wV { top:11rem;left:11.53125rem;width:30.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDOh9JsVd0P5KT4TJJpgiCIaLA7RBU4 { top:34.5625rem;left:17.4375rem;width:30.3125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTvJ0I0lbogceAgElWKn63usHofKVCl { top:42.125rem;left:0rem;width:33.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWtW6pziW4VxXTvWub2QDUXHXLErkXex { top:42.625rem;left:0rem;width:26rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNbVFiQWD4A6KCcmq8zDm26HR2utZhvU { top:10.9375rem;left:11.5625rem;width:25.8125rem;height:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tz51n07P258EbEBZRryb2GDP18mtT60A { top:34.5625rem;left:17.4375rem;width:26rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgRkDhJ5MG0JQxKkBQh95RdwQhte1sMy { top:18.375rem;left:0rem;width:47.75rem;height:46.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #amxKu8pzFvCtyfxMmuns1UIDIgwWgGdr { top:34.5625rem;left:17.4375rem;width:26rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyaJ6zXF4wUITvEBu7V6GveanwK0FEtV { top:10.9375rem;left:11.5625rem;width:25.8125rem;height:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbMS3Co7GJKRDvuv1llBD1wKHgAEDGG8 { top:42.625rem;left:0rem;width:26rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F { display:block; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpC0LKfqNRUiZATh9AJ7R5sWmfFJxgBP { top:1.625rem;left:0rem;width:12.5rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVkWd2R16kPcFFWCFKWOX4UyB1BUXTIl { top:2.6875rem;left:44.9375rem;width:2.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBmNdDFamvaOyFGtsvKusJZqcETbugy { top:0.125rem;left:0rem;width:47.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection { display:block; } #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection *:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="text"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="email"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="tel"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection textarea:focus-visible { outline: none; } #Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S { display:block; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcdA0NyAFPs88om3cSZCXi2JuM77PwE4 { width:40.125rem;height:5.5rem;top:5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRwE3vEQquKkwqEciXzZZ5murGw9XkGa { 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:url("https://images.assets-landingi.com/uc/5eef6e8f-9513-47b5-836c-9770aabe9187/Frame25SD_2.gif");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2L1cBCZZcswXQw2gOcg9GZK6q9HkpLS { width:5.375rem;height:2.6875rem;top:0.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppAcBusWlDGqpZVI5gMngDriQWaBNmpU { width:20rem;height:42.375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-text {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.8125rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-select {padding-top: 0; padding-bottom: 0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:3.4375rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container:first-of-type{padding-top:0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm .widget-container:last-of-type{padding-bottom:0;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm  { width:15.8125rem;height:auto;top:41.0625rem;left:0.875rem; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kNguRx36FWCS28mRSZS20X3spTlMXHwm {display:block;}#kNguRx36FWCS28mRSZS20X3spTlMXHwm { width:15.8125rem;height:auto;top:41.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #m5dNme5GOUBGZFHbuOWD2mq70J9hST4m {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #fMFpiyTzTbZcko9xqIiVLJx9mO8MTzFh {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #D6W3V7x64si14blOoXqf0fcef5aCcs4n {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #W2fC5Cb4oomqS2m7pc1bGz9pQEAHAtTW {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #p5DRO7t3NyZEL2EAyUPwycu9Q0597Tql {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #z9xJ5IPyi8irla6pPTBPCzzL3P3MJ9au {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #ClTv9lhO6K4SdeP25mMJzIlNedAmpE6b {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xdfB3vRG9FubcVgVbAQHn2NBiXaogp38 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #ZDw6o22BWXiHef1gE12n1234WZvNqF77 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #uyfVPc1hOtyctOw8lkZhGg0xktR5gvby {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #rxNiXnlWqRrdkcfMsLMDm9mMlUsre3PS {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #SzxMaIyGtXanSuF685XM4rUlf5WqFW1b {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #BVd7ebeHXGTyUF6FxvkTUefC4vKhbiUm {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #it0VEDWFXPDdG9PMosMbonZcWAz4ZoDo {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #wsRyeUMASQUkz4hXBCK1tdVf3kqBCE1q {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xV4EBnygu46gCEFRb03NqgOzxTe6Veg1 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #Rwv0NuWqA4WSkbfr54TktTE4RU2rrcie {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #SiE3RE2PPMDcZMWNcTgP3zi5Kf1dgi3t {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #euGU6RO2wzCNBOEhDcxMfCN9fTDPapXF {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #iT19vhudrBBxd41CEKvtOPy5KIQZdnx7 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #Ka5SSw5QQkMorn3HW1bDXHmmfHxb1IDg {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #kJwGITGdXSARAKa2iw7VrhwoT61zXspP {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #xDTTzZ3TTVRZfc3cJJcRdTBEsxJeJS1A {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #VaWuKMvP8kSVnDVNTeMZELylt2bPU0nr {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #TFA9lqv4CeEt1ENWoRnsgg5mKTGL0zx7 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #TGnKVDcF9yfLW6vfrGZ7SMdUvymsI585 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #bQPanmGvP24dorqFMDVvwhHViSOehRcU {  }
 }@media only screen and (max-width: 763px) { #gqb7LfhbF1aAJ4c6cTATdFKhiLsKZy0k { display:block; }
 }@media only screen and (max-width: 763px) { #NHLqdqUvDaXhU8EJwOm0nlpZAb5uelAU { display:block; }
 }@media only screen and (max-width: 763px) { #tQf8Il3x4RvVr43oNOeue6BRgpkOUCb5 { display:block; }
 }@media only screen and (max-width: 763px) { #DbK4QTscQmWTPJbSmzxaRfiztKbVfWb4 { display:block; }
 }@media only screen and (max-width: 763px) { #IfdZG7bXRRTVNXU1sibgbcITxRtU6pDM { display:block; }
 }@media only screen and (max-width: 763px) { #UGmH0hLd9J7X8m1nyd5SQpfvUFcBxmfq { display:block; }
 }@media only screen and (max-width: 763px) { #omMaBJxBygIXIpUi3ikB7CpBMKOUF0s1 { display:block; }
 }@media only screen and (max-width: 763px) { #rVB4kunb6QKRaaUAEygABiTqW0H32T1m { display:block; }
 }@media only screen and (max-width: 763px) { #HAhE6MkV2WS8ztJRLoP6sxGkgXzs9rEu { display:block; }
 }@media only screen and (max-width: 763px) { #s2yTQqtKNdRgptuMS5t2hKrZUXZa05Dk { display:block; }
 }@media only screen and (max-width: 763px) { #e3iH5oah4IpRuy56x41Dte2EzMBmVT2m { display:block; }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #GC9ekqm7cDS6CrdWA8tSquygrr8RFkK6 {  }
 }@media only screen and (max-width: 763px) { #kNguRx36FWCS28mRSZS20X3spTlMXHwm #WgXSTwTKEQbEQTT8kPvPt89T2QvMpXW6 {  }
 }@media only screen and (max-width: 763px) { #QnLSqEAsmgtg5mcc5TcZ0L8xbWk3IZbd { width:17.5625rem;height:3.575rem;top:82.4375rem;left:1.25rem;font-size:1.625rem;line-height:1.1;z-index:15007;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fpFFLzfsEkewytvWtom1afvqyiP2tFO6 { width:15.625rem;height:2.375rem;top:86.5rem;left:2.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bV8n0i6P5XkQWShaoXOVURAqriaRBpAx { width:20rem;height:7.8rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #upwDkSi6xTmK7aUfFGmcA8Ohnf199DBg { width:15rem;height:2.84375rem;top:12.987499237061rem;left:2.5000001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHvA3CTshoLEh24LsETHSRIEWNhhT34 { width:14.4375rem;height:2.4375rem;top:16.837497711182rem;left:2.7812501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt { display:block; }#e5AyaoUhIiUHCmJ7IfsTTLdSkRa5fuIt > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqIxXuCsp7ecDkvCWSXdV1SGU8IrM4v7 { width:20rem;height:3.5054773082942rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJykT1V05OPXU1cz5wkH4vETdBUyu4sU { width:19.5rem;height:26.125rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQwe7tMsQBqMXglwJu9cNHMKMQkqFisx { width:2.5625rem;height:2.5625rem;top:8.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXeUPLTESXfMqHCzq5PElguWcSlT542 { width:2.5625rem;height:2.5625rem;top:12.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXXWAnzP11TVJKoUrmfOs5WXKyT3tFK4 { width:2.5625rem;height:2.5625rem;top:15.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xP4qsI4KCLrTTAS477aLaRvalIgox1 { width:2.5625rem;height:2.5625rem;top:18.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQDOq4azKD5gLzwNi345zVwuWMxkGy2u { width:2.5625rem;height:2.5625rem;top:22.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6FMPF4pJ7BpgwVGTyCt5JPFAfn1yXoV { width:8.125rem;height:2.2rem;top:8.9375rem;left:5.6875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzv0CebBo0A6aJyhlmkP2B9R8vJPo9p { width:7.75rem;height:2.2rem;top:12.5625rem;left:5.6875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hocB2K1B3PJkudsep82seC5Prbv5Hh6K { width:9rem;height:2.2rem;top:15.75rem;left:5.75rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SnL1pXy7WNxxfJJuXzz5rqUzTFddMZgX { width:9.0625rem;height:2.2rem;top:19.125rem;left:5.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v1Pm8UEzR3cFr8ehk2oBhi4T0S8AnAOZ { width:10.25rem;height:2.2rem;top:22.5rem;left:5.8125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn1kvKiJNG3mvBexflNyLtl4ZxTQZxe { width:12.875rem;height:9.1875rem;top:4.7548828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKhDT23IZoT4HEvJ8WUvE3TmFtbT9VLc { width:17.5rem;height:2.5rem;top:27.562501907349rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7dP1yy4XXEqecFdgrsRCHuWbf1emnM { display:block; }
 }@media only screen and (max-width: 763px) { #e6EUt9bU1uLf6wWnUlvo8AdmhMvWwuSg { width:8.8125rem;height:4.5rem;top:33.343746185302rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRaJ2t1rBIESPoLD4DSHo9ADTWqo2uSR { width:12.1875rem;height:1.21875rem;top:31.499206542969rem;left:3.8749998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiWIB7NusdGLIwoS4F2qxZBGIeofz0J { display:block; }#itiWIB7NusdGLIwoS4F2qxZBGIeofz0J > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7DZ1LoitffB5oyvrtg8wPzAXiu5W5eO { width:20rem;height:2.8154050464808rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAeWVtRDJI58uRMr9mkyxmvWN3GB4iG0 { width:20rem;height:20.975609756098rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZd6pbIShPTAoEbGuRwBuINNtSVL4S54 { width:20rem;height:7.8125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ralPgQm8LQ0C1g0ub0vNtlTsXlghTUT6 { width:16.3125rem;height:6.25rem;top:50.875rem;left:3.5521844660194rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0uuxfIiRMBB6FutV5h3szzkT7O8yTRV { width:20rem;height:7.5625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAnyOdx96yNtPUugGf9f8RWPOWmSKaK { width:16.9375rem;height:6.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVZvaDKl5GOXT7y3TOn0zdROa134L7Xy { width:16.9375rem;height:6.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt15ry7gx2Ik5HiKugMDLvZx05178Hx0 { width:13.375rem;height:6.6875rem;top:64.1845703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G91R2JG9DUwHTn9zQUdbi70LAANpbCCc { width:17.5rem;height:2.5rem;top:78.375009536744rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHQ8hEk5pLntnLrzAyMVgd1GVmRSxIC { display:block; }
 }@media only screen and (max-width: 763px) { #JmacSD1Tl82OLGqpvCdiiEqHo7ZEUWTv { width:17.8125rem;height:4.3875rem;top:19.0625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5ZASOv7CUFIRiuX1fPyQFSCvwbACLzm { width:16.25rem;height:4.05rem;top:35.6875rem;left:1.875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTnreku1dX85gIAWvynQqJ9Vz3Ek7K2U { width:12.3125rem;height:2.7rem;top:52.0625rem;left:5.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SuEXczk4ksf6XPgW8m2dIW2hkGrS5Xyq { width:15.75rem;height:4.05rem;top:11.625rem;left:1.25rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RN8x6vpkX4EQ9cBveN1iJQC9kcdoAJ5r { width:15.0625rem;height:2.7rem;top:27.9375rem;left:0.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dlWodp6uTOHZeI1lsVvuDwlL1fUXT0OV { width:12.125rem;height:2.7rem;top:44.8125rem;left:1.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KvshDDLZMzKOkrAJCrgXUtMPOdUQTEkw { width:16.9375rem;height:6.75rem;top:43.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d98EezReIBsZrbI6uafaTxGsi1wLXSsn { width:20rem;height:2.5625rem;top:1.875rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r71oF145M5cKJCJSeqOAzXrQczKyEoUg { width:20rem;height:2.81494375rem;top:3.31201171875rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #b94yVKJmTaHnxQ7XiMb64CMQsoF3DGtK { width:20rem;height:3.575rem;top:4.4375rem;left:0rem;font-size:1.625rem;line-height:1.1;z-index:15006;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88afcc20-2ce4-40bf-a6e0-88aae8a8e986/Frame17SD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.adaptive-delivery-prevent-bg, #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.lazyload, #OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW.lazyloading { background-image: none; }#OQwf1STlyTM9da2G8xZvdkbiPDy0L1LW > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SeHo6chlMTAT9J2Mb37dKnx9rpQK1iZw { width:20rem;height:2.0244125rem;top:2.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HahkEyHZi87McHwEnW3UIgJQ6l6O1JkT { width:20rem;height:18.728448275862rem;top:52.10888671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SypGnLZapSoLUUWGPCuSGlCAxIGy1EkF { width:20rem;height:18.391625rem;top:36.57421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkbOXw7mpa3cUt4gEwlnfWUVnwb3h1ru { width:20rem;height:18.1440625rem;top:48.8115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnAx4xNceafe2raIPSe3TIBmPAI9mXC2 { width:20rem;height:16.635859519409rem;top:14.27392578125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEJLUNTu7Z40cihcAAmUtpM1zM9XXkOQ { width:10rem;height:10.2368125rem;top:26.375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRqkrGBERhVWEDX8Kh3FkQWuyZ1QGPxz { width:3.8125rem;height:2.69921875rem;top:28.32421875rem;left:0.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MKHT7VPdLT5vgHTpZ69SED8VeB5BTAlr { width:5.25rem;height:1.29980625rem;top:31.51171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTBznRBgAVNDwfNwCMwtf9dHICCcb1G { width:10.8125rem;height:11.69925rem;top:41.9375rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dHPXMlOJ4qS3nO97TtRPrQST9bc8V9 { width:5.4375rem;height:2.69921875rem;top:43.9990234375rem;left:0.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N1nfekF41RGJw48z5i9ecToeQaJWEtTo { width:4rem;height:1.29980625rem;top:47.13720703125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KmmdDyTODTNvaGOzK5XCITd6gVeuA5 { width:10.4375rem;height:10.2368125rem;top:9.87353515625rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mql6GxwMfrRNsqMoE7f8fSZkqDdJw1Rx { width:4.875rem;height:2.69921875rem;top:10.875rem;left:0.9375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RytCaCiotS2tX9ECay8XTHhXz56MkFSo { width:2.8125rem;height:1.29980625rem;top:13.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBvZ3GGMAfreFxTSA0erHdZZJ1AEw9H { width:20rem;height:3.5rem;top:58.611328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuZr0tcJl1RZWhouH8ceqGaJ1EXkryJd { display:block; }
 }@media only screen and (max-width: 763px) { #a9GioZya9a2eieyAPbM6eC0yRfSiu3wV { width:20rem;height:18.391752577319rem;top:108.236328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBDOh9JsVd0P5KT4TJJpgiCIaLA7RBU4 { width:20rem;height:18.144329896908rem;top:127.877953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuTvJ0I0lbogceAgElWKn63usHofKVCl { width:20rem;height:16.635859519409rem;top:62.048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWtW6pziW4VxXTvWub2QDUXHXLErkXex { width:20rem;height:21.6875rem;top:4.75rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KNbVFiQWD4A6KCcmq8zDm26HR2utZhvU { width:20rem;height:21.625rem;top:20.9375rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tz51n07P258EbEBZRryb2GDP18mtT60A { width:20rem;height:21.1875rem;top:37.9365234375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OgRkDhJ5MG0JQxKkBQh95RdwQhte1sMy { width:19.25rem;height:18.6875rem;top:52.25rem;left:0rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #amxKu8pzFvCtyfxMmuns1UIDIgwWgGdr { width:20rem;height:21.1875rem;top:37.9365234375rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fyaJ6zXF4wUITvEBu7V6GveanwK0FEtV { width:20rem;height:21.625rem;top:20.93017578125rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XbMS3Co7GJKRDvuv1llBD1wKHgAEDGG8 { width:20rem;height:21.6875rem;top:4.75rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F { display:block; }#KQTLyIS8OFKzECUeEw0k4WfWr6iIp24F > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpC0LKfqNRUiZATh9AJ7R5sWmfFJxgBP { width:6.25rem;height:2.6rem;top:1.3125rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVkWd2R16kPcFFWCFKWOX4UyB1BUXTIl { width:2.25rem;height:2.0625rem;top:1.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBmNdDFamvaOyFGtsvKusJZqcETbugy { width:19.875rem;height:5.125rem;top:0rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid #f3efe5;border-left:0.0625rem solid #f3efe5;border-right:0.0625rem solid #f3efe5;border-bottom:0.0625rem solid #f3efe5;display:block; }
 }@media only screen and (max-width: 763px) { #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88afcc20-2ce4-40bf-a6e0-88aae8a8e986/Frame17SD.preview.flip.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.adaptive-delivery-prevent-bg, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.lazyload, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection.lazyloading { background-image: none; } #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection *:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="text"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="email"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection input[type="tel"]:focus-visible, #hfac4a221b9cc5dc6d4698f8176ab932d9887fc0.widget-smartsection textarea:focus-visible { outline: none; } #Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { background-color: transparent; background-image: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container > .video-iframe-container { display: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row > .video-iframe-container { display: none; }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .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); }#Pb0teGAPaz6CJPJ3K9iSeitJzlUemf4N > .row .container { width:20rem;height:142.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S { display:block; }#kJ2o2PPqbyMVTF1hHatbqIyr8KlDPI8S > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcdA0NyAFPs88om3cSZCXi2JuM77PwE4 { width:17.5rem;height:2.5rem;top:3.65625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRwE3vEQquKkwqEciXzZZ5murGw9XkGa { display:block; }
 }