.tab-container{padding-bottom:18px;display:flex;justify-content:center;gap:clamp(26px,2.7777777778vw,40px)}.tab-container button{width:auto;background-color:transparent;border:none;text-transform:uppercase;font-size:calc(1rem - 3px);font-weight:700;line-height:1.3;text-align:center;color:#93bcc0;cursor:pointer}.tab-container button.active{color:#103439}@media screen and (max-width:767px){.tab-container{flex-wrap:nowrap;justify-content:unset;overflow:auto;padding-right:3px;overflow:hidden;overflow-x:auto}.tab-container::-webkit-scrollbar{width:5px;height:5px}.tab-container::-webkit-scrollbar-track{background-color:#a0c3c6}.tab-container::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.4);border:0 solid #a0c3c6;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.tab-container button{white-space:nowrap}}