.page-tab-buttons{flex-wrap:wrap;display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem}@media (min-width:768px){.page-tab-buttons.page-tab-buttons-2{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.page-tab-buttons.page-tab-buttons-3{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.page-tab-buttons.page-tab-buttons-4{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.page-tab-button{background:#fff;color:#000;transition:background-color .2s,color .2s;border:none;cursor:pointer;width:100%;border-radius:20px;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);font-weight:400;padding:15px;font-size:11px;line-height:120%;letter-spacing:.4px;text-transform:uppercase;font-family:sofia-pro,serif}@media (min-width:1200px){.page-tab-buttons.page-tab-buttons-4{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.page-tab-button{padding:30px;font-size:14px;letter-spacing:1.4px}}.page-tab-button.page-tab-button-blue.is-active{background:#0037fc;color:#fff}.page-tab-button.page-tab-button-muted-blue.is-active{background:#4056ff;color:#fff}.page-tab-button.page-tab-button-mystic-purple.is-active{background:#8930f9;color:#000}.page-tab-button.page-tab-button-sky-blue.is-active{background:#5dc9fd;color:#000}.page-tab-button.page-tab-button-aurora-green.is-active{background:#21e7c0;color:#000}