.section-athlete-gallery{padding-top:var(--section-padding-top, 0);padding-bottom:var(--section-padding-bottom, 0)}.athlete-gallery{display:block;width:100%;padding-inline:var(--space-2);container-type:inline-size;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ag-bias: 0;--ag-transition: .6s var(--ease-out-slow, cubic-bezier(.26, .54, .32, 1));--ag-gap-col: var(--space-2);--ag-gap-row-left: var(--space-3);--ag-radius: 3px}.athlete-gallery__grid{display:grid;grid-template-columns:calc(27.04cqw + (58.24cqw - 27.04cqw) * var(--ag-bias)) calc(71.83cqw - (71.83cqw - 40.42cqw) * var(--ag-bias));gap:var(--ag-gap-col);transition:grid-template-columns var(--ag-transition)}.athlete-gallery__header{padding-left:calc(var(--space-6) - var(--space-2));margin-bottom:var(--space-24)}.athlete-gallery__heading,.athlete-gallery__subheading{margin:0;font-family:var(--font-heading-family);font-size:var(--font-size-H2);font-weight:500;line-height:1;letter-spacing:-.02em;color:rgb(var(--color-atomic-black))}.athlete-gallery__subheading{opacity:.6}.athlete-gallery__col{display:flex;flex-direction:column;min-width:0}.athlete-gallery__col--left{gap:var(--ag-gap-row-left)}.athlete-gallery__col--right{gap:0}.athlete-gallery__tile{position:relative;display:block;width:100%;border-radius:var(--ag-radius);overflow:hidden;background-color:rgb(var(--color-atomic-cloud));text-decoration:none;color:inherit;padding:0;border:0;font:inherit;text-align:inherit;-webkit-appearance:none;appearance:none}.athlete-gallery__tile--top-left{height:calc(42.96cqw + (62.82cqw - 42.96cqw) * var(--ag-bias));transition:height var(--ag-transition)}.athlete-gallery__tile--video,.athlete-gallery__tile--bottom-left{height:calc(34.3cqw + (51.83cqw - 34.3cqw) * var(--ag-bias));transition:height var(--ag-transition)}.athlete-gallery__tile--portrait{height:calc(45.92cqw - (45.92cqw - 25.85cqw) * var(--ag-bias));transition:height var(--ag-transition)}.athlete-gallery__tile--body{height:calc(40.14cqw - (40.14cqw - 34.08cqw) * var(--ag-bias));min-height:fit-content;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-6) var(--space-4) var(--space-5);background-color:rgb(var(--color-atomic-light-grey));transition:height var(--ag-transition)}.athlete-gallery__media,.athlete-gallery__media .responsive-image,.athlete-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.athlete-gallery__media img,.athlete-gallery__placeholder svg{width:100%;height:100%;object-fit:cover;display:block}.athlete-gallery__tile--video{cursor:pointer}.athlete-gallery__tile--video:focus-visible{outline:2px solid rgb(var(--color-atomic-black));outline-offset:2px}.athlete-gallery__video-overlay{position:absolute;inset:0 0 auto 0;height:35%;background:linear-gradient(to bottom,rgba(var(--color-atomic-black) / .55),rgba(var(--color-atomic-black) / 0));pointer-events:none}.athlete-gallery__video-cta{position:absolute;left:var(--space-4);right:var(--space-4);top:var(--space-5);display:flex;align-items:center;justify-content:space-between;color:rgb(var(--color-atomic-white));font-size:var(--font-size-B2);font-weight:700;line-height:1.4;pointer-events:none}.athlete-gallery__video-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--space-4);height:var(--space-4);flex:0 0 auto}.athlete-gallery__video-icon svg{width:100%;height:100%}.athlete-gallery__portrait-carousel{display:block}.athlete-gallery__portrait-splide{display:flex;flex-direction:column}.athlete-gallery__portrait-splide .splide__list{margin:0;padding:0;list-style:none}.athlete-gallery__portrait-slide{position:relative;height:100%}.athlete-gallery__portrait-slide .athlete-gallery__media,.athlete-gallery__portrait-slide .athlete-gallery__media .responsive-image{position:absolute;top:0;right:0;bottom:0;left:0}.athlete-gallery__portrait-splide .splide__track.athlete-gallery__tile--portrait{height:calc(45.92cqw - (45.92cqw - 25.85cqw) * var(--ag-bias));transition:height var(--ag-transition)}.athlete-gallery__portrait-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);margin:var(--space-2) 0 var(--space-9)}.athlete-gallery__caption{margin:var(--space-2) 0 var(--space-3);font-size:var(--font-size-B4);color:rgb(var(--color-atomic-black))}.athlete-gallery__portrait-meta .athlete-gallery__caption{margin:0;line-height:1}.athlete-gallery__arrows{position:static;display:flex;align-items:center;gap:var(--space-1);width:auto;height:auto;pointer-events:auto}.athlete-gallery__arrow{position:static;transform:none;box-shadow:none;opacity:1;width:var(--space-7);height:var(--space-7);border:0;border-radius:var(--ag-radius);background-color:rgb(var(--color-atomic-cloud));color:rgb(var(--color-atomic-black));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s var(--ease-out-slow, ease)}.athlete-gallery__arrow.splide__arrow:hover:not(:disabled),.athlete-gallery__arrow.splide__arrow:focus-visible{background-color:rgb(var(--color-atomic-light-grey));opacity:1}.athlete-gallery__arrow.splide__arrow:focus-visible{outline:2px solid rgb(var(--color-atomic-black));outline-offset:2px}.athlete-gallery__arrow.splide__arrow:disabled{opacity:.4;cursor:not-allowed}.athlete-gallery__arrow svg{width:calc(var(--space-1) + (var(--space-1) / 2));height:calc(var(--space-3) - (var(--space-1) / 2))}.athlete-gallery__body-label{position:absolute;top:var(--space-6);left:var(--space-4);font-size:var(--font-size-B4);color:rgb(var(--color-atomic-black))}.athlete-gallery__body-text{font-size:var(--font-size-H2);font-weight:500;line-height:1.15;letter-spacing:-.02em;color:rgb(var(--color-atomic-black));opacity:.8;margin:0}@media screen and (max-width:989px){.athlete-gallery{padding-inline:0}.athlete-gallery__tile{border-radius:0}.athlete-gallery__header{padding-inline:var(--space-3)}.athlete-gallery__heading,.athlete-gallery__subheading{font-size:var(--font-size-H3)}.athlete-gallery__grid{display:flex;flex-direction:column;grid-template-columns:none;gap:0}.athlete-gallery__col{display:contents}.athlete-gallery__portrait-meta{margin:var(--space-3) 0 var(--space-6);padding-inline:var(--space-3)}.athlete-gallery__portrait-carousel,.athlete-gallery__tile--portrait{order:1}.athlete-gallery__tile--portrait,.athlete-gallery__portrait-splide .splide__track.athlete-gallery__tile--portrait{height:auto;aspect-ratio:390 / 384}.athlete-gallery__caption{font-size:var(--font-size-B4);line-height:1}.athlete-gallery__col>.athlete-gallery__caption{order:2;margin:var(--space-3) 0 var(--space-6);padding-inline:var(--space-3)}.athlete-gallery__tile--top-left{order:3;height:auto;aspect-ratio:390 / 384}.athlete-gallery__tile--body{order:4;height:auto;margin-top:var(--space-10);padding:calc(var(--space-5) + var(--font-size-B4) + var(--space-24)) var(--space-3) var(--space-7)}.athlete-gallery__tile--video,.athlete-gallery__tile--bottom-left{order:5;height:auto;aspect-ratio:390 / 480}.athlete-gallery__body-label{top:var(--space-5);left:var(--space-3)}.athlete-gallery__body-text{font-size:var(--font-size-H2)}.athlete-gallery__video-cta{left:var(--space-3);right:var(--space-3);font-size:var(--font-size-B1);font-weight:500;line-height:1;letter-spacing:-.02em}.athlete-gallery__video-icon{width:var(--space-3);height:var(--space-3)}}@media(prefers-reduced-motion:reduce){.athlete-gallery__grid,.athlete-gallery__tile{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-athlete-gallery.css.map */
