.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");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:none; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { border-width: 0; border-radius: 0; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { 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; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:60rem;height:54.5rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-form-header {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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: 0.0625rem 0.0625rem 0.9375rem #997960 ; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:first-of-type{padding-top:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:last-of-type{padding-bottom:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { 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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;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:21.37890625rem;left:1.8841152191162rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-info-text { font-size:0.75rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { 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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;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:21.37890625rem;left:1.8841152191162rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl { position:relative; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { position:relative;display:block; }
#w7z3LI2pGETq1xnG1D9x27xmeoxy4gIN { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi { position:relative; }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { 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; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { 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; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { 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:20.625rem;width:14.75rem;display:none; }
#XkyO2PI9pyDex2Dwk9Gvyh9TTqn2uDib { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:5.1875rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.941408157349rem;left:3.4153652191162rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { color:#68452f;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.689453125rem;left:0.259765625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oLDZ3HZskdSbwdeF1v6mkzx3PsW02ElH { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:4.216796875rem;left:1.072265625rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
#VaFtAvmEUWf1ErXpGerzTHkB9u6UL4kg { position:absolute;display:block;z-index:15107;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:6.03515625rem;left:2.134765625rem;overflow:hidden;display:block; }
#upmXF6bqn63FkWum8k2d3WUcGVqAzAIs { position:absolute;display:block;z-index:15111;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:5.59765625rem;left:11.509765625rem;overflow:hidden;display:block; }
#I7kiaabcvLx9OnkQDi3UiWPSfBS2wgST { 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.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:12.25rem;left:1.6875rem;display:block; }
#pGx2z0umX1STSNuSZRfgLK61QTRDbQuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuHGeUSPQw3a1fgViaTnWLLndaRhTlpD { 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:15232;opacity:1;top:12.5625rem;left:2.5rem; }
#zInGuKLUEU0t5Vp8T8WMNzPbDU9NAxWk { 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:15233;opacity:1;top:12.5rem;left:19.25rem; }
#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg { position:relative;display:none; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg { border-width: 0; border-radius: 0; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .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; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .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; }#Weg0GCSaOVvepVOfo0CyHnO5Hz8kwELw { color:#000000;display:block;width:19.0625rem;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:0.9375rem;left:0.4375rem;display:none; }
#trHOy87E9nNAQyauHA8wULcGNtOfP2ge { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#VCUmlsmvanziR3B81r7ftoGlwd5ScX4T { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yySr1pk3eHCXOZMU2GTWMUFf5WHP7F6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhduIqwB5SHkQzibXcOKpbIo9GkAduog { 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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#V30bJNsUlrdCRu7hdeNHRXNA0MiUreOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#haALBJMfi8RQSCPng3nVbb82SotLFxlm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#prX8LQ2wJ1iuZiB0ayNmX0KE5x1JLC30 { 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:15000;opacity:1;display:none; }
#Wzfi1au0aDrTEqVTG2zs6fmd2TlIQfea { 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:15000;opacity:1;display:none; }
#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 { position:relative;display:none; }#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 { border-width: 0; border-radius: 0; }#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 > .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; }#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 > .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; }#HwpQNmfFfCmrkgTp20pxBAELgI1GFVJv { 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; }
#NCwLh82ZCknObza7rNSZg6Uk3m8Zx1US { color:#19232e;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GmVFp7KCZlbeJXJs9rqzD1ZqzeNfVrKp { color:#3c3c3c;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:43.625rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w0a1dVFME64xk2WxZUlGcQnIGaxcz8ci { position:absolute;display:block;z-index:15019;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:9.125rem;top:7.8125rem;left:47.25rem;overflow:hidden;display:none; }
#pxTKdUBbpWpV1BwWdTTfkVuMJyyBaxW7 { position:absolute;display:block;z-index:15031;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:8rem;width:5.3125rem;top:6.125rem;left:48.3125rem;overflow:hidden;display:none; }
#TACx0hw65ZRkTprfyfdUBkXrQpCHlaUa { 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; }
#ZOS2ewi6wJ1c8VTS1RN3zwgGhm0Tl8I2 { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3841857910156E-7rem;left:31.250001907349rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N5aTqe46V20rb1Mzt0sea5yR9ASGJ8yl { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.625000953674rem;left:47.593751907349rem;display:none; }
#BDRa2sDNT5SUchurBbmAJnrLGBlDVxTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx { position:relative;display:none; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx { border-width: 0; border-radius: 0; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .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; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .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; }#TA0H02oBZXOEhn1KXRzSiJqgK2CATmwo { 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; }
#rqOMXmTNwIdBo7k2ZEvF4npHOrT74aQz { 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; }
#Dwav4aEkctaQzQU3s1KKlJJSTyHsUf40 { 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; }
#ZTVXAGo81M2WSRFUDtZdkgoELBLRpwTz { 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; }
#xBE88ArDgWCP70WJVxvOybfdLIU4upzB { 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; }
#IEeh3XM6VaNUReFkKmQNSqLwgtNOTHXC { 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; }
#SaHPwSskuTovoiUmHVhTl89c0PvXT6K7 { 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; }
#GpTMGCbmXqGOqfbV9bym48kJJToIoDkR { 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; }
#nTqwvRIM4V2GW9SnsrTfQyM7pmDWWvhX { 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; }
#VGpEoBkMKyn0rpIRKTQn20y12c910Z2s { 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; }
#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF.adaptive-delivery-prevent-bg, #t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF.lazyload, #t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF.lazyloading { background-image: none; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF > .row .container { border-width: 0; border-radius: 0; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:none; }#koBpVpinsMwzT3d3SzIwRoLdxi2ls0eh { position:absolute;display:block;z-index:15006;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:4.25rem;width:50.1875rem;top:2.9375rem;left:4.9375rem;display:block; }
#mOsNsc5QcNtMoEEhClJKenEoG0K3plSS { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.625rem;left:16.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6NA4IkEE66VPxEmqBiscsuTG5mofIIU { background-color:#997960;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.3125rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.1875rem;left:21.625rem;display:block; }
#XQzdrlO5EhJRHE2wJaqyU5ZqPyoSTlQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILzfgHEk5CclWeiLnAgG3gpZVmQ5HvFv { color:#68452f;display:block;width:53.4375rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:12.375rem;left:4.9375rem;height:7.347625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos.adaptive-delivery-prevent-bg, #ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos.lazyload, #ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos.lazyloading { background-image: none; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos > .row .container { border-width: 0; border-radius: 0; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:none; }#Tcf0Otsq3JvBrebu2XJKXqNy84s4z5C2 { 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.875rem;width:6.875rem;top:1.125rem;left:19.125rem;overflow:hidden;display:block; }
#rIXwXu8bzykXB5MpVUKUp1bHS50hNvu9 { color:#000000;display:block;width:14.562rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:9rem;left:15.1875rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#mgD8TOxb0d5xDyuirTMunxNwwVSHkv65 { 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:6.875rem;width:6.875rem;top:0.90380859375rem;left:34.060546875rem;overflow:hidden;display:block; }
#Ebvynzm28hXRJw7A9FNHqFUWlx1RpDbG { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:30rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#JU0rkgm9MtXBbtyNT6oPN6eRoGCRPy2Z { 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:6.875rem;width:6.875rem;top:0.873046875rem;left:4.060546875rem;overflow:hidden;display:block; }
#wqF9r7CykRr5cmXKicBAx2nUdFikAbwA { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:0.1875rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#Tx7b31abh0pUpod6EmmhS5K6oFzUEipf { color:#326c8b;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9rem;left:45.4375rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#mvZtvvCBcL3BhRWSCiAu5ntXE4fGgWuT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:1.1875rem;left:49.4375rem;overflow:hidden;display:block; }
#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR.adaptive-delivery-prevent-bg, #IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR.lazyload, #IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR.lazyloading { background-image: none; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR > .row .container { border-width: 0; border-radius: 0; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:none; }#x84EhepR9zMgwPCU4qFcfRpKrMBNluOl { 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.875rem;width:6.875rem;top:0.5625rem;left:49.060546875rem;overflow:hidden;display:block; }
#JDhVzD9aOTTBWBQnydhmfifazFZiKggA { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:45.43798828125rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#BT0lsJpgqEkUXlEgcThfm4udZefhkQFa { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#LltbTF6v5HWKC7PEmwnK1KxoLaarniUS { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:30.1875rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#pWQFFLixs29vSCtrAx4Tw8gVzkExVhoa { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#zn8ogdEQ6FrBATcaqkAeLnXlHMn95RJI { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:15rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#GHcsVXllNxUxmNWKac2uFgOxk2ckyQiN { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#TAEeydfB4MwhbEenAoHmHnHAUgo0Gfk5 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:0rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR.adaptive-delivery-prevent-bg, #T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR.lazyload, #T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR.lazyloading { background-image: none; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR > .row .container { border-width: 0; border-radius: 0; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:none; }#skNiWFo4rNqE8JKaXOgM6D9oxddwoPJT { 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.875rem;width:6.875rem;top:0.65625rem;left:49.060546875rem;overflow:hidden;display:block; }
#VHNZPWZzVm5QEkbXDWmcJlwbUq4N0PqL { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8076171875rem;left:45.37646484375rem;height:12.79685rem;text-align:center;text-align-last:center;display:block; }
#HBw2teze1TkT95kXZWSDJv47kXQDWfT6 { 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:6.875rem;width:6.875rem;top:0.65478515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#GWBDVH3TfDLupebBPWGvT5Mb3TVDa6l4 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:30.21826171875rem;height:12.79685rem;text-align:center;text-align-last:center;display:block; }
#qEMRpltzrzBLuzs01KVaPUXkLTelDfQt { 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:6.875rem;width:6.875rem;top:0.65478515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#J1PRANAOBTTFnphnzkeKWUc4tgx6hkTc { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:15.0625rem;height:6.39844375rem;text-align:center;text-align-last:center;display:block; }
#AueSp1Wtx0tTkcB98CNf3J8uo28GiNds { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.65478515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#dnTVqvPGGlKNpIGoc0yTITq6GcmHvkw7 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:0rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3.adaptive-delivery-prevent-bg, #XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3.lazyload, #XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3.lazyloading { background-image: none; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 > .row .container { border-width: 0; border-radius: 0; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:none; }#RLcVmmWEnwMbfyGxx0WpFqrhf1kTmrzG { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:45.21826171875rem;height:12.7969rem;text-align:center;text-align-last:center;display:block; }
#C97FbgUXE7HVEESbDA7NWQfaHS4HAgPI { position:absolute;display:block;z-index:15008;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.875rem;width:6.875rem;top:1.125rem;left:49.060546875rem;overflow:hidden;display:block; }
#n1LxrsiT6VZ1h0lEdySKzSH4z9oplrvE { position:absolute;display:block;z-index:15009;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.875rem;width:6.875rem;top:1.12353515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#SqKTeTdZO8rDPcH7HGKKFLqEG4SrQ0fE { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:30.18603515625rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#IOToQ5zkZdy3im3tU8cmTmZWnSeplf6Z { 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:6.875rem;width:6.875rem;top:1.125rem;left:19.0625rem;overflow:hidden;display:block; }
#cRKxH5PZXutbisnpq6ct0s9fDIMSBWUw { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.25rem;left:15.1875rem;height:9.5976625rem;text-align:center;text-align-last:center;display:block; }
#V1ETSlILGrvNT2tvUyiFrpb7DXFGG4kk { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:9rem;left:0rem;height:11.1972875rem;text-align:center;text-align-last:center;display:none; }
#SEfg7G4FZTntCkUg18BPkWyelnf26qgp { position:absolute;display:block;z-index:15013;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.875rem;width:6.875rem;top:1.125rem;left:3.875rem;overflow:hidden;display:block; }
#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS.adaptive-delivery-prevent-bg, #o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS.lazyload, #o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS.lazyloading { background-image: none; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS > .row .container { border-width: 0; border-radius: 0; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:none; }#pI0ZNmL9u0y44QiJGVHsyIZZ3bomeqN2 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4375rem;left:45.375rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#vvk39c25I0xdZNBIWSpuPaMgT0T3vxHq { 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:6.8125rem;width:6.8125rem;top:1.1875rem;left:48.875rem;overflow:hidden;display:block; }
#PP8lZlOWS0t545quQAnTEi2T6QVZyOoG { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.6240234375rem;left:30.125rem;height:11.1972875rem;text-align:center;text-align-last:center;display:block; }
#uxzlInXKXL3gZqS7QCOyq8ttATE6NGh1 { 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:6.8125rem;width:6.8125rem;top:1.18359375rem;left:34.060546875rem;overflow:hidden;display:block; }
#sKziaIQGFkXdlvTehPoex7h743wAAo9H { 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:6.8125rem;width:6.8125rem;top:1.3125rem;left:19.0625rem;overflow:hidden;display:block; }
#CtH3dGe3ZLClgwHsS9l5QkF7okRQivxh { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:10.3125rem;left:15rem;height:9.5976625rem;text-align:center;text-align-last:center;display:block; }
#TDWq1MhzFkkhaSFcz9r8GzShsV5ThtIb { position:absolute;display:block;z-index:15012;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.875rem;width:6.875rem;top:1.15283203125rem;left:4.060546875rem;overflow:hidden;display:block; }
#LJ6liIuEN2Exw6dLgQpH3FW2lEU9iER9 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:10.3125rem;left:0.18603515625rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.adaptive-delivery-prevent-bg, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyload, #Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a.lazyloading { background-image: none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { border-width: 0; border-radius: 0; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:none; }#rH3rPN2N0NN7VI3ar767ZthkJhiq61Jr { position:absolute;display:block;z-index:15002;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:2.75rem;left:47.0625rem;display:block; }
#obKswJPhnTc9IEvsXyygiRtDHaIqB59t { color:#000000;display:block;width:10.2480625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:47.34375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAumDcCENFt3wowDb25Cww0nmeBwhsac { color:#0e193d;display:block;width:8.9355625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:7.1875rem;left:48.25rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTtiWysPfbAV9PlarRH328DpTvHV4Edl { background-color:#997960;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.75rem;left:49.3125rem;display:block; }
#GTvTXV8O950KvgqPTbvLuxvnhCyvm31e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAPmgGOdJWGmwTuVbfFscw1nWHzFIuTo { position:absolute;display:block;z-index:15006;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:11.625rem;left:24.75rem;display:block; }
#TORTenrMedDVB74rV5yJI4z0m6T3KDom { color:#000000;display:block;width:10.249rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5rem;left:25rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAU9HkGRGS6PuN23RgoyRnlBWMRvR4B0 { background-color:#997960;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.625rem;left:27rem;display:block; }
#zuBOOzzWhEn4axPtsh1HtF5Bi5yWd0bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { position:absolute;display:block;z-index:15010;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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:9.375rem;width:10.3125rem;top:3.625rem;left:3.25rem;display:block; }
#x4ITbyzLirTzlpsh0LBOIR1kNf02fi5X { color:#000000;display:block;width:10.249rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { background-color:#997960;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:11.625rem;left:5.5rem;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmTk7HUqbne9NvJDBPtd84SvH1RZaaWP { color:#000000;display:block;width:10rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.0546875rem;left:3.65625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQxNyoqLiX9K0UnqTOTLTK67DS8f4sm6 { color:#000000;display:block;width:10.2480625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.375rem;left:24.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOte3oPRByq630oFffTgy7uTxFr2NuMk { color:#000000;display:block;width:10.2480625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.17578125rem;left:47.34375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { position:relative;display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB { border-width: 0; border-radius: 0; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .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; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .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; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyloading { background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { background-color: transparent; background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .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); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:11.3125rem;left:55.5rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17rem;left:35.4375rem;height:1.8005375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #fdbd61 ;height:2.9375rem;width:20.1875rem;top:16.4375rem;left:35.3125rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { box-sizing:content-box;color:#ffffff;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:block;z-index:15012;top:16.3125rem;left:30.75rem;display:block; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { box-sizing:content-box;color:#ffffff;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:block;z-index:15013;top:16.3125rem;left:26.75rem;display:block; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { box-sizing:content-box;color:#ffffff;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:block;z-index:15014;top:16.3125rem;left:22.625rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.185302734375rem;overflow:hidden;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.9807125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuTsa3SNQKnA6pOX9wtdfvdOC7rwB4tA { position:absolute;display:block;z-index:15017;height:12.5rem;width:12.5rem;top:4.9687404632568rem;left:1.5169277191162rem;display:block; }
#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #0e193d;background-color:#fbfbfb;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:none; }#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 > .row .container { border-width: 0; border-radius: 0; }#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:none; }#DKr5g3kE3kVKaPTwS1XsGh56ExcLwUoJ { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m8KnZu1D1TeMoEtl6fXrtQDkOhITh2k8 { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ksICkiTHIregGz67bGMbqR0S7J8TO166 { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xA00833IDlZpUCn70OKd5p6HQl7yfbbZ { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tAVaQvWVazEO1L2ZQLaJ7O5f5aTtoSBk { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fAAxTB6Eexx6Ol2OhnogAkbwK7z3TJZA { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V7opvesCyxxSNPKJzWUZzEemd0nwLcqU { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZMf4K85xp8oMzTOWxq846XE3qRn0cNok { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00308a;border-left:0.1875rem solid #00308a;border-right:0.1875rem solid #00308a;border-bottom:0.1875rem solid #00308a;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.9375rem;width:15.9375rem;top:2.0625rem;left:2.5625rem;display:block; }
#eg7opQJ60B9EsCBZN2DEWrpNEqOGDgDF { color:#000000;display:block;width:13.809875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:4.2500002384186rem;left:3.8125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SmOO9h6ssHudpy0NzXe7Pkcp3qzXkbkk { color:#00054e;display:block;width:13.2486875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.9375rem;left:4.0911464691162rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QVg3iptDWfDRrtWeTolV0FbiqqxkhBPK { color:#00054e;display:block;width:14.1806875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.874998569489rem;left:3.6223964691162rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wgTIS0W9PgEeeW6gwN7oeuJMDTWUtWVK { background-color:#004090;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00308a;border-left:0.0625rem solid #00308a;border-right:0.0625rem solid #00308a;border-bottom:0.0625rem solid #00308a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.34679875rem;height:2.03363625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3125rem;left:2.5625rem;display:block; }
#qlXaSpE0Nun3tJfoIeVtSLlwyOeTGmAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#De0cPTqm1OVqsxQIdDlZ7dStbBqfItke { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00308a;border-left:0.1875rem solid #00308a;border-right:0.1875rem solid #00308a;border-bottom:0.1875rem solid #00308a;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:2.0625rem;left:41.125rem;display:block; }
#JUTN2VRCFRI295pWzlzOQe4ty2M1BqMg { background-color:#004090;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00308a;border-left:0.0625rem solid #00308a;border-right:0.0625rem solid #00308a;border-bottom:0.0625rem solid #00308a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.125rem;left:41.125rem;display:block; }
#Cg26VDpqdhF4ex2Jz4eq7fx8rfnVu72P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng9Ay2fE49KPU2JSOlvEReadNaF8PDom { color:#000000;display:block;width:13.808625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:24.783853530884rem;left:3.8138027191162rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9EAnJ6LFmaALJIMLAymld34JCxUnnC8 { color:#00054e;display:block;width:13.246125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:29.144532442093rem;left:4.0950527191162rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N2GCV0bBli9FChQCt5gwgXdx9TZVCNpK { color:#00054e;display:block;width:14.1796875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:36.644532442093rem;left:3.62890625rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xh4BitZ9NKmpkE38TfhvEC7hAnXt5cpX { color:#00054e;display:block;width:12.558625rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:14.319012641907rem;left:23.720051765442rem;height:12.48436875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDLz4ou9mCOvZvQsG7O6U1dcPaxm5mtU { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00308a;border-left:0.1875rem solid #00308a;border-right:0.1875rem solid #00308a;border-bottom:0.1875rem solid #00308a;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.75rem;width:15.875rem;top:22.8125rem;left:41.375rem;display:block; }
#VWkFI1tn9RfAiHvARcFLrmh6GWPQt7iw { background-color:#004090;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00308a;border-left:0.0625rem solid #00308a;border-right:0.0625rem solid #00308a;border-bottom:0.0625rem solid #00308a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.9375rem;left:41.375000953674rem;display:block; }
#elHLaBXOelA9Oyr402qEFVBl6460Ky2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NctqQAkTCDJdmKuf1SGOXMFueb3ATxOv { color:#000000;display:block;width:13.808625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:24.817707061767rem;left:42.595056533814rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBaMOcZFqVQDfUTvRcVoQ4bsDvbVeDC5 { color:#00054e;display:block;width:13.246125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:29.14453125rem;left:42.720056533814rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fU0LsIGXmL3cUXAMH5ApquzG8gGoQ8FS { color:#00054e;display:block;width:14.1796875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:36.597657442093rem;left:42.410158157349rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mao1uctMKb7ayuQ88MhnOT73HtwMHXrF { 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:13.0615rem;width:13.1865rem;top:25.25rem;left:29.8134765625rem;overflow:hidden;display:none; }
#uqtRr3XVphNIr7rNoTOxVpxotcmN3vUs { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00308a;border-left:0.1875rem solid #00308a;border-right:0.1875rem solid #00308a;border-bottom:0.1875rem solid #00308a;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.625rem;width:15.875rem;top:23.083333253861rem;left:2.59375rem;display:block; }
#PRKEi2m2lCrafJTqAsGr8maQNw2OLprO { color:#000000;display:block;width:13.809875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:4.2500002384186rem;left:42.890626907349rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UerluoonxWSBWQvk7uGX7ZqTVMUs2fL8 { color:#00054e;display:block;width:13.247375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.7070314884187rem;left:42.720056533814rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XksqiQBs845lIZS5bhUaO8omzBizk66d { color:#00054e;display:block;width:14.1796875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:14.904948472977rem;left:42.253908157349rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMU3XqNSQBAGEDy3Rra3h8uyFmLGI0CB { background-color:#004090;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00308a;border-left:0.0625rem solid #00308a;border-right:0.0625rem solid #00308a;border-bottom:0.0625rem solid #00308a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:39rem;left:2.625rem;display:block; }
#qV73b1W82qnICmST6H2k4Gddbu8fArJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { width:47.75rem;position:relative;display:none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:47.75rem;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#w7z3LI2pGETq1xnG1D9x27xmeoxy4gIN { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { width:11.75rem;height:16.4375rem;display:none; }
#XkyO2PI9pyDex2Dwk9Gvyh9TTqn2uDib { top:1.6875rem;left:19.061767578125rem;width:5.1875rem;height:6.375rem;display:block; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { top:1.6875rem;left:0rem;width:23.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#oLDZ3HZskdSbwdeF1v6mkzx3PsW02ElH { top:4.1875rem;left:0rem;width:22.1875rem;height:1.375rem;font-size:1rem;display:block; }
#VaFtAvmEUWf1ErXpGerzTHkB9u6UL4kg { top:6rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
#upmXF6bqn63FkWum8k2d3WUcGVqAzAIs { top:5.5625rem;left:5.384765625rem;width:9.9375rem;height:3.1875rem;display:block; }
#I7kiaabcvLx9OnkQDi3UiWPSfBS2wgST { width:21rem;height:3.4375rem;top:12.25rem;left:0rem;display:block; }
#pGx2z0umX1STSNuSZRfgLK61QTRDbQuX { display:block; }
#QuHGeUSPQw3a1fgViaTnWLLndaRhTlpD { top:12.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#zInGuKLUEU0t5Vp8T8WMNzPbDU9NAxWk { top:12.5rem;left:13.125rem;width:3.125rem;height:3.125rem;display:block; }
#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg { display:none; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container { width:47.75rem;position:relative;display:none; }#Weg0GCSaOVvepVOfo0CyHnO5Hz8kwELw { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#trHOy87E9nNAQyauHA8wULcGNtOfP2ge { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#VCUmlsmvanziR3B81r7ftoGlwd5ScX4T { width:0;height:0;display:none; }
#yySr1pk3eHCXOZMU2GTWMUFf5WHP7F6u { display:block; }
#AhduIqwB5SHkQzibXcOKpbIo9GkAduog { width:0;height:0;display:none; }
#V30bJNsUlrdCRu7hdeNHRXNA0MiUreOv { display:block; }
#haALBJMfi8RQSCPng3nVbb82SotLFxlm { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#prX8LQ2wJ1iuZiB0ayNmX0KE5x1JLC30 { display:none; }
#Wzfi1au0aDrTEqVTG2zs6fmd2TlIQfea { display:none; }
#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 { display:none; }#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 > .row .container { width:47.75rem;position:relative;display:none; }#HwpQNmfFfCmrkgTp20pxBAELgI1GFVJv { display:none; }
#NCwLh82ZCknObza7rNSZg6Uk3m8Zx1US { width:19.875rem;height:5.625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:none; }
#GmVFp7KCZlbeJXJs9rqzD1ZqzeNfVrKp { width:19.9375rem;height:2.75rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:none; }
#w0a1dVFME64xk2WxZUlGcQnIGaxcz8ci { top:7.8125rem;left:33.625rem;width:9.125rem;height:9.25rem;display:none; }
#pxTKdUBbpWpV1BwWdTTfkVuMJyyBaxW7 { top:6.125rem;left:34.6875rem;width:5.3125rem;height:8rem;display:none; }
#TACx0hw65ZRkTprfyfdUBkXrQpCHlaUa { display:none; }
#ZOS2ewi6wJ1c8VTS1RN3zwgGhm0Tl8I2 { top:2rem;left:0rem;width:18.9375rem;height:2.875rem;font-size:1.0625rem;display:none; }
#N5aTqe46V20rb1Mzt0sea5yR9ASGJ8yl { width:9.4375rem;height:3rem;top:25.625rem;left:33.968751907349rem;display:none; }
#BDRa2sDNT5SUchurBbmAJnrLGBlDVxTb { display:block; }
#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx { display:none; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container { width:47.75rem;position:relative;display:none; }#TA0H02oBZXOEhn1KXRzSiJqgK2CATmwo { width:6.25rem;height:2.0625rem;display:none; }
#rqOMXmTNwIdBo7k2ZEvF4npHOrT74aQz { width:2.0625rem;height:2.0625rem;display:none; }
#Dwav4aEkctaQzQU3s1KKlJJSTyHsUf40 { width:2.0625rem;height:1.9375rem;display:none; }
#ZTVXAGo81M2WSRFUDtZdkgoELBLRpwTz { width:2.0625rem;height:1.4375rem;display:none; }
#xBE88ArDgWCP70WJVxvOybfdLIU4upzB { width:3.75rem;height:1.25rem;display:none; }
#IEeh3XM6VaNUReFkKmQNSqLwgtNOTHXC { width:1.75rem;height:1.25rem;display:none; }
#SaHPwSskuTovoiUmHVhTl89c0PvXT6K7 { width:1.25rem;height:1.375rem;display:none; }
#GpTMGCbmXqGOqfbV9bym48kJJToIoDkR { width:3.125rem;height:1.25rem;display:none; }
#nTqwvRIM4V2GW9SnsrTfQyM7pmDWWvhX { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#VGpEoBkMKyn0rpIRKTQn20y12c910Z2s { display:none; }
#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF { display:block; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF > .row .container { width:47.75rem;position:relative;display:block; }#koBpVpinsMwzT3d3SzIwRoLdxi2ls0eh { top:2.9375rem;left:0rem;width:47.25rem;height:4.25rem;display:block; }
#mOsNsc5QcNtMoEEhClJKenEoG0K3plSS { top:3.625rem;left:10.3125rem;width:27.5625rem;height:1.5rem;font-size:1.5625rem;display:block; }
#W6NA4IkEE66VPxEmqBiscsuTG5mofIIU { width:17.3125rem;height:2.5rem;top:6.1875rem;left:15.5rem;display:block; }
#XQzdrlO5EhJRHE2wJaqyU5ZqPyoSTlQV { display:block; }
#ILzfgHEk5CclWeiLnAgG3gpZVmQ5HvFv { top:12.375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.3125rem;display:block; }
#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos { display:block; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos > .row .container { width:47.75rem;position:relative;display:block; }#Tcf0Otsq3JvBrebu2XJKXqNy84s4z5C2 { top:1.125rem;left:14.53125rem;width:6.875rem;height:6.875rem;display:block; }
#rIXwXu8bzykXB5MpVUKUp1bHS50hNvu9 { top:9rem;left:9.375rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#mgD8TOxb0d5xDyuirTMunxNwwVSHkv65 { top:0.875rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#Ebvynzm28hXRJw7A9FNHqFUWlx1RpDbG { top:8.6875rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#JU0rkgm9MtXBbtyNT6oPN6eRoGCRPy2Z { top:0.8125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#wqF9r7CykRr5cmXKicBAx2nUdFikAbwA { top:8.6875rem;left:0rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#Tx7b31abh0pUpod6EmmhS5K6oFzUEipf { top:9rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#mvZtvvCBcL3BhRWSCiAu5ntXE4fGgWuT { top:1.1875rem;left:38.71875rem;width:6.875rem;height:6.875rem;display:block; }
#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR { display:block; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR > .row .container { width:47.75rem;position:relative;display:block; }#x84EhepR9zMgwPCU4qFcfRpKrMBNluOl { top:0.5625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#JDhVzD9aOTTBWBQnydhmfifazFZiKggA { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#BT0lsJpgqEkUXlEgcThfm4udZefhkQFa { top:0.5rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#LltbTF6v5HWKC7PEmwnK1KxoLaarniUS { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#pWQFFLixs29vSCtrAx4Tw8gVzkExVhoa { top:0.5rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#zn8ogdEQ6FrBATcaqkAeLnXlHMn95RJI { top:9.5625rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#GHcsVXllNxUxmNWKac2uFgOxk2ckyQiN { top:0.5rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#TAEeydfB4MwhbEenAoHmHnHAUgo0Gfk5 { top:9.5625rem;left:0rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR { display:block; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR > .row .container { width:47.75rem;position:relative;display:block; }#skNiWFo4rNqE8JKaXOgM6D9oxddwoPJT { top:0.625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#VHNZPWZzVm5QEkbXDWmcJlwbUq4N0PqL { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#HBw2teze1TkT95kXZWSDJv47kXQDWfT6 { top:0.625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#GWBDVH3TfDLupebBPWGvT5Mb3TVDa6l4 { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#qEMRpltzrzBLuzs01KVaPUXkLTelDfQt { top:0.625rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#J1PRANAOBTTFnphnzkeKWUc4tgx6hkTc { top:8.75rem;left:9.375rem;width:14.5rem;height:7.9375rem;font-size:1rem;display:block; }
#AueSp1Wtx0tTkcB98CNf3J8uo28GiNds { top:0.625rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#dnTVqvPGGlKNpIGoc0yTITq6GcmHvkw7 { top:8.75rem;left:0rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 { display:block; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 > .row .container { width:47.75rem;position:relative;display:block; }#RLcVmmWEnwMbfyGxx0WpFqrhf1kTmrzG { top:8.9375rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#C97FbgUXE7HVEESbDA7NWQfaHS4HAgPI { top:1.125rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#n1LxrsiT6VZ1h0lEdySKzSH4z9oplrvE { top:1.0625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#SqKTeTdZO8rDPcH7HGKKFLqEG4SrQ0fE { top:8.9375rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#IOToQ5zkZdy3im3tU8cmTmZWnSeplf6Z { top:1.125rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
#cRKxH5PZXutbisnpq6ct0s9fDIMSBWUw { top:9.25rem;left:9.375rem;width:14.5rem;height:11.1875rem;font-size:1rem;display:block; }
#V1ETSlILGrvNT2tvUyiFrpb7DXFGG4kk { top:9rem;left:0rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#SEfg7G4FZTntCkUg18BPkWyelnf26qgp { top:1.125rem;left:2.34375rem;width:6.875rem;height:6.875rem;display:block; }
#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS { display:block; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS > .row .container { width:47.75rem;position:relative;display:block; }#pI0ZNmL9u0y44QiJGVHsyIZZ3bomeqN2 { top:9.4375rem;left:33.25rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#vvk39c25I0xdZNBIWSpuPaMgT0T3vxHq { top:1.1875rem;left:38.15625rem;width:6.8125rem;height:6.8125rem;display:block; }
#PP8lZlOWS0t545quQAnTEi2T6QVZyOoG { top:9.5625rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#uxzlInXKXL3gZqS7QCOyq8ttATE6NGh1 { top:1.125rem;left:26.404296875rem;width:6.8125rem;height:6.8125rem;display:block; }
#sKziaIQGFkXdlvTehPoex7h743wAAo9H { top:1.3125rem;left:14.46875rem;width:6.8125rem;height:6.8125rem;display:block; }
#CtH3dGe3ZLClgwHsS9l5QkF7okRQivxh { top:10.3125rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#TDWq1MhzFkkhaSFcz9r8GzShsV5ThtIb { top:1.125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#LJ6liIuEN2Exw6dLgQpH3FW2lEU9iER9 { top:10.3125rem;left:0rem;width:14.5rem;height:9.5625rem;font-size:1rem;display:block; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { display:block; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { width:47.75rem;position:relative;display:block; }#rH3rPN2N0NN7VI3ar767ZthkJhiq61Jr { top:2.75rem;left:36.9375rem;width:10.3125rem;height:9.375rem;display:block; }
#obKswJPhnTc9IEvsXyygiRtDHaIqB59t { top:3.625rem;left:37.5625rem;width:10.1875rem;height:3.875rem;font-size:1.375rem;display:block; }
#oAumDcCENFt3wowDb25Cww0nmeBwhsac { top:7.1875rem;left:38.875rem;width:8.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
#kTtiWysPfbAV9PlarRH328DpTvHV4Edl { width:6.25rem;height:2.5rem;top:10.75rem;left:41.5rem;display:block; }
#GTvTXV8O950KvgqPTbvLuxvnhCyvm31e { display:block; }
#JAPmgGOdJWGmwTuVbfFscw1nWHzFIuTo { top:11.625rem;left:18.625rem;width:10.3125rem;height:9.375rem;display:block; }
#TORTenrMedDVB74rV5yJI4z0m6T3KDom { top:12.5rem;left:18.875rem;width:10.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
#QAU9HkGRGS6PuN23RgoyRnlBWMRvR4B0 { width:6.25rem;height:2.5rem;top:19.625rem;left:20.875rem;display:block; }
#zuBOOzzWhEn4axPtsh1HtF5Bi5yWd0bo { display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { top:3.625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
#x4ITbyzLirTzlpsh0LBOIR1kNf02fi5X { top:4.8125rem;left:0rem;width:10.1875rem;height:3.875rem;font-size:1.4375rem;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { width:6.25rem;height:2.5rem;top:11.625rem;left:0rem;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block; }
#OmTk7HUqbne9NvJDBPtd84SvH1RZaaWP { top:9rem;left:0rem;width:10rem;height:1.9375rem;font-size:1.4375rem;display:block; }
#JQxNyoqLiX9K0UnqTOTLTK67DS8f4sm6 { top:17.375rem;left:18.75rem;width:10.1875rem;height:1.625rem;font-size:1.3125rem;display:block; }
#vOte3oPRByq630oFffTgy7uTxFr2NuMk { top:8.125rem;left:37.5625rem;width:10.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container { width:47.75rem;position:relative;display:none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:47.75rem;position:relative;display:block; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.875rem;display:block; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { top:20.75rem;left:12.467529296875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.625rem;height:3.625rem;top:11.3125rem;left:44.125rem;font-size:2.5rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { width:19.25rem;height:1.75rem;top:17rem;left:28.5rem;font-size:1.0625rem;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { top:16.4375rem;left:27.625rem;width:20.125rem;height:2.875rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#EuTsa3SNQKnA6pOX9wtdfvdOC7rwB4tA { top:4.9375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 { display:block; }#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 > .row .container { width:47.75rem;position:relative;display:block; }#DKr5g3kE3kVKaPTwS1XsGh56ExcLwUoJ { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#m8KnZu1D1TeMoEtl6fXrtQDkOhITh2k8 { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#ksICkiTHIregGz67bGMbqR0S7J8TO166 { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#xA00833IDlZpUCn70OKd5p6HQl7yfbbZ { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#tAVaQvWVazEO1L2ZQLaJ7O5f5aTtoSBk { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#fAAxTB6Eexx6Ol2OhnogAkbwK7z3TJZA { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#V7opvesCyxxSNPKJzWUZzEemd0nwLcqU { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#ZMf4K85xp8oMzTOWxq846XE3qRn0cNok { top:2.0625rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
#eg7opQJ60B9EsCBZN2DEWrpNEqOGDgDF { top:4.25rem;left:0rem;width:13.75rem;height:1.75rem;font-size:1.25rem;display:block; }
#SmOO9h6ssHudpy0NzXe7Pkcp3qzXkbkk { width:13.1875rem;height:6.5625rem;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }
#QVg3iptDWfDRrtWeTolV0FbiqqxkhBPK { width:14.125rem;height:1.6875rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
#wgTIS0W9PgEeeW6gwN7oeuJMDTWUtWVK { width:16.25rem;height:1.9375rem;top:18.3125rem;left:0rem;display:block; }
#qlXaSpE0Nun3tJfoIeVtSLlwyOeTGmAt { display:block; }
#De0cPTqm1OVqsxQIdDlZ7dStbBqfItke { top:2.0625rem;left:31.3125rem;width:16.0625rem;height:16.0625rem;display:block; }
#JUTN2VRCFRI295pWzlzOQe4ty2M1BqMg { width:16.4375rem;height:2rem;top:18.125rem;left:31.3125rem;display:block; }
#Cg26VDpqdhF4ex2Jz4eq7fx8rfnVu72P { display:block; }
#ng9Ay2fE49KPU2JSOlvEReadNaF8PDom { top:24.75rem;left:0rem;width:13.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
#I9EAnJ6LFmaALJIMLAymld34JCxUnnC8 { width:13.1875rem;height:6.5625rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }
#N2GCV0bBli9FChQCt5gwgXdx9TZVCNpK { width:14.125rem;height:1.5625rem;top:36.625rem;left:0rem;font-size:1.0625rem;display:block; }
#xh4BitZ9NKmpkE38TfhvEC7hAnXt5cpX { width:12.5rem;height:12.4375rem;top:14.3125rem;left:17.595051765442rem;font-size:2.3125rem;display:block; }
#TDLz4ou9mCOvZvQsG7O6U1dcPaxm5mtU { top:22.8125rem;left:31.5rem;width:15.875rem;height:15.75rem;display:block; }
#VWkFI1tn9RfAiHvARcFLrmh6GWPQt7iw { width:16.25rem;height:2rem;top:38.9375rem;left:31.5rem;display:block; }
#elHLaBXOelA9Oyr402qEFVBl6460Ky2i { display:block; }
#NctqQAkTCDJdmKuf1SGOXMFueb3ATxOv { top:24.8125rem;left:34rem;width:13.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
#JBaMOcZFqVQDfUTvRcVoQ4bsDvbVeDC5 { width:13.1875rem;height:6.5625rem;top:29.125rem;left:34.5625rem;font-size:0.9375rem;display:block; }
#fU0LsIGXmL3cUXAMH5ApquzG8gGoQ8FS { width:14.125rem;height:1.6875rem;top:36.5625rem;left:33.625rem;font-size:1.125rem;display:block; }
#Mao1uctMKb7ayuQ88MhnOT73HtwMHXrF { top:25.25rem;left:23.6884765625rem;width:13.125rem;height:13.000582982596rem;display:block; }
#uqtRr3XVphNIr7rNoTOxVpxotcmN3vUs { top:23.0625rem;left:0rem;width:15.875rem;height:15.625rem;display:block; }
#PRKEi2m2lCrafJTqAsGr8maQNw2OLprO { top:4.25rem;left:34rem;width:13.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
#UerluoonxWSBWQvk7uGX7ZqTVMUs2fL8 { width:13.1875rem;height:7.875rem;top:7.6875rem;left:34.5625rem;font-size:0.9375rem;display:block; }
#XksqiQBs845lIZS5bhUaO8omzBizk66d { width:14.125rem;height:1.6875rem;top:14.875rem;left:33.625rem;font-size:1.125rem;display:block; }
#aMU3XqNSQBAGEDy3Rra3h8uyFmLGI0CB { width:16.25rem;height:2.0625rem;top:39rem;left:0rem;display:block; }
#qV73b1W82qnICmST6H2k4Gddbu8fArJw { display:block; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { background-color: transparent; background-image: none; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container > .video-iframe-container { display: none; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row > .video-iframe-container { display: none; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .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); }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { border-width: 0; border-radius: 0; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNTugy3DFcQ0vvhmhAiaACiiH4baRBAc > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .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); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:center;text-align-last:center;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:15.625rem;height:auto;top:29.1875rem;left:0.6875rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:15.625rem;height:auto;top:29.1875rem;left:0.6875rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#w7z3LI2pGETq1xnG1D9x27xmeoxy4gIN { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { 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; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { top:59.750001907349rem;left:0rem;width:20rem;height:27.933625rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XkyO2PI9pyDex2Dwk9Gvyh9TTqn2uDib { width:4.125rem;height:5.0625rem;top:0.95703125rem;left:7.9375rem;overflow:hidden;display:block; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { width:12.8125rem;height:5.53255rem;top:5.9375rem;left:3.625rem;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.5rem;height:3.4375rem;top:25.75rem;left:1.25rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { width:19.375rem;height:2.11198125rem;top:12rem;left:0.3125rem;font-size:1.625rem;display:block; }
#oLDZ3HZskdSbwdeF1v6mkzx3PsW02ElH { width:19.5rem;height:1.29948125rem;top:15.4375rem;left:0.25rem;font-size:1rem;display:block; }
#VaFtAvmEUWf1ErXpGerzTHkB9u6UL4kg { width:7.625rem;height:2.4375rem;top:18.125rem;left:1.8125rem;display:block; }
#upmXF6bqn63FkWum8k2d3WUcGVqAzAIs { width:8.8125rem;height:2.75rem;top:17.9375rem;left:9.375rem;display:block; }
#I7kiaabcvLx9OnkQDi3UiWPSfBS2wgST { width:18.375rem;height:3.4375rem;top:21.1875rem;left:0.8125rem;font-size:1.0625rem;line-height:2;border-top:0.25rem dashed #2f9e45;border-left:0.25rem dashed #2f9e45;border-right:0.25rem dashed #2f9e45;border-bottom:0.25rem dashed #2f9e45;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#pGx2z0umX1STSNuSZRfgLK61QTRDbQuX { display:block; }
#QuHGeUSPQw3a1fgViaTnWLLndaRhTlpD { display:flex;width:2.8125rem;height:2.8125rem;top:21.5rem;left:1.25rem; }
#zInGuKLUEU0t5Vp8T8WMNzPbDU9NAxWk { display:flex;width:3.125rem;height:3.125rem;top:21.375rem;left:15.6875rem; }
#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg { 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; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container { background-color: transparent; background-image: none; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container > .video-iframe-container { display: none; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row > .video-iframe-container { display: none; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .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); }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container { border-width: 0; border-radius: 0; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NX3ADaRSMa2MtbiJ4zpGZWgKxzUxXCQg > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#Weg0GCSaOVvepVOfo0CyHnO5Hz8kwELw { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.29948125rem;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; }
#trHOy87E9nNAQyauHA8wULcGNtOfP2ge { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#VCUmlsmvanziR3B81r7ftoGlwd5ScX4T { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:#87714f;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#yySr1pk3eHCXOZMU2GTWMUFf5WHP7F6u { display:block; }
#AhduIqwB5SHkQzibXcOKpbIo9GkAduog { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#87714f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#V30bJNsUlrdCRu7hdeNHRXNA0MiUreOv { display:block; }
#haALBJMfi8RQSCPng3nVbb82SotLFxlm { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#prX8LQ2wJ1iuZiB0ayNmX0KE5x1JLC30 { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#Wzfi1au0aDrTEqVTG2zs6fmd2TlIQfea { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 { display:block; }#q9Gio2ueX00odRrRPzmwFA3W4CWB7c84 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#HwpQNmfFfCmrkgTp20pxBAELgI1GFVJv { top:20.125rem;left:1.4375000596046rem;width:16.9375rem;height:8.0625rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-size:auto !important;display:block; }
#NCwLh82ZCknObza7rNSZg6Uk3m8Zx1US { width:19.933625rem;height:5.68359375rem;top:21.234375953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;font-family:"ahj 2024 font";font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;line-height:1.3;display:block; }
#GmVFp7KCZlbeJXJs9rqzD1ZqzeNfVrKp { width:19.9375rem;height:2.7604125rem;top:16.067708015442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"ahj 2024 font";display:block; }
#w0a1dVFME64xk2WxZUlGcQnIGaxcz8ci { width:9.125rem;height:9.25rem;top:6.25rem;left:4.8125rem;z-index:15024;display:block; }
#pxTKdUBbpWpV1BwWdTTfkVuMJyyBaxW7 { width:8.375rem;height:12.5625rem;top:2rem;left:6.2500002980231rem;z-index:15036;overflow:hidden;display:block; }
#TACx0hw65ZRkTprfyfdUBkXrQpCHlaUa { top:3.8125rem;left:0.5625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:#68452f;background-image:none;display:block; }
#ZOS2ewi6wJ1c8VTS1RN3zwgGhm0Tl8I2 { width:20rem;height:1.3806125rem;top:2rem;left:0rem;font-size:1.0625rem;z-index:15019;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#N5aTqe46V20rb1Mzt0sea5yR9ASGJ8yl { width:10.22266625rem;height:2.47656rem;top:28.781252384186rem;left:4.8463543057442rem;z-index:15018;color:#68452f;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#BDRa2sDNT5SUchurBbmAJnrLGBlDVxTb { display:block; }
#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx { 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; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container { background-color: transparent; background-image: none; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container > .video-iframe-container { display: none; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row > .video-iframe-container { display: none; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .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); }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container { border-width: 0; border-radius: 0; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p1bpHBNIcMDTZ5qiLcTCpkeFeAv8SPNx > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#TA0H02oBZXOEhn1KXRzSiJqgK2CATmwo { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#rqOMXmTNwIdBo7k2ZEvF4npHOrT74aQz { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#Dwav4aEkctaQzQU3s1KKlJJSTyHsUf40 { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#ZTVXAGo81M2WSRFUDtZdkgoELBLRpwTz { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#xBE88ArDgWCP70WJVxvOybfdLIU4upzB { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#IEeh3XM6VaNUReFkKmQNSqLwgtNOTHXC { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#SaHPwSskuTovoiUmHVhTl89c0PvXT6K7 { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#GpTMGCbmXqGOqfbV9bym48kJJToIoDkR { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#nTqwvRIM4V2GW9SnsrTfQyM7pmDWWvhX { 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; }
#VGpEoBkMKyn0rpIRKTQn20y12c910Z2s { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF { display:none; }#t5Tv46lJWIrZLfdLsumc6AaiVhbJOAxF > .row .container { width:20rem;height:30.625rem;position:relative;display:none; }#koBpVpinsMwzT3d3SzIwRoLdxi2ls0eh { width:18.8125rem;height:9.375rem;top:1.6875rem;left:0.4375rem;display:block; }
#mOsNsc5QcNtMoEEhClJKenEoG0K3plSS { width:17.75rem;height:6.09375rem;top:3.625rem;left:1.125rem;font-size:1.5625rem;display:block; }
#W6NA4IkEE66VPxEmqBiscsuTG5mofIIU { width:10.0625rem;height:2.5rem;top:9.75rem;left:4.96875rem;display:block; }
#XQzdrlO5EhJRHE2wJaqyU5ZqPyoSTlQV { display:block; }
#ILzfgHEk5CclWeiLnAgG3gpZVmQ5HvFv { width:20rem;height:14.6953125rem;top:14.6875rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos { display:none; }#ha9tHCNQRGFVH0eT8B45KuhM8aNiSSos > .row .container { width:20rem;height:94.125rem;position:relative;display:none; }#Tcf0Otsq3JvBrebu2XJKXqNy84s4z5C2 { width:6.875rem;height:6.875rem;top:70rem;left:6.5625rem;display:block; }
#rIXwXu8bzykXB5MpVUKUp1bHS50hNvu9 { width:14.4980625rem;height:14.396475rem;top:78.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#mgD8TOxb0d5xDyuirTMunxNwwVSHkv65 { width:6.875rem;height:6.875rem;top:48.125rem;left:6.5625rem;display:block; }
#Ebvynzm28hXRJw7A9FNHqFUWlx1RpDbG { width:14.4980625rem;height:12.79685rem;top:56.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#JU0rkgm9MtXBbtyNT6oPN6eRoGCRPy2Z { width:6.875rem;height:6.875rem;top:23.9375rem;left:6.5625rem;display:block; }
#wqF9r7CykRr5cmXKicBAx2nUdFikAbwA { width:14.4980625rem;height:14.396475rem;top:32.0625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Tx7b31abh0pUpod6EmmhS5K6oFzUEipf { width:14.5rem;height:14.396475rem;top:8.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#mvZtvvCBcL3BhRWSCiAu5ntXE4fGgWuT { width:6.875rem;height:6.875rem;top:0.6875rem;left:6.5625rem;display:block; }
#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR { display:none; }#IVixnx8UOZq7qHIL8mUeJL0vZ0TKhneR > .row .container { width:20rem;height:92.8125rem;position:relative;display:none; }#x84EhepR9zMgwPCU4qFcfRpKrMBNluOl { width:6.875rem;height:6.875rem;top:68.4375rem;left:6.5625rem;display:block; }
#JDhVzD9aOTTBWBQnydhmfifazFZiKggA { width:14.4980625rem;height:14.396475rem;top:76.5625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#BT0lsJpgqEkUXlEgcThfm4udZefhkQFa { width:6.875rem;height:6.875rem;top:45rem;left:6.5625rem;display:block; }
#LltbTF6v5HWKC7PEmwnK1KxoLaarniUS { width:14.4980625rem;height:14.396475rem;top:53.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#pWQFFLixs29vSCtrAx4Tw8gVzkExVhoa { width:6.875rem;height:6.875rem;top:23.125rem;left:6.5625rem;display:block; }
#zn8ogdEQ6FrBATcaqkAeLnXlHMn95RJI { width:14.4980625rem;height:12.79685rem;top:31.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#GHcsVXllNxUxmNWKac2uFgOxk2ckyQiN { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#TAEeydfB4MwhbEenAoHmHnHAUgo0Gfk5 { width:14.4980625rem;height:12.79685rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR { display:none; }#T31y7S1GhuHMHPpvTAL7LzgywMSq4rrR > .row .container { width:20rem;height:89.375rem;position:relative;display:none; }#skNiWFo4rNqE8JKaXOgM6D9oxddwoPJT { width:6.875rem;height:6.875rem;top:65.3125rem;left:6.5625rem;display:block; }
#VHNZPWZzVm5QEkbXDWmcJlwbUq4N0PqL { width:14.4980625rem;height:14.396475rem;top:73.4375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#HBw2teze1TkT95kXZWSDJv47kXQDWfT6 { width:6.875rem;height:6.875rem;top:41.875rem;left:6.5625rem;display:block; }
#GWBDVH3TfDLupebBPWGvT5Mb3TVDa6l4 { width:14.4980625rem;height:14.396475rem;top:50rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#qEMRpltzrzBLuzs01KVaPUXkLTelDfQt { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;display:block; }
#J1PRANAOBTTFnphnzkeKWUc4tgx6hkTc { width:14.4980625rem;height:7.99805rem;top:32.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#AueSp1Wtx0tTkcB98CNf3J8uo28GiNds { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#dnTVqvPGGlKNpIGoc0yTITq6GcmHvkw7 { width:14.4980625rem;height:14.396475rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 { display:none; }#XOzNZfLr9THaAeg3KCgqXBeP3snFSFR3 > .row .container { width:20rem;height:89.375rem;position:relative;display:none; }#RLcVmmWEnwMbfyGxx0WpFqrhf1kTmrzG { width:14.4980625rem;height:14.3964625rem;top:73.3125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#C97FbgUXE7HVEESbDA7NWQfaHS4HAgPI { width:6.875rem;height:6.875rem;top:65.1875rem;left:6.5625rem;display:block; }
#n1LxrsiT6VZ1h0lEdySKzSH4z9oplrvE { width:6.875rem;height:6.875rem;top:43.3125rem;left:6.5625rem;display:block; }
#SqKTeTdZO8rDPcH7HGKKFLqEG4SrQ0fE { width:14.4980625rem;height:12.79685rem;top:51.4375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#IOToQ5zkZdy3im3tU8cmTmZWnSeplf6Z { width:6.8125rem;height:6.8125rem;top:23.0625rem;left:6.5625rem;display:block; }
#cRKxH5PZXutbisnpq6ct0s9fDIMSBWUw { width:14.4980625rem;height:11.1972875rem;top:31.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#V1ETSlILGrvNT2tvUyiFrpb7DXFGG4kk { width:14.4980625rem;height:0;top:9.3125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#SEfg7G4FZTntCkUg18BPkWyelnf26qgp { width:6.8125rem;height:6.8125rem;top:1.25rem;left:6.5625rem;display:block; }
#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS { display:none; }#o4ZVgDDVGvsrdtEUQCaVKwD1JFpDiAqS > .row .container { width:20rem;height:88.125rem;position:relative;display:none; }#pI0ZNmL9u0y44QiJGVHsyIZZ3bomeqN2 { width:14.4980625rem;height:12.79685rem;top:71.6875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#vvk39c25I0xdZNBIWSpuPaMgT0T3vxHq { width:6.8125rem;height:6.8125rem;top:63.625rem;left:6.5625rem;display:block; }
#PP8lZlOWS0t545quQAnTEi2T6QVZyOoG { width:14.4980625rem;height:12.79685rem;top:49.875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#uxzlInXKXL3gZqS7QCOyq8ttATE6NGh1 { width:6.8125rem;height:6.8125rem;top:41.8125rem;left:6.5625rem;display:block; }
#sKziaIQGFkXdlvTehPoex7h743wAAo9H { width:6.8125rem;height:6.8125rem;top:20rem;left:6.5625rem;display:block; }
#CtH3dGe3ZLClgwHsS9l5QkF7okRQivxh { width:14.4980625rem;height:12.79685rem;top:28.0625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#TDWq1MhzFkkhaSFcz9r8GzShsV5ThtIb { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#LJ6liIuEN2Exw6dLgQpH3FW2lEU9iER9 { width:14.4980625rem;height:9.5976625rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a { display:none; }#Wmx1DIGLK1bDzrwsqbNyKu2gp4ByTL9a > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; }#rH3rPN2N0NN7VI3ar767ZthkJhiq61Jr { width:10.3125rem;height:9.375rem;top:3.8125rem;left:4.75rem;display:block; }
#obKswJPhnTc9IEvsXyygiRtDHaIqB59t { width:10.25rem;height:3.57421875rem;top:5.375rem;left:5rem;font-size:1.375rem;display:block; }
#oAumDcCENFt3wowDb25Cww0nmeBwhsac { width:8.93675rem;height:1.7871125rem;top:8.75rem;left:5.5625rem;font-size:1.375rem;display:block; }
#kTtiWysPfbAV9PlarRH328DpTvHV4Edl { width:6.25rem;height:2.5rem;top:11.75rem;left:7rem;display:block; }
#GTvTXV8O950KvgqPTbvLuxvnhCyvm31e { display:block; }
#JAPmgGOdJWGmwTuVbfFscw1nWHzFIuTo { width:10.3125rem;height:9.375rem;top:36.9375rem;left:4.8125rem;display:block; }
#TORTenrMedDVB74rV5yJI4z0m6T3KDom { width:10.18675rem;height:5.1181625rem;top:37.8125rem;left:5.0625rem;font-size:1.3125rem;display:block; }
#QAU9HkGRGS6PuN23RgoyRnlBWMRvR4B0 { width:6.25rem;height:2.5rem;top:44.9375rem;left:7.0625rem;display:block; }
#zuBOOzzWhEn4axPtsh1HtF5Bi5yWd0bo { display:block; }
#BG01kUMwAElxVgvkcxv4bMd688EPnsaR { width:10.3125rem;height:9.375rem;top:20.1875rem;left:4.8125rem;display:block; }
#x4ITbyzLirTzlpsh0LBOIR1kNf02fi5X { width:10.18675rem;height:3.736325rem;top:21.125rem;left:5.0625rem;font-size:1.4375rem;display:block; }
#JylKTZmsAv6NmG6aOgl38LbHaCM5xXLM { width:6.25rem;height:2.5rem;top:28.25rem;left:7.0625rem;display:block; }
#TB4IsITBua9Zd3L57cP5uM2mF7oL5Ff9 { display:block; }
#OmTk7HUqbne9NvJDBPtd84SvH1RZaaWP { width:10rem;height:1.8681625rem;top:25.296875rem;left:5.375rem;font-size:1.4375rem;display:block; }
#JQxNyoqLiX9K0UnqTOTLTK67DS8f4sm6 { width:10.1875rem;height:1.70605625rem;top:42.9296875rem;left:4.90625rem;font-size:1.3125rem;display:block; }
#vOte3oPRByq630oFffTgy7uTxFr2NuMk { width:10.1875rem;height:1.7871125rem;top:9.32421875rem;left:5.0625rem;font-size:1.375rem;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.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; }#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.adaptive-delivery-prevent-bg, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyload, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyloading { background-image: none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container { background-color: transparent; background-image: none; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container > .video-iframe-container { display: none; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row > .video-iframe-container { display: none; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .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); }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container { border-width: 0; border-radius: 0; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xo25xNRx5GOL1RKJ1Lh8QdbEvgDwxneB > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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:none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyloading { background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:20rem;height:30.625rem;position:relative;display:none; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { width:16.4375rem;height:1.40014375rem;top:16.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { width:19.4375rem;height:1.29948125rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.125rem;height:3.125rem;top:15.25rem;left:16.875rem;font-size:2.1875rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { width:17.6875rem;height:1.69921875rem;top:21.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { width:17.9375rem;height:2.9375rem;top:20.625rem;left:0.8125rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { width:3.125rem;height:3.125rem;top:25.1875rem;left:14.1875rem;font-size:2.1875rem;display:block; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { width:3.125rem;height:3.125rem;top:25.1875rem;left:8rem;font-size:2.1875rem;display:block; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { width:3.125rem;height:3.125rem;top:25.125rem;left:2.125rem;font-size:2.1875rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { width:17.8125rem;height:7.7220135945956rem;top:5.731201171875rem;left:1.09375rem;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { width:20rem;height:2.5996125rem;top:1.484375rem;left:0rem;font-size:2rem;display:block; }
#EuTsa3SNQKnA6pOX9wtdfvdOC7rwB4tA { width:6.25rem;height:3.125rem;top:13.020813941956rem;left:4.9583333134651rem;display:block; }
#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 { display:none; }#ZUiPrrBiE1EC04dyETZ46eDh4eSaXe08 > .row .container { width:20rem;height:95rem;position:relative;display:none; }#DKr5g3kE3kVKaPTwS1XsGh56ExcLwUoJ { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#m8KnZu1D1TeMoEtl6fXrtQDkOhITh2k8 { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#ksICkiTHIregGz67bGMbqR0S7J8TO166 { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#xA00833IDlZpUCn70OKd5p6HQl7yfbbZ { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#tAVaQvWVazEO1L2ZQLaJ7O5f5aTtoSBk { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#fAAxTB6Eexx6Ol2OhnogAkbwK7z3TJZA { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#V7opvesCyxxSNPKJzWUZzEemd0nwLcqU { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#ZMf4K85xp8oMzTOWxq846XE3qRn0cNok { width:15.875rem;height:15.8125rem;top:15.3125rem;left:1.8750000596046rem;display:block; }
#eg7opQJ60B9EsCBZN2DEWrpNEqOGDgDF { width:13.75rem;height:2rem;top:17.788629956078rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
#SmOO9h6ssHudpy0NzXe7Pkcp3qzXkbkk { width:13.1861875rem;height:6.5625rem;top:20.125000953674rem;left:3.1250000596046rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#03090c;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#QVg3iptDWfDRrtWeTolV0FbiqqxkhBPK { width:14.1236875rem;height:1.91145625rem;top:27.437501907349rem;left:2.9348958134651rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#010507;line-height:1.7;display:block; }
#wgTIS0W9PgEeeW6gwN7oeuJMDTWUtWVK { width:16.20833375rem;height:1.95833375rem;top:30.634115219116rem;left:1.8750000596046rem;display:block; }
#qlXaSpE0Nun3tJfoIeVtSLlwyOeTGmAt { display:block; }
#De0cPTqm1OVqsxQIdDlZ7dStbBqfItke { width:15.9375rem;height:16.0625rem;top:34.75rem;left:1.875rem;display:block; }
#JUTN2VRCFRI295pWzlzOQe4ty2M1BqMg { width:16.3125rem;height:1.9375rem;top:50.75rem;left:1.8125rem;display:block; }
#Cg26VDpqdhF4ex2Jz4eq7fx8rfnVu72P { display:block; }
#ng9Ay2fE49KPU2JSOlvEReadNaF8PDom { width:13.75rem;height:4rem;top:76.62499809265rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
#I9EAnJ6LFmaALJIMLAymld34JCxUnnC8 { width:13.1861875rem;height:6.5625rem;top:81.623695373538rem;left:3.1250000596046rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#00308a;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#N2GCV0bBli9FChQCt5gwgXdx9TZVCNpK { width:14.1236875rem;height:1.91145625rem;top:88.812505722044rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#010507;line-height:1.7;display:block; }
#xh4BitZ9NKmpkE38TfhvEC7hAnXt5cpX { width:12.5rem;height:10.3242125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#010507;line-height:1.7;display:block; }
#TDLz4ou9mCOvZvQsG7O6U1dcPaxm5mtU { width:15.9375rem;height:16rem;top:55rem;left:1.875rem;display:block; }
#VWkFI1tn9RfAiHvARcFLrmh6GWPQt7iw { width:16.3125rem;height:1.9375rem;top:71.375rem;left:1.8125rem;display:block; }
#elHLaBXOelA9Oyr402qEFVBl6460Ky2i { display:block; }
#NctqQAkTCDJdmKuf1SGOXMFueb3ATxOv { width:9.625rem;height:4rem;top:57.1875rem;left:5.1875rem;font-size:1.25rem;display:block; }
#JBaMOcZFqVQDfUTvRcVoQ4bsDvbVeDC5 { width:13.1865rem;height:6.5625rem;top:60.5rem;left:3.4375rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#00308a;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#fU0LsIGXmL3cUXAMH5ApquzG8gGoQ8FS { width:14.124375rem;height:1.9121125rem;top:68.375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#010507;line-height:1.7;display:block; }
#Mao1uctMKb7ayuQ88MhnOT73HtwMHXrF { width:10.124rem;height:10.0615rem;top:0rem;left:9.8759765625rem;display:block; }
#uqtRr3XVphNIr7rNoTOxVpxotcmN3vUs { width:15.875rem;height:16.8125rem;top:75.125rem;left:1.875rem;display:block; }
#PRKEi2m2lCrafJTqAsGr8maQNw2OLprO { width:13.75rem;height:4rem;top:36.5625rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
#UerluoonxWSBWQvk7uGX7ZqTVMUs2fL8 { width:13.1875rem;height:6.5625rem;top:41.125003814698rem;left:3.4062500596046rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#00308a;line-height:1.4;font-weight:700;font-style:normal;display:block; }
#XksqiQBs845lIZS5bhUaO8omzBizk66d { width:14.125rem;height:1.91145625rem;top:48.12370300293rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#010507;line-height:1.7;display:block; }
#aMU3XqNSQBAGEDy3Rra3h8uyFmLGI0CB { width:16.25rem;height:2.0625rem;top:91.3125rem;left:1.875rem;display:block; }
#qV73b1W82qnICmST6H2k4Gddbu8fArJw { display:block; }
