.hamburger-lines{z-index:2;flex-direction:column;justify-content:space-between;width:32px;height:26px;display:flex}.hamburger-lines .line{background:var(--foreground);border-radius:10px;width:100%;height:4px;display:block}.hamburger-lines .line1{transform-origin:0 0;transition:transform .2s ease-in-out}.hamburger-lines .line2{transition:transform .1s ease-in-out}.hamburger-lines .line3{transform-origin:0 100%;transition:transform .2s ease-in-out}.hamburger-transform .line1{transform:rotate(45deg)}.hamburger-transform .line2{transform:scaleY(0)}.hamburger-transform .line3{transform:rotate(-45deg)}.carousel-wrapper{width:750px;position:relative}.carousel-content{flex-direction:row;display:flex;overflow:hidden}.carousel-container{flex-direction:row;gap:1rem;display:flex}.carousel-item{flex-shrink:0;height:90px;position:relative}.carousel-item>img{object-fit:fill;border-radius:12px}.pretty-list{flex-direction:column;gap:7.5px;display:flex}.pretty-list .pretty-list-item{gap:var(--halfpad);flex-direction:row;display:flex}.close-cross{width:var(--pad);height:var(--pad)}
