html{scroll-padding-top:80px}.anchor,.anchor--fixed .anchor__wrapper{border-bottom:1px solid rgba(0,0,0,.1)}.anchor--fixed .anchor__wrapper{background:#fff;bottom:auto;left:0;position:fixed!important;right:0;top:0!important;transition:all .2s ease;z-index:11}.anchor__list-wrapper{align-items:center;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;gap:0 32px;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:3px solid transparent;color:#000;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;opacity:.8;padding-bottom:4px;position:relative;text-decoration:none;transition:all .2s ease;white-space:nowrap}.anchor__link:hover{color:var(--body-color)}.anchor__link:before{background:var(--primary,#00553a);bottom:-3px;content:"";height:3px;left:0;position:absolute;transition:none;width:0}.anchor__link:hover:before{animation:underlineBuild .25s ease-out forwards}.anchor__link:not(:hover):before{animation:underlineTearDown .25s ease-out forwards}.anchor__link--active{border-bottom:3px solid #00f0a4!important;color:#000;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:.5rem 2.5rem;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}}@media(max-width:767px){.anchor__link,.anchor__link:focus{display:block;font-size:16px;padding:.5rem 1.3rem;text-align:left;width:100%}}@keyframes underlineBuild{0%{left:0;width:0}to{left:0;width:100%}}@keyframes underlineTearDown{0%{left:0;width:100%}to{left:100%;width:0}}