.sticky-menu{width:100%;transition:all .3s ease}.sticky-menu--sticky{position:fixed;top:60px;left:0;right:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.3)}.sticky-menu .sectionSpacer{padding-top:0;padding-bottom:0}.sticky-menu__mobile{display:block;width:100%;position:relative}.sticky-menu__mobile-trigger{width:100%;padding:16px 24px;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(51,51,51,.5));backdrop-filter:blur(10px);border-bottom:2px solid #fb2c36;border-radius:5px 5px 0 0;cursor:pointer;transition:all .3s ease}.sticky-menu__mobile-trigger--active{border-radius:5px 5px 0 0;border-bottom:2px solid transparent}.sticky-menu__mobile-trigger-content{display:flex;align-items:center;justify-content:space-between;gap:12px;height:40px}.sticky-menu__mobile-trigger-text{flex:1;text-align:center;color:white;font-size:20px;font-weight:600;word-wrap:break-word}.sticky-menu__mobile-trigger-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.sticky-menu__mobile-trigger-icon i{color:white;font-size:16px;transition:transform .3s ease}.sticky-menu__mobile-trigger-arrow--rotated{transform:rotate(180deg)}.sticky-menu__mobile-dropdown{width:100%;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(51,51,51,.5));backdrop-filter:blur(10px);border-bottom:2px solid #fb2c36;border-radius:0 0 5px 5px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sticky-menu__mobile-item{padding:16px 24px;cursor:pointer;transition:all .3s ease}.sticky-menu__mobile-item:hover{background:rgba(255,255,255,.1)}.sticky-menu__mobile-item--active{background:rgba(251,44,54,.4)}.sticky-menu__mobile-item-content{display:flex;align-items:center;justify-content:space-between;gap:12px;height:40px}.sticky-menu__mobile-item-text{flex:1;text-align:center;color:white;font-size:20px;font-weight:400;word-wrap:break-word}.sticky-menu__mobile-item--active .sticky-menu__mobile-item-text{font-weight:600}.sticky-menu__mobile-item-icon{width:24px;height:11px;position:relative;overflow:hidden;opacity:0}.sticky-menu__mobile-item--active .sticky-menu__mobile-item-icon{opacity:1}.sticky-menu__mobile-item-arrow{width:15.01px;height:8.67px;position:absolute;left:4.5px;top:1.56px;background:white;clip-path:polygon(50% 0,0 100%,100% 100%)}.sticky-menu__desktop{display:none}@media (max-width:767px){.sticky-menu__container--sticky{background-color:transparent!important}.sticky-menu .container{padding-left:0;padding-right:0}}@media (min-width:768px){.sticky-menu__mobile{display:none}.sticky-menu{border-bottom:1px solid var(--color-gray-cool-800)}.sticky-menu__desktop{display:block;width:100%}.sticky-menu__desktop-items{display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.sticky-menu__desktop-item{border-bottom:2px solid transparent;padding:12px 24px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:10px}.sticky-menu__desktop-item--active{border-bottom:2px solid #fb2c36}.sticky-menu__desktop-item:hover{background:rgba(255,255,255,.05)}.sticky-menu__desktop-item-text{text-align:center;color:#9F9FA9;font-size:16px;font-weight:500;line-height:24px;word-wrap:break-word;transition:color .3s ease}.light-theme .sticky-menu__desktop-item-text{color:var(--black)}.sticky-menu__desktop-item--active .sticky-menu__desktop-item-text{color:#FB2C36}}