.tabs header{display:flex;font-family:var(--mv-font-headings);font-size:18px;justify-content:space-between;position:relative}.tabs header button{background:none;border:0;cursor:pointer;font-weight:900;outline:0;padding:30px 10px;position:relative}.tabs header button:first-of-type{padding:30px 10px 30px 0}.tabs header button:last-of-type{padding:30px 0 30px 10px}.tabs header button div{bottom:0;height:6px;left:0;opacity:0;position:absolute;transition:all .4s;width:100%}.tabs header button.active div,.tabs header button:hover div{opacity:1}.tabs header:after{border-bottom:1px solid #3c4958;bottom:-1px;content:" ";left:-50vw;position:absolute;width:150vw}.tabs__wrapper{overflow:hidden}.tabs__tab{animation-duration:1s;animation-fill-mode:forwards;animation-name:tabTransitionOut;display:flex}.tabs__tab.active{animation-duration:1s;animation-fill-mode:forwards;animation-name:tabTransitionIn}@keyframes tabTransitionIn{0%{height:0;opacity:0;pointer-events:none}to{height:auto;opacity:1;pointer-events:auto}}@keyframes tabTransitionOut{0%{height:auto;opacity:1;pointer-events:auto}to{height:0;opacity:0;pointer-events:none}}.tabs__tab div:first-of-type{padding:30px 30px 30px 0}.tabs__tab div:last-of-type{padding:30px 0 30px 30px}