/** Shopify CDN: Minification failed

Line 108:14 Expected identifier but found whitespace
Line 109:3 Unexpected "{"
Line 110:12 Expected ":"

**/
 .recoup-founders__container {
	 position: relative;
	 z-index: 2;
}
 .recoup-founders__layout {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr) ;
	 align-items: center;
}
 .recoup-founders__layout--image-left .recoup-founders__content {
	 order: 2;
}
 .recoup-founders__layout--image-left .recoup-founders__media {
	 order: 1;
} 
 .recoup-founders__heading {
	 margin: 0;
}
 .recoup-founders__text {
	 margin-top: 26px;
}
 .recoup-founders__text p {
	 margin: 0;
}
 .recoup-founders__text p + p {
	 margin-top: 14px;
}
 .recoup-founders__button-wrapper {
	 display: flex;
	 margin-top: 42px;
}   
 .recoup-founders__media {
	 position: relative;
	 width: 100%;
	 overflow: hidden;
}
 .recoup-founders__picture {
	 display: block;
	 width: 100%;
}
 .recoup-founders__image {
	 display: block;
	 width: 100%; 
     height: auto ;
}
 .recoup-founders__placeholder {
	 width: 100%;
	 background-color: rgba(255, 255, 255, 0.35);
}
 .recoup-founders__placeholder svg {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .recoup-founders__wave {
	 position: absolute;
	 right: 0;
	 left: 0;
	 z-index: 3;
	 width: 100%;
	 overflow: hidden;
	 pointer-events: none;
	 line-height: 0;
}
 .recoup-founders__wave svg {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .recoup-founders__wave--top {
	 top: -1px;
}
 .recoup-founders__wave--bottom {
	 bottom: -1px;
}
 @media screen and (max-width: 1199px) {
	 .recoup-founders__layout {
		 gap: 45px;
	}
}
 @media screen and (max-width: 989px) {
	 .recoup-founders__layout {
		 grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		 gap: 32px;
	} 
}
 @media screen and (max-width: 749px) {
	 .recoup-founders__layout {
		 display: flex;
		 flex-direction: column;
		 gap: 32px;
	}
	 .recoup-founders__layout--image-left .recoup-founders__content, .recoup-founders__layout--image-right .recoup-founders__content {
		 order: 1;
	}
	 .recoup-founders__layout--image-left .recoup-founders__media, .recoup-founders__layout--image-right .recoup-founders__media {
		 order: 2;
	}
	 .recoup-founders__content {
		 max-width: 100%;
		 text-align: {
			{
				 section.settings.mobile_text_alignment 
			}
		}
		;
	}
	 .recoup-founders__text {
		 margin-top: 16px;
	}
	 .recoup-founders__button-wrapper {
		 margin-top: 25px;
	}
} 