.embla{margin:auto;--slide-height:19rem;--slide-spacing:0rem;--slide-size:100%;--brand-primary:rgb(138,180,248);--brand-secondary:rgb(193,168,226);--brand-alternative:rgb(136,186,191);--background-site:rgb(0,0,0);--background-code:rgb(12,12,12);--text-body:rgb(222,222,222);--text-comment:rgb(170,170,170);--text-high-contrast:rgb(230,230,230);--text-medium-contrast:rgb(202,202,202);--text-low-contrast:rgb(170,170,170);--detail-high-contrast:rgb(101,101,101);--detail-medium-contrast:rgb(25,25,25);--detail-low-contrast:rgb(21,21,21);--admonition-note:rgb(138,180,248);--admonition-warning:rgb(253,186,116);--admonition-danger:rgb(220,38,38);--brand-primary-rgb-value:138,180,248;--brand-secondary-rgb-value:193,168,226;--brand-alternative-rgb-value:136,186,191;--background-site-rgb-value:0,0,0;--background-code-rgb-value:12,12,12;--text-body-rgb-value:222,222,222;--text-comment-rgb-value:170,170,170;--text-high-contrast-rgb-value:230,230,230;--text-medium-contrast-rgb-value:202,202,202;--text-low-contrast-rgb-value:170,170,170;--detail-high-contrast-rgb-value:101,101,101;--detail-medium-contrast-rgb-value:25,25,25;--detail-low-contrast-rgb-value:21,21,21;--admonition-note-rgb-value:138,180,248;--admonition-warning-rgb-value:253,186,116;--admonition-danger-rgb-value:220,38,38}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:black;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .1rem var(--detail-medium-contrast);width:2.5rem;height:6rem;z-index:1;border-radius:10px;color:var(--text-body);display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease-in-out,color .3s ease-in-out}.embla__button:disabled{opacity:0;color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__dots{display:flex;gap:.6rem;padding:.6rem;border-radius:14px;align-items:center}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;justify-content:center;border-radius:50%}.embla__dot,.embla__dot:after{width:.8rem;height:.8rem;display:flex;align-items:center}.embla__dot:after{border-width:1px;border-color:rgb(124,124,124);border-radius:50%;content:""}.embla__dot--selected:after{background-color:#0a62c8;border-color:#0a62c8}