.embla{max-width:48rem;display:flex;flex-direction:column;column-gap:4px;justify-content:space-between;align-items:flex-start;margin:auto;--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%}@media (max-width:640px){.embla{max-width:100%;--slide-height:15rem;--slide-spacing:0.5rem}}@media (min-width:641px) and (max-width:1024px){.embla{max-width:36rem;--slide-height:17rem;--slide-spacing:0.75rem}}@media (min-width:1025px){.embla{max-width:60rem;--slide-height:22rem;--slide-spacing:1.4rem}}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);user-select:none}.embla__controls{display:flex;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:1.8rem}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px}.embla__dot{-webkit-tap-highlight-color:rgba(49,49,49,.5);-webkit-appearance:none;appearance:none;background-color:rgba(167,11,239,.1);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.embla__dot--selected{background-color:#a70bef}