.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e2bc89;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.adaptive-delivery-prevent-bg, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyload, #atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3.lazyloading { background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { background-color: transparent; background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .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); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { border-width: 0; border-radius: 0; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM { position:relative; }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { position:relative;display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 { position:relative; }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-form-header {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { 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:#484848;background-image:none;background-position:top left !important;background-repeat: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:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:first-of-type{padding-top:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:last-of-type{padding-bottom:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { 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:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { 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:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:24.361980438233rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo { position:relative; }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD { position:relative; }
#GVdF0hxAcTm3O5fhBwLFDvonk3kTD8m0 { 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:9.25rem;width:20.0625rem;display:none; }
#KvIPeNgqaSiDIcOsIXLr8Bikp99lF0qB { 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:64.375rem;width:44.875rem;display:none; }
#WsM53Roca1GhUfNNXTsocEHQTeFUM56b { 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:11.4375rem;width:9.375rem;display:none; }
#KEFTVWrZxkd2wqTyFwgIqJCKh1KDCMgB { 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:8.0625rem;width:16.9375rem;display:none; }
#HrGW9IMAXAXN4Nw5AD3gzSpL1pOByUTx { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#y2F5T5R6qo0VUpCgXU8PbnnVhn5fb0kV { color:#000000;display:block;width:2.375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:31.875rem;left:0.75rem;display:none; }
#kcbtxZcfWpdtMUbkUWR98qsG0CUK7wdx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#o7OFLZmPvGWUXXXd9ymQ5u0bkCXKvdBe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iml7Md3d37lnJyvD35IKEZRDXsxztUxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3NXdFVUsZ11mK5f5uPrqcJ7WmANHdk8 { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QUVUDgFZ8vfwIm7kt1ZaAcAVHzQOFmom { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GWTaDDgtn1MI5bt5BhFAPWuQWT9Gsy44 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zfswJ1CsTG8alWNEzsGq6K4yJhK96Uzu { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CseH0HX36VOrTged9CJEyV6EKoOrki7s { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TTTTgXsqLn0WJ7v1t5hgQb7SAmFprAEN { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d50sqac85ZqBvCIe23sWKsAemzxWrz5l { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T4bEhtTANU17e6mWTEDJ88ucN5N5UEFJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zmgc67td64IxuEaLm4AgHQMNJlNSzNMX { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tLwa8HimWA6cNOQT3UUmHNDLQP9M1EkO { position:relative; }
#HXG8rLFFTSM1tpRd11TGulRETK8ODFOS { position:relative;display:block; }
#RfKifyZfeqAdn96sGSGqZRqFyuyUE7cX { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DqOHM2uB0Bv15twdTpdOezmAuMeo1Aki { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O1rkdRnMAWqw10aPr0IE9S8erm1fk47Z { position:relative; }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { position:relative;display:none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { border-width: 0; border-radius: 0; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { position:absolute;display:block;z-index:15114;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.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.505208969116rem;overflow:hidden;display:none; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { position:relative;display:none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { border-width: 0; border-radius: 0; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { 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:2.0625rem;width:6.25rem;display:none; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { 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:2.0625rem;width:2.0625rem;display:none; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { 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:1.9375rem;width:2.0625rem;display:none; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { 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:1.4375rem;width:2.0625rem;display:none; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { 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:1.25rem;width:3.75rem;display:none; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { 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:1.25rem;width:1.75rem;display:none; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { 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:1.375rem;width:1.25rem;display:none; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { 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:1.25rem;width:3.125rem;display:none; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.375rem;left:7rem;display:none; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { position:relative;display:none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { border-width: 0; border-radius: 0; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { 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:23.875rem;width:60rem;display:none; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { 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.125rem;width:14.0625rem;display:none; }
#bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection { position:relative;display:none; } #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection *:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="text"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="email"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="tel"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection textarea:focus-visible { outline: none; } #rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F { border-width: 0; border-radius: 0; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }body { position:relative;display:block; }
#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { display:none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:47.75rem;position:relative;display:none; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { top:22.5rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM {  }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 {  }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { display:none; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#GVdF0hxAcTm3O5fhBwLFDvonk3kTD8m0 { width:20.0625rem;height:9.25rem;display:none; }
#KvIPeNgqaSiDIcOsIXLr8Bikp99lF0qB { width:44.875rem;height:64.375rem;display:none; }
#WsM53Roca1GhUfNNXTsocEHQTeFUM56b { width:9.375rem;height:11.4375rem;display:none; }
#KEFTVWrZxkd2wqTyFwgIqJCKh1KDCMgB { width:16.9375rem;height:8.0625rem;display:none; }
#HrGW9IMAXAXN4Nw5AD3gzSpL1pOByUTx { display:none; }
#y2F5T5R6qo0VUpCgXU8PbnnVhn5fb0kV { top:31.875rem;left:0rem;width:2.375rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#kcbtxZcfWpdtMUbkUWR98qsG0CUK7wdx { display:none; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#o7OFLZmPvGWUXXXd9ymQ5u0bkCXKvdBe { width:;height:;display:none; }
#iml7Md3d37lnJyvD35IKEZRDXsxztUxq { display:block; }
#E3NXdFVUsZ11mK5f5uPrqcJ7WmANHdk8 { top:35.25rem;left:0rem;width:6.25rem;height:;font-size:0.75rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QUVUDgFZ8vfwIm7kt1ZaAcAVHzQOFmom {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GWTaDDgtn1MI5bt5BhFAPWuQWT9Gsy44 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zfswJ1CsTG8alWNEzsGq6K4yJhK96Uzu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CseH0HX36VOrTged9CJEyV6EKoOrki7s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TTTTgXsqLn0WJ7v1t5hgQb7SAmFprAEN { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d50sqac85ZqBvCIe23sWKsAemzxWrz5l {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T4bEhtTANU17e6mWTEDJ88ucN5N5UEFJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zmgc67td64IxuEaLm4AgHQMNJlNSzNMX { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tLwa8HimWA6cNOQT3UUmHNDLQP9M1EkO {  }
#HXG8rLFFTSM1tpRd11TGulRETK8ODFOS { display:block; }
#RfKifyZfeqAdn96sGSGqZRqFyuyUE7cX { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DqOHM2uB0Bv15twdTpdOezmAuMeo1Aki {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O1rkdRnMAWqw10aPr0IE9S8erm1fk47Z {  }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { display:none; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { width:47.75rem;position:relative;display:none; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { top:3.5625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { top:10.0625rem;left:5.3802089691162rem;width:9.9375rem;height:3.1875rem;display:none; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { display:none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { width:47.75rem;position:relative;display:none; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { width:6.25rem;height:2.0625rem;display:none; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { width:2.0625rem;height:2.0625rem;display:none; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { width:2.0625rem;height:1.9375rem;display:none; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { width:2.0625rem;height:1.4375rem;display:none; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { width:3.75rem;height:1.25rem;display:none; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { width:1.75rem;height:1.25rem;display:none; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { width:1.25rem;height:1.375rem;display:none; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { width:3.125rem;height:1.25rem;display:none; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { display:none; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { display:none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { width:47.75rem;position:relative;display:none; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { width:47.75rem;height:19rem;display:none; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { width:14.0625rem;height:5.125rem;display:none; }
#bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection { display:none; } #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection *:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="text"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="email"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="tel"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection textarea:focus-visible { outline: none; } #rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container { width:47.75rem;position:relative;display:none; }body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 { background-color:#386641;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { background-color: transparent; background-image: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { display: none; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .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); }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { border-width: 0; border-radius: 0; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#atc6xJuHZkfbXr4w5Ok2GuBnLaPsCqT3 > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; }#ylleUFD2dPrTdN6KtFUUDbN8zbBDC21X { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#xh9UG9COarnFZ9ZQ1qt3l2z84RUfRRfy { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#JaFkAg1XRopSTTxHrgz0lyUrNzAVP2ZS { width:20rem;height:6.171875rem;top:26.923177719116rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15156;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KzR6xgqHHZHaC5JaUES3JZyxVmbCCeDG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #P9X1ndUaLz55IDGGcOltyN3QQs1nHlEK { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZU3MT8wbPsaguUt3alegPzVJoSv6lirO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ah37QqHUNiAyNUvfuH14mX2o7vuU3cRk {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EFxQAB16TuwDqSuXiCLwMs2lAFGAlk6g { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #weXx7z2idVBE59xrXg7PMwdPLOWnPeC1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nDuTsAJAPzvSKROiMu3lP0mKJlBtuxRy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAwLzzapLoAFdqNThrO4Kcs8zOEMa0PZ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BawbQZQ4OPVAshPA2ycVOTkp6bt6eOuM {  }
#X1GbkzS3ZpcCZeVmECxLTqkKG55JUOup { display:block; }
#IEMtQ7yi9ThWD3MhoRWfkxW3FiUvVc9G { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkG6lvfDwWsthfXk1IWX0u6THhL4Vu4f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d3zIv4CznyfrPrquLOHqPWAKKt9V0A07 {  }
#zhclyQtSBng8UsPdCFNHXXkUqTt5D27Z { top:34.625rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:#ffffff;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#zr7Kq5ZKe7wuxsgvxd8Dh65g0DUUsPa6 { top:35.75rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH { display:flex;width:3.125rem;height:3.125rem;top:63.6875rem;left:15.9375rem;z-index:14995; }
#OO9d1bBQxIztz5eaKWKT8i1h4nQ3FhQH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ { display:flex;width:2.625rem;height:2.625rem;top:64rem;left:1.3125rem;z-index:14996; }
#odVpTxwfTVTllJRIvAgUTKsyqGtPhFQQ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;height:2.4375rem;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:"ahj 2024 font";font-size:0.75rem;overflow:hidden;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:"ahj 2024 font";font-weight:400;font-style:normal;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:17.5rem;height:auto;top:37.8125rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto;line-height:1.6;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#b80023; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:17.5rem;height:auto;top:37.8125rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #x7QeuoDA6yIueoUSrCMb9yVAdOLU9s7D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #WHJReBBplBM3uaFtofeb5nTIonWriPmK {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#GVdF0hxAcTm3O5fhBwLFDvonk3kTD8m0 { top:16.833333969116rem;left:0.9375rem;width:18.9375rem;height:8.4375rem;z-index:15154;overflow:hidden;display:block; }
#KvIPeNgqaSiDIcOsIXLr8Bikp99lF0qB { top:7.4231772422787rem;left:3.21875rem;width:13.5625rem;height:19.5rem;z-index:15155;overflow:hidden;box-shadow: none;display:block; }
#WsM53Roca1GhUfNNXTsocEHQTeFUM56b { top:2.7781250476837rem;left:6.1125000715256rem;width:2.9375rem;height:3.625rem;z-index:15157;overflow:hidden;display:block; }
#KEFTVWrZxkd2wqTyFwgIqJCKh1KDCMgB { top:3.5281250476837rem;left:10.487500548362rem;width:4.625rem;height:2.125rem;z-index:15158;overflow:hidden;display:block; }
#HrGW9IMAXAXN4Nw5AD3gzSpL1pOByUTx { top:2.8406250476837rem;left:9.8125003576281rem;width:0.125rem;height:3.375rem;z-index:15159;background-color:#ffffff;background-image:none;display:block; }
#y2F5T5R6qo0VUpCgXU8PbnnVhn5fb0kV { top:41.625rem;left:0.8125rem;width:2.375rem;height:2.19140625rem;z-index:15160;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#kcbtxZcfWpdtMUbkUWR98qsG0CUK7wdx { top:34.5625rem;left:0rem;width:3.9375rem;height:3.9375rem;z-index:15157;border-top-left-radius:1.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#386641;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#IJCKJVXJoMIRlVA4hNc8LLPE3ohLdCdc { width:12.433625rem;height:0.8125rem;top:69.375rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";color:#ffffff;display:block; }
#o7OFLZmPvGWUXXXd9ymQ5u0bkCXKvdBe { top:63.8125rem;left:1rem;width:17.9375rem;height:3rem;z-index:14988;font-size:1.0625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;color:#646464;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iml7Md3d37lnJyvD35IKEZRDXsxztUxq { display:block; }
#E3NXdFVUsZ11mK5f5uPrqcJ7WmANHdk8 { width:3.8125rem;height:2.921875rem;top:35.182292938233rem;left:0rem;font-size:0.75rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15157;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QUVUDgFZ8vfwIm7kt1ZaAcAVHzQOFmom {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GWTaDDgtn1MI5bt5BhFAPWuQWT9Gsy44 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zfswJ1CsTG8alWNEzsGq6K4yJhK96Uzu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CseH0HX36VOrTged9CJEyV6EKoOrki7s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TTTTgXsqLn0WJ7v1t5hgQb7SAmFprAEN { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #d50sqac85ZqBvCIe23sWKsAemzxWrz5l {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T4bEhtTANU17e6mWTEDJ88ucN5N5UEFJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zmgc67td64IxuEaLm4AgHQMNJlNSzNMX { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tLwa8HimWA6cNOQT3UUmHNDLQP9M1EkO {  }
#HXG8rLFFTSM1tpRd11TGulRETK8ODFOS { display:block; }
#RfKifyZfeqAdn96sGSGqZRqFyuyUE7cX { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DqOHM2uB0Bv15twdTpdOezmAuMeo1Aki {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O1rkdRnMAWqw10aPr0IE9S8erm1fk47Z {  }
#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 { display:block; }#LkqE7Abdnqdz9kM6T4Aeptp8OLP9E9E8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#rPT1rwSXbsFCOf63B6bMvaOnHCnEahVU { width:20rem;height:1.05625rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#XT4FLUGRbb2hSRmXJ8pObH0PGTneCfpG { width:7.25rem;height:2.125rem;top:3.25rem;left:10.399999976158rem;z-index:15115;display:block; }
#v2qZQ4BK4dd8dozfbBRNWNVUrnxGeAfV { width:7.625rem;height:2.0625rem;top:3.3125rem;left:2.5867186784744rem;z-index:15018;display:block; }
#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic { background-color:#f9f5f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { background-color: transparent; background-image: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container > .video-iframe-container { display: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container { display: none; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .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); }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { border-width: 0; border-radius: 0; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPnMF0DxmN7y3MGrRm5ycCHBLFqLKvic > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; }#hQmsLfcWSrPbhL3MX0ftaTbkXwlrc3wM { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#aTkvfbEA3DVT8Nge32s02FK1ZSTL6rIy { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#Tz5Z0soKfnpQntiFKScA2bp4TGtk4Qec { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#TeNl5P6J7AcPmlG8614BxBKHSyen9WmB { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#Mq6dIUGiWgvgpEiz0xZrJbKot1Pnt5Ns { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#GcnvZ3t5UrvkOpZtN5mztVkiGChfQWJi { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#Lfx44xDmPOLTO0yABPEkli8W3JnLXxhF { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#OQMeN24CTZ8kz6KJHJoP09KDPJo0MCvM { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#P10b02bni5u5PqxCzkf02AIkyCDJV98P { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#iSFQsJahuHlxhLBNcgvmFWkxMDLSUT0m { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK { background-color:#386641;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { background-color: transparent; background-image: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container > .video-iframe-container { display: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container { display: none; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .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); }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { border-width: 0; border-radius: 0; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exQfl8UNeCvwnDnlUCkkC1bz8IhG7hEK > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; }#vvZMVX8pfbNQQvbLFDT6d9kVD5vlLHTJ { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#ffffff;font-size:0.8125rem;display:block; }
#Q4Ni8kOH8aJewt296yClo99zx8AyEgA2 { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#ockGZgWbOb8gINsVqIagRWDPcXA0R13M { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d06fde96-fc9f-4147-bc54-adcc7ad99651/Downpiccc2662601967.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection.adaptive-delivery-prevent-bg, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection.lazyload, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection.lazyloading { background-image: none; } #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection *:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="text"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="email"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection input[type="tel"]:focus-visible, #bfmJlJovCyOtW9XNuTkanllsdwmbdXad.widget-smartsection textarea:focus-visible { outline: none; } #rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container { background-color: transparent; background-image: none; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container > .video-iframe-container { display: none; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row > .video-iframe-container { display: none; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .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); }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container { border-width: 0; border-radius: 0; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnocqzMTMb89ZA7V3haPTBJo0ZxH4X5F > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }