.chapter-fixed-menu-container{bottom:0;left:0;position:fixed;width:100%;z-index:10}.chapter-fixed-menu{background-color:#fff;left:0;position:absolute;top:100%;transition:all .3s ease;width:100%}.chapter-fixed-menu ul{list-style:none;margin:0;padding:0 2.5rem}.chapter-fixed-menu li a{border-bottom:1px solid var(--border-color-grey);color:var(--text-color-blue);display:block;font-weight:700;padding:1rem 0;text-transform:uppercase;transition:all .3s ease}.chapter-fixed-menu li a:hover{color:var(--text-color-pink)}.chapter-fixed-menu li:last-of-type a{border-bottom:0}.chapter-fixed-menu li span{font-weight:400;margin-inline-end:1rem}.chapter-fixed-menu-inner-container{cursor:pointer;position:relative}.chapter-fixed-menu-inner-container.open .chapter-fixed-menu{bottom:100%;top:auto}.chapter-fixed-menu-inner-container:before{color:var(--text-color-pink);content:"\f106";display:inline-block;font:var(--fa-font-regular);margin-inline-end:.5rem}.chapter-fixed-menu-inner-container.open:before{transform:rotate(180deg)}@media screen and (min-width:768px){.chapter-fixed-menu-container .cta-button{padding-inline-end:1.5rem;padding-inline-start:1.5rem}}@media screen and (max-width:767.9px){.chapter-fixed-menu-container{bottom:1rem;left:auto;right:1rem;width:auto}}