/*TABS*/
.tabbed-list{font-size: 12px;font-weight: 700;line-height: 1.33;letter-spacing: 2px; list-style-type: none;margin: 0 0 1.5rem 0;padding: 0;display: flex; justify-content: center;}
.tabbed-list li {text-align: center;border-bottom: 1px solid #d9dfe3;margin-bottom:3px;}
.tabbed-list a {position: relative;display: block;height: 100%;font-size: 12px;color: #4d5d66;text-transform: uppercase;letter-spacing: 2px;padding: 16px 24px;}
.tabbed-list a:focus, .tabbed-list a:hover{border-bottom: none; text-decoration:none;}
.tabbed-list li.active {border-bottom: 1px solid #ffffff00;}
.tabbed-list .active a {color: #ff7000;pointer-events: none;}
.tabbed-list .active a:after {content: "";display: block;position: absolute;bottom: -2px;left: 0;width: 100%;height: 3px;background-image: -o-linear-gradient(358deg, #ffb401 0%, #ff7000); background-image: linear-gradient(92deg, #ffb401 0%, #ff7000);border-radius: 1.5px;}

@media (max-width: 768px) {
.tabbed{margin: 0 -24px;}
.tabbed-list{font-size: 12px;font-weight: 700;line-height: 1.33;letter-spacing: 2px; list-style-type: none;margin: 0 0 1.5rem 0;padding: 0;display: -webkit-box;display: -ms-flexbox; overflow-x: scroll;}
.tabbed-list::-webkit-scrollbar {display: none;}
.tabbed-list li {-webkit-box-flex: 1;-ms-flex: 1 1 0px; flex: 1 1 0;text-align: center;min-width: 128px;border-bottom: 1px solid #d9dfe3;margin-bottom:3px;}
.tabbed-list li:first-child {margin-left: 24px;}
.tabbed-list li:last-child {margin-right: 24px;}

.tabbed-list a {position: relative;display: block;height: 100%;font-size: 12px;color: #4d5d66;text-transform: uppercase;letter-spacing: 2px;padding: 16px 24px;}
}
