.rpm-slideshow{--_arrow-size:1.5rem;--_arrow-gap:0.75rem;--_gutter:calc(var(--_arrow-size) + var(--_arrow-gap));--_graphic-max-height:90vh;--_funnel-max-height:calc(var(--_graphic-max-height)*0.5);--_flywheel-max-height:calc(var(--_graphic-max-height)*0.35);display:grid;gap:var(--gap-m)}@media (min-width:768px){.rpm-slideshow{align-items:center;grid-template-columns:3fr 2.5fr}}.rpm-slideshow__graphic{align-items:stretch;align-self:center;display:flex;flex-direction:column;max-height:var(--_graphic-max-height);min-width:0;width:100%}.rpm-slideshow__panel{display:none}.rpm-slideshow__panel.is-active{display:block}.rpm-slideshow__funnel{align-items:flex-end;display:flex;flex:0 0 auto;justify-content:center;line-height:0;max-height:var(--_funnel-max-height);overflow:hidden;padding:0 var(--_gutter);text-align:center;width:100%}.rpm-slideshow__funnel img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-height:var(--_funnel-max-height);max-width:100%;object-fit:contain;object-position:bottom center;width:auto}.rpm-slideshow__slider{align-items:stretch;display:flex;flex:0 0 auto;gap:var(--_arrow-gap);max-height:var(--_flywheel-max-height);transition:margin-top .4s ease;width:100%}.rpm-slideshow__slider>button{all:unset;align-self:center;background-color:var(--clr-text);border:2px solid var(--clr-text);border-radius:99px;color:var(--clr-bg);cursor:pointer;display:grid;flex:0 0 var(--_arrow-size);font-family:var(--font-icons);font-variation-settings:var(--font-variation-settings);height:var(--_arrow-size);place-items:center;width:var(--_arrow-size)}.rpm-slideshow__slider>button:hover{background-color:var(--clr-bg);color:var(--clr-text)}.rpm-slideshow__slider>button:active{scale:.94}.rpm-slideshow__viewport{flex:1;height:var(--_flywheel-max-height);max-height:var(--_flywheel-max-height);min-height:0;min-width:0;overflow:hidden;width:100%}.rpm-slideshow__track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;-ms-overflow-style:none}.rpm-slideshow__track::-webkit-scrollbar{display:none}.rpm-slideshow__slide{align-items:flex-start;display:flex;flex:0 0 100%;height:100%;justify-content:center;line-height:0;max-height:var(--_flywheel-max-height);min-width:0;overflow:hidden;scroll-snap-align:center;width:100%}.rpm-slideshow__slide img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-height:100%;max-width:100%;object-fit:contain;object-position:top center;width:auto}.rpm-slideshow__nav{display:flex;flex-shrink:0;gap:.5rem;justify-content:center;padding:1.25rem 0 0}.rpm-slideshow__tab{appearance:none;background:var(--clr-bg);border:2px solid var(--clr-stroke);border-radius:2em;color:var(--clr-text);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.4;padding:.5em 1.25em;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.rpm-slideshow__tab:hover{border-color:var(--clr-text)}.rpm-slideshow__tab.is-active{background:var(--clr-text);border-color:var(--clr-text);color:var(--clr-bg)}