.spy-tab{background-color:#fff;border-color:#eee;border-bottom-width:1px;margin-bottom:48px;display:none}@media (min-width:768px){.spy-tab{display:block}}@media (min-width:1200px){.spy-tab{margin-bottom:96px}}.spy-tab{z-index:10;position:sticky;top:96px}.spy-tab__item{color:#424242;text-transform:uppercase;padding-top:24px;padding-bottom:24px;font-size:14px;font-weight:700;line-height:24px;position:relative}.spy-tab__item:after{content:"";background-color:#fac22a;width:0;height:1px;transition-property:all;transition-duration:.3s;transition-timing-function:ease;position:absolute;bottom:-1px;left:0;right:0}.spy-tab__item:hover{color:#1f1f1f}.spy-tab__item:hover:after{width:100%}.spy-tab__item--active{color:#1f1f1f}.spy-tab__item--active:after{width:100%;height:2px}