/** Shopify CDN: Minification failed

Line 322:4 Expected "}" to go with "{"

**/
/* For Mobile ++ */
.shopify-section.image-with-text {
  position: relative;
  z-index: 2;
}

.image-with-text {
  background-color: rgb(var(--color-background));
}

.image-with-text .content-wrapper {
  justify-content: space-between;
  position: relative;
  gap: 4rem;
}

.image-with-text .content-wrapper .content-inner {
  max-width: 100%;
}
.image-with-text .content-wrapper .content-inner .content-head .para h2,
.image-with-text .content-wrapper .content-inner .content-head .heading {
  margin: 3.6rem 0 2.7rem 0;
  max-width: 65rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2.4rem
}

.image-with-text .content-wrapper .content-inner .content-head .para,
.image-with-text .content-wrapper .content-inner .content-head .para p,
.image-with-text .content-wrapper .content-inner .content-head .para a,
.image-with-text .content-wrapper .content-inner .content-head .para li {
  /* font-weight: 400; */
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.92rem;
  letter-spacing: 0;
}
.image-with-text .content-wrapper .content-inner .content-head .para h2{
  font-size: 2.4rem;
  line-height: 2.4rem;
  /* margin-bottom: 2.1rem; */
}
.image-with-text .content-wrapper .content-inner .content-head .para p{
  font-size: 1.4rem;
  line-height: 1.68rem;
  margin-top: 2.1rem;
}
.image-with-text .content-wrapper .content-inner .content-head .para p strong{
    font-weight: 700;
}
.image-with-text .content-wrapper .content-inner .content-classes {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1.6rem;
}

/* .section-title{
  margin-bottom: 2rem;
} */
.image-with-text .section-title .subtitle {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.56rem;
  letter-spacing: 0;
}
.image-with-text .content-wrapper .content-inner .content-head .para {
  font-size: 1.4rem;
  line-height: 1.68rem;
  margin-top: 3.4rem;
}

