html{scroll-padding-top:80px}.anchor--fixed .anchor__wrapper{background:#fff;border-bottom:1px solid var(--primary);bottom:auto;left:0;position:fixed!important;right:0;top:0!important;transition:all .2s ease;z-index:11}.anchor__list-wrapper{align-items:flex-start;border-bottom:2px solid #e1e1e1;display:flex;gap:30px;justify-content:space-between}.anchor--fixed .anchor__list-wrapper{border-bottom:0;margin:0 auto;max-width:1200px}.anchor__list{display:flex;list-style:none;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;-webkit-overflow-scrolling:touch;scrollbar-color:var(--primary) transparent;scrollbar-width:thin}.anchor__list::-webkit-scrollbar{height:4px}.anchor__list::-webkit-scrollbar-track{background:transparent}.anchor__list::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.anchor__list-wrapper .button{margin:calc(var(--grid-gutter)/2) 0}.anchor__link,.anchor__link:focus{border-bottom:2px solid transparent;color:#7e848a;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:6px calc(var(--grid-gutter));text-decoration:none;transition:all .2s ease;white-space:nowrap}.anchor__link:hover{color:var(--body-color)}.anchor__link--active{border-color:var(--primary)!important;color:var(--primary)!important;transition:all .2s ease}@media (max-width:991px){.anchor--fixed .anchor__list-wrapper .button{margin-right:var(--grid-gutter);transition:none}.anchor__list{background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;left:0;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .3s ease-in-out;width:100%;z-index:801}.anchor__list[data-active=true]{max-height:80vh;overflow-y:auto}.anchor__list-menu{cursor:pointer;display:block;font-size:16px;font-weight:700;padding-bottom:10px;padding-top:10px}.anchor--fixed .anchor__list-menu{margin-left:var(--grid-gutter)}.anchor__list-menu .sicon{font-size:12px;font-weight:700;margin:0 6px}.anchor__list-menu .sicon-wrapper{display:inline-block;transition:transform .3s ease-in-out}.anchor__list-menu[data-active=true] .sicon-wrapper{transform:rotate(180deg)}.anchor__list-wrapper{align-items:center;display:flex;justify-content:space-between}.anchor__link,.anchor__link:focus{display:block;font-size:16px;padding:10px;padding:var(--grid-gutter) calc(var(--grid-gutter)*2);text-align:left;width:100%}.anchor__list .anchor__item:last-of-type .anchor__link{padding-bottom:calc(var(--grid-gutter)*2)}}@media (min-width:992px){.anchor__list-menu{display:none}.anchor__list{padding:calc(var(--grid-gutter)/2) 0;position:relative}}