/** Shopify CDN: Minification failed

Line 234:8 Expected ":"

**/
.text-image-section{
  padding: 24px 0;
}

.text-image-section .text-image-wrapper{
  display: flex;
  align-items: stretch;
}

.text-image-section .text-image-wrapper.template-2,
.text-image-section .text-image-wrapper.template-3,
.text-image-section .text-image-wrapper.template-4,
.text-image-section .text-image-wrapper.template-5{
  gap: 24px;
}

.text-image-section .text-image-wrapper.left-img{
  flex-direction: row-reverse;
}

.text-image-section .text-image-wrapper .content{
  width: 50%;
  padding: 20px 80px;
  /* background-color: var(--theme-secondary-color); */
  display: flex;
  align-items: center;
}

.text-image-section .text-image-wrapper.template-2 .content,
.text-image-section .text-image-wrapper.template-3 .content,
.text-image-section .text-image-wrapper.template-4 .content,
.text-image-section .text-image-wrapper.template-5 .content{
  border-radius: 10px;
}

.text-image-section .text-image-wrapper.template-4 .content{
  background-color: var(--theme-primary-color);
}

.text-image-section .text-image-wrapper .content .pre-title{
  font-size: 15px;
  font-family: var(--theme-secondary-font);
  margin: 0;
}

.text-image-section .text-image-wrapper.template-4 .content .pre-title{
  color: var(--theme-secondary-text-color);
}

.text-image-section .text-image-wrapper .content .title{
  font-size: 42px;
  font-family: var(--theme-secondary-font);
  margin: 6px 0 14px;
}

.text-image-section .text-image-wrapper.template-4 .content .title{
  color: var(--theme-secondary-text-color);
  /* max-width: 190px; */
}

.text-image-section .text-image-wrapper.template-4 .content p{
  color: var(--theme-secondary-text-color);
}

.text-image-section .text-image-wrapper.template-2 .content .title{
  margin: 6px 0 96px;
}

.text-image-section .text-image-wrapper .content .text.style-1{
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 45px;
  line-height: 1.41;
}
.text-image-section .text-image-wrapper.template-4 .content .text.style-1{
  margin-top: 190px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0; 
}

.text-image-section .text-image-wrapper .content .text.style-2{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: 10px;
  line-height: 1.41;
  max-width: 614px;
}
.text-image-section .text-image-wrapper.template-4 .content .text.style-2{
  max-width: 510px;
}

.text-image-section .text-image-wrapper .content .text.style-3{
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 19px;
  line-height: 1.41;
}
.text-image-section .text-image-wrapper.template-4 .content .text.style-3{
  margin: 0;
  font-size: 24px;
}

.text-image-section .text-image-wrapper .content .primary-btn{
  max-width: 281px;
  font-size: 18px;
  padding: 12px 20px 14px;
}

.text-image-section .text-image-wrapper .content .label-value{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.text-image-section .text-image-wrapper .content .item:last-child .label-value{
  margin-bottom: 0;
}

.text-image-section .text-image-wrapper .content .value{
  width: 110px;
  height: 100px;
  background-color: var(--theme-primary-cta-color);
  color: var(--theme-secondary-text-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  font-size: 24px;
  font-family: var(--theme-secondary-font);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.text-image-section .text-image-wrapper .content .label{
  font-size: 24px;
  font-weight: 300;
}

.text-image-section .text-image-wrapper .image-wrapper{
  width: 50%;
  display: flex;
}

.text-image-section .text-image-wrapper .image-wrapper img,
.text-image-section .text-image-wrapper .image-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-image-section .text-image-wrapper.template-2 .image-wrapper img,
.text-image-section .text-image-wrapper.template-3 .image-wrapper img,
.text-image-section .text-image-wrapper.template-4 .image-wrapper img,
.text-image-section .text-image-wrapper.template-5 .image-wrapper img,
.text-image-section .text-image-wrapper.template-6 .image-wrapper img{
  border-radius: 10px;
}

.text-image-section .text-image-wrapper.template-2 .image-wrapper video,
.text-image-section .text-image-wrapper.template-3 .image-wrapper video,
.text-image-section .text-image-wrapper.template-4 .image-wrapper video,
.text-image-section .text-image-wrapper.template-5 .image-wrapper video,
.text-image-section .text-image-wrapper.template-6 .image-wrapper video{
  border-radius: 10px;
}

.text-image-section .text-image-wrapper.template-5 .image-wrapper img,
.text-image-section .text-image-wrapper.template-5 .image-wrapper video{
  aspect-ratio: 916/902
}

.text-image-section .text-image-wrapper.template-6{
  align-items: center;
  gap: 40px;
}

.text-image-section .text-image-wrapper.template-6 .content{
  padding: 0;
}

.text-image-section .review-wrapper{
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}

.text-image-section .review-wrapper .user{
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.text-image-section .review-wrapper .user .image-wrapper{
  display: flex;
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%
}

.text-image-section .review-wrapper .user .image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.text-image-section .review-wrapper .user .stars{
  display: flex;
  gap: 4px;
  text-align: center;
}

.text-image-section .review-wrapper .user .stars .star{
  width: 26px;
  height: 25px;
  
}

.text-image-section .review-wrapper .user .stars .star img{
  object-fit: contain;
  width: 100%;
  height 100%;
}

.text-image-section .review-wrapper .user .user-text{
  margin: 0;
  font-weight: 600;
}

.text-image-section .review-wrapper .user-name{
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}

.text-image-section .review-wrapper .user-name .verified{
  display: flex;
  align-items: center;
  gap: 4px;
}

.text-image-section .review-wrapper .user-name p{
  margin: 0;
}

@media (max-width: 991px) {
  .text-image-section .text-image-wrapper,
  .text-image-section .text-image-wrapper.left-img{
    flex-direction: column-reverse;
    /* background-color: var(--theme-secondary-color); */
    border-radius: 10px;
    /* padding: 18px; */
    padding: 0;
  }

  .text-image-section .text-image-wrapper .content{
    width: 100%;
  }

  .text-image-section .text-image-wrapper .image-wrapper{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .text-image-section .text-image-wrapper .content .title{
    font-size: 26px;
  }

  .text-image-section .text-image-wrapper.template-2 .content .title{
    margin: 6px 0 14px;
  }

  .text-image-section .text-image-wrapper .content .pre-title{
    font-size: 12px;
  }

  .text-image-section .text-image-wrapper.template-4 .content .text.style-1{
    margin-top: 18px;
  }

  .text-image-section .text-image-wrapper .content .text.style-1,
  .text-image-section .text-image-wrapper .content .text.style-2{
    font-size: 15px;
    margin-bottom: 22px;
  }

  .text-image-section .text-image-wrapper .content .text.style-3{
    font-size: 17px;
  }

  .text-image-section .text-image-wrapper .content .primary-btn{
    font-size: 15px;
    margin: 0 auto;
  }

  .text-image-section .text-image-wrapper .content{
    padding: 18px 18px 29px;
  }

  .text-image-section .text-image-wrapper .content .value{
    width: 64px;
    height: 56px;
    font-size: 16px;
  }

  .text-image-section .text-image-wrapper .content .label{
    font-size: 16px;
  }

  .text-image-section .text-image-wrapper .content{
    background: none;
    padding: 0;
  }

  .text-image-section .review-wrapper .user-name{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}