/** Shopify CDN: Minification failed

Line 63:16 Expected ":"
Line 63:18 Expected identifier but found "0"

**/
.banner-cta .banner-section {
  align-items: anchor-center;
  display: flex;
  overflow: hidden;
  height: var(--bvh);
  background-color: rgb(var(--color-background));
  position: relative;
}
.banner-cta .banner-section img {
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: auto;
  z-index: 1;
}
.banner-section:before {
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: url('gradient-bg.svg') no-repeat center right;
  background-size: auto 100%;
  background-position: center;
  /* background: linear-gradient(0deg, #000000, #000000), linear-gradient(90deg, #000000 60.28%, #302119 100%); */
  position: absolute;
  opacity: 1;
}
.banner-cta .inner {
  height: auto;
  box-sizing: border-box;
}
.banner-cta .inner .content-wrapper .section-title .subtitle {
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.56rem;
  font-weight: 500;
  /* font-weight: 600; */
  letter-spacing: 0;
}
.banner-cta .inner .content-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3.7rem;
}
.banner-cta .inner .content-wrapper .btn {
  max-width: 15rem;
  width: 100%
}
.banner-cta .inner .content-wrapper .content-inner .heading {
  margin-bottom: 2.5rem;
  /* font-weight: 400; */
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing; 0;
}
.banner-cta .inner .content-wrapper .content-inner .section-title{
  margin-bottom: 2.4rem;
}

.banner-cta .inner .content-wrapper .content-inner .section-title .btn .btn-primary *{
  font-weight: 600;
  font-size: 1.2rem;
  line-height:1.56rem;
  letter-spacing:0;
}
@media only screen and (min-width: 769px) {
  .banner-cta .banner-section {
    position: absolute;
    width: 100%;
  }
  .banner-cta .inner {
    height: var(--bvh);
  }
  .banner-cta .inner .content-wrapper .section-title .subtitle {
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 2.08;
    font-weight: 400;
  }
  .banner-cta .inner .content-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    text-align: left;
    margin-left: auto;
    justify-self: flex-end;
    margin-right: 0;
    justify-content: flex-end;
    margin-top: 0;
  }
  .banner-cta .inner .content-wrapper .btn {
    max-width: 17.7rem;
    width: 100%;
  }
  .banner-cta .inner .content-wrapper .content-inner {
    max-width: 41.5rem;
    width: 100%;
    z-index: 2;
  }
  .banner-cta .inner .content-wrapper .content-inner .heading {
    margin-bottom: 4rem;
  }
  .banner-cta .inner .content-wrapper .content-inner .section-title{
    margin-bottom: 2.7rem;
  }
  .banner-cta .inner .content-wrapper .section-title {
    margin-bottom: 2.9rem;
  }
  .banner-cta .banner-section img {
    object-position: left;
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px){
    .banner-cta .inner .content-wrapper .content-inner .heading {
      /* margin-bottom: 4.3rem; */
      font-size:4rem;
      line-height:4rem;
      /* font-weight:300; */
      font-weight: 200;
      letter-spacing: 0;
  }
}
@media only screen and (min-width: 1441px){
  .layout--fluid .banner-cta .inner .content-wrapper .btn {
    max-width: 12.292vw;
  }
  .layout--fluid .banner-cta .inner .content-wrapper .content-inner {
    max-width: 28.819vw;
  }
  .layout--fluid .banner-cta .inner .content-wrapper .content-inner .heading {
    margin-bottom: 2.778vw;
    font-size: 2.778vw;
    line-height: 2.778vw;
  }
  .layout--fluid .banner-cta .inner .content-wrapper .content-inner .section-title{
    margin-bottom: 1.875vw;
  }
  .layout--fluid .banner-cta .inner .content-wrapper .section-title {
    margin-bottom: 2.014vw;
  }
  .layout--fluid .banner-cta .inner .content-wrapper .content-inner .section-title .btn .btn-primary * {
    font-size: 0.833vw; 
    line-height: 1.083vw; 
  }
  .layout--fluid .banner-cta .inner .content-wrapper .section-title .subtitle {
    font-size: 1.111vw;
    line-height: 1.444vw;
  }
}