/** Shopify CDN: Minification failed

Line 72:305 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.text-and-video-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1800px;
  padding: 4rem;
}

.text-block, .video-block {
  flex: 1;
}

.tagline {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top:1rem;
}

.content {
  margin-bottom: 1rem;
}

.video-block video,
.fallback-image img {
  width: 100%;
  border-radius:.5rem;
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .text-and-video-section {
    flex-direction: column;
    padding: 1rem;
  }

  .text-and-video-section.reverse-mobile {
    flex-direction: column-reverse;
  }
}
.content li {
list-style: none;
    position: relative;
    line-height: 3rem;
    padding-left: 2.5em;
}

.content li::before {
content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
background-image: url("data:image/svg+xml,%3Csvg fill='%230022b5' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm5.676,8.237-6,5.5a1,1,0,0,1-1.383-.03l-3-3a1,1,0,1,1,1.414-1.414l2.323,2.323,5.294-4.853a1,1,0,1,1,1.352,1.474Z'/%3E%3C/svg%3E");