.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,233,230;--color-primary-1:200,188,180;--color-primary-2:164,143,130;--color-primary-3:135,113,79;--color-primary-4:104,69,47;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:60rem;height:55.9375rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-form-header {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem #997960 ; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:first-of-type{padding-top:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:last-of-type{padding-bottom:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.25rem solid #87714f;border-left:0.25rem solid #87714f;border-right:0.25rem solid #87714f;border-bottom:0.25rem solid #87714f;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:21.752605438233rem;left:2.1328125rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-info-text { font-size:0.75rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.25rem solid #87714f;border-left:0.25rem solid #87714f;border-right:0.25rem solid #87714f;border-bottom:0.25rem solid #87714f;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:21.752605438233rem;left:2.1328125rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl { position:relative; }
#fKs2NHKHsKLO5ZxBUE4dygPTuwmmSILr { position:relative;display:block; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi { position:relative; }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.75rem;display:none; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.31640625rem;left:3.7278652191162rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.689453125rem;left:5.916015625rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3sot7ZQKiChrQAoXCuLVDRxX7NJbMt4 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.5rem;height:1.3806125rem;text-align:center;text-align-last:center;display:block; }
#bTqETdsXvIBTI8omerDaRsH83yWxwsl3 { position:absolute;display:block;z-index:15143;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:7.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#QhNG7iq5zmxAkQW2dqD35cMwrqumNNQb { position:absolute;display:block;z-index:15147;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.18725625rem;width:9.9365rem;top:6.875rem;left:12.5rem;overflow:hidden;display:block; }
#UsdGhLnU0412LLNZvg00R9KMkadlgCfK { 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:15123;opacity:1;top:12.5625rem;left:19.125rem; }
#V2aRfmIwO96RRmNe5PX95BcC1sJ3XDMc { background-color:transparent;background-image:none;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-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:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.3125rem;left:2.125rem;display:block; }
#L5wfX1SSXJV9oFTTOhsSn90zKGxPO3Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nISbhdWyBe5831P4Vy3QbZ0tJJRk1I6r { 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:15122;opacity:1;top:12.6875rem;left:2.75rem; }
#XElkXfHluXr5pzTv0I9ZzQKlT46nRBJq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#nb5I8MUGG0EUAMdwSON501pHUkvMGg4R { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.31640625rem;left:3.7278652191162rem;display:none; }
#VlwxRhxuhmA1uJT4g4KNVdSVhyq3UEW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGSNJA1uzvszGB6MM8b9DhFDnLiTXOcS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#OgK9SvV4n6VghHKJoiRvBc4qgXlQFwbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcAh5leJalqzA3SrfA3d22zvbBS955RT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5rem;width:40rem;display:none; }
#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO { position:relative;display:none; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO { border-width: 0; border-radius: 0; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .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; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .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; }#pFU3Z5ObclszhTBIXPARdmTnwTCiTCgL { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xItJnO3UyqzgzAzmHs8zw1NoR0HgdyRe { 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:34.875rem;width:27.875rem;display:none; }
#qKVp01gJg3PbmVna7MT8aF8815oToMuX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#OSe4hzD06ir7E8NHW4qUZKRKHy2t1eBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { position:relative;display:none; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { border-width: 0; border-radius: 0; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .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; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .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; }#mMLcEr65Nod6OKMz6IinLPFltm9bdnyw { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bVrFAQdXOZnyGbRChpJKwOtmoMQEzSPX { 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:30rem;width:22.5rem;display:none; }
#TnhTSfSPPfkPbJiWJL8FLxbX9CuWeRzH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#TpMTO0dM6pQXRgE7A6WnZVDTJo6bhyNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5tHI4cVcFUBPWWtKIxEbSABnQez7yQ2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK { position:relative;display:none; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK { border-width: 0; border-radius: 0; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .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; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .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; }#p2ELEKWKMzAi7EUL0mqBuZ2U6kJaSA0G { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UtQiIKRN3eUNIRDSTp0wz4IyaoSMT5zB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#HEUzOCsDUWLLMwF9OB0qVRhtxsMDuDif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLwl9tNfbwSGaw5QsevnWZgiUOI1RcET { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#sdK0EIzg04vLhFkRiCx5l2tFulSe7QpT { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wdIM5PDamtzU1UtS142F13Dp3wo444On { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#rqTvQvCtTwgZWq8xhTpPCJIFVPwF99TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rt7uzxb0fOX3qT7yCqAzrfZH0uBt6n5y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#sxC225WVJkwOAEUQMaTXCcVVTUeC4l8n { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pTUFRTPChNPbspfIeCQMBpT7Al2AxFZ1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#TB2629p7hpLnikxypIvTmt5CLu1rSxop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaVKsdiUqJc8FFyhQPdXfPTTio1hGnqA { 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; }
#T0PvEgJePvV3m40ylwHnAagD7pHQNGSW { 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; }
#nsLcnd17T8TuaT9JoZWCWCusmVXJbwZT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { border-width: 0; border-radius: 0; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.adaptive-delivery-prevent-bg, #OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.lazyload, #OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.lazyloading { background-image: none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HJLgzxdvwEvIxym20DxKqotwDrTBrgLG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #SgLfIpO6vxoX7CRK70n2hq8GG1N0OPTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #urOzypnyoe8wqAIe5lUzBvCQ5LmUTu6K { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #yeAAeMvcdmIpvrk28r2ZlsMOEWGtIXMg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Q0MdUNfyFNquoMViLgvG3JTlxWH1dr2M { display:none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv { display:none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV { display:block;position:relative; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X { display:none; }
#c8Vfyx1SXfSLHCou2xU1khVJSSTx10Hd { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 { position:relative;display:none; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 { border-width: 0; border-radius: 0; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .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; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .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; }#zIyrJzTf4HQ6qceOiSp3iVKr7fXOhsO1 { 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; }
#EgwKXgnxH0d1Mor7n5Tc1X4DrZ12v4Tb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#qScA5lomo4IaJw9BHipnIG7csZsHT9GI { 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; }
#vKMRccGRyQHygtvBfmeZLSaPClktVsOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUaGO36KJ5BTIRScrX0Hb4hBK30HuxAI { 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; }
#cUTWJkQewANadsN7Wcdxmbg2HR4lLlxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USFBsCwxlTiel2TrTfqIr3SarOtqc7uV { 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; }
#U3FM3LmvvD3L0t3WJUIv8lfLRrXK8JEV { 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; }
#InsnbsHRRre1g3i7v5oo4wpyDJcopR9w { 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; }
#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa { position:relative;display:none; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa { border-width: 0; border-radius: 0; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa > .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; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14rem;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; }#yAgUkQlf1TJCmr9I9pFy6egqRI5lsCh0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#68452f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.04166625rem;height:2.41666625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.125rem;left:19.8125rem;display:block; }
#E5cShSTylAlgon9wGCXO50rJXHce1wKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m98r1RROPb6iG7nOuHFgy6qs3Jcpect8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.5rem;width:13.5625rem;top:0.66536474227906rem;left:27.093751907349rem;display:block; }
#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { position:relative;display:block; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { background-color: transparent; background-image: none; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row .container > .video-iframe-container { display: none; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row > .video-iframe-container { display: none; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .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); }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { border-width: 0; border-radius: 0; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .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; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;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:block; }#PDEmDNRJocUt78WFQzzf3ftHF8t4BG6T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.1875rem;width:13rem;top:0.60286426544189rem;left:26.687501907349rem;display:block; }
#zuyn1JlxUoDKlw4cnyEIwVLroBOk5vXE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#68452f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.04166625rem;height:2.41666625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.375rem;left:19.125001907349rem;display:block; }
#e6Nvat70uUNKO9Vp0DZwWZWP0iLDmQL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev { position:relative;display:none; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev { border-width: 0; border-radius: 0; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev > .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; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12rem;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; }#iNnUOPSLdDrumALPt7ATZZ1tZbtNAC2C { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.1875rem;width:13rem;top:0.60286426544189rem;left:26.687501907349rem;display:block; }
#AlvpBLp9T2f7yFDECr08q91lLv7QTuGh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#68452f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.66666625rem;height:2.35416625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.0625rem;left:17.312501907349rem;display:block; }
#dFoOmZVqShR0OeINN39F0OlibtaoJmPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia { position:relative;display:none; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia { border-width: 0; border-radius: 0; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .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; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .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; }#LgXZ9vPFAfgenqLPEwW6OK5phs8SO5Dr { 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; }
#ClXclaFDfyRzE4vSSXfEf6QcapVTO4LX { 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; }
#b7whcTyDbRSt0SOmEatFXvCND1ycVZLC { 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; }
#lRBaEhw4uvwNq1EbepwndGLTdLGT9QPs { 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; }
#qTX2nSePZwcwKKdSiUo0slRIdpRNOZXy { 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; }
#WSUUO9mGi1fVXvmWaim1TsT2TH0Lsebh { 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; }
#f12aSZpECS8hzTwAe0JoAqEk5NPD0iMW { 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; }
#bs8EJ3NpvxQoCTCw0iC80oQ50nlWRePU { 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; }
#IvIT6yzsxEsBkLMZu5z5mmtgAi5Ru7Xp { 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; }
#GlCcghJEMJfLGLRwgAecqJlUi2sEy0UF { 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; }
#hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu { position:relative;display:none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu > .row .container { position:relative;display:none; }body { position:relative;display:block; }
#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:47.75rem;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#fKs2NHKHsKLO5ZxBUE4dygPTuwmmSILr { display:block; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { width:11.75rem;height:16.4375rem;display:none; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.5rem;height:3.4375rem;top:18.3125rem;left:0rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { top:1.6875rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
#h3sot7ZQKiChrQAoXCuLVDRxX7NJbMt4 { top:5.3125rem;left:0rem;width:21.3125rem;height:1.375rem;font-size:1rem;display:block; }
#bTqETdsXvIBTI8omerDaRsH83yWxwsl3 { top:7.1875rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
#QhNG7iq5zmxAkQW2dqD35cMwrqumNNQb { top:6.875rem;left:6.375rem;width:9.875rem;height:3.1679079514359rem;display:block; }
#UsdGhLnU0412LLNZvg00R9KMkadlgCfK { top:12.5625rem;left:13rem;width:3.125rem;height:3.125rem;display:block; }
#V2aRfmIwO96RRmNe5PX95BcC1sJ3XDMc { width:20.5rem;height:3.4375rem;top:12.3125rem;left:0rem;display:none; }
#L5wfX1SSXJV9oFTTOhsSn90zKGxPO3Dh { display:block; }
#nISbhdWyBe5831P4Vy3QbZ0tJJRk1I6r { top:12.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#XElkXfHluXr5pzTv0I9ZzQKlT46nRBJq { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#nb5I8MUGG0EUAMdwSON501pHUkvMGg4R { width:17.5rem;height:3.4375rem;top:18.3125rem;left:0rem;display:none; }
#VlwxRhxuhmA1uJT4g4KNVdSVhyq3UEW6 { display:block; }
#xGSNJA1uzvszGB6MM8b9DhFDnLiTXOcS { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#OgK9SvV4n6VghHKJoiRvBc4qgXlQFwbD { display:block; }
#qcAh5leJalqzA3SrfA3d22zvbBS955RT { width:40rem;height:22.5rem;display:none; }
#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO { display:none; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .row .container { width:47.75rem;position:relative;display:none; }#pFU3Z5ObclszhTBIXPARdmTnwTCiTCgL { top:1.4375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#xItJnO3UyqzgzAzmHs8zw1NoR0HgdyRe { width:22.1875rem;height:27.75rem;display:none; }
#qKVp01gJg3PbmVna7MT8aF8815oToMuX { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#OSe4hzD06ir7E8NHW4qUZKRKHy2t1eBn { display:block; }
#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { display:none; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container { width:47.75rem;position:relative;display:none; }#mMLcEr65Nod6OKMz6IinLPFltm9bdnyw { top:1.375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#bVrFAQdXOZnyGbRChpJKwOtmoMQEzSPX { width:22.5rem;height:30rem;display:none; }
#TnhTSfSPPfkPbJiWJL8FLxbX9CuWeRzH { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#TpMTO0dM6pQXRgE7A6WnZVDTJo6bhyNb { display:block; }
#U5tHI4cVcFUBPWWtKIxEbSABnQez7yQ2 { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK { display:none; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .row .container { width:47.75rem;position:relative;display:none; }#p2ELEKWKMzAi7EUL0mqBuZ2U6kJaSA0G { top:1.4375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#UtQiIKRN3eUNIRDSTp0wz4IyaoSMT5zB { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#HEUzOCsDUWLLMwF9OB0qVRhtxsMDuDif { display:block; }
#lLwl9tNfbwSGaw5QsevnWZgiUOI1RcET { display:none; }
#sdK0EIzg04vLhFkRiCx5l2tFulSe7QpT { top:25.5625rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#wdIM5PDamtzU1UtS142F13Dp3wo444On { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#rqTvQvCtTwgZWq8xhTpPCJIFVPwF99TV { display:block; }
#Rt7uzxb0fOX3qT7yCqAzrfZH0uBt6n5y { display:none; }
#sxC225WVJkwOAEUQMaTXCcVVTUeC4l8n { top:68.375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#pTUFRTPChNPbspfIeCQMBpT7Al2AxFZ1 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#TB2629p7hpLnikxypIvTmt5CLu1rSxop { display:block; }
#JaVKsdiUqJc8FFyhQPdXfPTTio1hGnqA { display:none; }
#T0PvEgJePvV3m40ylwHnAagD7pHQNGSW { display:none; }
#nsLcnd17T8TuaT9JoZWCWCusmVXJbwZT { display:none; }
#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm { display:none; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { width:47.75rem;position:relative;display:none; }#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HJLgzxdvwEvIxym20DxKqotwDrTBrgLG {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #SgLfIpO6vxoX7CRK70n2hq8GG1N0OPTC {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #urOzypnyoe8wqAIe5lUzBvCQ5LmUTu6K {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #yeAAeMvcdmIpvrk28r2ZlsMOEWGtIXMg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Q0MdUNfyFNquoMViLgvG3JTlxWH1dr2M {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#c8Vfyx1SXfSLHCou2xU1khVJSSTx10Hd { top:1.3125rem;left:0rem;width:15.375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 { display:none; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .row .container { width:47.75rem;position:relative;display:none; }#zIyrJzTf4HQ6qceOiSp3iVKr7fXOhsO1 { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#EgwKXgnxH0d1Mor7n5Tc1X4DrZ12v4Tb { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#qScA5lomo4IaJw9BHipnIG7csZsHT9GI { width:0;height:0;display:none; }
#vKMRccGRyQHygtvBfmeZLSaPClktVsOv { display:block; }
#TUaGO36KJ5BTIRScrX0Hb4hBK30HuxAI { width:0;height:0;display:none; }
#cUTWJkQewANadsN7Wcdxmbg2HR4lLlxL { display:block; }
#USFBsCwxlTiel2TrTfqIr3SarOtqc7uV { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#U3FM3LmvvD3L0t3WJUIv8lfLRrXK8JEV { display:none; }
#InsnbsHRRre1g3i7v5oo4wpyDJcopR9w { display:none; }
#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa { display:block; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa > .row .container { width:47.75rem;position:relative;display:block; }#yAgUkQlf1TJCmr9I9pFy6egqRI5lsCh0 { width:28rem;height:2.375rem;top:10.125rem;left:13.6875rem;display:block; }
#E5cShSTylAlgon9wGCXO50rJXHce1wKn { display:block; }
#m98r1RROPb6iG7nOuHFgy6qs3Jcpect8 { top:0.625rem;left:20.968751907349rem;width:13.5625rem;height:7.5rem;display:block; }
#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { display:block; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row .container { width:47.75rem;position:relative;display:block; }#PDEmDNRJocUt78WFQzzf3ftHF8t4BG6T { top:0.5625rem;left:20.562501907349rem;width:13rem;height:7.1875rem;display:block; }
#zuyn1JlxUoDKlw4cnyEIwVLroBOk5vXE { width:28rem;height:2.375rem;top:8.375rem;left:13.000001907349rem;display:block; }
#e6Nvat70uUNKO9Vp0DZwWZWP0iLDmQL9 { display:block; }
#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev { display:none; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev > .row .container { width:47.75rem;position:relative;display:none; }#iNnUOPSLdDrumALPt7ATZZ1tZbtNAC2C { top:0.5625rem;left:20.562501907349rem;width:13rem;height:7.1875rem;display:block; }
#AlvpBLp9T2f7yFDECr08q91lLv7QTuGh { width:31.625rem;height:2.3125rem;top:9.0625rem;left:11.187501907349rem;display:block; }
#dFoOmZVqShR0OeINN39F0OlibtaoJmPI { display:block; }
#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia { display:none; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container { width:47.75rem;position:relative;display:none; }#LgXZ9vPFAfgenqLPEwW6OK5phs8SO5Dr { width:6.25rem;height:2.0625rem;display:none; }
#ClXclaFDfyRzE4vSSXfEf6QcapVTO4LX { width:2.0625rem;height:2.0625rem;display:none; }
#b7whcTyDbRSt0SOmEatFXvCND1ycVZLC { width:2.0625rem;height:1.9375rem;display:none; }
#lRBaEhw4uvwNq1EbepwndGLTdLGT9QPs { width:2.0625rem;height:1.4375rem;display:none; }
#qTX2nSePZwcwKKdSiUo0slRIdpRNOZXy { width:3.75rem;height:1.25rem;display:none; }
#WSUUO9mGi1fVXvmWaim1TsT2TH0Lsebh { width:1.75rem;height:1.25rem;display:none; }
#f12aSZpECS8hzTwAe0JoAqEk5NPD0iMW { width:1.25rem;height:1.375rem;display:none; }
#bs8EJ3NpvxQoCTCw0iC80oQ50nlWRePU { width:3.125rem;height:1.25rem;display:none; }
#IvIT6yzsxEsBkLMZu5z5mmtgAi5Ru7Xp { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#GlCcghJEMJfLGLRwgAecqJlUi2sEy0UF { display:none; }
#hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu { display:block; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu > .row .container { position:relative;display:block; }body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.adaptive-delivery-prevent-bg, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyload, #zZJKDGKvct3R82Di5RtbwfToo6ze4JGT.lazyloading { background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { background-color: transparent; background-image: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { display: none; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { border-width: 0; border-radius: 0; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZJKDGKvct3R82Di5RtbwfToo6ze4JGT > .row .container { width:20rem;height:85.122099609375rem;position:relative;display:block; }#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:center;text-align-last:center;display:block;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:15.625rem;height:auto;top:34.24560546875rem;left:0.78125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:15.625rem;height:auto;top:34.24560546875rem;left:0.78125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#fKs2NHKHsKLO5ZxBUE4dygPTuwmmSILr { display:block; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#wXO3zowGOIn2y87k5pEGCTKgAq6gsmde { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#bcGIiFJinhN2QM7M4Zf1B9JNv3m4XClU { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-tertiary-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;display:none; }
#efqLAhEHM0fqVPnSoGyJv6qcT8hzHu7W { top:57.191162109375rem;left:0rem;width:19.9975625rem;height:27.9309375rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o794Gebahc83VH3NDagsSLgQlUzI42Tl { width:9.1875rem;height:3.8125rem;top:6.7490234375rem;left:5.43701171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.4375rem;height:3.375rem;top:29.560546875rem;left:1.25rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#A5oRfsJh7feITCfnrgEpvQG6I3szeEz1 { width:12.5rem;height:2.11263125rem;top:10.1875rem;left:3.75rem;font-size:1.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#h3sot7ZQKiChrQAoXCuLVDRxX7NJbMt4 { width:20rem;height:1.2999125rem;top:12.875rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#bTqETdsXvIBTI8omerDaRsH83yWxwsl3 { width:8.6865rem;height:2.5rem;top:14.25rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QhNG7iq5zmxAkQW2dqD35cMwrqumNNQb { width:9rem;height:2.6875rem;top:14.1875rem;left:9.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UsdGhLnU0412LLNZvg00R9KMkadlgCfK { display:flex;width:3.125rem;height:3.125rem;top:16.9375rem;left:16.020833969116rem; }
#V2aRfmIwO96RRmNe5PX95BcC1sJ3XDMc { top:16.875rem;left:0.8125rem;width:18.375rem;height:3.4375rem;z-index:15191;font-size:1.125rem;border-top:0.1875rem dashed #2f9e45;border-left:0.1875rem dashed #2f9e45;border-right:0.1875rem dashed #2f9e45;border-bottom:0.1875rem dashed #2f9e45;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#L5wfX1SSXJV9oFTTOhsSn90zKGxPO3Dh { display:block; }
#nISbhdWyBe5831P4Vy3QbZ0tJJRk1I6r { display:flex;width:2.8125rem;height:2.8125rem;top:17.1875rem;left:1.0625rem; }
#XElkXfHluXr5pzTv0I9ZzQKlT46nRBJq { width:6.5625rem;height:4.936525rem;top:2.0615234375rem;left:6.90625rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nb5I8MUGG0EUAMdwSON501pHUkvMGg4R { width:17.374rem;height:3.311525rem;top:24.7021484375rem;left:1.280517578125rem;border-top:0.1875rem dotted rgba(var(--color-primary-3),1);border-left:0.1875rem dotted rgba(var(--color-primary-3),1);border-right:0.1875rem dotted rgba(var(--color-primary-3),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-3),1);z-index:15018;color:#4c6a4d;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VlwxRhxuhmA1uJT4g4KNVdSVhyq3UEW6 { display:block; }
#xGSNJA1uzvszGB6MM8b9DhFDnLiTXOcS { width:11.49875rem;height:2.4985375rem;top:21.373291015625rem;left:4.217529296875rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15076;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#OgK9SvV4n6VghHKJoiRvBc4qgXlQFwbD { display:block; }
#qcAh5leJalqzA3SrfA3d22zvbBS955RT { top:0rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;display:block; }
#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO { display:none; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO { border-width: 0; border-radius: 0; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:32.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .row .container.adaptive-delivery-prevent-bg, #WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .row .container.lazyload, #WDQFf6VE57VaQMc6W0S3BhMbZ70fAWnO > .row .container.lazyloading { background-image: none; }#pFU3Z5ObclszhTBIXPARdmTnwTCiTCgL { width:19.9353125rem;height:1.21875rem;top:1.483154296875rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#xItJnO3UyqzgzAzmHs8zw1NoR0HgdyRe { top:3.9990234375rem;left:0.5625rem;width:18.75rem;height:23.5625rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qKVp01gJg3PbmVna7MT8aF8815oToMuX { width:7.1860625rem;height:1.99805rem;top:28.998046875rem;left:6.40576171875rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15018;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#OSe4hzD06ir7E8NHW4qUZKRKHy2t1eBn { display:block; }
#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { display:block; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { background-color: transparent; background-image: none; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container > .video-iframe-container { display: none; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row > .video-iframe-container { display: none; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .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); }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV { border-width: 0; border-radius: 0; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:36.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container.adaptive-delivery-prevent-bg, #wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container.lazyload, #wgAkmavlGkwo0l9rJ0Nef8ly9SlrotwV > .row .container.lazyloading { background-image: none; }#mMLcEr65Nod6OKMz6IinLPFltm9bdnyw { width:19.9353125rem;height:1.21875rem;top:1.419921875rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#bVrFAQdXOZnyGbRChpJKwOtmoMQEzSPX { top:3.922607421875rem;left:0.7490234375rem;width:18.875rem;height:28.1875rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TnhTSfSPPfkPbJiWJL8FLxbX9CuWeRzH { width:6.995625rem;height:1.80761875rem;top:32.723388671875rem;left:5.772705078125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15019;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#TpMTO0dM6pQXRgE7A6WnZVDTJo6bhyNb { display:block; }
#U5tHI4cVcFUBPWWtKIxEbSABnQez7yQ2 { width:6.5625rem;height:4.936525rem;top:3.984619140625rem;left:7.091064453125rem;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK { display:none; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK { border-width: 0; border-radius: 0; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:121.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .row .container.adaptive-delivery-prevent-bg, #u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .row .container.lazyload, #u3Qpm5nk4GTMQvoKTLqhSaRQetDA52MK > .row .container.lazyloading { background-image: none; }#p2ELEKWKMzAi7EUL0mqBuZ2U6kJaSA0G { width:19.9353125rem;height:1.21853125rem;top:1.419921875rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#UtQiIKRN3eUNIRDSTp0wz4IyaoSMT5zB { width:7.0590625rem;height:1.87109375rem;top:36.24755859375rem;left:6.4697265625rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15018;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#HEUzOCsDUWLLMwF9OB0qVRhtxsMDuDif { display:block; }
#lLwl9tNfbwSGaw5QsevnWZgiUOI1RcET { top:44.6875rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sdK0EIzg04vLhFkRiCx5l2tFulSe7QpT { width:19.9353125rem;height:1.21853125rem;top:42.0625rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#wdIM5PDamtzU1UtS142F13Dp3wo444On { width:7.0590625rem;height:1.87109375rem;top:77.1240234375rem;left:6.4697265625rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15019;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#rqTvQvCtTwgZWq8xhTpPCJIFVPwF99TV { display:block; }
#Rt7uzxb0fOX3qT7yCqAzrfZH0uBt6n5y { top:86rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sxC225WVJkwOAEUQMaTXCcVVTUeC4l8n { width:19.9353125rem;height:1.21853125rem;top:83.25rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15022;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#pTUFRTPChNPbspfIeCQMBpT7Al2AxFZ1 { width:6.995625rem;height:1.80761875rem;top:118.3740234375rem;left:6.50146484375rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15020;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#TB2629p7hpLnikxypIvTmt5CLu1rSxop { display:block; }
#JaVKsdiUqJc8FFyhQPdXfPTTio1hGnqA { top:39.8125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
#T0PvEgJePvV3m40ylwHnAagD7pHQNGSW { top:80.9375rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
#nsLcnd17T8TuaT9JoZWCWCusmVXJbwZT { top:4.45068359375rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm { background-color:rgba(var(--color-tertiary-0),1);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;position:relative;z-index:auto;display:block; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { background-color: transparent; background-image: none; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container > .video-iframe-container { display: none; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row > .video-iframe-container { display: none; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .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); }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { border-width: 0; border-radius: 0; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKsnmUNWxmX1RzfOq89gF3qbTE8H42xm > .row .container { width:20rem;height:33.75rem;position:relative;display:block; }#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-element-container { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1.6;overflow:hidden; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.adaptive-delivery-prevent-bg, #OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.lazyload, #OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 .accordion-trigger.lazyloading { background-image: none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 { display:flex;height:auto;width:18.246125rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none; }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #HJLgzxdvwEvIxym20DxKqotwDrTBrgLG {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #SgLfIpO6vxoX7CRK70n2hq8GG1N0OPTC {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #urOzypnyoe8wqAIe5lUzBvCQ5LmUTu6K {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #yeAAeMvcdmIpvrk28r2ZlsMOEWGtIXMg {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #Q0MdUNfyFNquoMViLgvG3JTlxWH1dr2M {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#OHqnQ3khAF9qwp3CxzIwtt1LTqhyK3u0 #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#c8Vfyx1SXfSLHCou2xU1khVJSSTx10Hd { width:15.4375rem;height:1.94970625rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:rgba(var(--color-tertiary-4),1);z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 { 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:none; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .row .container { border-width: 0; border-radius: 0; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoIF81riR83eCeqsSVAZLyAy7pKN9ey7 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; }#zIyrJzTf4HQ6qceOiSp3iVKr7fXOhsO1 { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#EgwKXgnxH0d1Mor7n5Tc1X4DrZ12v4Tb { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qScA5lomo4IaJw9BHipnIG7csZsHT9GI { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-3),1);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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vKMRccGRyQHygtvBfmeZLSaPClktVsOv { display:block; }
#TUaGO36KJ5BTIRScrX0Hb4hBK30HuxAI { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-3),1);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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cUTWJkQewANadsN7Wcdxmbg2HR4lLlxL { display:block; }
#USFBsCwxlTiel2TrTfqIr3SarOtqc7uV { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.62475625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#U3FM3LmvvD3L0t3WJUIv8lfLRrXK8JEV { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#InsnbsHRRre1g3i7v5oo4wpyDJcopR9w { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa { display:none; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa { border-width: 0; border-radius: 0; }#pd9UaqSb7czL1my2kOkv8AJshTg9RbSa > .row .container { width:20rem;height:15.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#yAgUkQlf1TJCmr9I9pFy6egqRI5lsCh0 { width:18.04166625rem;height:2.60416625rem;top:12.5625rem;left:0.9375rem;font-size:0.6875rem;line-height:1.4;color:rgba(var(--color-primary-4),1);border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#E5cShSTylAlgon9wGCXO50rJXHce1wKn { display:block; }
#m98r1RROPb6iG7nOuHFgy6qs3Jcpect8 { height:10.3125rem;width:18.75rem;top:0.75rem;left:0.62500005960463rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { display:none; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H { border-width: 0; border-radius: 0; }#Vkk8VePZZTKfiv5kkuaET24nfJ8Xew4H > .row .container { width:20rem;height:15rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#PDEmDNRJocUt78WFQzzf3ftHF8t4BG6T { height:10.9375rem;width:20rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zuyn1JlxUoDKlw4cnyEIwVLroBOk5vXE { width:18.04166625rem;height:2.60416625rem;top:11.750000953674rem;left:0.93750005960463rem;font-size:0.6875rem;line-height:1.4;color:rgba(var(--color-primary-4),1);border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#e6Nvat70uUNKO9Vp0DZwWZWP0iLDmQL9 { display:block; }
#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev { display:none; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev { border-width: 0; border-radius: 0; }#PZCAdIUlTh4Sgt9DFBTFS84DFxb5gRev > .row .container { width:20rem;height:15rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#iNnUOPSLdDrumALPt7ATZZ1tZbtNAC2C { height:10.9375rem;width:20rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AlvpBLp9T2f7yFDECr08q91lLv7QTuGh { width:18.66666625rem;height:2.54166625rem;top:11.750001907349rem;left:0.62500005960463rem;font-size:0.625rem;line-height:1.4;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#dFoOmZVqShR0OeINN39F0OlibtaoJmPI { display:block; }
#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia { 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; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container { background-color: transparent; background-image: none; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container > .video-iframe-container { display: none; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row > .video-iframe-container { display: none; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .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); }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container { border-width: 0; border-radius: 0; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9XgTkWZIu7K3cgGo4uNzyNeOzVka6Ia > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#LgXZ9vPFAfgenqLPEwW6OK5phs8SO5Dr { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ClXclaFDfyRzE4vSSXfEf6QcapVTO4LX { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b7whcTyDbRSt0SOmEatFXvCND1ycVZLC { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lRBaEhw4uvwNq1EbepwndGLTdLGT9QPs { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qTX2nSePZwcwKKdSiUo0slRIdpRNOZXy { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WSUUO9mGi1fVXvmWaim1TsT2TH0Lsebh { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f12aSZpECS8hzTwAe0JoAqEk5NPD0iMW { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bs8EJ3NpvxQoCTCw0iC80oQ50nlWRePU { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IvIT6yzsxEsBkLMZu5z5mmtgAi5Ru7Xp { 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:rgba(var(--color-tertiary-4),1);display:block; }
#GlCcghJEMJfLGLRwgAecqJlUi2sEy0UF { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu { display:block; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #hqTtFIIZtzGtK9GINOza1Tir9Wz6FVzu > .row .container { position:relative;display:block; }