.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;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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: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; } #vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { background-color: transparent; background-image: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container > .video-iframe-container { display: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container { display: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .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); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { border-width: 0; border-radius: 0; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { 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:none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.adaptive-delivery-prevent-bg, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyload, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyloading { background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { border-width: 0; border-radius: 0; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { 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; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { 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; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { 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:block; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { 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; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC { position:relative; }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { position:relative;display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm { position:relative; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { 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; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { 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; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { 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; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ { position:relative; }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { position:relative;display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV { position:relative; }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-form-header {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .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; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container:first-of-type{padding-top:0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-container:last-of-type{padding-bottom:0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;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:14.38671875rem;left:4.04296875rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-info-text { font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15003;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:14.38671875rem;left:4.04296875rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn { position:relative; }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { position:relative;display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { position:relative;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ { position:relative;display:block;z-index:15000; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA { position:relative;display:block;z-index:15000; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V { position:relative; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs { position:relative; }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEh04gGBva32OoF4RbWPc1xmMEecM2Bk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:9.375rem;display:none; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { position:relative;display:none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { border-width: 0; border-radius: 0; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { 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; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { 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.125rem;overflow:hidden;display:none; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { 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; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { 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; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { 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; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { 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; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { 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; }
#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr { position:relative;display:none; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr { border-width: 0; border-radius: 0; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .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; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .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; }#q5rqDLemUg2i21nUqbvkhQkGLL3ZvStP { color:#000000;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:2.375rem;display:none; }
#nKrv15rkH839Mfl0b8ZwolF62cwnOrzo { 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:31.3125rem;width:53.9375rem;display:none; }
#gLFQdcp6I1Hbpsp33MflxgqLntnpmcE3 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:15.6875rem;left:6.25rem;display:none; }
#Kp1wvCiRuTMNW4ssde835nV4ENkro8Ig { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WTJbN4o0zPARbA0IVlWkFrFfxDmFVk9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5SIx8Tr3PhnQnFOq818ANVyeHQSOeC5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DvPp59A6KZZ3NvuOXtCNxnAah523xi7A { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#vorpyxbQTI2TkZJVQAu0haz6Vsb1PU2E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:52.9375rem;left:6.875rem;display:none; }
#mtgT426e6VeofhSLy1HbS5JBXTP0ps3Z { 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:31.3125rem;width:53.9375rem;display:none; }
#OPsoUfctTiTfHq5qgLLh9H3JWhDiOTwE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#b6kW620rQpgtRfBsvJzB2hRs9p4UFVSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvqNGeaX4mw8BRJwVtrCuJpTHURt3h4I { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:71rem;left:7.0625rem;display:none; }
#vsehSUXCCcJmlymzLliD8ppVzIgWcJX4 { 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:31.3125rem;width:53.9375rem;display:none; }
#EgoEilIMBa4L1EA6g3Bs73dnhgZ61Fff { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TFOg9wZNlUDWodwvxWwaScTTc4NVnT7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xi92E4PBqfc5bs0mk5t7JodGEhKuGLGE { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:69.75rem;left:6.6875rem;display:none; }
#VxF9GaQFObBGiLp5RtFG8QHwI0aCRM7J { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:88.375rem;left:6.9375rem;display:none; }
#pClM2pzMs8V3JDqb9TLvLoHQK0Ggcs57 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:146.4375rem;left:7.0625rem;display:none; }
#ZJIVtkhtwUy4MF8TCsZ7ekA93pHOVSRp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:145.3125rem;left:7.3125rem;display:none; }
#vMVbgsWsmRZZ9W6hyJyoWmytrJDnCpb5 { 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:31.3125rem;width:53.9375rem;display:none; }
#FZm2KD4oW4pIXm5daLVlzyxi0xnOnSXl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#HwXPzDlbyVzxb7otx3g4ax9Fgh7mMfso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1IhNRa95TsH8GRexPsHPVKVgkZbmyC0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:126.25rem;left:7.25rem;display:none; }
#ZlJVFNQWUXUMXXEwXALMxwAC2tbbuV37 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LMitmhkbQ61Sbd64PTykeh2UzLJ7ZO46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9VpGIfN1vWNa9mIwQ3fb1VJRwKeKSui { 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:31.3125rem;width:53.9375rem;display:none; }
#uZbLJ5ST4r0KKfwio5ZW0hkLrMowB6c6 { 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:31.3125rem;width:53.9375rem;display:none; }
#M3X0p8KhAlPVl2s6zWmxcmrFTCvhQT3F { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sHnqUy6EAmUA97SWZLl3VJ9VfyWXdIG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrKipllde8TNHyxVr8S7e0CE6yCupVCl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:32.6875rem;left:6.875rem;display:none; }
#zvpocUNEITVOmMNUOiTAcpIloZB7I6y5 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:34.375rem;left:6.75rem;display:none; }
#slbocPA55JwQFityE4UKGcA95SWmss6t { 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:31.3125rem;width:53.9375rem;display:none; }
#rrg59Bp87isvXcu1HINmsaPze0qBZ1Si { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#tkzXqUVcZVN3URaM72PlL0uK8EUUOvt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6dnnNNtdNWQ9TTXyeNeXoPwnCETKbJ4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:90.625rem;left:7.1875rem;display:none; }
#PZKzQFSJVHsIP6tz3g9Vz7TpX8DToLxU { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:145.8125rem;left:7rem;display:none; }
#kktUiK0O0CcBmImJnE4JTIeUCANzl4ke { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:144.4375rem;left:7.25rem;display:none; }
#T9hu2JWSlule6Qp2XA17u2EOz5qbokJB { 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:31.3125rem;width:53.9375rem;display:none; }
#IVlo2TxceXwIUkV743Q1nEkkmW3yVGiB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XK9cVeTBv4aO3fWsIKGMxIVAH9aoqCsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSTiruaR3Asn3Fl4XKFg9ldd0hiilxlQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:163rem;left:7.25rem;display:none; }
#CHrznlTF94XxgtOkFsLGmhpWZOPbU063 { 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:31.3125rem;width:53.9375rem;display:none; }
#n31GuRq4J7WswWJOrVORowmZo5TnOt06 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ODNnLXgXTWAwWExb17gmgaiquqmQzCHy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiLWCvlV5MNdS50JxqLyfbIqv8bTyiSL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VzmCHqPUmOp2CmDQXPbPBFg0Q5yDGZbM { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#xStWgdmsVwgTZlLqAPVZ0zLztKxPHAew { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#tEoVAkPGNTMTZsLVo2G73lppKV4BcApW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MsTsTSc5Tgpuz7kS8ovGJDp2Lk2qvCXo { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#S9EybfbdKf8CqIdGbwaqmdrIv7E2ULze { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#w3KfZ6tvwNrDwgXumNxEUWTaQWaUdwGB { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#JRb3NfgXy7spGF5ubGrwuJV8xq8QRtXH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DrS875CgFytuArKHaxk9TyT0Hry7555D { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uOOyJJXKsVrO3OK1BhKcaBwiLu9VKJOJ { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#UloH5MLedet2TKkzn6BD2AiLdQu8mXhp { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#lVSkkpxMT0LuxboZCHV0FgM7i3kUTmL1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aRU0E7im371vfdk788lXIhLaJm9afrmi { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#aVqpJLSCgx5DHiT2k5xMxr3MsM0I75G5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dvF7ixKIgRoOtBZUAEzngGM03eZPUgDG { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#ZTeL1qg87S2K0mQXRv0aFdfRymC2X8oU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lySQUoqvATNrwp0nuXoKaussfB2VqvZ7 { 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:31.3125rem;width:53.9375rem;display:none; }
#wPNwFSMQDQGWkLxxuZfaWuXp701tziMz { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#QBKsetc2GfIDLuJxkuQLndeKpfw8dVkV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nBJa8BOO7GlXHUq9zt68L6STAmcaFOqD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:179.75rem;left:7.25rem;display:none; }
#i6FPiWydVrbrDWhdxOLqxEOdvD5Fpzt3 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cGaNafTTpCk4TZ4tW0wBxFSTefLlcHp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { position:relative;display:none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { border-width: 0; border-radius: 0; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .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; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.505208969116rem;overflow:hidden;display:none; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { position:relative;display:none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { border-width: 0; border-radius: 0; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { 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; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { 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; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { 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; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { 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; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { 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; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { 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; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { 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; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { 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; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { 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; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { 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; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { position:relative;display:none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { border-width: 0; border-radius: 0; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#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; } #ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 { border-width: 0; border-radius: 0; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .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; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .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; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza { 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:none; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza.adaptive-delivery-prevent-bg, #y00xXV7clQzLh8OPzWOenGIeq1Dcntza.lazyload, #y00xXV7clQzLh8OPzWOenGIeq1Dcntza.lazyloading { background-image: none; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row .container { border-width: 0; border-radius: 0; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#qXnE1NbiUpZENgNwS4FNawZZCd5THpHB { 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; }
#g53o3gzByfwugeRpAMKTReq7EbG4yHTc { 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; }
#Ufe5Znk714Mom5fzSXAsrR79IyTNGAq7 { 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; }
#sEmEWEISA63n4lTCGTFXGGcWMT6lT63B { 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.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UWV9Gi8M8IzLvTix2VpA1PxSCcGnDX4K { 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; }
#hT7UNpGTJ0c8FFRaVliTszk34WPr8uZ2 { 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; }
#TLm6nb20qnV97qUBsdxO0TPEVJXZILLv { 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; }
#DSXyJJJX2hzZecJzhyZlDybwdyBKglHA { 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; }
#JouJTXIq2mGnEBGyaNZ8MbxHyJf2yiii { 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.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiJo2qXzO1vVapDCz6s956OcaxCJQBW4 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tVAw0xHOMtzM7JwBpZ01AOvb59ZTbLXk { 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:none; }
#eUqUCl5BxezmAcW8mSFbXZGeDLU4VcTT { 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; }
#JvtyhzRKeZlhtbzTLZglV62zvokCHNcJ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:block; } #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; } #vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { width:47.75rem;position:relative;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { display:none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:47.75rem;position:relative;display:none; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC {  }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm {  }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { display:none; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:; height:; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { display:none; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { display:none; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { top:19.0625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ {  }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV {  }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { width:;height:;display:none; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn {  }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs {  }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { width:;height:;display:none; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block; }
#XEh04gGBva32OoF4RbWPc1xmMEecM2Bk { width:9.375rem;height:11.4375rem;display:none; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { display:none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { width:47.75rem;position:relative;display:none; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { width:;height:;top:0rem;display:none; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { width:;height:;top:0rem;display:none; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { top:0rem;width:;height:;display:none; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { top:0rem;width:;height:;display:none; }
#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr { display:none; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container { width:47.75rem;position:relative;display:none; }#q5rqDLemUg2i21nUqbvkhQkGLL3ZvStP { top:1rem;left:0rem;width:15.125rem;height:;font-size:0.9375rem;display:none; }
#nKrv15rkH839Mfl0b8ZwolF62cwnOrzo { width:42.875rem;height:24.875rem;display:none; }
#gLFQdcp6I1Hbpsp33MflxgqLntnpmcE3 { top:15.6875rem;left:0.125rem;width:12.25rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#Kp1wvCiRuTMNW4ssde835nV4ENkro8Ig { width:;height:;display:none; }
#WTJbN4o0zPARbA0IVlWkFrFfxDmFVk9P { display:block; }
#N5SIx8Tr3PhnQnFOq818ANVyeHQSOeC5 { display:none; }
#DvPp59A6KZZ3NvuOXtCNxnAah523xi7A { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#vorpyxbQTI2TkZJVQAu0haz6Vsb1PU2E { top:52.9375rem;left:0.812255859375rem;width:12.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
#mtgT426e6VeofhSLy1HbS5JBXTP0ps3Z { width:42.875rem;height:24.875rem;display:none; }
#OPsoUfctTiTfHq5qgLLh9H3JWhDiOTwE { width:;height:;display:none; }
#b6kW620rQpgtRfBsvJzB2hRs9p4UFVSH { display:block; }
#dvqNGeaX4mw8BRJwVtrCuJpTHURt3h4I { top:71rem;left:0.9990234375rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#vsehSUXCCcJmlymzLliD8ppVzIgWcJX4 { width:42.875rem;height:24.875rem;display:none; }
#EgoEilIMBa4L1EA6g3Bs73dnhgZ61Fff { width:;height:;display:none; }
#TFOg9wZNlUDWodwvxWwaScTTc4NVnT7P { display:block; }
#Xi92E4PBqfc5bs0mk5t7JodGEhKuGLGE { top:69.75rem;left:0.62499988079071rem;width:12.625rem;height:1.625rem;font-size:0.625rem;display:none; }
#VxF9GaQFObBGiLp5RtFG8QHwI0aCRM7J { top:88.375rem;left:0.81250035762787rem;width:12.625rem;height:2.4375rem;font-size:0.625rem;display:none; }
#pClM2pzMs8V3JDqb9TLvLoHQK0Ggcs57 { top:146.4375rem;left:0.9375rem;width:12.625rem;height:1.625rem;font-size:0.625rem;display:none; }
#ZJIVtkhtwUy4MF8TCsZ7ekA93pHOVSRp { top:145.3125rem;left:1.1875rem;width:12.5rem;height:0.8125rem;font-size:0.625rem;display:none; }
#vMVbgsWsmRZZ9W6hyJyoWmytrJDnCpb5 { width:42.875rem;height:24.875rem;display:none; }
#FZm2KD4oW4pIXm5daLVlzyxi0xnOnSXl { width:;height:;display:none; }
#HwXPzDlbyVzxb7otx3g4ax9Fgh7mMfso { display:block; }
#t1IhNRa95TsH8GRexPsHPVKVgkZbmyC0 { top:126.25rem;left:1.18701171875rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#ZlJVFNQWUXUMXXEwXALMxwAC2tbbuV37 { width:;height:;display:none; }
#LMitmhkbQ61Sbd64PTykeh2UzLJ7ZO46 { display:block; }
#x9VpGIfN1vWNa9mIwQ3fb1VJRwKeKSui { width:42.875rem;height:24.875rem;display:none; }
#uZbLJ5ST4r0KKfwio5ZW0hkLrMowB6c6 { width:42.875rem;height:24.875rem;display:none; }
#M3X0p8KhAlPVl2s6zWmxcmrFTCvhQT3F { width:;height:;display:none; }
#sHnqUy6EAmUA97SWZLl3VJ9VfyWXdIG8 { display:block; }
#CrKipllde8TNHyxVr8S7e0CE6yCupVCl { top:32.6875rem;left:0.812255859375rem;width:12.5rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#zvpocUNEITVOmMNUOiTAcpIloZB7I6y5 { top:34.375rem;left:0.62500005960463rem;width:12.625rem;height:3.25rem;font-size:0.625rem;display:none; }
#slbocPA55JwQFityE4UKGcA95SWmss6t { width:42.875rem;height:24.875rem;display:none; }
#rrg59Bp87isvXcu1HINmsaPze0qBZ1Si { width:;height:;display:none; }
#tkzXqUVcZVN3URaM72PlL0uK8EUUOvt2 { display:block; }
#F6dnnNNtdNWQ9TTXyeNeXoPwnCETKbJ4 { top:90.625rem;left:1.0625rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#PZKzQFSJVHsIP6tz3g9Vz7TpX8DToLxU { top:145.8125rem;left:0.936767578125rem;width:12.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#kktUiK0O0CcBmImJnE4JTIeUCANzl4ke { top:144.4375rem;left:1.18701171875rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:none; }
#T9hu2JWSlule6Qp2XA17u2EOz5qbokJB { width:42.875rem;height:24.875rem;display:none; }
#IVlo2TxceXwIUkV743Q1nEkkmW3yVGiB { width:;height:;display:none; }
#XK9cVeTBv4aO3fWsIKGMxIVAH9aoqCsq { display:block; }
#HSTiruaR3Asn3Fl4XKFg9ldd0hiilxlQ { top:163rem;left:1.18701171875rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:none; }
#CHrznlTF94XxgtOkFsLGmhpWZOPbU063 { width:42.875rem;height:24.875rem;display:none; }
#n31GuRq4J7WswWJOrVORowmZo5TnOt06 { width:;height:;display:none; }
#ODNnLXgXTWAwWExb17gmgaiquqmQzCHy { display:block; }
#KiLWCvlV5MNdS50JxqLyfbIqv8bTyiSL { display:none; }
#VzmCHqPUmOp2CmDQXPbPBFg0Q5yDGZbM { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#xStWgdmsVwgTZlLqAPVZ0zLztKxPHAew { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#tEoVAkPGNTMTZsLVo2G73lppKV4BcApW { display:none; }
#MsTsTSc5Tgpuz7kS8ovGJDp2Lk2qvCXo { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#S9EybfbdKf8CqIdGbwaqmdrIv7E2ULze { display:none; }
#w3KfZ6tvwNrDwgXumNxEUWTaQWaUdwGB { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#JRb3NfgXy7spGF5ubGrwuJV8xq8QRtXH { display:none; }
#DrS875CgFytuArKHaxk9TyT0Hry7555D { display:none; }
#uOOyJJXKsVrO3OK1BhKcaBwiLu9VKJOJ { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#UloH5MLedet2TKkzn6BD2AiLdQu8mXhp { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#lVSkkpxMT0LuxboZCHV0FgM7i3kUTmL1 { display:none; }
#aRU0E7im371vfdk788lXIhLaJm9afrmi { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#aVqpJLSCgx5DHiT2k5xMxr3MsM0I75G5 { display:none; }
#dvF7ixKIgRoOtBZUAEzngGM03eZPUgDG { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#ZTeL1qg87S2K0mQXRv0aFdfRymC2X8oU { display:none; }
#lySQUoqvATNrwp0nuXoKaussfB2VqvZ7 { width:42.875rem;height:24.875rem;display:none; }
#wPNwFSMQDQGWkLxxuZfaWuXp701tziMz { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#QBKsetc2GfIDLuJxkuQLndeKpfw8dVkV { display:none; }
#nBJa8BOO7GlXHUq9zt68L6STAmcaFOqD { top:179.75rem;left:1.125rem;width:12.5rem;height:0.75rem;font-size:0.625rem;display:none; }
#i6FPiWydVrbrDWhdxOLqxEOdvD5Fpzt3 { width:;height:;display:none; }
#cGaNafTTpCk4TZ4tW0wBxFSTefLlcHp8 { display:block; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { display:none; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row .container { width:47.75rem;position:relative;display:none; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { top:3.5625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { top:10.0625rem;left:5.3802089691162rem;width:9.9375rem;height:3.1875rem;display:none; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { display:none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { width:47.75rem;position:relative;display:none; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { width:6.25rem;height:2.0625rem;display:none; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { width:2.0625rem;height:2.0625rem;display:none; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { width:2.0625rem;height:1.9375rem;display:none; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { width:2.0625rem;height:1.4375rem;display:none; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { width:3.75rem;height:1.25rem;display:none; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { width:1.75rem;height:1.25rem;display:none; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { width:1.25rem;height:1.375rem;display:none; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { width:3.125rem;height:1.25rem;display:none; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { display:none; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { display:none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { width:47.75rem;position:relative;display:none; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { width:47.75rem;height:19rem;display:none; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { width:14.0625rem;height:5.125rem;display:none; }
#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; } #ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container { width:47.75rem;position:relative;display:none; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza { display:none; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row .container { width:47.75rem;position:relative;display:none; }#qXnE1NbiUpZENgNwS4FNawZZCd5THpHB { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#g53o3gzByfwugeRpAMKTReq7EbG4yHTc { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#Ufe5Znk714Mom5fzSXAsrR79IyTNGAq7 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#sEmEWEISA63n4lTCGTFXGGcWMT6lT63B { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#UWV9Gi8M8IzLvTix2VpA1PxSCcGnDX4K { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#hT7UNpGTJ0c8FFRaVliTszk34WPr8uZ2 { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#TLm6nb20qnV97qUBsdxO0TPEVJXZILLv { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#DSXyJJJX2hzZecJzhyZlDybwdyBKglHA { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
#JouJTXIq2mGnEBGyaNZ8MbxHyJf2yiii { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#SiJo2qXzO1vVapDCz6s956OcaxCJQBW4 { display:none; }
#tVAw0xHOMtzM7JwBpZ01AOvb59ZTbLXk { width:16.4375rem;height:0.875rem;top:12.625rem;left:0rem;font-size:0.5625rem;display:none; }
#eUqUCl5BxezmAcW8mSFbXZGeDLU4VcTT { display:none; }
#JvtyhzRKeZlhtbzTLZglV62zvokCHNcJ { display:none; }
body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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; } #vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { background-color: transparent; background-image: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container > .video-iframe-container { display: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container { display: none; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .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); }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { border-width: 0; border-radius: 0; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyhBGMdvzLKLTZ1MHTiTci91qqWHQHaf > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.adaptive-delivery-prevent-bg, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyload, #VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52.lazyloading { background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { background-color: transparent; background-image: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container > .video-iframe-container { display: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container { display: none; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .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); }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { border-width: 0; border-radius: 0; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#VCvz1ETv0yOODzsEAv3WZvzmIc4QNJ52 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ZFWTwQkqiNMfvRWUhsZTORcFS4aJ8gEg { 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; }
#TPM9J0eNRIFwTb1nefxiM3xnbdnQvdnB { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#TV4B8LwiDTmCyNFFRmz4g65iNBt3m96T { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#WZTOxPW3ykUHGHZfTDkCtGtKVbZIsVTE { width:8.125rem;height:3.18725625rem;top:2.811279296875rem;left:5.9375rem;display:block; }
#hIK22xas7mPgRTTTKTaPbJ1ytuimNi5T { width:20rem;height:6.171875rem;top:6rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTOCHFHzESocRgSAEG1UHmzMynM1XQHB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lADHNhTCcdyIMaGUFAwB1PufbLDO7wV1 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tfDLXLgg0kXXlE2HnRKLMETWAeC8FufD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #tceoh05fGRTS8gp4E8zm9kta2vb5gUeJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CyPaFp1czE4ICeHK8QCN6IHqTHUChW6H { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VkCf1S0KPyxyR66CticPeMLzqNrq9VrU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ILiJQ4vGpNXAiofRAW689HtuwhaFQJ3t {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sEXInOgb2GsTb1UBdUfLvmepbTIRPqqK { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fCIIc8Vd1dAuIc4irveEN8WrGf81diCC {  }
#GTE8aEgyGwrPqZHrSme2AKGybo11zJkw { display:block; }
#BlqMUHnaf4evEvAD8UHAqSMODS0Ebl64 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Vn0eo5yTg2OPoRrLALXkx9Gh9SlghKdU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #oT0bPrxDO0TD40qD4Z1ShpgdSlHV6lWm {  }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#s3dgk57vSUFDJuCEVOKI1V4BWWm3I41o > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#LFO0tTT0162VTaRr74Q2ZdCd5Sslb2tn { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#N2hqNaA2p1ZTh7Fm5hHoISFHvsKMlemo { top:16.625rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:#ffffff;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#BrcBoxuEz0mUfax8iMMVFgb4JO5KSxbm { top:21.625rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#bd9Mz5Z2HQGbs4JELaLhRCywSzz0o107 { width:12.434375rem;height:0.8125rem;top:56.75rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh { display:flex;width:3.125rem;height:3.125rem;top:48.4375rem;left:15.9375rem;z-index:14995; }
#UIw0ZwGpwnI4PeuH1pJvfLWmDMGicCGh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 { display:flex;width:2.625rem;height:2.625rem;top:48.75rem;left:1.3125rem;z-index:14996; }
#vsaUcQQ6X07PoClNS02QRkJMBbqdlmc5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#CbwqNziRcAEdXo6U1uXSEw7I2gRA5taO { width:19.375rem;height:1.54296875rem;top:14.25rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ruoa8DKm3vxKDJIq4534xq0yR07f3Vax {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ylwaPpXoDHaJAmrB6TSrwQfSDbKis6sr { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HAvTJRyvZIsXySLU9nNhq9CGxFqgHevD {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qd2wcPNkKwnLmAO8TKk7UV4XlmE0U26P {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MnwRvxhAkKEhRPuUiMrdv2MHB6TGupR2 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iu23FPghwFw2TypzsmJx3cTs5gFl5d5v {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zebiTeQxfiqAhGOJIEFMD3CI9ri7oNg2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nBrOsw7KBZvhC3vNwvMtgASP9FVy4lkT { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BphgJdMR8Rw1v3vo7er67tx6lybN8WaJ {  }
#syStu2XHq6BUGEso4oXDpGtgTRUz89aD { display:block; }
#wQQ7Tg5NqWqvUVhx1D78ul77c0snokFz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xz2V6FtK106k2hlLq4TkeVp8f8KbpkLQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LuEwtfvJkHHAfPbuf0lUfoTSSiB3igWV {  }
#isHIihGNeks26k2NB3pUNJ8hdlqiboSg { top:48.5rem;left:0.9375rem;width:18rem;height:3.0625rem;z-index:14990;font-size:1.0625rem;line-height:2;color:#646464;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"ahj 2024 font";font-weight:400;font-style:normal;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;display:block; }
#EHZQHm8W9ZyzrOonAoXXCDhvp2Wuy9hg { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-text {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.75rem;overflow:hidden;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-select {padding-top: 0; padding-bottom: 0;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;overflow:hidden;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-radio-label { float:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl  { width:17.5rem;height:auto;top:22.625rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl .widget-info-text { line-height:1.6;overflow:hidden;height:auto;font-family:"ahj 2024 font";text-align:center;text-align-last:center;font-size:0.6875rem;color:#b80023; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl {display:block;}#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl { width:17.5rem;height:auto;top:22.625rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #EVGIrs5lztOkPRTeU1yLEmBze1Jcg8P4 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #ZMnUScdkAneaocikrzNwEr5FqGkmKtxA { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fkfXf56n55pTQ4T2d2ctVOfWOOEp1OQ6 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #pNE6ZaQ9WutwxfKHCtzTv5oSdOK7dFR8 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #FBfyEixOQ0ClIihckvFHAgEBNRxRoNRR { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #yBVnzlEAsteR5s9yDm1WQTMFq7KTBe8M {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Qi7mU1CsTAJ1uTydCVVdZMKdJW8kOV5C {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #DNv0BkaIFmZyXUfoUveAOO0PSarkMoRR { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #xzag6xS6BKZJ0cUzdykrInRadPlKEB43 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #QXp0Tb1419oFASBlMnrmAWXM8aUmGNEl {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #KuZ3sBm4cmHrNyy1UN9xaM6ViXzHXx0p { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #tEMFgmAsPzWK6DmE7BW5NcIsd7eGOPV2 {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #Iq1aQf8RG0ezqlgOvFMOUvCtB7OzNwfS {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #u3RH8xRIBMh9aPg5zgGqv87XCwfupCPK { display:none; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #CVtxsDnZOMupSXrKMzozulLfmWbQ61Qn {  }
#fxL15ZCxMUnoaFZ80BK4uthwuoqhQ2aa { display:block; }
#KdrwkFkzSJ0GmKrBvuArvd4rnRo0hvnK { display:block; }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #LPI6XDR9WTgO8k238IxcAERPbLwTV5hJ {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #owC79kHRTx7JZSRX2iwzih7Ow1UfLevA {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #fpWQ7k5vJ0AWNII6ZRMew9c3ypupMB6V {  }
#tX6hKMLoXqr1WevfisVGF5iuugD0m9Zl #am4ddtPS34QhoiQdSwtpReBk9HuAg0Zs {  }
#VB4cluEwKFZfxrW57KMsLUkQzrumPrN5 { top:52.375rem;left:1.125rem;width:17.775rem;height:2.8375rem;z-index:14991;font-size:1.0625rem;line-height:2;color:#646464;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"ahj 2024 font";font-weight:400;font-style:normal;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;display:block; }
#dKMQNayixyUzdgBwQsiRgnJ4hLbipMkH { display:block; }
#XEh04gGBva32OoF4RbWPc1xmMEecM2Bk { top:17.5rem;left:8.3125rem;width:3.4375rem;height:4.1870125rem;z-index:15155;overflow:hidden;display:block; }
#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay { 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; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { background-color: transparent; background-image: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container > .video-iframe-container { display: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container { display: none; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .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); }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { border-width: 0; border-radius: 0; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ml0Vg2xHZhEIGTD9nbG9l5mWKdi6yIay > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#XmI5eAfS7JB367iPerHZUf1h1f9V4I8k { 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; }
#ttFw3KOPuAUKdkezKu0hWOqeIFf8TvCs { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#SQyFFfnMh8Op4lCXUXWaidW0d1RkT2F8 { 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; }
#mShZ8PBwKSGJy6gqxESh9FQNwxtK9lof { display:block; }
#osDyHzhBHR6p9iTXEW4C5nhRaBTPUkWr { 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; }
#yqtmzcUSRFO85uwyoWtwKgKnOtpdMkeF { display:block; }
#KMoNDCFT8eiNF3qxti2CrQ15utt86Soh { 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; }
#mFTzK1hZNViLV9KGhom043for5iRsuNo { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#dit69ZD721u1HM4rOKHN3f6AoLkuULRP { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr { background-color:#ffffff;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; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container { background-color: transparent; background-image: none; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container > .video-iframe-container { display: none; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row > .video-iframe-container { display: none; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .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); }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container { border-width: 0; border-radius: 0; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItLQECDWsuGz7VkVzfv6k9BQ1wamvFgr > .row .container { width:20rem;height:182.5625rem;position:relative;display:block; }#q5rqDLemUg2i21nUqbvkhQkGLL3ZvStP { top:1.044921875rem;left:2.1875rem;width:15.18675rem;height:1.21875rem;z-index:14997;font-family:"ahj 2024 font";text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.9375rem;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; }
#nKrv15rkH839Mfl0b8ZwolF62cwnOrzo { top:3.75rem;left:0.3125rem;width:19.5625rem;height:11.375rem;z-index:14985;overflow:hidden;display:block; }
#gLFQdcp6I1Hbpsp33MflxgqLntnpmcE3 { top:15.75rem;left:6.25rem;width:12.3125rem;height:1.4609375rem;z-index:15014;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#Kp1wvCiRuTMNW4ssde835nV4ENkro8Ig { top:15.5625rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#WTJbN4o0zPARbA0IVlWkFrFfxDmFVk9P { display:block; }
#N5SIx8Tr3PhnQnFOq818ANVyeHQSOeC5 { top:3.125rem;left:6.25rem;width:7.5625rem;height:1.4375rem;z-index:15019;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#DvPp59A6KZZ3NvuOXtCNxnAah523xi7A { top:3.3125rem;left:6.4375rem;width:6.74925rem;height:0.97411875rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#vorpyxbQTI2TkZJVQAu0haz6Vsb1PU2E { top:53rem;left:6.9375rem;width:12.5rem;height:0.7312rem;z-index:15032;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#mtgT426e6VeofhSLy1HbS5JBXTP0ps3Z { top:40.5615234375rem;left:0.18701171875rem;width:19.6875rem;height:11.4375rem;z-index:14982;overflow:hidden;display:block; }
#OPsoUfctTiTfHq5qgLLh9H3JWhDiOTwE { top:52.5rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14974;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#b6kW620rQpgtRfBsvJzB2hRs9p4UFVSH { display:block; }
#dvqNGeaX4mw8BRJwVtrCuJpTHURt3h4I { top:71.0625rem;left:7.125rem;width:12.5rem;height:1.625rem;z-index:15038;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#vsehSUXCCcJmlymzLliD8ppVzIgWcJX4 { top:58.3740234375rem;left:0.125rem;width:19.875rem;height:11.5625rem;z-index:14980;overflow:hidden;display:block; }
#EgoEilIMBa4L1EA6g3Bs73dnhgZ61Fff { top:70.5rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14973;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#TFOg9wZNlUDWodwvxWwaScTTc4NVnT7P { display:block; }
#Xi92E4PBqfc5bs0mk5t7JodGEhKuGLGE { top:54.0625rem;left:6.75rem;width:12.625rem;height:1.625rem;z-index:15028;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#VxF9GaQFObBGiLp5RtFG8QHwI0aCRM7J { top:73rem;left:6.9375rem;width:12.625rem;height:2.4375rem;z-index:15029;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#pClM2pzMs8V3JDqb9TLvLoHQK0Ggcs57 { top:108.8125rem;left:7.0625rem;width:12.625rem;height:1.625rem;z-index:15084;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#ZJIVtkhtwUy4MF8TCsZ7ekA93pHOVSRp { top:107.6875rem;left:7.3125rem;width:12.5rem;height:0.8125rem;z-index:15133;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#vMVbgsWsmRZZ9W6hyJyoWmytrJDnCpb5 { top:94.9365234375rem;left:0.0625rem;width:19.875rem;height:11.5625rem;z-index:14948;overflow:hidden;display:block; }
#FZm2KD4oW4pIXm5daLVlzyxi0xnOnSXl { top:107.125rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14957;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#HwXPzDlbyVzxb7otx3g4ax9Fgh7mMfso { display:block; }
#t1IhNRa95TsH8GRexPsHPVKVgkZbmyC0 { top:126.25rem;left:7.3125rem;width:12.5rem;height:1.625rem;z-index:15145;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#ZlJVFNQWUXUMXXEwXALMxwAC2tbbuV37 { top:125.6875rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14955;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#LMitmhkbQ61Sbd64PTykeh2UzLJ7ZO46 { display:block; }
#x9VpGIfN1vWNa9mIwQ3fb1VJRwKeKSui { top:113.49975585938rem;left:0.0625rem;width:19.875rem;height:11.5625rem;z-index:14950;overflow:hidden;display:block; }
#uZbLJ5ST4r0KKfwio5ZW0hkLrMowB6c6 { top:19.9365234375rem;left:0.1875rem;width:19.6875rem;height:11.4375rem;z-index:14988;overflow:hidden;display:block; }
#M3X0p8KhAlPVl2s6zWmxcmrFTCvhQT3F { top:32.25rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14980;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#sHnqUy6EAmUA97SWZLl3VJ9VfyWXdIG8 { display:block; }
#CrKipllde8TNHyxVr8S7e0CE6yCupVCl { top:32.75rem;left:6.9375rem;width:12.5rem;height:1.4609375rem;z-index:15038;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#zvpocUNEITVOmMNUOiTAcpIloZB7I6y5 { top:34.375rem;left:6.7500000596044rem;width:12.625rem;height:3.25rem;z-index:15034;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#slbocPA55JwQFityE4UKGcA95SWmss6t { top:78.311767578125rem;left:0.0625rem;width:19.875rem;height:11.5625rem;z-index:14984;overflow:hidden;display:block; }
#rrg59Bp87isvXcu1HINmsaPze0qBZ1Si { top:90.4375rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14977;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#tkzXqUVcZVN3URaM72PlL0uK8EUUOvt2 { display:block; }
#F6dnnNNtdNWQ9TTXyeNeXoPwnCETKbJ4 { top:90.625rem;left:7.1875rem;width:12.5rem;height:1.625rem;z-index:15056;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#PZKzQFSJVHsIP6tz3g9Vz7TpX8DToLxU { top:145.875rem;left:7.0625rem;width:12.625rem;height:1.625rem;z-index:15108;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#kktUiK0O0CcBmImJnE4JTIeUCANzl4ke { top:144.5rem;left:7.3125rem;width:12.5rem;height:0.8125rem;z-index:15157;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#T9hu2JWSlule6Qp2XA17u2EOz5qbokJB { top:131.74926757812rem;left:0.0625rem;width:19.875rem;height:11.5625rem;z-index:14962;overflow:hidden;display:block; }
#IVlo2TxceXwIUkV743Q1nEkkmW3yVGiB { top:143.9375rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14967;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#XK9cVeTBv4aO3fWsIKGMxIVAH9aoqCsq { display:block; }
#HSTiruaR3Asn3Fl4XKFg9ldd0hiilxlQ { top:163.0625rem;left:7.3125rem;width:12.5rem;height:0.8125rem;z-index:15175;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#CHrznlTF94XxgtOkFsLGmhpWZOPbU063 { top:150.3125rem;left:0.0625rem;width:19.875rem;height:11.5625rem;z-index:14980;overflow:hidden;display:block; }
#n31GuRq4J7WswWJOrVORowmZo5TnOt06 { top:162.5rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14985;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#ODNnLXgXTWAwWExb17gmgaiquqmQzCHy { display:block; }
#KiLWCvlV5MNdS50JxqLyfbIqv8bTyiSL { top:19.18701171875rem;left:6.217041015625rem;width:7.56225rem;height:1.43676875rem;z-index:15020;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#VzmCHqPUmOp2CmDQXPbPBFg0Q5yDGZbM { top:19.354248046875rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15021;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#xStWgdmsVwgTZlLqAPVZ0zLztKxPHAew { top:40.1865234375rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15022;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#tEoVAkPGNTMTZsLVo2G73lppKV4BcApW { top:39.9365234375rem;left:6.219970703125rem;width:7.5610625rem;height:1.43676875rem;z-index:15021;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#MsTsTSc5Tgpuz7kS8ovGJDp2Lk2qvCXo { top:57.729248046875rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15023;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#S9EybfbdKf8CqIdGbwaqmdrIv7E2ULze { top:57.532958984375rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15022;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#w3KfZ6tvwNrDwgXumNxEUWTaQWaUdwGB { top:77.936767578125rem;left:6.827392578125rem;width:6.7480625rem;height:0.97411875rem;z-index:15024;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#JRb3NfgXy7spGF5ubGrwuJV8xq8QRtXH { top:77.7197265625rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15023;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#DrS875CgFytuArKHaxk9TyT0Hry7555D { top:94.156494140625rem;left:5.99853515625rem;width:7.5610625rem;height:1.43676875rem;z-index:15024;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#uOOyJJXKsVrO3OK1BhKcaBwiLu9VKJOJ { top:94.291748046875rem;left:6.437255859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15025;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#UloH5MLedet2TKkzn6BD2AiLdQu8mXhp { top:112.97998046875rem;left:6.59375rem;width:6.7480625rem;height:0.97411875rem;z-index:15026;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#lVSkkpxMT0LuxboZCHV0FgM7i3kUTmL1 { top:112.78076171875rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15025;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#aRU0E7im371vfdk788lXIhLaJm9afrmi { top:131.37426757812rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15027;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#aVqpJLSCgx5DHiT2k5xMxr3MsM0I75G5 { top:131.15478515625rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15026;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#dvF7ixKIgRoOtBZUAEzngGM03eZPUgDG { top:149.9375rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15028;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#ZTeL1qg87S2K0mQXRv0aFdfRymC2X8oU { top:149.77905273438rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15027;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#lySQUoqvATNrwp0nuXoKaussfB2VqvZ7 { top:166.8115234375rem;left:0.0625rem;width:19.8125rem;height:11.5rem;z-index:14981;overflow:hidden;display:block; }
#wPNwFSMQDQGWkLxxuZfaWuXp701tziMz { top:166.16674804688rem;left:6.624755859375rem;width:6.7480625rem;height:0.97411875rem;z-index:15029;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#QBKsetc2GfIDLuJxkuQLndeKpfw8dVkV { top:166.02905273438rem;left:6.21826171875rem;width:7.5610625rem;height:1.43676875rem;z-index:15028;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#nBJa8BOO7GlXHUq9zt68L6STAmcaFOqD { top:179.81079101562rem;left:7.25rem;width:12.5rem;height:0.8125rem;z-index:15176;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#i6FPiWydVrbrDWhdxOLqxEOdvD5Fpzt3 { top:179.21630859375rem;left:0.82763671875rem;width:5.49926875rem;height:1.9995125rem;z-index:14986;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#cGaNafTTpCk4TZ4tW0wBxFSTefLlcHp8 { display:block; }
#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d { display:block; }#cdF90CE0GSfnPaEIaowu6fG2gcUi6J1d > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#th677HLBJIS4hlXeyPJFxDCZz27CTiZL { width:20rem;height:1.05625rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#w8rqHT0NbxASF7uchZ7GGPt0NruFLiT5 { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#ooeOQWF37UCQndxq6O3FRIWP7lOebFtT { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;display:block; }
#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM { 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; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { background-color: transparent; background-image: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container > .video-iframe-container { display: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container { display: none; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .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); }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { border-width: 0; border-radius: 0; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJEV9LlM33piO4OMMMAT8zC0fDuKEbgM > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#safmbE2fRhCMuehSKH69AE81QT8HuCrg { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#TPGaxoNNadEGOFsBo9FAoH52BSVQfyrg { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#V9RVzZoGc7up01LhahBTT8uZufcI0KJc { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#bBriWGoXGmp1qTGUFvFT0uwdCZW8dC5F { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#iB6CIzwT8wrZspgTZ9Cfdbm2fGzNqWcv { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#ibqlyJrgMWuByvGR8AVyFHopyRkiBELZ { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#qZNWrzTSsPZLSmWC4emzrnwUJJswsL29 { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#DnN2OZCkw0zXBf2wwwi2ZWP3LDveiAUk { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#D364cBIn6EROS5SFzVBq0xIOXyUTLiZx { 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; }
#ALSGh8VQiy0KcFrRiXfv4ASx9y7nbSOZ { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN { 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; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { background-color: transparent; background-image: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container > .video-iframe-container { display: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container { display: none; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .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); }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { border-width: 0; border-radius: 0; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2Gu5ayu97GEz83MuZXd1tr5FdTqo9QN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#VrP1OCQ9Ike1NbgGyqbZScZKUClED4bD { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#b1B2tMdueXGvDZAbzZs70nQv9ezBl7Jb { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#TnIdisbdTDLoo7hBKSOLH0e6oyFVKSvD { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;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; } #ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container { background-color: transparent; background-image: none; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container > .video-iframe-container { display: none; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row > .video-iframe-container { display: none; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .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); }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container { border-width: 0; border-radius: 0; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfbAw3v7eoIgGaGJHJ2U9UsB5uMu4tI1 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza { background-color:#386641;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row .container { border-width: 0; border-radius: 0; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y00xXV7clQzLh8OPzWOenGIeq1Dcntza > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#qXnE1NbiUpZENgNwS4FNawZZCd5THpHB { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#g53o3gzByfwugeRpAMKTReq7EbG4yHTc { width:16.4375rem;height:0.9rem;top:14.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#Ufe5Znk714Mom5fzSXAsrR79IyTNGAq7 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#sEmEWEISA63n4lTCGTFXGGcWMT6lT63B { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#UWV9Gi8M8IzLvTix2VpA1PxSCcGnDX4K { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#hT7UNpGTJ0c8FFRaVliTszk34WPr8uZ2 { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#TLm6nb20qnV97qUBsdxO0TPEVJXZILLv { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#DSXyJJJX2hzZecJzhyZlDybwdyBKglHA { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#JouJTXIq2mGnEBGyaNZ8MbxHyJf2yiii { width:20rem;height:1.86889375rem;top:1.5625rem;left:0rem;font-size:1.4375rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#SiJo2qXzO1vVapDCz6s956OcaxCJQBW4 { top:15.337501525879rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#tVAw0xHOMtzM7JwBpZ01AOvb59ZTbLXk { width:16.4375rem;height:0.9rem;top:12.77499961853rem;left:1.7812501192093rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;z-index:15004;display:block; }
#eUqUCl5BxezmAcW8mSFbXZGeDLU4VcTT { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#JvtyhzRKeZlhtbzTLZglV62zvokCHNcJ { top:11.424999237061rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