.image-with-text .content-wrapper .content-inner .content-head .para ul li {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.56rem;
  letter-spacing: 0;
  border-top: 0.5px solid rgba(48, 33, 25, 0.3);
  padding: 1.2rem 0;
  list-style-type: square;
  list-style-position: inside;
}
.image-with-text .content-wrapper .content-inner .content-head .para ul {
  margin-top: 3rem;
}
.image-with-text .content-wrapper .content-inner .content-head .para ul li:last-child {
  border-bottom: 0.5px solid rgba(48, 33, 25, 0.3);
}
.image-with-text .content-wrapper .content-inner .content-head .para .artist-specs {
  font-weight: 500;
}
.image-with-text .content-wrapper .content-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
@media only screen and (max-width: 768px) {
  .image-with-text .content-wrapper.content-wrapper-after {
    flex-direction: column-reverse;
  }
  .image-with-text .content-wrapper .content-thumb {
    margin-left: calc(var(--page-width-margin) * -1);
    margin-right: calc(var(--page-width-margin) * -1);
    width: calc(100% + var(--page-width-margin) * 2);
  }
}
/* .image-with-text .section-layout .container  */
/* For Tablet++ */
@media only screen and (min-width: 769px) {
  
  .image-with-text .content-wrapper {
    gap: 7.75%;
    flex-direction: row;
  }
  
  .image-with-text .content-wrapper.content-wrapper-after {
    flex-direction: row-reverse;
  }

  .image-with-text .content-wrapper .content-thumb img {
    width: 50rem;
    height: auto;
  }

  .image-with-text .content-wrapper .content-inner {
    order: 2;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .image-with-text .content-wrapper.content-wrapper-before .content-inner,
  .image-with-text .content-wrapper.content-wrapper-after .content-thumb {
    width: 42.25%;
  }
  .image-with-text .content-wrapper.content-wrapper-after .content-inner,
  .image-with-text .content-wrapper.content-wrapper-before .content-thumb {
    width: 50%;
  }
  .image-with-text .content-wrapper .content-inner .content-head{
    max-width: 50rem;
  }
  .image-with-text .content-wrapper .content-inner .content-head .para h2,
  .image-with-text .content-wrapper .content-inner .content-head .heading {
    margin-top: 5.1rem;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 3.9rem;
    font-size: 3.9rem;
  }
  .image-with-text .content-wrapper .content-inner .content-head .para {
    margin-top: 3.1rem;
  }
  .image-with-text .content-wrapper .content-inner .content-head .para,
  .image-with-text .content-wrapper .content-inner .content-head .para p,
  .image-with-text .content-wrapper .content-inner .content-head .para a,
  .image-with-text .content-wrapper .content-inner .content-head .para li {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
  }
  .image-with-text .btn-link {
    padding: 1.7rem 0rem;
  }
  /* .section-title{
  margin-bottom: 4.2rem;
  } */
  .image-with-text .section-title .subtitle{
    font-size: 1.6rem;
    line-height: 2.08rem;
  }
  .image-with-text .content-wrapper .content-inner .content-head .para h2{
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top: 6rem;
    margin-bottom: 0.4rem;
  }
  .image-with-text .content-wrapper .content-inner .content-head .para p{
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-top: 2.2rem;
  }
@media only screen and (min-width: 1024px) {
  .image-with-text .content-wrapper .content-inner .content-classes {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

@media only screen and (min-width: 1441px) {
  .layout--fluid .image-with-text .content-wrapper {
    gap: 7.75%;
  }
  .layout--fluid .image-with-text .content-wrapper .content-thumb img {
    width: 34.722vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head {
    max-width: 34.722vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para h2,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .heading {
    margin: 3.542vw 0 1.875vw 0;
    max-width: 45.139vw;
    font-size: 2.708vw;
    line-height: 2.708vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para p,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para a,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para li {
    font-size: 1.111vw;
    line-height: 1.333vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para h2 {
    font-size: 2.222vw;
    line-height: 2.222vw;
    margin-top: 4.167vw;
    margin-bottom: 0.278vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para p {
    font-size: 1.111vw;
    line-height: 1.333vw;
    margin-top: 1.528vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para {
    margin-top: 2.361vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-classes {
    grid-column-gap: 2.083vw;
    grid-row-gap: 1.389vw;
    margin-top: 1.6rem;
  }
  .layout--fluid .image-with-text .section-title .subtitle {
    font-size: 1.111vw;
    line-height: 1.444vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para ul {
    margin-top: 2.083vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para ul li {
    font-size: 0.903vw;
    line-height: 1.083vw;
    padding: 0.833vw 0;
  }
}

/* @media screen and (min-width: 1441px) {
  .layout--fluid .image-with-text .content-wrapper {
    gap: 5.382vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head{
    max-width: 34.722vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para h2,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .heading {
    margin: 3.542vw 0 1.944vw 0;
    max-width: 34.722vw;
    font-size: 2.708vw;
    line-height: 2.708vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para {
    margin-top: 2.153vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para p,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para a,
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para li {
    font-size: 1.111vw;
    line-height: 1.333vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para h2 {
    font-size: 2.222vw;
    line-height: 2.222vw;
    margin-top: 4.167vw;
    margin-bottom: 0.278vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para p {
    font-size: 1.111vw;
    line-height: 1.333vw;
    margin-top: 1.528vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-thumb img {
    width: 34.722vw;
  }

  .layout--fluid .image-with-text .btn-link {
    padding: 1.181vw 0vw;
  }

  .layout--fluid .image-with-text .section-title .subtitle {
    font-size: 1.111vw;
    line-height: 1.444vw;
  }

  .layout--fluid .image-with-text .content-wrapper .content-inner .content-classes {
    grid-column-gap: 2.083vw;
    grid-row-gap: 1.389vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para ul {
    margin-top: 2.083vw;
  }
  .layout--fluid .image-with-text .content-wrapper .content-inner .content-head .para ul li {
    font-size: 0.903vw;
    line-height: 1.083vw;
    padding: 0.833vw 0;
  }
} */