/* Banner Text Block Styles */
.banner-text.wwm-banner .banner-text-copy h2 {
    font-size: 56px;
    line-height: 60px;
    max-width: 450px;
    margin: 0 auto 25px;
    letter-spacing: 0.1rem;
}
.banner-text.wwm-banner .banner-text-copy p {
	    text-align: center;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 24px;
}
.banner-text.wwm-banner .banner-text-copy p a{
	    font-size: 18px;
    text-transform: uppercase;
    font-family: 'bicyclette';
    font-weight: 600;
    letter-spacing: 0.05rem;
	transition: all 0.5s;
}
.banner-text.wwm-banner .banner-text-copy p a:hover {
	text-decoration:underline;
	color:#F19B92;
}
.banner-text.wwm-banner .banner-text-wrapper {
	padding: 12rem 3rem;
	border-bottom:none;
}
.banner-text.checkmarks ul li:before {
	content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F19B92;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    line-height: inherit;
	position:absolute;
	left:-40px;
}
.banner-text.checkmarks ul li {
    padding-left: 0;
    font-family: 'ivypresto-text';
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 8px;
    position: relative;
}
.available .banner-text-wrapper.text-right .banner-text-content {
    margin-right: 168px;
    max-width: 504px;
} 
.available p a {
	font-size: 18px;
    text-transform: uppercase;
    margin: 0 10px;
    font-family: 'bicyclette';
    font-weight: 600;
    letter-spacing: 0.05rem;
}
.available .banner-text-wrapper {
	padding:8rem 0;
}
.available .banner-text-description {
    font-style: italic;
    font-size: 74px;
    text-align: center;
    padding: 0 30px;
    line-height: 76px;
    margin: 0 0 26px;
    font-weight: 100;
}
.banner-text.move-up {
    margin-top: -123px;
}
.banner-text.move-up .banner-text-wrapper {
	background-position:top center;
	border-bottom: none;
}
.banner-text {
	padding: 0;
	position: relative;
	z-index: 1;
}

.banner-text-mobile-image {
	display: none;
}
.one-switch .banner-text-wrapper {
	padding: 6rem 3rem 2.25rem;
}
.banner-text-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 563px;
	width: 100%;
	max-width: 100%;
	background-image: var(--desktop-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 6rem 3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #585853;
}

/* Mobile background image */
@media (max-width: 768px) {
	.banner-text-wrapper {
		background-image: none;
	}
	
	.banner-text-mobile-image {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	
	.banner-text-mobile-image img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}
	
	.banner-text-wrapper {
		display: flex;
		flex-direction: column;
	}
}

.banner-text-wrapper.text-left {
	justify-content: flex-start;
}

.banner-text-wrapper.text-left .banner-text-content {
	margin-left: 83px;
}
.move-up .banner-text-wrapper.text-left .banner-text-content{
	    margin-top: 114px;
    margin-left: 78px;
}

.banner-text-wrapper.text-right {
	justify-content: flex-end;
}

.banner-text-wrapper.text-right .banner-text-content {
	margin-right: 118px;
	max-width: 594px;
}

/* Prevent overflow on smaller screens */
@media (max-width: 768px) {
	.banner-text-wrapper.text-left .banner-text-content {
		margin-left: 1rem;
	}
	
	.banner-text-wrapper.text-right .banner-text-content {
		margin-right: 1rem;
	}
}

/* Content section */
.clarity .banner-text-content {
max-width:622px;}
.clarity2 .banner-text-content {
    max-width: 471px;
}
.banner-text-content {
	max-width: 591px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	background-color: transparent;
}

