.ap-hero-pro{position:relative;width:100%;height:var(--ap-hd);overflow:hidden;border-radius:var(--ap-radius);isolation:isolate;background:#f3f0eb;font-family:var(--ap-body-font)}
.ap-hero-pro.ap-full-width{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}
.ap-hero-track,.ap-hero-slide,.ap-hero-picture,.ap-hero-picture img{position:absolute;inset:0;width:100%;height:100%}
.ap-hero-slide{opacity:0;pointer-events:none;transition:opacity var(--ap-ts) ease,transform var(--ap-ts) ease;overflow:hidden}
.ap-hero-slide.is-active{opacity:1;pointer-events:auto;z-index:2}
.ap-anim-slide .ap-hero-slide{transform:translateX(28px)}
.ap-anim-slide .ap-hero-slide.is-active{transform:translateX(0)}
.ap-hero-picture img{object-fit:cover;object-position:var(--ap-pos-d)}
.ap-kenburns .ap-hero-slide.is-active .ap-hero-picture img{animation:apHeroZoom 9s ease forwards}
@keyframes apHeroZoom{from{transform:scale(1)}to{transform:scale(1.055)}}
.ap-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,var(--ap-overlay)),rgba(255,255,255,.04));z-index:1}
.ap-align-center .ap-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,var(--ap-overlay)))}
.ap-align-right .ap-hero-overlay{background:linear-gradient(270deg,rgba(255,255,255,var(--ap-overlay)),rgba(255,255,255,.04))}
.ap-hero-content{position:relative;z-index:3;height:100%;max-width:var(--ap-cw-d);padding:var(--ap-pad-d);display:flex;flex-direction:column;justify-content:center;color:var(--ap-desc-color);animation:apTextIn .75s ease both}.ap-hero-text{width:100%;margin-top:var(--ap-top-d)}
.ap-valign-top .ap-hero-content{justify-content:flex-start}.ap-valign-bottom .ap-hero-content{justify-content:flex-end}
.ap-align-center .ap-hero-content{margin:auto;text-align:center;align-items:center}.ap-align-right .ap-hero-content{margin-left:auto;text-align:right;align-items:flex-end}
.ap-hero-label{display:block;text-transform:uppercase;letter-spacing:1.5px;font-size:var(--ap-label-size);font-weight:var(--ap-label-weight);margin-bottom:var(--ap-label-gap-d);color:var(--ap-label-color)}
.ap-hero-heading{font-family:var(--ap-heading-font);font-size:var(--ap-heading-size-d);line-height:var(--ap-heading-lh);margin:0 0 var(--ap-heading-gap-d);color:var(--ap-heading-color);font-weight:var(--ap-heading-weight);letter-spacing:.2px}
.ap-hero-desc{font-size:var(--ap-desc-size-d);font-weight:var(--ap-desc-weight);line-height:var(--ap-desc-lh);margin:0 0 var(--ap-btn-gap-d);color:var(--ap-desc-color)}
.ap-hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.ap-align-center .ap-hero-buttons{justify-content:center}.ap-align-right .ap-hero-buttons{justify-content:flex-end}
.ap-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--ap-btn-py) var(--ap-btn-px);border-radius:var(--ap-btn-radius);font-size:var(--ap-btn-size);font-weight:var(--ap-btn-weight);line-height:1;text-decoration:none!important;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease;white-space:nowrap;width:var(--ap-btn-w-d);max-width:100%}
.ap-button-shadow .ap-btn-primary{box-shadow:0 16px 28px rgba(63,107,77,.20)}
.ap-btn:hover{transform:translateY(-1px);text-decoration:none!important}
.ap-btn-primary{background:var(--ap-primary-bg)!important;color:var(--ap-primary-color)!important;border:2px solid var(--ap-primary-bg)!important}
.ap-btn-primary:hover{background:var(--ap-primary-bg-hover)!important;color:var(--ap-primary-color-hover)!important;border-color:var(--ap-primary-bg-hover)!important}
.ap-btn-secondary{border:2px solid var(--ap-secondary-color);color:var(--ap-secondary-color)!important;background:transparent}
.ap-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:var(--ap-arrow-size);height:var(--ap-arrow-size);border:0;border-radius:999px;background:var(--ap-arrow-bg);color:var(--ap-arrow-color);font-size:calc(var(--ap-arrow-size) * .75);line-height:1;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.10);transition:background .2s ease,color .2s ease,transform .2s ease}
.ap-hero-arrow:hover{background:var(--ap-arrow-bg-hover);color:var(--ap-arrow-color-hover);transform:translateY(-50%) scale(1.04)}
.ap-prev{left:18px}.ap-next{right:18px}
.ap-hero-dots{position:absolute;left:0;right:0;bottom:18px;z-index:5;display:flex;justify-content:center;gap:8px}.ap-hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:var(--ap-dots-color);padding:0;cursor:pointer}.ap-hero-dots button.is-active{background:var(--ap-dots-active);transform:scale(1.25)}
@keyframes apTextIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1024px){.ap-hero-pro{height:var(--ap-ht)}.ap-btn{width:var(--ap-btn-w-t)}.ap-hero-content{padding:var(--ap-pad-t);max-width:var(--ap-cw-t)}.ap-hero-text{margin-top:var(--ap-top-t)}.ap-hero-heading{font-size:var(--ap-heading-size-t);margin-bottom:var(--ap-heading-gap-t)}.ap-hero-desc{font-size:var(--ap-desc-size-t);margin-bottom:var(--ap-btn-gap-t)}.ap-hero-label{margin-bottom:var(--ap-label-gap-t)}.ap-hero-picture img{object-position:var(--ap-pos-t)}}
@media(max-width:767px){.ap-hero-pro{height:var(--ap-hm);border-radius:min(var(--ap-radius),14px)}.ap-hero-content{padding:var(--ap-pad-m);max-width:var(--ap-cw-m);justify-content:center!important;text-align:left!important;align-items:flex-start!important}.ap-align-center .ap-hero-content{text-align:center!important;align-items:center!important}.ap-align-right .ap-hero-content{text-align:right!important;align-items:flex-end!important}.ap-hero-heading{font-size:var(--ap-heading-size-m);margin-bottom:var(--ap-heading-gap-m)}.ap-hero-label{font-size:max(11px,calc(var(--ap-label-size) - 2px));margin-bottom:var(--ap-label-gap-m)}.ap-hero-desc{display:none;font-size:var(--ap-desc-size-m);margin-bottom:var(--ap-btn-gap-m)}.ap-mobile-desc .ap-hero-desc{display:block}.ap-btn{font-size:max(13px,calc(var(--ap-btn-size) - 2px));padding:calc(var(--ap-btn-py) - 3px) calc(var(--ap-btn-px) - 8px);width:var(--ap-btn-w-m)}.ap-hero-arrow{display:none}.ap-hero-dots{bottom:12px}.ap-hero-text{margin-top:var(--ap-top-m)}.ap-hero-picture img{object-position:var(--ap-pos-m)}.ap-hero-overlay,.ap-align-right .ap-hero-overlay,.ap-align-center .ap-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,var(--ap-overlay)))} } @media(max-width:767px){
.ap-mobile-split .ap-hero-content{
display:flex!important;
flex-direction:column!important;
justify-content:flex-start!important;
height:100%!important;
}
.ap-mobile-split .ap-hero-text{
width:100%;
margin-top:var(--ap-top-m);
}
.ap-mobile-split .ap-hero-buttons{
width:100%;
margin-top:auto!important;
padding-bottom:var(--ap-bottom-m);
}
.ap-mobile-split.ap-align-center .ap-hero-buttons,
.ap-mobile-split .ap-hero-buttons{
justify-content:center!important;
}
.ap-mobile-split .ap-btn-primary{
min-width:min(100%, 300px);
}
} .ap-visual-layout .ap-hero-content{
position:absolute;
inset:0;
max-width:none!important;
width:100%;
height:100%;
padding:0!important;
display:block!important;
text-align:left!important;
align-items:initial!important;
justify-content:initial!important;
}
.ap-visual-layout .ap-hero-text{
position:absolute;
left:var(--ap-vtx-d);
top:calc(var(--ap-vty-d) + var(--ap-top-d));
width:min(var(--ap-text-width), calc(100% - 48px));
max-width:var(--ap-cw-d);
margin:0!important;
}
.ap-visual-layout .ap-hero-buttons{
position:absolute;
left:var(--ap-vbx-d);
top:calc(var(--ap-vby-d) + var(--ap-btn-gap-d));
margin:0!important;
padding:0!important;
}
.ap-visual-layout .ap-hero-label{margin-bottom:var(--ap-label-gap-d)!important}
.ap-visual-layout .ap-hero-heading{margin-bottom:var(--ap-heading-gap-d)!important}
.ap-visual-layout .ap-hero-desc{margin-bottom:0!important}
.ap-visual-layout.ap-align-center .ap-hero-text,
.ap-visual-layout.ap-align-center .ap-hero-buttons{transform:translateX(-50%);text-align:center;justify-content:center}
.ap-visual-layout.ap-align-right .ap-hero-text,
.ap-visual-layout.ap-align-right .ap-hero-buttons{transform:translateX(-100%);text-align:right;justify-content:flex-end}
.ap-visual-layout.ap-align-left .ap-hero-text,
.ap-visual-layout.ap-align-left .ap-hero-buttons{transform:none;text-align:left;justify-content:flex-start}
@media(max-width:1024px){
.ap-visual-layout .ap-hero-text{left:var(--ap-vtx-t);top:calc(var(--ap-vty-t) + var(--ap-top-t));max-width:var(--ap-cw-t)}
.ap-visual-layout .ap-hero-buttons{left:var(--ap-vbx-t);top:calc(var(--ap-vby-t) + var(--ap-btn-gap-t))}
.ap-visual-layout .ap-hero-label{margin-bottom:var(--ap-label-gap-t)!important}
.ap-visual-layout .ap-hero-heading{margin-bottom:var(--ap-heading-gap-t)!important}
}
@media(max-width:767px){
.ap-visual-layout .ap-hero-content{display:block!important;text-align:left!important;align-items:initial!important;justify-content:initial!important}
.ap-visual-layout .ap-hero-text{left:var(--ap-vtx-m);top:calc(var(--ap-vty-m) + var(--ap-top-m));max-width:var(--ap-cw-m);width:min(var(--ap-cw-m), calc(100% - 36px))}
.ap-visual-layout .ap-hero-buttons{left:var(--ap-vbx-m);top:calc(var(--ap-vby-m) + var(--ap-btn-gap-m));width:auto}
.ap-visual-layout .ap-hero-label{margin-bottom:var(--ap-label-gap-m)!important}
.ap-visual-layout .ap-hero-heading{margin-bottom:var(--ap-heading-gap-m)!important}
.ap-visual-layout.ap-align-center .ap-hero-text,
.ap-visual-layout.ap-align-center .ap-hero-buttons{transform:translateX(-50%);text-align:center;justify-content:center}
.ap-visual-layout.ap-align-right .ap-hero-text,
.ap-visual-layout.ap-align-right .ap-hero-buttons{transform:translateX(-100%);text-align:right;justify-content:flex-end}
.ap-visual-layout .ap-btn-primary{min-width:0}
} .ap-align-d-left .ap-hero-content{margin:0;text-align:left;align-items:flex-start}
.ap-align-d-center .ap-hero-content{margin:auto;text-align:center;align-items:center}
.ap-align-d-right .ap-hero-content{margin-left:auto;text-align:right;align-items:flex-end}
.ap-align-d-left .ap-hero-buttons{justify-content:flex-start}
.ap-align-d-center .ap-hero-buttons{justify-content:center}
.ap-align-d-right .ap-hero-buttons{justify-content:flex-end}
.ap-visual-layout.ap-align-d-left .ap-hero-text,
.ap-visual-layout.ap-align-d-left .ap-hero-buttons{transform:none;text-align:left;justify-content:flex-start}
.ap-visual-layout.ap-align-d-center .ap-hero-text,
.ap-visual-layout.ap-align-d-center .ap-hero-buttons{transform:translateX(-50%);text-align:center;justify-content:center}
.ap-visual-layout.ap-align-d-right .ap-hero-text,
.ap-visual-layout.ap-align-d-right .ap-hero-buttons{transform:translateX(-100%);text-align:right;justify-content:flex-end}
@media(max-width:1024px){
.ap-align-t-left .ap-hero-content{margin:0!important;text-align:left!important;align-items:flex-start!important}
.ap-align-t-center .ap-hero-content{margin:auto!important;text-align:center!important;align-items:center!important}
.ap-align-t-right .ap-hero-content{margin-left:auto!important;text-align:right!important;align-items:flex-end!important}
.ap-align-t-left .ap-hero-buttons{justify-content:flex-start!important}
.ap-align-t-center .ap-hero-buttons{justify-content:center!important}
.ap-align-t-right .ap-hero-buttons{justify-content:flex-end!important}
.ap-visual-layout.ap-align-t-left .ap-hero-text,
.ap-visual-layout.ap-align-t-left .ap-hero-buttons{transform:none!important;text-align:left!important;justify-content:flex-start!important}
.ap-visual-layout.ap-align-t-center .ap-hero-text,
.ap-visual-layout.ap-align-t-center .ap-hero-buttons{transform:translateX(-50%)!important;text-align:center!important;justify-content:center!important}
.ap-visual-layout.ap-align-t-right .ap-hero-text,
.ap-visual-layout.ap-align-t-right .ap-hero-buttons{transform:translateX(-100%)!important;text-align:right!important;justify-content:flex-end!important}
}
@media(max-width:767px){
.ap-align-m-left .ap-hero-content{margin:0!important;text-align:left!important;align-items:flex-start!important}
.ap-align-m-center .ap-hero-content{margin:auto!important;text-align:center!important;align-items:center!important}
.ap-align-m-right .ap-hero-content{margin-left:auto!important;text-align:right!important;align-items:flex-end!important}
.ap-align-m-left .ap-hero-buttons{justify-content:flex-start!important}
.ap-align-m-center .ap-hero-buttons{justify-content:center!important}
.ap-align-m-right .ap-hero-buttons{justify-content:flex-end!important}
.ap-visual-layout.ap-align-m-left .ap-hero-text,
.ap-visual-layout.ap-align-m-left .ap-hero-buttons{transform:none!important;text-align:left!important;justify-content:flex-start!important}
.ap-visual-layout.ap-align-m-center .ap-hero-text,
.ap-visual-layout.ap-align-m-center .ap-hero-buttons{transform:translateX(-50%)!important;text-align:center!important;justify-content:center!important}
.ap-visual-layout.ap-align-m-right .ap-hero-text,
.ap-visual-layout.ap-align-m-right .ap-hero-buttons{transform:translateX(-100%)!important;text-align:right!important;justify-content:flex-end!important}
} .ap-hero-label{display:block!important;}