.gsv{position:relative;background:var(--gsv-bg);overflow:hidden}.gsv:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--gsv-bg-image);background-position:var(--gsv-bg-image-position);background-repeat:no-repeat;background-size:var(--gsv-bg-image-size);opacity:var(--gsv-bg-image-opacity);pointer-events:none}.gsv__inner{position:relative;z-index:1}.gsv__inner--full{width:100%;padding-left:var(--gsv-full-padding-desktop);padding-right:var(--gsv-full-padding-desktop)}.gsv__content{max-width:var(--gsv-content-max-width);margin:0 auto;display:flex;flex-direction:column;gap:var(--gsv-content-gap)}.gsv__header{display:flex;flex-direction:column;align-items:center;gap:var(--gsv-header-gap);text-align:var(--gsv-header-align)}.gsv__header--left{align-items:flex-start}.gsv__heading{margin:0;max-width:var(--gsv-heading-max-width);color:var(--gsv-heading-color);font-size:var(--gsv-heading-size-desktop);font-weight:var(--gsv-heading-weight);line-height:var(--gsv-heading-line-height);letter-spacing:var(--gsv-heading-letter-spacing)}.gsv__heading-line{display:block}.gsv__heading-line--primary{display:flex;justify-content:center;gap:.18em;flex-wrap:wrap}.gsv__header--left .gsv__heading-line--primary{justify-content:flex-start}.gsv__heading-highlight{color:var(--gsv-heading-highlight)}.gsv__intro{max-width:var(--gsv-intro-max-width);color:var(--gsv-intro-color);font-size:var(--gsv-intro-size-desktop);line-height:var(--gsv-intro-line-height)}.gsv__intro p{margin:0}.gsv__intro p+p{margin-top:1rem}.gsv__media-wrap{width:100%;max-width:var(--gsv-media-max-width);margin:0 auto}.gsv__media{position:relative;display:block;min-height:var(--gsv-media-height-desktop);width:100%;border-radius:var(--gsv-media-radius);overflow:hidden;background:var(--gsv-media-bg);border:var(--gsv-media-border-width) solid var(--gsv-media-border-color);box-shadow:var(--gsv-media-shadow)}.gsv__poster,.gsv__poster-surface,.gsv__placeholder-surface{display:block;width:100%;min-height:var(--gsv-media-height-desktop)}.gsv__poster{padding:0;border:0;background:transparent;cursor:pointer}.gsv__poster-surface,.gsv__placeholder-surface{position:relative;min-height:var(--gsv-media-height-desktop);background:var(--gsv-media-bg);display:flex;align-items:center;justify-content:center;padding:3rem}.gsv__poster-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--gsv-poster-fit);object-position:var(--gsv-poster-position)}.gsv__poster-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gsv-media-overlay)}.gsv__play-button{position:absolute;right:var(--gsv-play-button-offset-desktop);bottom:var(--gsv-play-button-offset-desktop);z-index:2;width:var(--gsv-play-button-size-desktop);height:var(--gsv-play-button-size-desktop);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--gsv-play-button-bg);color:var(--gsv-play-button-color);box-shadow:0 12px 24px #00000026}.gsv__play-button .icon{width:var(--gsv-play-icon-size-desktop);height:var(--gsv-play-icon-size-desktop)}.gsv__embed,.gsv__embed iframe,.gsv__embed video,.gsv__embed .video-section__media,.gsv__embed .shopify-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gsv__embed iframe,.gsv__embed video{border:0;object-fit:cover}.gsv__quote-wrap{max-width:var(--gsv-quote-max-width);width:100%;margin:var(--gsv-quote-margin-top) auto 0;text-align:var(--gsv-quote-align);padding:var(--gsv-quote-panel-padding-desktop);border:var(--gsv-quote-panel-border-width) solid var(--gsv-quote-panel-border);border-radius:var(--gsv-quote-panel-radius-desktop);background:var(--gsv-quote-panel-bg);box-shadow:var(--gsv-quote-panel-shadow);backdrop-filter:blur(var(--gsv-quote-panel-blur-desktop));-webkit-backdrop-filter:blur(var(--gsv-quote-panel-blur-desktop))}.gsv__quote{margin:0;color:var(--gsv-quote-color);font-size:var(--gsv-quote-size-desktop);line-height:var(--gsv-quote-line-height);font-style:italic;border:0}.gsv__quote-author{margin:1.4rem 0 0;color:var(--gsv-quote-author-color);font-size:var(--gsv-quote-author-size-desktop);line-height:var(--gsv-quote-author-line-height)}@media screen and (max-width:989px){.gsv__inner--full{padding-left:max(2.4rem,var(--gsv-full-padding-mobile));padding-right:max(2.4rem,var(--gsv-full-padding-mobile))}.gsv__heading{font-size:var(--gsv-heading-size-mobile)}.gsv__intro{font-size:var(--gsv-intro-size-mobile)}.gsv__media,.gsv__poster,.gsv__poster-surface,.gsv__placeholder-surface{min-height:var(--gsv-media-height-mobile)}.gsv__quote{font-size:var(--gsv-quote-size-mobile)}.gsv__quote-author{font-size:var(--gsv-quote-author-size-mobile)}}@media screen and (max-width:749px){.gsv__inner--full{padding-left:var(--gsv-full-padding-mobile);padding-right:var(--gsv-full-padding-mobile)}.gsv__heading-line--primary{gap:.12em}.gsv__poster-surface,.gsv__placeholder-surface{padding:2rem}.gsv__play-button{width:var(--gsv-play-button-size-mobile);height:var(--gsv-play-button-size-mobile);right:var(--gsv-play-button-offset-mobile);bottom:var(--gsv-play-button-offset-mobile)}.gsv__play-button .icon{width:var(--gsv-play-icon-size-mobile);height:var(--gsv-play-icon-size-mobile)}.gsv__quote-wrap{padding:var(--gsv-quote-panel-padding-mobile);border-radius:var(--gsv-quote-panel-radius-mobile);backdrop-filter:blur(var(--gsv-quote-panel-blur-mobile));-webkit-backdrop-filter:blur(var(--gsv-quote-panel-blur-mobile))}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/section-gosevak-video-story.css.map */
