.gro-video-module{background:var(--gvm-bg, #fff);color:var(--gvm-text, #17162a);padding-top:var(--gvm-pad-top, 64px);padding-bottom:var(--gvm-pad-bottom, 64px)}.gro-video-module *{box-sizing:border-box}.gro-video-module__inner{max-width:var(--gvm-maxw, 1180px);margin:0 auto;padding:0 20px}.gro-video-module__head{margin-bottom:28px}.gro-video-module.align-center .gro-video-module__head{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.gro-video-module__eyebrow{margin:0 0 10px;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--gvm-accent, #2f1ee9)}.gro-video-module__heading{margin:0 0 12px;font-size:var(--gvm-heading-size, 32px);line-height:1.15}.gro-video-module__subheading{margin:0 0 12px;font-size:calc(var(--gvm-body-size, 16px) + 2px);opacity:.85}.gro-video-module__body{font-size:var(--gvm-body-size, 16px);line-height:1.6}.gro-video-module__body>:first-child{margin-top:0}.gro-video-module__body>:last-child{margin-bottom:0}.gro-video-module__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.gro-video-module.align-center .gro-video-module__ctas{justify-content:center}.gro-video-module__cards{display:grid;grid-template-columns:1fr;gap:24px}.gro-video-module__card{display:flex;flex-direction:column;gap:14px;min-width:0;background:transparent;border-radius:var(--gvm-radius, 12px)}.gro-video-module__media-wrap{position:relative;width:100%;border-radius:var(--gvm-radius, 12px);overflow:hidden}.gro-video-module__media{width:100%;display:block}.gro-video-module__media-img,.gro-video-module__placeholder{width:100%;aspect-ratio:16 / 9;object-fit:var(--gvm-poster-fit, cover);display:block}.gro-video-module__placeholder{display:flex;align-items:center;justify-content:center;background:#e2e1dc;color:#0006;font-size:13px;letter-spacing:1px;text-transform:uppercase}.gro-video-module .gro-video__poster{object-fit:var(--gvm-poster-fit, cover)}.gro-video-module__badge,.gro-video-module__duration{position:absolute;z-index:3;font-size:12px;font-weight:600;line-height:1;padding:6px 10px;border-radius:999px;pointer-events:none}.gro-video-module__badge{top:10px;left:10px;background:var(--gvm-accent, #2f1ee9);color:#fff}.gro-video-module__duration{bottom:10px;right:10px;background:#000000b8;color:#fff}.gro-video-module__text{display:flex;flex-direction:column;gap:8px}.gro-video-module__card-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gvm-accent, #2f1ee9)}.gro-video-module__card-title{margin:0;font-size:calc(var(--gvm-body-size, 16px) + 3px);line-height:1.3}.gro-video-module__card-subheading{margin:0;font-size:var(--gvm-body-size, 16px);opacity:.8}.gro-video-module__card-body{font-size:calc(var(--gvm-body-size, 16px) - 1px);line-height:1.55;opacity:.9}.gro-video-module__card-link{color:var(--gvm-accent, #2f1ee9);font-weight:600;text-decoration:none}.gro-video-module__card-link:hover{text-decoration:underline}.gro-video-module__card-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.gro-video-module__transcript{margin-top:6px;font-size:14px}.gro-video-module__transcript summary{cursor:pointer;color:var(--gvm-accent, #2f1ee9);font-weight:600}.gro-video-module__transcript-body{margin-top:8px;line-height:1.6}.gro-video-module__cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.gro-video-module__cta.cta-text{color:var(--gvm-accent, #2f1ee9)}.gro-video-module__cta.cta-text:hover{text-decoration:underline}.gro-video-module__cta.cta-button,.gro-video-module__cta.cta-pill{background:var(--gvm-accent, #2f1ee9);color:#fff;padding:12px 22px}.gro-video-module__cta.cta-button{border-radius:8px}.gro-video-module__cta.cta-pill{border-radius:999px}.gro-video-module__cta.is-secondary{background:transparent;color:var(--gvm-text, #17162a);box-shadow:inset 0 0 0 1.5px currentColor}.gro-video-module__cta:hover{opacity:.92}.cards-style-bordered .gro-video-module__card{background:var(--gvm-card-bg, #f7f6f3);border:1px solid rgba(0,0,0,.08);padding:12px}.cards-style-shadow .gro-video-module__card{background:var(--gvm-card-bg, #f7f6f3);box-shadow:0 6px 20px #00000014;padding:12px}.cards-style-elevated .gro-video-module__card{background:var(--gvm-card-bg, #fff);box-shadow:0 10px 30px #0000001f;padding:14px;transition:transform .25s ease,box-shadow .25s ease}.cards-style-elevated .gro-video-module__card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000029}.gro-video-module__card.text-beside{display:grid;grid-template-columns:1fr;gap:16px}.gro-video-module__card.text-overlay{position:relative}.gro-video-module__card.text-overlay .gro-video-module__text{position:absolute;inset:auto 0 0 0;z-index:4;padding:16px;color:#fff;background:linear-gradient(to top,#000000c7,#0000)}.gro-video-module__card.text-overlay .gro-video-module__card-eyebrow,.gro-video-module__card.text-overlay .gro-video-module__card-subheading,.gro-video-module__card.text-overlay .gro-video-module__card-body{color:#fff;opacity:.95}@media screen and (min-width:750px){.gro-video-module__inner{padding:0 32px}.gro-video-module__head{margin-bottom:36px}.gro-video-module--grid .gro-video-module__cards,.gro-video-module--featured_grid .gro-video-module__cards{grid-template-columns:repeat(2,1fr)}.gro-video-module__card.text-beside{grid-template-columns:1fr 1fr;align-items:center}}@media screen and (min-width:1000px){.gro-video-module--grid .gro-video-module__cards,.gro-video-module--featured_grid .gro-video-module__cards{grid-template-columns:repeat(var(--gvm-cols, 3),1fr)}.gro-video-module--featured_grid .gro-video-module__card:first-child{grid-column:span 2;grid-row:span 2}.gro-video-module--hero .gro-video-module__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.gro-video-module--hero .gro-video-module__head{margin-bottom:0}.gro-video-module--hero.media-left .gro-video-module__head{order:2}.gro-video-module--hero.media-left .gro-video-module__cards{order:1}.gro-video-module--editorial .gro-video-module__card{grid-template-columns:1fr 1fr;gap:40px;align-items:center}.gro-video-module--editorial .gro-video-module__card.text-below,.gro-video-module--editorial .gro-video-module__card.text-overlay{display:grid}.gro-video-module--editorial .gro-video-module__card:nth-child(2n) .gro-video-module__media-wrap{order:2}}.gro-video-module--carousel .gro-video-module__cards{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:thin}.gro-video-module--carousel .gro-video-module__card{flex:0 0 80%;scroll-snap-align:start}@media screen and (min-width:750px){.gro-video-module--carousel .gro-video-module__card{flex-basis:42%}}@media screen and (min-width:1000px){.gro-video-module--carousel .gro-video-module__card{flex-basis:calc((100% - (16px * (var(--gvm-cols, 3) - 1))) / var(--gvm-cols, 3))}}@media screen and (max-width:999px){.gro-video-module.mobile-text_first .gro-video-module--hero .gro-video-module__cards,.gro-video-module--hero.mobile-text_first .gro-video-module__cards{order:2}.gro-video-module--editorial.mobile-text_first .gro-video-module__card{display:flex;flex-direction:column-reverse}}.gro-video-module a:focus-visible,.gro-video-module summary:focus-visible{outline:3px solid var(--gvm-accent, #2f1ee9);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){.gro-video-module *,.gro-video-module *:before,.gro-video-module *:after{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/135/assets/gro-video-module.css.map */
