/** Shopify CDN: Minification failed

Line 112:0 Unexpected "/"
Line 379:0 All "@import" rules must come first

**/
body.features--button-transition.features--zoom-image.color-scheme.color-scheme--scheme-1 {
    overflow-x: hidden;
}
body {
  font-family: 'Public Sans', sans-serif !important;
}
@media screen and (min-width: 1150px) {
    .header__primary-nav {
        column-gap: 2.5rem;
        justify-content: center;
    }

	li.header__primary-nav-item .h6 {
    font-weight: 600;
}
	/* nav.header__secondary-nav {
    visibility: hidden !important;
} */
}
@media screen and (min-width: 700px) {
    .header {
        column-gap: 5.5rem !important;
    }
	
}
 /* @media screen and (min-width: 1150px) {
    .header__primary-nav {
        column-gap: 1rem !important;
    }
    li.header__primary-nav-item a {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 32.3px;
    }
} */


.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.feature-list li i {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}

/**************** Custom Slider****************************************************/

/* ===== SLIDER CONTAINER ===== */
.custom-slider {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  background: #f5f2ee;
}

/* ===== SLIDE ===== */
.slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* hide all slides by default */
.custom-slider .slide {
  display: none;
}
/* ===== TEXT SIDE ===== */
.slide-content {
  max-width: 600px;
}

.slide-content h2 {
  font-size: 56px;
  font-weight: 700;
  color: #7e768f;
}

.slide-content h4 {
  font-size: 22px;
  margin-top: 10px;
  color: #7e768f;
}

.slide-content p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

/* ===== BUTTON ===== */
/

/* ===== IMAGE ===== */

