/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 15:0 Unexpected "{"
Line 15:1 Expected identifier but found "%"

**/
{% comment %}
.video-with-text{margin-top:5rem}
.video-with-text:not(.color-scheme-background-1){margin-bottom:5rem}
@media screen and (min-width:750px){
.video-with-text{margin-bottom:calc(5rem + var(--page-width-margin))}
}
{% endcomment %}

.video-with-text .grid{margin-left:0;margin-bottom:0}
.video-with-text__grid{overflow:hidden;display:flex;align-items:center}
@media screen and (min-width:750px){
.video-with-text__grid--reverse{flex-direction:row-reverse}
}
.video-with-text__media{background-color:transparent;min-height:100%}
.video-with-text__media--small{height:19.4rem}
.video-with-text__media--large{height:40rem}
@media screen and (min-width:750px){
.video-with-text__media--small{height:31.4rem}
.video-with-text__media--large{height:60rem}
}
.video-with-text__media--placeholder{background-color:rgba(var(--color-foreground),.04);position:relative;overflow:hidden}
.video-with-text__media--placeholder.video-with-text__media--adapt{height:20rem}
@media screen and (min-width:750px){
.video-with-text__media--placeholder.video-with-text__media--adapt{height:30rem}
}
.video-with-text__media--placeholder>svg{position:absolute;left:50%;max-width:80rem;top:50%;transform:translate(-50%,-50%);width:100%;fill:currentColor}
.video-with-text__content{display:flex;flex-direction:column;align-items:flex-start;height:100%;justify-content:center;padding:4rem calc(4rem / var(--font-body-scale)) 5rem}
@media screen and (min-width:750px){
.video-with-text__grid--reverse .video-with-text__content{margin-left:auto}
}
@media screen and (min-width:750px){
.video-with-text__content{padding:6rem 7rem 7rem}
}
.video-with-text__content>*+*{margin-top:2rem}

/* .video-with-text__content > .video-with-text__text:empty ~ a {
  margin-top: 2rem;
} */

.video-with-text__content > :first-child:is(.video-with-text__heading) {
  margin-top: 0;
}

.video-with-text__content :last-child:is(.video-with-text__heading) {
  margin-bottom: 0;
}

.video-with-text__content .button + .video-with-text__text {
  margin-top: 2rem;
}

/* .video-with-text__content .video-with-text__text + .button {
  margin-top: 3rem;
} */

.video-with-text__heading{margin-bottom:0}

/* .video-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
} */

.video-with-text__content{padding-left:15px!important;padding-right:15px!important}
.video-with-text .video-container{width:100%;border-radius:4px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 20px rgba(black,.4);height:100%;display:flex;justify-content:center;align-items:center}
.video-with-text video{width:100%;height:100%;border-radius:4px}
