.locations__tabs-list{display:none;padding:2px 0;margin-top:24px;align-items:center;justify-self:center;gap:10px;align-self:stretch;overflow-y:auto}.locations .text-block{text-align:center}.locations__tab{display:flex;padding:15px 24px;color:#374249;text-align:center;font-size:20px;font-weight:400;align-items:center;flex-shrink:0;border-radius:99px;background:#e8e9ed}.locations__tab--active{border:2px solid #0066b1;background:rgba(0,102,177,.2)}.locations__tabs-content-item--active{display:flex;flex-direction:column;padding:40px 0}.locations__mobile-dropdown{display:block;position:relative;width:100%}.locations__mobile-dropdown select{margin-top:1em;width:100%;padding:14px 44px 14px 20px;font-size:18px;border-radius:999px;border:none;background-color:#e8e9ed;color:#333;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.locations__mobile-dropdown::after{content:"";position:absolute;right:18px;top:60%;width:8px;height:8px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-60%) rotate(45deg);pointer-events:none}.locations__mobile-dropdown select:focus{outline:0;box-shadow:0 0 0 2px #d0d5dd}@media (min-width:768px){.locations__tab{flex-shrink:1}.locations__tabs-list{display:flex}.locations__mobile-dropdown{display:none}}