body{background-color:#fff;width:100%;margin:0;padding:0}
.flash-message-space{z-index:150;background-color:#fff;height:8px;margin-bottom:0;position:relative}.topbar{z-index:150;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:56px;display:flex;position:relative}.topbar .topbar-left{margin-left:24px}.topbar .topbar-left img{width:max-content;height:40px}.topbar .topbar-middle{justify-content:center;align-items:center;gap:8px;display:flex}.topbar .topbar-middle button{cursor:pointer;color:#5d5d5d;height:36px;font-size:14px;font-weight:500;line-height:16px;font-family:var(--font-manrope);background-color:#0000;border:none;border-radius:12px;justify-content:center;align-items:center;padding:16px 12px;transition:all .2s ease-in-out;display:flex}.topbar .topbar-middle button:hover{color:#121212;background-color:#f5f5f5}.topbar .topbar-right{justify-content:center;align-items:center;gap:8px;margin-right:24px;display:flex}.topbar .topbar-right button{cursor:pointer;height:36px;font-size:14px;font-weight:500;line-height:14px;font-family:var(--font-geist-sans);border:1px solid #fff;border-radius:34px;justify-content:center;align-items:center;padding:16px 14px;transition:all .2s ease-in-out;display:flex}.topbar .topbar-right .login-btn{color:#000;background-color:#f5f5f5}.topbar .topbar-right .login-btn:hover{border:1px solid #dedede}.topbar .topbar-right .signup-btn{color:#fff;background-color:#000}.topbar .topbar-right .signup-btn:hover{background-color:#2c2c2c}.menu-toggle,.menu-box{display:none}@media (max-width:900px){.topbar{padding-bottom:8px}.topbar .topbar-middle,.topbar .topbar-right{display:none}.menu-toggle{cursor:pointer;z-index:200;background:0 0;border:none;margin-right:16px;padding:8px;display:block}.hamburger-box{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.hamburger-box span{transform-origin:50%;background-color:#121212;border-radius:2px;width:100%;height:2px;transition:all .4s cubic-bezier(.16,1,.3,1);display:block}.menu-toggle.active .hamburger-box span:first-child{background-color:#000;transform:translateY(8px)rotate(45deg)}.menu-toggle.active .hamburger-box span:nth-child(2){opacity:0;transform:translate(10px)}.menu-toggle.active .hamburger-box span:nth-child(3){background-color:#000;transform:translateY(-8px)rotate(-45deg)}.menu-toggle:hover .hamburger-box span{background-color:#000}.menu-box{z-index:100;background:linear-gradient(#ff591d 0%,#f1f1f1 100%);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:98%;height:calc(100vh - 72px);display:none;position:absolute;top:72px;left:1%;transform:translateY(100%)}.menu-box button{color:#fff;font-size:48px;font-family:var(--font-instrument-serif);background-color:#0000;border:none;margin-bottom:16px;transition:all .2s ease-in-out}.menu-box button:hover{color:#ff4500}.menu-box.open,.menu-box.closed{display:flex}.menu-box.open{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUpIn}.menu-box.closed{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUpOut}@keyframes slideUpIn{0%{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes slideUpOut{0%{transform:translateY(0%)}to{transform:translateY(-100%)}}}
