@-webkit-keyframes moveArrowDown{0%,to{top:-2px}50%{top:1px}}@keyframes moveArrowDown{0%,to{top:-2px}50%{top:1px}}.tabs .tabItem,.tabs .tabItem svg{display:inline-block;position:relative}.tabs .tabItem{border:2px solid #f6f6f6;border-radius:10px 10px 0 0;background:#f6f6f6;margin-right:20px;font-weight:600;font-size:16px;color:#000;letter-spacing:-.07px;line-height:28px;text-transform:uppercase;padding:8px 50px 7px;cursor:pointer;border-bottom:0;z-index:1;transition:all .2s;text-decoration:none!important}.tabs .tabItem svg{height:12px;width:auto;margin-left:5px;top:-2px}.tabs .tabItem:last-of-type{margin-right:0}.tabs .tabItem.active{background-color:#fff;border-color:#e6e6e6;z-index:2}@media (max-width:1023.98px){.tabs .tabItem{padding-left:30px;padding-right:30px;font-size:15px;line-height:25px}}@media (max-width:767.98px){.tabs .tabItem{width:calc(33.3333% - 5px);position:relative;display:block;padding-left:14px;font-size:11px;line-height:18px;float:left;height:50px;margin:0 5px 0 0}.tabs .tabItem svg{display:none}}.tabs .tabContent{background:#fff;border:2px solid #e6e6e6;padding:20px;position:relative;z-index:1;top:-2px}html.no-touchevents .tabItem:hover{color:#f18d09}html.no-touchevents .tabItem:hover svg{-webkit-animation-name:moveArrowDown;animation-name:moveArrowDown;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}