.deditos-hero-wrapper{width:min(96vw,1900px);position:relative;left:50%;transform:translateX(-50%);margin-top:var(--dh-margin-top-desktop,27px);display:block}@media (max-width:767px){.deditos-hero-wrapper{margin-top:var(--dh-margin-top-mobile,16px)!important}}.deditos-hero{position:relative;width:100%;height:100%;border-radius:var(--dh-hero-border-radius,24px);overflow:hidden}.deditos-hero__slides{position:relative;width:100%;height:100%}.deditos-hero__slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s ease;z-index:1}.deditos-hero__slide--active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.deditos-hero__picture{display:block;width:100%;height:100%}.deditos-hero__img{width:100%;height:100%;object-fit:cover;display:block}.deditos-hero__overlay{position:absolute;inset:0;z-index:2;background:var(--dh-overlay-bg,transparent);pointer-events:none}.deditos-hero__content-layer{position:absolute;inset:0;display:grid;box-sizing:border-box;z-index:3;pointer-events:none;padding:clamp(20px,2.5vw,48px)}@media (max-width:767px){.deditos-hero__content-layer{padding:16px!important}}.deditos-hero__content{position:relative;box-sizing:border-box;pointer-events:auto;max-width:min(var(--dh-title-max-width,520px),100%);text-align:var(--dh-title-align,left);translate:var(--dh-offset-x-desktop,0px) var(--dh-offset-y-desktop,0px)}@media (max-width:767px){.deditos-hero__content{max-width:100%!important;translate:var(--dh-offset-x-mobile,0px) var(--dh-offset-y-mobile,0px)!important}.deditos-hero__title{font-size:var(--dh-title-mobile-size,26px)!important}}.deditos-hero__content-layer[data-anchor-desktop=top-left] .deditos-hero__content{align-self:start;justify-self:start}.deditos-hero__content-layer[data-anchor-desktop=top-center] .deditos-hero__content{align-self:start;justify-self:center}.deditos-hero__content-layer[data-anchor-desktop=top-right] .deditos-hero__content{align-self:start;justify-self:end}.deditos-hero__content-layer[data-anchor-desktop=center-left] .deditos-hero__content{align-self:center;justify-self:start}.deditos-hero__content-layer[data-anchor-desktop=center] .deditos-hero__content{align-self:center;justify-self:center}.deditos-hero__content-layer[data-anchor-desktop=center-right] .deditos-hero__content{align-self:center;justify-self:end}.deditos-hero__content-layer[data-anchor-desktop=bottom-left] .deditos-hero__content{align-self:end;justify-self:start}.deditos-hero__content-layer[data-anchor-desktop=bottom-center] .deditos-hero__content{align-self:end;justify-self:center}.deditos-hero__content-layer[data-anchor-desktop=bottom-right] .deditos-hero__content{align-self:end;justify-self:end}@media (max-width:767px){.deditos-hero__content-layer[data-anchor-mobile=top-left] .deditos-hero__content{align-self:start!important;justify-self:start!important}.deditos-hero__content-layer[data-anchor-mobile=top-center] .deditos-hero__content{align-self:start!important;justify-self:center!important}.deditos-hero__content-layer[data-anchor-mobile=top-right] .deditos-hero__content{align-self:start!important;justify-self:end!important}.deditos-hero__content-layer[data-anchor-mobile=center-left] .deditos-hero__content{align-self:center!important;justify-self:start!important}.deditos-hero__content-layer[data-anchor-mobile=center] .deditos-hero__content{align-self:center!important;justify-self:center!important}.deditos-hero__content-layer[data-anchor-mobile=center-right] .deditos-hero__content{align-self:center!important;justify-self:end!important}.deditos-hero__content-layer[data-anchor-mobile=bottom-left] .deditos-hero__content{align-self:end!important;justify-self:start!important}.deditos-hero__content-layer[data-anchor-mobile=bottom-center] .deditos-hero__content{align-self:end!important;justify-self:center!important}.deditos-hero__content-layer[data-anchor-mobile=bottom-right] .deditos-hero__content{align-self:end!important;justify-self:end!important}}.deditos-hero__title{font-family:inherit;font-size:var(--dh-title-desktop-size,35px);font-weight:var(--dh-title-weight,800);color:var(--dh-title-color,#fff);line-height:var(--dh-title-line-height,1.2);text-shadow:var(--dh-title-shadow,none);margin:0 0 14px;word-break:break-word}.deditos-hero .deditos-hero__btn:hover,.deditos-hero .deditos-hero__btn:focus{filter:brightness(1.08);transform:translateY(-1px)}.deditos-hero__controls{position:absolute;inset:0;z-index:4;pointer-events:none}.deditos-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.4);color:#fff;border:none;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.deditos-hero__arrow:hover{background:rgba(0,0,0,.7)}.deditos-hero__arrow--prev{left:16px}.deditos-hero__arrow--next{right:16px}.deditos-hero__playpause-btn{position:absolute;top:16px;right:16px;z-index:5;pointer-events:auto;background:rgba(0,0,0,.4);color:#fff;border:none;border-radius:12px;padding:4px 10px;font-size:11px;cursor:pointer}.deditos-hero__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5;pointer-events:auto}.deditos-hero__dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:none;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.deditos-hero__dot--active{background:#fff;transform:scale(1.2)}