/* Typography */
.banner-text-title {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'bicyclette';
	font-weight: 600;
	color: var(--wp--preset--color--gray-dark, #585853);
	margin: 0;
	letter-spacing: 0.06rem;
}

.banner-text-description {
	font-size: 64px;
	font-family: var(--wp--preset--font-family--ivypresto-display, "ivypresto-display", serif);
	font-weight: 400;
	color: var(--wp--preset--color--gray-dark, #585853);
	margin: 20px 0 1.55rem 0;
	line-height: 1;
	letter-spacing: 0.1rem;
}
.clarity .banner-text-wrapper, .clarity2 .banner-text-wrapper {
	    padding: 58px 1.7rem 97px;
	    background-position: top center;
	    border-bottom: none;
}
.banner-text-description sup {
	font-size: 0.5em;
	vertical-align: super;
}
.banner-text-copy h4 {
	font-size:30px;
	margin:0 0 10px;
	line-height:1.3;
	font-family: 'ivypresto-text';
	letter-spacing: -0.02rem;
}
.banner-text-copy {
	font-size: var(--wp--preset--font-size--body, 20px);
	font-family: var(--wp--preset--font-family--noto-sans, "noto-sans", sans-serif);
	font-weight: 400;
	color: var(--wp--preset--color--gray-dark, #585853);
	line-height: 1.7;
	margin: 0;
}
.banner-text-copy img {
	    margin: 0 auto;
    display: block;
}
.banner-text.clarity .banner-text-copy h2, .banner-text.clarity2 .banner-text-copy h2 {
	font-size:56px;
	line-height:60px;
	margin: -2px 0 25px;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.banner-text.clarity .banner-text-copy p a, .banner-text.clarity2 .banner-text-copy p a {
	    font-size: 18px;
    font-family: 'bicyclette';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    transition: all 0.5s;
}
.banner-text.clarity .banner-text-copy p a:hover, .banner-text.clarity2 .banner-text-copy p a:hover {
	text-decoration:underline;
	color:#F19B92;
}
.banner-text.clarity .banner-text-copy p, .banner-text.clarity2 .banner-text-copy p {
	font-size:20px;
	line-height: 29px;
	letter-spacing: 0;
	margin-bottom: 20px;
	padding-right:10px;
}
.banner-text .banner-text-copy button:after {
	    content: "";
	    display: inline-block;
	    width: 18px;
	    height: 18px;
	    background-image: url('../../assets/images/thick-arrow.png');
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
		margin-left: 10px;
		margin-bottom: -3px;
}
.banner-text.blue-button .button {
	background-color:#5E81BD!important;
	color:white;
	margin:0 auto;
	display:block;
	max-width:fit-content;
}
.banner-text.blue-button .button:hover {
	background-color: #F19B92!important;
}
.banner-text-copy h2 {
	font-size:44px;
	line-height: 50px;
	letter-spacing: 0.02rem;
}
.one-switch .banner-text-copy h2 {
	font-size:64px;
	line-height: 65px;
	letter-spacing: 0.09rem;
	margin: -4px 0 10px;
}
.one-switch .banner-text-copy h3 {
	text-transform:uppercase;
	line-height: 1.3;
	margin: 25px 0 29px;
	letter-spacing: 0;
	font-size: 30px;
}
.one-switch .banner-text-copy p {
	font-size:20px;
	line-height:27px;
	margin: 31px 0;
	max-width: 538px;
	letter-spacing:-0.01rem;
}
.one-switch .banner-text-wrapper.text-left .banner-text-content {
      margin-left: 80px;
    max-width: 675px;

} 
.banner-text-copy p {
	margin: 0 0 1rem 0;
}

.banner-text-copy p:last-child {
	margin-bottom: 0;
}

.banner-text-copy ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5rem 0;
}

.banner-text-copy ul li {
	position: relative;
	padding-left: 1.1rem;
	margin-bottom: 0;
	font-size: var(--wp--preset--font-size--body, 20px);
	line-height: 1.5;
}
.move-up .banner-text-copy ul li {
	font-size:24px;
}
.banner-text-copy ul li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--wp--preset--color--gray-dark, #585853);
	font-size: 1.2em;
}

.banner-text-copy strong {
	font-weight: 600;
}

/* Button */
.banner-text-button {
	margin-top: 8px;
}

.banner-text-button .button {
	display: inline-block;
	padding: 17px 21px 16px;
	background-color: #F19B92;
	color: #ffffff;
	text-decoration: none;
	border-radius: 35px;
	font-family: 'bicyclette';
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background-color 0.3s ease, transform 0.2s ease;
	border: none;
	margin: 0;
	cursor: pointer;
}

.banner-text-button .button:hover {
	background-color: #DBBD9A;
	transform: translateY(-1px);
}

.banner-text-button .button:active {
	transform: translateY(0);
}
@media (max-width:1280px) {
	.banner-text-wrapper.text-left .banner-text-content {
	margin-left: 24px;
}
	.one-switch .banner-text-wrapper.text-left .banner-text-content {
    margin-left: 0px;
    max-width: 675px;
} 
}

/* Responsive Design */
@media (max-width: 968px) {
	.banner-text-wrapper {
		padding: 3rem 1.5rem;
		min-height: 450px;
	}
	
	.banner-text-wrapper.text-left .banner-text-content {
		margin-left: 0;
	}
	
	.banner-text-wrapper.text-right .banner-text-content {
		margin-right: 0;
	}
	.available .banner-text-wrapper.text-right .banner-text-content {
		margin:0 20px 0 0;
	}

}

@media (max-width: 768px) {
	.available .banner-text-wrapper.text-right .banner-text-content {
		margin: 0 auto 0;
		padding:60px 30px 0 ;
	}
	.move-up .banner-text-wrapper.text-left .banner-text-content {
    margin-top: 0;
    margin-left: 0;
	}
	.available .banner-text-wrapper.text-right .banner-text-content .banner-text-copy p {
		text-align:center!important;
	}
	.one-switch .banner-text-wrapper.text-left .banner-text-content {
        margin-left: 0px;
        max-width: 90%;
        padding: 40px 0 0;
    }
	.one-switch.banner-text.mobile-reverse .banner-text-copy h2 {
		        font-size: 43px;
        line-height: 1.2;
	}
	.wwm-banner.banner-text.mobile-reverse .banner-text-copy h2 {
		margin: 20px auto;
	}
	.one-switch .banner-text-copy h3 {
font-size:20px;}
	.one-switch .banner-text-copy p {
    font-size: 18px;
    line-height: 26px;
    margin: 17px 0;
    max-width: 100%;
    letter-spacing: -0.01rem;
}
	.move-up  .banner-text-description {
        font-size: 35px;
    }
	.move-up .banner-text-copy p button {
		        font-size: 14px !important;
        padding: 15px 15px !important;
	}
	.move-up .banner-text-copy ul li {
	    font-size: 18px;
	}
	.banner-text.mobile-reverse {
		background-color: #F8F2EE;
        display: flex;
        flex-direction: column-reverse;
	}
	.banner-text.mobile-reverse.clarity {
		background-color:#e4e4e4;
	}
	.banner-text-wrapper.text-left.mobile-reverse  .banner-text-content {
        max-width: 100%;
        padding: 30px;
    }
	.banner-text.mobile-reverse .banner-text-wrapper {
		padding:0;
		min-height:auto;
	}
	.banner-text.mobile-reverse .banner-text-wrapper.text-right .banner-text-content {
		 max-width: 89%;
	}
	.banner-text.mobile-reverse  .banner-text-copy h2 {
		        font-size: 35px;
		        margin: 0;
		        line-height: 1.5;
	}
	    .banner-text.mobile-reverse.clarity .banner-text-wrapper {
        padding: 30px 30px 0;
        min-height: auto;
    }
	 .banner-text.mobile-reverse.clarity .banner-text-copy h2 {
		font-size: 45px;
        margin: 0 0 25px;
        line-height: 1.2;
	}
	.banner-text.clarity .banner-text-copy p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
	.banner-text-wrapper {
		padding: 3rem 1rem;
		min-height: 400px;
		border-bottom:none;
	}
	.banner-text-wrapper.text-left .banner-text-content {
		max-width: 100%;
	}
    .banner-text-description {
        font-size: 50px;
    }
	.banner-text-copy img {
    margin: 0 auto;
    display: block;
    max-width: 260px;
}
	.banner-text-copy h4 {
font-size:23px;}
	.banner-text-copy {
		font-size: 18px;
	}

}
@media (max-width:550px) {
	    .wwm-banner.banner-text.mobile-reverse .banner-text-copy h2 {
        font-size: 30px;
        margin: 40px auto 20px;
        padding: 0 20px;
    }
	.available .banner-text-description {
		    font-size: 50px;
    line-height: 1;
    padding: 0;
	}
	.banner-text.clarity .banner-text-copy p, .banner-text.clarity2 .banner-text-copy p {
		max-width:90%;
		margin: 10px auto 10px;
		font-size:18px;
	}
	.banner-text.checkmarks ul li {
		font-size:20px;
		line-height: 1.3;
	}
	.available p a {
		font-size:16px;
		display:block;
		margin:10px 0
	}
	.banner-text.mobile-reverse.clarity2 .banner-text-copy h2 {
		font-size:40px;
	}
}
@media (max-width:480px) {
	.banner-text.mobile-reverse.clarity2 .banner-text-copy h2 {
		font-size:40px;
	}
	    .banner-text.mobile-reverse .banner-text-copy h2 {
              font-size: 20px;
        margin: 0 0 20px;
        line-height: 1.25;
        letter-spacing: 0.01rem;
    }
	    .banner-text-description {
                 font-size: 35px;
        margin: 10px 0;
    }
	    .banner-text-copy h4 {
               font-size: 18px;
        line-height: 1.5;
    }
	.banner-text-title {
		font-size:16px;
	}
	.banner-text-copy ul li {
		font-size:16px;
	}
	.banner-text-button .button {
		font-size:16px;
		    padding: 12px 21px 11px;
	}
	    .banner-text-copy img {
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }
	    .banner-text.clarity .banner-text-copy p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
			padding:0;
        margin-bottom: 20px;
    }
	    .banner-text.mobile-reverse.clarity .banner-text-copy h2 {
        font-size: 40px;
        margin: 0 0 19px;
        line-height: 1.2;
    }
	.banner-text .banner-text-copy button:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    background-image: url(../../assets/images/thick-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-bottom: -4px;
}
	    .move-up .banner-text-copy ul li {
        font-size: 16px;
    }
	    .move-up .banner-text-description {
        font-size: 33px;
        margin: 0 0 16px;
    }

	.banner-text.move-up .banner-text-wrapper {
    background-position: top center;
    border-bottom: none;
    min-height: auto;
}
	    .one-switch.banner-text.mobile-reverse .banner-text-copy h2 {
        font-size: 30px;
        line-height: 1.2;
    }
	    .one-switch .banner-text-copy h3 {
        font-size: 17px;
        margin: 10px 0;
    }
	    .one-switch .banner-text-copy p {
        font-size: 16px;
        line-height: 1.5;
        margin: 17px 0;
        max-width: 100%;
        letter-spacing: -0.01rem;
    }
}

