.module.section-tabber{padding:75px 0 55px}.module.section-tabber .section-tabber--intro_title{margin-bottom:50px}.module.section-tabber .section-tabber--tabs{display:-ms-flexbox;display:flex;gap:50px;list-style:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.module.section-tabber .section-tabber--tab{padding-bottom:25px}.module.section-tabber .section-tabber--tab a{color:#000;font-size:30px;font-weight:700;padding-left:20px;padding-right:20px;position:relative;text-align:center;transition:color .3s ease-in-out}.module.section-tabber .section-tabber--tab a:before{background-color:#007932;bottom:-25px;-webkit-clip-path:polygon(calc(100% - 20px) 100%,100% calc(100% - 20px),100% 0,0 0,0 100%);clip-path:polygon(calc(100% - 20px) 100%,100% calc(100% - 20px),100% 0,0 0,0 100%);content:"";display:block;height:0;left:0;position:absolute;transition:height .3s ease-in-out;width:100%}.module.section-tabber .section-tabber--tab.active a{color:#007932}.module.section-tabber .section-tabber--tab.active a:before{height:15px}@media (min-width:782px){.module.section-tabber{padding:125px 0}}