.hamburger-lines{display:block;height:26px;width:32px;z-index:2;display:flex;flex-direction:column;justify-content:space-between}.hamburger-lines .line{display:block;height:4px;width:100%;border-radius:10px;background:var(--foreground)}.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{position:relative;width:750px}.carousel-content{overflow:hidden;display:flex;flex-direction:row}.carousel-container{display:flex;flex-direction:row;gap:1rem}.carousel-item{position:relative;flex-shrink:0;height:90px}.carousel-item>img{object-fit:fill;border-radius:12px}.pretty-list{display:flex;flex-direction:column;gap:7.5px}.pretty-list .pretty-list-item{display:flex;flex-direction:row;gap:var(--halfpad)}