.slide-image {
  position: relative !important;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.slide-1 .slide-image {
    position: relative;
	    padding-top: 8vh !important;
}
.slide-2 .slide-image img {
    object-fit: contain !important;
    padding-right: 20px;
    padding-top: 18vh;
}

/* SLIDE 3 BACKGROUND */
.slide-3 {
  background: #7f7394; /* purple bg */
  position: relative;
  overflow: hidden;
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide-5{
   background: #7f7394; /* purple bg */
}
.slide-5 .slide-content h2, .slide-5 .slide-content p {
    color: #F5F2F5 !important;
}

/* WHITE CONTENT CARD */
.slide-3 .slide-content {
    background: #f3f0f4;
    max-width: 960px !important;
    padding: 18px;
    width: 100% !important;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* HEADING */
.slide-3 h2 {
  font-size: 48px;
  font-weight: 700;
  color: #7f7394;
  margin-bottom: 15px;
}

/* SUB HEADING */
.slide-3 h4 {
  font-size: 22px;
  font-weight: 600;
  color: #7f7394;
  margin-bottom: 10px;
}

/* TEXT */
.slide-3 p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
.slide-3 .btn {
  display: inline-block;
  background: #7f7394;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

/* IMAGE SIDE */
.slide-3 .slide-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}

.slide-3 .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;

  /* CURVED LEFT SIDE */
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
/* .slide-4 .slide-image img {
   padding-top: 9vh; 
        height: 100% !important;
   
    padding-right: 20px;
} */
.slide-4 .slide-image img {
    padding-top: 15vh;
     height: 100% !important;
}

/* MAIN SLIDE BACKGROUND (dark purple layer) */
.slide-5 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  background: #7d728f;
  overflow: hidden;
  padding-left: 60px;
}
.slide.slide-5 .slide-image img {
    height: max-content !important;
	border-top-left-radius: 0px !important;
}
/* BLACK OUTLINE SHAPE (behind card) */
.slide-5::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 40px;
	width: 54%;
	height: 90%;
	border: 2px solid #2d2a2f;
	border-radius: 70px;
	z-index: 2;
}

/* LIGHT PURPLE CARD */
.slide-5 .slide-content {
  position: relative;
  z-index: 2;
  width: 55%;
  background: #a79bb8;
  padding: 60px;
  border-radius: 30px 120px 120px 30px;
}

/* HEADING */
.slide-5 h2 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* TEXT */
.slide-5 p {
  font-size: 20px;
  color: #f3f3f3;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.slide-5 .btn {
  display: inline-block;
  background: #7d728f;
  color: #fff;
  padding: 16px 32px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

/* IMAGE SIDE */
.slide-5 .slide-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

/* IMAGE WITH PURPLE BLEND (IMPORTANT FIX) */
.slide-5 .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* THIS creates that faded purple blend */
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* 👇 ONLY TOP CORNERS ROUND */
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;

  display: block;
}
.slide-1 .slide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #837796d1;
  margin-top: 8vh !important;

  /* match same radius */
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
/* .custom-slider .slide {
  min-height: 550px;
} */

.slide-image {
  height: 100%;
}
/* .slide-image img {
  border-radius: 40px;
  max-width: 500px;
  width: 100%;
} */

/* ===== ARROWS ===== */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.prev { left: 20px; }
.next { right: 20px; }

/* ===== MOBILE ===== */
@media(max-width:768px){
  .slide {
    flex-direction: column;
  }

  .slide-content h2 {
    font-size: 32px;
  }
} 



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.custom-slider {
	padding: 20px 0;
	padding-left: 150px;
	position: relative;
}

/* .custom-slider .slider-wrapper .slide .slide-content h2 {
	    font-family: "Playfair Display", Sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1em;
    word-spacing: 0px; 
    color: #837796;
    max-width: 700px;
} */
.custom-slider .slider-wrapper .slide .slide-content h2 {
	font-family: "Playfair Display", Sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.1em;
	word-spacing: 0px;
	color: #837796;
	max-width: 700px;
}
/* .custom-slider .slider-wrapper .slide .slide-content h4 {
	font-family: "Playfair Display", Sans-serif;
	font-size: 25px;
	font-weight: 800;
	color: #837796;
} */
.custom-slider .slider-wrapper .slide .slide-content h4 {
	font-family: "Playfair Display", Sans-serif;
	font-size: 25px;
	font-weight: 800;
	color: #837796;
	margin-top: 20px;
	margin-bottom: 0;
}
/* .custom-slider .slider-wrapper .slide .slide-content p {
	font-family: "Urbanist", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #191919;
} */
.custom-slider .slider-wrapper .slide .slide-content p {
	font-family: "Urbanist", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #191919;
	margin-top: 0;
}
/* .custom-slider .slider-wrapper .slide .slide-content .btn {
	background-color: #837796;
	font-family: "Urbanist", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	border-radius: 160px;
	padding: 16px 40px 16px 40px;
	text-align: center;
	display: table;
	margin-top: 12px;
} */
 .custom-slider .slider-wrapper .slide .slide-content .btn {
	background-color: #837796;
	font-family: "Urbanist", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	border-radius: 160px;
	padding: 16px 40px 16px 40px;
	text-align: center;
	display: table;
	margin-top: 12px;
	color: #fff;
}
.custom-slider .slider-wrapper .slide .slide-content {
	max-width: 100%;
	width: 50%;
}
.custom-slider .slider-wrapper .slide .slide-image {
	width: 50%;
}
.custom-slider .slider-wrapper .slide .slide-image img {
	width: 100%;
	max-width: 100%;
	height: 450px;
	object-fit: cover;
}
.custom-slider .prev, .custom-slider .next {
	background-color: #BBBBBB !important;
	padding: 6px !important;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.custom-slider .prev:hover, .custom-slider .next:hover {
	background-color: rgba(209, 213, 219, 0.93) !important;
}
.custom-slider .next {
	left: auto;
	right: 20px;
  z-index:999;
}
.slide.slide-5 .slide-image img {
    height: auto !important;
	border-top-left-radius: 0px !important;
}

/* 2nd section */

#shopify-section-template--26899834503482__multiple-media-with-text {
	width: 100%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .container.container--md {
	max-width: 100%;
	width: 94%;
	margin: 0 auto;
	padding: 0 20px;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper {
	width: 50%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper {
	width: 50%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper .prose {
	width: 100%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper .prose .h3 {
	width: 100%;
	font-family: "Playfair Display", Sans-serif;
	font-size: 41px;
	font-weight: 400;
	line-height: 54px;
	color: #000000;
	text-transform: inherit;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper .prose p {
	/* text-align: justify; */
	font-family: "Public Sans", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 32.3px;
	color: #000000;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper {
	width: 50%;
	display: flex;
	gap: 10px;
	flex-direction: row-reverse;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper .align-self-end:nth-child(1) {
	align-self: center;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper .align-self-end {
	align-self: center;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper .align-self-end img {
	transition: transform 0.4s ease-in-out;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper .align-self-end img:hover {
	transform: translateY(-10px);
}


/* 3rd section */

#shopify-section-template--26899834503482__media-grid {
	width: 100%;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section {
	background: #EFEFEF;
	border: none;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .container.container--lg {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .section-header {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .section-header .prose .h2 {
	font-family: "Playfair Display", Sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 54px;
	color: #191919;
	text-transform: inherit;
	letter-spacing: 0;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose .h2{
	font-family: "Playfair Display", Sans-serif;
	font-size: 41px;
	font-weight: 500;
	line-height: 54px;
	color: #191919;
	text-transform: inherit;
	letter-spacing: 0;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack {
	gap: 24px;
	width: 100%;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid {
	width: 100%;
	gap: 20px;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media {
	border-radius: 15px;
	gap: 0;
	--content-over-media-gap: 0rem !important;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media .prose.text-start {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	gap: 0;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media .prose.text-start p.h3 {
	padding: 40px 40px 30px;
	border-bottom: 2px solid #837796;
	font-family: "Urbanist", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media .prose.text-start h5 {
	font-family: "Public Sans", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	color: #F9F9F9;
	padding-left: 40px;
	margin: 0;
	text-transform: inherit;
}


/* 4th section */

#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ {
	width: 100%;
	background: #efefef;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section {
	width: 100%;
	padding-bottom: 50px;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header {
	width: 100%;
	max-width: 100%;
}

#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose {
	width: 100%;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose .h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 54px;
	color: #7e6f8f;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose p {
	font-family: "Public Sans", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 32px;
	color: #191919;
	max-width: 100%;
}

#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .carousel {
	width: 100%;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .carousel .flickity-viewport .carousel-cell img {
	border-radius: 0;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .carousel .flickity-button {
	background-color: #BBBBBB !important;
	padding: 6px !important;
	border-radius: 4px;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .carousel .flickity-button:hover {
	background-color: rgba(209, 213, 219, 0.93) !important;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .carousel .flickity-button .flickity-button-icon {
	width: 14px;
	height: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .link {
	background: transparent;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content {
	max-width: 100%;
	margin: 0 auto;
}

#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose .h6 {
	font-family: "Urbanist", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #F9F9F9;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose .h6::after {
	display: none;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose h2 {
	text-align: center;
	font-family: "Playfair", Sans-serif;
	font-size: 66px;
	font-weight: 600;
	line-height: 81px;
	text-transform: inherit;
	letter-spacing: 0;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose h2 strong {
	font-weight: 600;
	position: relative;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose h2 strong::after {
	content: '';
	width: 180px;
	height: 3px;
	background: #fff;
	margin: 20px auto 0;
	border-radius: 100px;
	transform: rotate(-2deg);
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 70%;
}
.shopify-section.shopify-section-group-header-group.shopify-section--header {
	z-index: 999 !important;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .section-spacing .content.text-center {
	position: relative;
	z-index: 99;
	background: transparent;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh::after {
    content: '';
    background-image: url('/cdn/shop/files/sav.svg?v=1777485206');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 134px;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh {
	position: relative;
}
.shopify-section.shopify-section-group-footer-group.shopify-section--footer .footer {
	background: #000;
}

.footer__block--links, .footer__block--image {
        flex-grow: 0;
        max-width: 30rem;
    }

.marker {
	background-image: url('/cdn/shop/files/Motif-black.svg?v=1777565130');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.slide.slide-2 .slide-content h2 .marker {
	display: table;
	clear: both;
	padding-bottom: 10px;
}
.custom-slider .slider-wrapper .slide.slide-1 .slide-content h2 {
	max-width: 500px;
}
.custom-slider .slider-wrapper .slide.slide-1 .slide-content p {
	max-width: 680px;
}
.custom-slider .slider-wrapper .slide.slide-1 .slide-content .btn {
	text-transform: uppercase;
}

.marker-condo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-image: url('/cdn/shop/files/Motif-condo.svg?v=1777566022');
}

.custom-slider .slider-wrapper .slide.slide-3 .slide-content {
	background-image: url('/cdn/shop/files/Still-working.png?v=1777566220');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	padding: 40px 0 0 40px;
	border-radius: 0;
	box-shadow: none;
}
.custom-slider .slider-wrapper .slide.slide-3 .slide-image {
	top: 40px;
}

.custom-slider .slider-wrapper .slide.slide-4 .slide-content h2 {
	max-width: 560px;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-content p {
	max-width: 750px;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-content .btn {
	text-transform: uppercase;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-content {
	padding: 40px 0;
}
.custom-slider .slide.slide-4 {
	align-items: self-end;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-image {
	padding-right: 80px;
	height: 100%;
}
.custom-slider .slider-wrapper .slide.slide-5 .slide-content {
	margin: 0;
}
.custom-slider .slide.slide-5 {
	padding-left: 0;
}
.custom-slider .slider-wrapper .slide.slide-5 .slide-content h2 {
	max-width: 750px;
}
em {
    font-style: italic;
    color: #837796 !important;
}
.mbs-about__eyebrow-text, .mbs-testi__eyebrow-text, .mbs-steps__eyebrow-text, .mbs-canvas__eyebrow{
	    font-size: 14px !important;
		text-transform: uppercase !important;
}
/* .features--button-transition :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
    background-color: #6B5E80 !important;
    color: #ffffff !important;
} */

  .mbs-vs-inner{max-width:960px;margin:0 auto}
  .mbs-vs-header {
    text-align: center;
    margin-bottom: 52px;
}
.mbs-vs-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 700;
    color: #191919;
    line-height: 1.2;
    margin: 0 0 14px;
}
.mbs-vs-header p {
    font-size: 15px;
    color: #7a7585;
    font-weight: 300;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto;
}
.mbs-vs-wrap {
    font-family: 'Public Sans', sans-serif;
    background: #f9f9f9;
    padding: 72px 24px;
}
a.button.button--outline.mbs-btn-out {
    color: #fff;
    border-color: #ffffff;
}
a.button.button--outline.mbs-btn-out:hover {
    color: #ffffff;
    border-color: #191919;
}
.mbs-btn-fill{
    background: #837796 !important;
    color: #ffffff;
    border: 1.5px solid #837796 !important;
}
.mbs-btn-fill:hover {
    background: #6b5e80 !important;
    border-color: #6b5e80 !important;
    color: #ffffff !important;
}
.mbs-btn-out {
    background: transparent;
    color: #191919;
    border: 1.5px solid #191919;
}
.mbs-btn-out:hover{
    background: #191919;
    color: #ffffff;
}
.mbs-btn {
    padding: 14px 34px;
    font-family: 'Public Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
    line-height: 1;
}
.mbs-canvas__title {
   text-transform: capitalize !important;
}
h2.mbs-canvas__title {
    font-weight: 700 !important;
    color: var(--mbs-st-onyx) #191919 !important;
    line-height: 1.15 !important;
    margin: 0 0 12px !important;
}
.mbs__eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.mbs-eyebrow {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8B77B6;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}
.mbs__eyebrow-line {
    width: 24px;
    height: 1px;
    background: #837796;
    flex-shrink: 0;
}
/*******************FAQ**************************************************/

.section-spacing.color-scheme.color-scheme--scheme-2.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 h2.h2 {
    text-transform: capitalize;
}

.accordion__disclosure summary {
  background: #edebf3;
  padding: 0 20px;

}
.accordion {
    padding-bottom: 20px;
}
.accordion__content {
    padding-top: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	
#shopify-section-template--26899834503482__custom_split_slider_7AqXBe .custom-slider {
	padding: 20px 20px;
	padding-bottom: 90px;
}

.custom-slider .slider-wrapper .slide .slide-content h2 {
	font-size: 25px;
	line-height: 1.1em;
}
.custom-slider .slider-wrapper .slide .slide-content p {
	font-size: 18px;
	font-weight: 500;
}
.custom-slider .slider-wrapper .slide .slide-image {
	width: 100%;
}
.custom-slider .slide {
	/* flex-direction: column-reverse; */
  flex-direction: column;

}
#shopify-section-template--26899834503482__custom_split_slider_7AqXBe .custom-slider .prev {
	top: auto;
	bottom: 20px;
	transform: inherit;
	left: 0;
	right: 70px;
	margin: 0 auto;
}
#shopify-section-template--26899834503482__custom_split_slider_7AqXBe .custom-slider .next {
	top: auto;
	bottom: 20px;
	transform: inherit;
	right: 0;
	left: 70px;
	margin: 0 auto;
}
.custom-slider .slide {
	gap: 20px;
}
.custom-slider .slider-wrapper .slide .slide-content h4 {
	font-size: 24px;
	margin: 0;
}

#shopify-section-template--26899834503482__multiple-media-with-text .container.container--md {
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-direction: column;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__media-wrapper {
	width: 100%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper {
	width: 100%;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper .prose .h3 {
	font-size: 21px;
	line-height: 32px;
	text-align: center;
}
#shopify-section-template--26899834503482__multiple-media-with-text .multiple-media-with-text .multiple-media-with-text__content-wrapper .prose p {
	font-size: 16px;
	line-height: 24px;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .section-header {
	padding: 0 15px;
}
/* #shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .section-header .prose .h2 {
	font-size: 26px;
	line-height: 34px;
} */
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid {
	width: 100%;
	gap: 20px;
	--media-grid-column-count: in;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item {
	height: 550px;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media .prose.text-start h5 {
	font-size: 14px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 5px 0;
}
#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid {
	padding: 0 20px;
}

#shopify-section-template--26899834503482__media-grid .section-spacing.bordered-section .section-stack .media-grid .media-grid__item .content-over-media .prose.text-start p.h3 {
	padding: 40px 20px 26px;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose .h2 {
	font-size: 28px;
	line-height: 34px;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header .prose p {
	font-size: 16px;
	line-height: 22px;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .container {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
#shopify-section-template--26899834503482__multi_image_carousel_MbJcEJ .custom-section .section-header {
	width: 100%;
	max-width: 100%;
	padding: 0 20px;
}

#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose h2 {
	font-size: 40px;
	line-height: 50px;
}
#shopify-section-template--26899834503482__background_with_text_block_bYfAPh .content .prose h2 strong {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px !important;
}
.slide-content {
    margin-left: 0 !important;
}
.slide-1 .slide-content {
    padding-top: 30px;
}
.slide-2 .slide-content {
    padding: 20px;
}
.slide-4 .slide-content {
    padding: 20px !important;
}
.slide-2 .slide-image img {
	object-fit: contain !important;
	padding-right: 0px;
	padding-top: 0;
	margin-top: 0;
	max-width: 285px !important;
	height: 130px !important;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* .slide-3 {
    
        padding: 20vh 0 9vh 0 !important;
   
} */
.slide-4 .slide-image img {
    padding-top: 0px;
    height: 100% !important;
}
.slide.slide-4.active {
    padding: 20px 20px 0 20px;
}

.custom-slider .slider-wrapper .slide .slide-content {
	max-width: 100%;
	width: 100%;
  text-align: left;
}
.custom-slider .slider-wrapper .slide .slide-image img {
	height: 200px;
}

.custom-slider .slider-wrapper .slide.slide-3 .slide-content {
	background-size: cover;
	padding: 40px 40px;
	box-shadow: none;
}
.custom-slider .slider-wrapper .slide.slide-3 .slide-image {
	top: 40px;
	position: static;
	height: auto;
}
.slide-3 {
	padding: 0 0px 10px;
}

.custom-slider .slider-wrapper .slide.slide-3 .slide-image img {
	height: 100px;
}
.custom-slider .slide.slide-3 {
	flex-direction: column-reverse;
}

.custom-slider .slider-wrapper {
	padding-bottom: 90px;
	background: #fff;
}

.custom-slider .slider-wrapper .slide .slide-content .btn {
	font-size: 14px;
	padding: 8px 25px 8px 25px;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-content {
	padding: 0px 0;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-content h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.custom-slider .slider-wrapper .slide.slide-4 .slide-image {
	width: 100%;
	position: static;
}

.custom-slider .slider-wrapper .slide.slide-5 .slide-image {
	width: 100%;
	position: static;
}
.slide-5 .slide-content {
	position: relative;
	z-index: 2;
	width: 55%;
	background: #a79bb8;
	padding: 20px 40px 20px 15px;
	border-radius: 0 40px 40px 0;
	margin-top: 20px !important;
	margin-right: 10px !important;
}
.slide-5::before {
	content: "";
	position: absolute;
	left: -10.5%;
	top: 42px;
	width: 110%;
	height: 50%;
	border: 2px solid #2d2a2f;
	border-radius: 30px;
	z-index: 2;
}
.slide-5 {
	min-height: auto;
}
.custom-slider .slider-wrapper .slide.slide-5  .slide-image img {
	height: 160px;
	border-radius: 0;
}
.custom-slider .slider-wrapper .slide.slide-1 .slide-image {
	margin-top: 50px;
}

.custom-slider .slider-wrapper .slide.slide-2 .slide-image {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
}
.custom-slider .slider-wrapper .slide.slide-1 .slide-image img {
	margin-top: 0;
	height: 220px;
}


}


@media (max-width: 768px) {
  .hero-banner video {
    object-fit: cover;
    object-position: center center; /* or "left center" to focus on a subject */
  }
}