.ctabs__editor-warning{background:#fff3cd;border:1px solid #ffc107;padding:24px}.ctabs{background:#e5ecee;border:1px solid #000;border-radius:24px;padding:56px 48px}.ctabs__nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:64px}.ctabs__btn{align-items:center;background:#e5ecee;border:1.25px solid #000;border-radius:999px;color:#000;cursor:pointer;display:inline-flex;font-size:17px;font-weight:500;gap:10px;line-height:1;padding:14px 28px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ctabs__btn.is-active{background:#000;border-color:#000;color:#fff}.ctabs__btn:hover:not(.is-active){border-color:#666}.ctabs__btn:focus-visible{outline:2px solid #000;outline-offset:3px}.ctabs__btn-icon{height:20px;object-fit:contain;width:20px}.ctabs__panel[hidden]{display:none}.ctabs__grid{align-items:center;column-gap:48px;display:grid;grid-template-columns:repeat(var(--ctabs-cols,3),1fr);justify-items:center;row-gap:72px}.ctabs__logo{align-items:center;display:flex;justify-content:center;width:100%}.ctabs__logo img{height:auto;max-height:56px;max-width:100%;object-fit:contain;width:auto}@media (max-width:767px){.ctabs{padding:32px 20px}.ctabs__nav{gap:12px;margin-bottom:40px}.ctabs__btn{font-size:15px;padding:12px 20px}.ctabs__grid{column-gap:24px;grid-template-columns:repeat(2,1fr);row-gap:40px}.ctabs__logo img{max-height:40px}}