.hero-bottom-nav{padding:20px 0}.hero-bottom-nav,.hero-bottom-nav-items{display:flex;flex-wrap:wrap;justify-content:space-between}.hero-bottom-nav-arrow{cursor:pointer;display:none;padding:18px;position:absolute;right:0;top:72px;transition:all .2s linear;z-index:100}.hero-bottom-nav-arrow.rotated{transform:rotate(180deg)}.hero-bottom-nav .hero-bottom-nav-title{color:hsla(0,0%,100%,.58);font-size:16px}.hero-bottom-nav .hero-bottom-nav-item{align-items:center;border-left:1px solid #323a55;display:flex;justify-content:space-between;padding:0 8px}.hero-bottom-nav .hero-bottom-nav-item.active{background:hsla(0,0%,100%,.13);border-radius:8px;margin-right:8px}.hero-bottom-nav .hero-bottom-nav-item:first-of-type{margin-left:8px}.hero-bottom-nav .hero-bottom-nav-item img{height:24px;margin-right:8px;width:24px}.hero-bottom-nav .hero-bottom-nav-item a{align-items:center;color:var(--white);display:flex;font-size:18px;font-size:16px;text-decoration:none!important;transition:.2s}.hero-bottom-nav .hero-bottom-nav-item a:hover{text-decoration:underline}@media (max-width:1600px){.hero-bottom-nav .hero-bottom-nav-item a{font-size:14px}.hero-bottom-nav .hero-bottom-nav-item{padding:5px}.hero-bottom-nav .hero-bottom-nav-item:first-of-type{margin-left:6px}.hero-bottom-nav .hero-bottom-nav-item img{height:20px;margin-right:6px;width:20px}}@media (min-width:1025px) and (max-width:1600px){.hero-bottom-nav .hero-bottom-nav-item img{display:none}.hero-bottom-nav .hero-bottom-nav-item{padding:9px}.hero-bottom-nav{display:flex;flex-wrap:wrap;justify-content:space-evenly}}@media (max-width:1024px){.hero-bottom-nav{flex-direction:column;padding:20px 0 60px;position:relative}.hero-bottom-nav-items{background-color:var(--secondary-color);border:1px solid #fff;flex-direction:column;flex-wrap:nowrap;max-height:44px;overflow:hidden;position:absolute;top:72px;transition:max-height.2s ease-in-out;width:100%;z-index:99}.hero-bottom-nav .hero-bottom-nav-item.active{background:transparent;border-radius:0;margin-right:0;order:-1}.hero-bottom-nav-arrow{display:block}.hero-bottom-nav-items.expanded{max-height:300px}.hero-bottom-nav .hero-bottom-nav-item{border-left:none;padding:10px}.hero-bottom-nav .hero-bottom-nav-item:first-of-type{margin-left:0}}