/** Shopify CDN: Minification failed

Line 71:0 Unexpected "}"
Line 76:0 Unexpected "}"
Line 81:0 Unexpected "}"
Line 86:0 Unexpected "}"
Line 91:0 Unexpected "}"
Line 96:0 Unexpected "}"

**/
.video-section__media {
  position: relative;
  padding-bottom: 56.25%;
}

.video-section__media.deferred-media {
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.video-section__media.deferred-media:after {
  content: none;
}

.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}

.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


@media only screen and (min-width: 1200px) {
    .c__hero-home .inner {
        padding-top: 0px;
        margin-bottom: -185px;
    }
}
@media (min-width: 1400px) {
    .c__hero-home .inner {
        height: 770px !important;
    }
}
@media (min-width: 1500px) {
    .c__hero-home .inner {
        height: 810px !important;
    }
}
@media (min-width: 1600px) {
    .c__hero-home .inner {
        height: 900px !important;
    }
}
@media (min-width: 1700px) {
    .c__hero-home .inner {
        height: 960px !important;
    }
}
@media (min-width: 1800px)
    .c__hero-home .inner {
        height: 850px !important;
    }
}
@media (min-width: 2000px)
    .c__hero-home .inner {
        height: 910px !important;
    }
}
@media (min-width: 2100px)
    .c__hero-home .inner {
        height: 980px !important;
    }
}
@media (min-width: 2200px)
    .c__hero-home .inner {
        height: 1050px !important;
    }
}
@media (min-width: 2300px)
    .c__hero-home .inner {
        height: 1150px !important;
    }
}
@media (min-width: 2400px)
    .c__hero-home .inner {
        height: 1250px !important;
    }
}