.mandala-switch{background:#fff;border-radius:16px;display:flex;gap:24px;padding:24px}.mandala-switch__col--nav{display:flex;flex:0 0 33.333%;flex-direction:column;gap:20px;justify-content:center}.mandala-switch__col--content{flex:1 1 66.666%;min-width:0}.mandala-switch__btn{align-items:center;background:#222d5e;border:0;border-radius:12px;color:#dbdbdb;cursor:pointer;display:flex;font-weight:600;height:60px;justify-content:center;text-align:center;transition:background .2s,color .2s,transform .05s;width:100%}.mandala-switch__btn.is-active{background:#dbdbdb;color:#222d5e}.mandala-switch__btn:active{transform:scale(.99)}.mandala-switch__btn:focus-visible{outline:2px solid #222d5e;outline-offset:2px}.mandala-switch__media{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:100%}.mandala-switch__img{display:block;height:100%;object-fit:contain;width:100%}@media (max-width:900px){.mandala-switch{flex-direction:column;gap:16px;padding:16px}.mandala-switch__col--nav{flex:1 1 auto}.mandala-switch__btn{font-size:14px;height:46px}}