.hero-element{width:100%;display:block}.hero__carousel{width:100%;position:relative;display:block}.hero__background-img{width:100%;display:block;background-color:var(--color-black)}.hero__carousel-list{width:100%;display:flex;background-color:var(--color-black)}.hero__carousel-item{width:100%}.hero__carousel-item img,.hero__background-img img{width:100%;height:calc(100vh - 123px);max-height:800px;object-fit:cover;opacity:0.5;display:block}.hero__title{position:absolute;top:50%;left:50%;z-index:10;width:100%;max-width:609px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translate(-50%,-50%);color:#fff;text-align:center;font-family:var(--font-display)}.hero__title br{display:none}.hero__title-left{margin-right:auto;padding-top:0}.hero__title-right{margin-left:auto;padding-top:0}.hero__title-center{margin-left:auto;margin-right:auto}@media (max-width:1024px){.hero__title{max-width:450px}}@media (max-width:768px){.hero__title.text-5xl{max-width:280px;font-size:var(--text-xl)}.hero__carousel-nav.carousel__nav{top:auto;left:0;bottom:var(--space-xl);transform:none;justify-content:center;gap:var(--space-xl)}}.treatment-cards{width:100%;display:block}.treatment-cards__carousell{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;padding:0;margin:0}.treatment-cards__carousell-item{width:calc(100% - var(--space-xl));max-width:540px;margin-right:var(--space-xl);display:flex;flex-direction:column;align-items:flex-start}.treatment-cards__carousell-item--small{margin-right:48px;max-width:calc(33.3% - var(--space-xl))}.treatment-cards__carousell:not([treatment-cards-carousell]) .treatment-cards__carousell-item--small:last-of-type{margin-right:0}.treatment-cards__carousell-item img{width:100%;aspect-ratio:540 / 432;object-fit:cover}.treatment-cards__carousell-item--small img{aspect-ratio:1 / 1}.treatment-cards__carousell-title{margin-top:var(--space-md);color:var(--color-black)}.treatment-cards__carousell-price{margin:var(--space-md) 0 0 0;font-family:var(--font-display);color:var(--color-black)}.treatment-cards__carousell-price>.prepend{font-style:italic;font-weight:400}.treatment-cards__carousell-price>.main{font-weight:600}.treatment-cards__carousell-price>.append{font-size:var(--text-base);color:var(--color-gray);letter-spacing:var(--tracking-wider)}.treatment-cards__carousell-description{color:var(--color-gray);margin-top:var(--space-md);margin-bottom:auto}.treatment-cards__carousell-button{margin-top:var(--space-md)}.treatment-cards__nav{position:absolute;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;pointer-events:none;top:-80px;max-width:var(--dekstop-max-w);left:50%;transform:translateX(-50%)}.treatment-cards__nav-button{width:100%;max-width:50px;aspect-ratio:45.5 / 44;pointer-events:all}@media screen and (max-width:1120px){.treatment-cards__carousell-item{width:calc(100% - var(--space-lg);)}.treatment-cards__nav{top:-68px;padding:0px var(--space-lg)}}@media screen and (max-width:992px){.treatment-cards__carousell-item--small{margin-right:var(--space-lg);max-width:calc(33.3% - 19px)}}@media screen and (max-width:768px){.treatment-cards__carousell:not([treatment-cards-carousell]){flex-direction:column;gap:var(--space-2xl)}.treatment-cards__carousell-item{width:calc(100% - var(--space-sm);)}.treatment-cards__carousell-item--small{margin-right:var(--space-xl);max-width:540px}.treatment-cards__carousell:not([treatment-cards-carousell]) .treatment-cards__carousell-item--small{max-width:100%;margin-right:0}.treatment-cards__nav{top:-62px;padding:0px 14px}.treatment-cards__nav-button{max-width:40px}}