.embla{max-width:100%;width:100%;height:100%;--slide-height:19rem;--slide-spacing:5rem}.embla__viewport{overflow:hidden;height:100%}.embla__container{height:100%;backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{flex:0 0 auto;min-width:0;padding-left:var(--slide-spacing);display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.embla__controls{display:flex;justify-content:space-between;margin-top:1rem}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.embla__button__svg{width:35%;height:35%}.embla__dots{flex-wrap:wrap;justify-content:flex-end;margin-right:calc((2.6rem - 1.4rem) / 2 * -1)}.embla__dot,.embla__dots{display:flex;align-items:center}.embla__dot{margin:.3rem;width:1rem;height:1rem;border-radius:50%;justify-content:center;border:2px solid #0369a1;background-color:#fff}.embla__dot--selected{box-shadow:inset 0 0 0 .2rem var(--text-body);border:2px solid #0369a1;background-color:#0369a1}