/** Shopify CDN: Minification failed

Line 113:11 Expected ":"

**/
.hero {
    position: relative;
}

.hero__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	min-height: 100vh;
	padding-bottom: 2.5rem;
	padding-left: 2.1875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* background-image: url('./MRH_MM_Sophia_01532x.jpeg'); */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
}

.hero__right {
	width: 50%;
	min-height: clamp(600px,100vh,900px);
	/* background-image: url('./MRH_MM_Connie_00582x-1.jpeg'); */
	background-position: 50% 50%;
	background-size: cover;
    position: relative;
}

.hero__left img,
.hero__right img,
.home-hero-mobile img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}


@media (max-width: 991px) {
  .hero {
    margin-top: calc(var(--header-height) - var(--announcement-height) + 9px);
  }
}

@media (max-width: 767px) {
    .hero {
      margin-top: 0;
    }
    .hero__left {
        display: none;
	}
    
	.hero__right,
	.home-hero-mobile {
        width: 100%;
		min-height: clamp(600px,66vh,900px);
		/* margin-top: 35px; */
		margin-top: calc(var(--header-height) + 9px);
		background-position: 0% 0vw;
		background-size: cover;
		background-repeat: no-repeat;
        position: relative;
	}
  .hero__left img,
  .hero__right img {
      height: clamp(600px,66vh,900px);
  }
  .home-hero-mobile {
    overflow: hidden;
  }
}
@media (max-width: 479px) {

    .hero__right {
        background-color: #eae3d0;
        background-image: url('./MRH_MM_Connie_0058-mobile2x.jpeg');
        background-position: 0% 20vw;
      }

}

.hero__content {
    max-width: 59rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
}

@media (min-width: 768px) {
    .hero__content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        text-align: center;
        color: white;
        width: fit-content;
        pad
    }
    .hero__content.hero__content--top-left {
        padding-top: var(--header-height);
        top: 0;
        left: 0;
        right: auto;
        transform: translateY(0);
    }
    .hero__content.hero__content--top-center {
        padding-top: var(--header-height);
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(0);
    }
    .hero__content.hero__content--top-right {
        padding-top: var(--header-height);
        top: 0;
        left: auto;
        right: 0;
        transform: translateY(0);
    }
    .hero__content.hero__content--middle-left {
        top: 50%;
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .hero__content.hero__content--middle-right {
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);        
    }
    .hero__content.hero__content--bottom-left {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        transform: translateY(0);    
    }
    .hero__content.hero__content--bottom-center {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0);    
    }
    .hero__content.hero__content--bottom-right {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        transform: translateY(0);    
    }
    .hero__content--mobile-overlay {
        display: none;
    }
}

@media (max-width: 767px){
    .hero__content--mobile-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 66vh;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100% !important;
        padding-top: var(--header-height);
    }
    .hero__content--mobile-left {
        text-align: left;
    }
    .hero__content--mobile-left .hero__testimonial {
        margin-left: 0;
    } 
    .hero__content--mobile-left .hero__testimonial-stars {
        justify-content: flex-start;
    }    
    .hero__content--mobile-center {
        text-align: center;
    }
    .hero__content--mobile-center .hero__testimonial {
        margin-left: auto;
    } 
    .hero__content--mobile-center .hero__testimonial-stars {
        justify-content: center;
    }    
    .hero__content--mobile-right {
        text-align: right;
    }
    .hero__content--mobile-right .hero__testimonial {
        margin-left: auto;
        margin-right: 0;
    } 
    .hero__content--mobile-right .hero__testimonial-stars {
        justify-content: flex-end;
    } 
}

.hero__bracket-wrap {
    display: inline-block;
}

@media (max-width: 767px){
    .hero__bracket-wrap {
        margin-top: -1rem;
    }    
}

.hero__bracket-left,
.hero__bracket-right {
    position: relative;
    top: 0.95rem;
    left: 0.5rem;
    max-height: 60px;
}

.hero__bracket-right {
    transform: scaleX(-1);
    left: auto;
    right: 0.5rem;
}

.hero__testimonial {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1;
}

.hero__testimonial-stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__star {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__star svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.hero__testimonial-text {
  font-size: 1.125rem;
}

.hero__content-inner {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}


h1.hero__heading {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.4;
}

.hero__strapline {
    font-size: 1rem;
}

.hero__button .button {
    font-size: 1.125rem;
    letter-spacing: 0;
}

.hero__button + .hero__strapline {
    margin-top: -1rem;
}

.hero__button .button {
  min-width: var(--desktop-btn-min-width);
}

@media (max-width: 767px){

  .hero__content:not(.hero__content--mobile-overlay) {
    padding: 1.75rem 1rem;
  }

  .hero__testimonial {
    display: none;
  }

  .hero__heading br {
    display: none;
  }

  .hero__testimonial--mobile {
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.5rem);
    height: auto;
    display: flex;
    padding: 0.75rem 1rem;
    gap: 0.25rem;
  }

  .hero__testimonial--mobile .hero__testimonial-text {
    font-size: 1rem;
    line-height: 0.9;
  }

  .hero__testimonial--mobile svg {
    width: 11px;
    height: 11px;
  }

  .hero__button + .hero__strapline {
    text-align: center;
  }

  h1.hero__heading {
    font-size: 2rem;
  }

  .hero__button .button {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    min-width: 100%;
  }

  .hero__strapline {
    font-size: 0.875rem;
  }

  .hero__content--mobile-left .hero__content-inner {
    justify-content: flex-start;
    
  }
}

