.acv-smart-slider{--acv-index:0;position:relative;width:100%;isolation:isolate;box-sizing:border-box}.acv-smart-slider *{box-sizing:border-box}.acv-smart-slider__viewport{position:relative;overflow:hidden;background:#f2f2f2}.acv-smart-slider__track{display:flex;transform:translate3d(calc(var(--acv-index) * -100%),0,0);transition:transform var(--acv-speed) ease}.acv-smart-slider__slide{position:relative;flex:0 0 100%;height:var(--acv-height);min-width:0;overflow:hidden}.acv-smart-slider__picture,.acv-smart-slider__image{display:block;width:100%;height:100%}.acv-smart-slider__image{object-fit:var(--acv-fit)}.acv-smart-slider__content{position:absolute;z-index:2;max-width:var(--acv-max-width);padding:var(--acv-padding);border-radius:var(--acv-radius);background:var(--acv-content-bg);color:var(--acv-text);opacity:0;transition:opacity var(--acv-animation-duration) ease var(--acv-animation-delay),transform var(--acv-animation-duration) ease var(--acv-animation-delay)}.acv-smart-slider__slide.is-active .acv-smart-slider__content{opacity:1;transform:none}.acv-smart-slider__title{margin:0 0 .35em;color:var(--acv-title);font-size:clamp(1.5rem,var(--acv-font-size),5vw);font-weight:var(--acv-font-weight);line-height:1.08}.acv-smart-slider__subtitle{margin:0 0 .5em;color:var(--acv-subtitle);font-size:1.25em}.acv-smart-slider__description{color:var(--acv-text)}.acv-smart-slider__description>:first-child{margin-top:0}.acv-smart-slider__description>:last-child{margin-bottom:0}.acv-smart-slider__button{display:inline-flex;align-items:center;margin-top:1em;padding:.72em 1.2em;border:2px solid #fff0;border-radius:.35em;background:var(--acv-button-bg);color:var(--acv-button-color);font-weight:600;text-decoration:none;transition:background .2s}.acv-smart-slider__button:hover{background:var(--acv-button-hover);color:var(--acv-button-color)}.acv-smart-slider__button:focus-visible,.acv-smart-slider__arrow:focus-visible,.acv-smart-slider__dots button:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px #1269a7}.acv-smart-slider__arrow{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:2.2em;height:2.2em;padding:0;border:0;border-radius:50%;background:var(--acv-arrow-bg);color:var(--acv-arrow-color);font-size:var(--acv-arrow-size);line-height:1;transform:translateY(-50%);cursor:pointer}.acv-smart-slider__arrow--prev{left:1rem}.acv-smart-slider__arrow--next{right:1rem}.acv-smart-slider__dots{display:flex;justify-content:center;align-items:center;gap:var(--acv-dot-gap);min-height:44px;padding:8px}.acv-smart-slider__dots button{width:var(--acv-dot-size);height:var(--acv-dot-size);padding:0;border:0;border-radius:var(--acv-dot-radius);background:var(--acv-dot-inactive);cursor:pointer}.acv-smart-slider__dots button.is-active{background:var(--acv-dot-active)}.acv-smart-slider--dots-inside-bottom .acv-smart-slider__dots{position:absolute;z-index:4;right:0;bottom:0;left:0}.acv-pos-d-top-left{top:5%;left:5%}.acv-pos-d-top-center{top:5%;left:50%;transform:translateX(-50%)}.acv-pos-d-top-right{top:5%;right:5%}.acv-pos-d-center-left{top:50%;left:5%;transform:translateY(-50%)}.acv-pos-d-center{top:50%;left:50%;transform:translate(-50%,-50%)}.acv-pos-d-center-right{top:50%;right:5%;transform:translateY(-50%)}.acv-pos-d-bottom-left{bottom:5%;left:5%}.acv-pos-d-bottom-center{bottom:5%;left:50%;transform:translateX(-50%)}.acv-pos-d-bottom-right{right:5%;bottom:5%}.acv-anim-fade-up{transform:translateY(24px)}.acv-anim-fade-down{transform:translateY(-24px)}.acv-anim-slide-left{transform:translateX(35px)}.acv-anim-slide-right{transform:translateX(-35px)}.acv-anim-zoom-in{transform:scale(.94)}.acv-smart-slider--fade .acv-smart-slider__track{display:grid;transform:none}.acv-smart-slider--fade .acv-smart-slider__slide{grid-area:1/1;opacity:0;pointer-events:none;transition:opacity var(--acv-speed)}.acv-smart-slider--fade .acv-smart-slider__slide.is-active{z-index:1;opacity:1;pointer-events:auto}.acv-smart-slider--vertical .acv-smart-slider__track{display:grid;transform:none}.acv-smart-slider--vertical .acv-smart-slider__slide{grid-area:1/1;transform:translateY(100%);opacity:0;transition:transform var(--acv-speed),opacity var(--acv-speed)}.acv-smart-slider--vertical .acv-smart-slider__slide.is-active{z-index:1;transform:none;opacity:1}@media(max-width:1024px){.acv-smart-slider__slide{height:var(--acv-tablet-height)}.acv-smart-slider__content{background:var(--acv-tablet-bg,var(--acv-content-bg));color:var(--acv-tablet-text,var(--acv-text));padding:var(--acv-tablet-padding,var(--acv-padding))}.acv-smart-slider__title{color:var(--acv-tablet-title,var(--acv-title));font-size:var(--acv-tablet-font-size,var(--acv-font-size))}.acv-smart-slider__description{color:var(--acv-tablet-text,var(--acv-text))}.acv-smart-slider__content[class*="acv-pos-t-top-"]{top:5%;bottom:auto}.acv-smart-slider__content[class*="acv-pos-t-center"]{top:50%;bottom:auto}.acv-smart-slider__content[class*="acv-pos-t-bottom-"]{top:auto;bottom:5%}}@media(max-width:767px){.acv-smart-slider__slide{height:var(--acv-mobile-height)}.acv-smart-slider--mobile-below .acv-smart-slider__slide{display:flex;height:auto;flex-direction:column;overflow:visible;background:#fff}.acv-smart-slider--mobile-below .acv-smart-slider__picture{height:auto;line-height:0}.acv-smart-slider--mobile-below .acv-smart-slider__image{height:auto;aspect-ratio:auto;object-fit:contain}.acv-smart-slider--mobile-below .acv-smart-slider__content{position:relative;inset:auto!important;width:100%;max-width:none;border-radius:0;transform:none!important}.acv-smart-slider__content{background:var(--acv-mobile-bg,var(--acv-tablet-bg,var(--acv-content-bg)));color:var(--acv-mobile-text,var(--acv-tablet-text,var(--acv-text)));padding:var(--acv-mobile-padding,var(--acv-tablet-padding,var(--acv-padding)))}.acv-smart-slider__title{color:var(--acv-mobile-title,var(--acv-tablet-title,var(--acv-title)));font-size:var(--acv-mobile-font-size,var(--acv-tablet-font-size,clamp(1.4rem,8vw,2.25rem)))}.acv-smart-slider__subtitle{color:var(--acv-mobile-subtitle,var(--acv-subtitle));font-size:var(--acv-mobile-subtitle-size,1.25em)}.acv-smart-slider__description{color:var(--acv-mobile-text,var(--acv-tablet-text,var(--acv-text)));font-size:var(--acv-mobile-text-size,1em)}.acv-smart-slider__button{background:var(--acv-mobile-button-bg,var(--acv-button-bg));color:var(--acv-mobile-button-color,var(--acv-button-color))}.acv-smart-slider__arrow{font-size:18px}.acv-smart-slider__arrow--prev{left:.5rem}.acv-smart-slider__arrow--next{right:.5rem}}@media(prefers-reduced-motion:reduce){.acv-smart-slider__track,.acv-smart-slider__slide,.acv-smart-slider__content,.acv-smart-slider__button{transition:none!important;animation:none!important}}.acv-smart-slider__viewport{transition:height var(--acv-speed) ease}.acv-smart-slider__track{align-items:flex-start}.acv-smart-slider .acv-smart-slider__arrow:hover,.acv-smart-slider .acv-smart-slider__arrow:active,.acv-smart-slider .acv-smart-slider__arrow:focus{border-color:transparent!important;background:var(--acv-arrow-bg)!important;color:var(--acv-arrow-color)!important}.acv-smart-slider .acv-smart-slider__dots button:hover,.acv-smart-slider .acv-smart-slider__dots button:active,.acv-smart-slider .acv-smart-slider__dots button:focus{border-color:transparent!important;background:var(--acv-dot-inactive)!important;box-shadow:none!important}.acv-smart-slider .acv-smart-slider__dots button.is-active,.acv-smart-slider .acv-smart-slider__dots button.is-active:hover,.acv-smart-slider .acv-smart-slider__dots button.is-active:focus{background:var(--acv-dot-active)!important}@media(max-width:767px){.acv-smart-slider--mobile-below .acv-smart-slider__slide{align-self:flex-start!important;height:auto!important}.acv-smart-slider--mobile-below .acv-smart-slider__picture{display:block!important;flex:0 0 auto!important;width:100%!important;height:auto!important;min-height:0!important;line-height:0!important}.acv-smart-slider--mobile-below .acv-smart-slider__image{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important}.acv-smart-slider--mobile-below .acv-smart-slider__content{flex:0 0 auto!important}.acv-smart-slider--mobile-below .acv-smart-slider__arrow{top:calc(var(--acv-mobile-image-height,200px)/2)!important}}.acv-pos-d-top-center{transform:none;translate:-50% 0}.acv-pos-d-center-left{transform:none;translate:0 -50%}.acv-pos-d-center{transform:none;translate:-50% -50%}.acv-pos-d-center-right{transform:none;translate:0 -50%}.acv-pos-d-bottom-center{transform:none;translate:-50% 0}.acv-smart-slider__track{will-change:transform}@media(max-width:1024px) and (min-width:768px){.acv-smart-slider__content{inset:auto;max-height:calc(100% - 32px);overflow:auto}.acv-pos-t-top-left{top:16px;left:16px;right:auto;bottom:auto;translate:0 0}.acv-pos-t-top-center{top:16px;left:50%;right:auto;bottom:auto;translate:-50% 0}.acv-pos-t-top-right{top:16px;right:16px;left:auto;bottom:auto;translate:0 0}.acv-pos-t-center-left{top:50%;left:16px;right:auto;bottom:auto;translate:0 -50%}.acv-pos-t-center{top:50%;left:50%;right:auto;bottom:auto;translate:-50% -50%}.acv-pos-t-center-right{top:50%;right:16px;left:auto;bottom:auto;translate:0 -50%}.acv-pos-t-bottom-left{bottom:16px;left:16px;right:auto;top:auto;translate:0 0}.acv-pos-t-bottom-center{bottom:16px;left:50%;right:auto;top:auto;translate:-50% 0}.acv-pos-t-bottom-right{right:16px;bottom:16px;left:auto;top:auto;translate:0 0}}@media(max-width:767px){.acv-smart-slider--mobile-overlay .acv-smart-slider__content{inset:auto;max-height:calc(100% - 24px);overflow:auto}.acv-pos-m-top-left{top:12px;left:12px;right:auto;bottom:auto;translate:0 0}.acv-pos-m-top-center{top:12px;left:50%;right:auto;bottom:auto;translate:-50% 0}.acv-pos-m-top-right{top:12px;right:12px;left:auto;bottom:auto;translate:0 0}.acv-pos-m-center-left{top:50%;left:12px;right:auto;bottom:auto;translate:0 -50%}.acv-pos-m-center{top:50%;left:50%;right:auto;bottom:auto;translate:-50% -50%}.acv-pos-m-center-right{top:50%;right:12px;left:auto;bottom:auto;translate:0 -50%}.acv-pos-m-bottom-left{bottom:12px;left:12px;right:auto;top:auto;translate:0 0}.acv-pos-m-bottom-center{bottom:12px;left:50%;right:auto;top:auto;translate:-50% 0}.acv-pos-m-bottom-right{right:12px;bottom:12px;left:auto;top:auto;translate:0 0}.acv-smart-slider--mobile-below .acv-smart-slider__content{translate:0 0}}.acv-smart-slider__subtitle{font-size:var(--acv-subtitle-size,20px)}.acv-smart-slider__description{font-size:var(--acv-text-size,16px)}@media(max-width:767px){.acv-smart-slider__subtitle{font-size:var(--acv-mobile-subtitle-size,var(--acv-subtitle-size,20px))}.acv-smart-slider__description{font-size:var(--acv-mobile-text-size,var(--acv-text-size,16px))}}.acv-smart-slider .acv-smart-slider__title{font-family:"Playfair Display",Georgia,"Times New Roman",serif}.acv-smart-slider .acv-smart-slider__subtitle,.acv-smart-slider .acv-smart-slider__description{font-family:"Figtree",Arial,Helvetica,sans-serif}.acv-smart-slider{touch-action:pan-y}.acv-smart-slider .acv-smart-slider__button,.acv-smart-slider .acv-smart-slider__button:hover,.acv-smart-slider .acv-smart-slider__button:focus{width:auto!important;min-width:0!important;min-height:0!important;padding:var(--acv-button-padding-y,10px) var(--acv-button-padding-x,18px)!important;font-size:var(--acv-button-font-size,15px)!important;line-height:1.2!important}@media(min-width:768px){.acv-smart-slider.is-transitioning .acv-smart-slider__content{opacity:0!important}}@media(max-width:1024px) and (min-width:768px){.acv-smart-slider .acv-smart-slider__content{width:var(--acv-tablet-max-width,42%);max-width:calc(100% - 32px);padding:var(--acv-tablet-padding,16px);border:1px solid rgb(255 255 255 / .18);box-shadow:0 12px 32px rgb(0 0 0 / .14);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.acv-smart-slider .acv-smart-slider__title{font-size:var(--acv-tablet-font-size,clamp(22px,3.2vw,32px));line-height:1.05}.acv-smart-slider .acv-smart-slider__subtitle{font-size:var(--acv-tablet-subtitle-size,15px);line-height:1.25}.acv-smart-slider .acv-smart-slider__description{display:-webkit-box;overflow:hidden;font-size:var(--acv-tablet-text-size,13px);line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:4}.acv-smart-slider .acv-smart-slider__button{margin-top:10px!important;padding:8px 14px!important;font-size:13px!important}}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__title{color:var(--acv-title)!important;-webkit-text-fill-color:var(--acv-title)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__subtitle{color:var(--acv-subtitle)!important;-webkit-text-fill-color:var(--acv-subtitle)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description p{color:var(--acv-text)!important;-webkit-text-fill-color:var(--acv-text)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:link,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:visited{border-color:transparent!important;background:var(--acv-button-bg)!important;color:var(--acv-button-color)!important;-webkit-text-fill-color:var(--acv-button-color)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:hover,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:focus,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:active{background:var(--acv-button-hover)!important;color:var(--acv-button-color)!important;-webkit-text-fill-color:var(--acv-button-color)!important}@media(max-width:1024px) and (min-width:768px){.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__title{color:var(--acv-tablet-title,var(--acv-title))!important;-webkit-text-fill-color:var(--acv-tablet-title,var(--acv-title))!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description p{color:var(--acv-tablet-text,var(--acv-text))!important;-webkit-text-fill-color:var(--acv-tablet-text,var(--acv-text))!important}}@media(max-width:767px){.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__title{color:var(--acv-mobile-title,var(--acv-tablet-title,var(--acv-title)))!important;-webkit-text-fill-color:var(--acv-mobile-title,var(--acv-tablet-title,var(--acv-title)))!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__subtitle{color:var(--acv-mobile-subtitle,var(--acv-subtitle))!important;-webkit-text-fill-color:var(--acv-mobile-subtitle,var(--acv-subtitle))!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description p{color:var(--acv-mobile-text,var(--acv-tablet-text,var(--acv-text)))!important;-webkit-text-fill-color:var(--acv-mobile-text,var(--acv-tablet-text,var(--acv-text)))!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:link,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__button:visited{background:var(--acv-mobile-button-bg,var(--acv-button-bg))!important;color:var(--acv-mobile-button-color,var(--acv-button-color))!important;-webkit-text-fill-color:var(--acv-mobile-button-color,var(--acv-button-color))!important}}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__title{font-size:var(--acv-font-size)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__subtitle{font-size:var(--acv-subtitle-size)!important}.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description,.acv-smart-slider .acv-smart-slider__content .acv-smart-slider__description p{font-size:var(--acv-text-size)!important}@media(max-width:767px){.acv-smart-slider--mobile-below .acv-smart-slider__picture{position:relative!important;height:auto!important;aspect-ratio:var(--acv-mobile-aspect)!important;overflow:hidden!important;background:transparent!important}.acv-smart-slider--mobile-below .acv-smart-slider__image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important}}