/*
 * content-blocks.css — verbatim concat of the content-page blocks'
 * style.css (WP alphabetical enqueue order). Ported with the markup in
 * src/blocks/content-pages.tsx; class names match render.php 1:1.
 */

/* ===== cwu-about-benefits ===== */

.about-benefits {
	text-align: center;
	padding: 2rem 0;
	position: relative;
}
.about-benefits__text {
	grid-column: span 4;
}
.about-benefits__text > h2 {
	margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
	.about-benefits .grid-container:last-child {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 20rem;
	}
}
.about-benefits__item {
	flex-basis: 116px;
	border: 1px solid transparent;
	border-radius: 1rem;
	padding: 1.125rem .625rem;
	aspect-ratio: 1/1;
	display: flex;
	background-color: #F5F5F5;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1rem;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

a.about-benefits__item {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.about-benefits__item:hover {
	border-color: #004c8d;
	box-shadow: 0 2px 8px rgba(0, 76, 141, 0.1);
	transform: translateY(-1px);
}

.about-benefits__item--content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	height: 100%;
}

.about-benefits__item img {
	height: auto;
	max-width: 2.5rem;
	max-height: 2.5rem;
}

.about-benefits__item p {
	display: flex;
	align-items: flex-end;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 100%;
	min-height: 1.75rem;
}

.about-benefits__button {
	padding: 2rem 2.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.about-benefits > .grid-container:first-child {
	margin-bottom: 2rem;
}

@media (min-width: 769px) {
	.about-benefits {
		margin-bottom: 2rem;
	}
	.about-benefits__text {
		grid-column: span 12;
	}
	.about-benefits__item {
		grid-column: span 2;
		margin-bottom: 0;
		padding: 1.5rem .625rem 1.125rem;
		aspect-ratio: unset;
		border-radius: 30px;
	}
	.about-benefits__item:nth-child(5n+1) {
		grid-column: 2/span 2;
	}
	.about-benefits__item:nth-child(5n+5) {
		grid-column-end: 12;
	}


	.about-benefits h2 {
		margin: 0 auto;
	}
	.about-benefits h2:not(:last-child) {
		margin-bottom: 0.625rem;
	}
	.about-benefits > .grid-container:last-child {
		row-gap: 2.125rem;
	}

	.about-benefits__item img {
		max-width: 5rem;
		max-height: 3.875rem;
		width: 100%;
	}

	.about-benefits__item p {
		align-items: center;
		min-height: 2.25rem;
		font-weight: 600;
		font-size: 1.125rem;
		line-height: 110%;
	}

	.about-benefits__item--content {
		gap: 0.625rem;
		height: auto;
	}
}

/* ===== cwu-about-hero ===== */


.about-hero {
    margin: 2rem 1rem;
    width: calc(100% - 2rem) !important;
    position: relative;
    color: #fff;
}

.about-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-hero__bg > img,
.about-hero__bg > picture,
.about-hero__bg > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.about-hero__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #000;
    opacity: 0.4;
    border-radius: .5rem;
}

.about-hero__bg {
    z-index: -1;
}

.about-hero__content {
    grid-column: span 4;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 25.75rem;
    justify-content: center;
}

.about-hero__reviews-stars {
    display: flex;
}

.about-hero__reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.about-hero__reviews-star {
    width: 0.75rem;
}

.about-hero__reviews-star > * {
    width: 100%;
}

.about-hero__reviews-text {
    font-size: 0.875rem;
}

.about-hero__content {
    gap: 0.625rem;
}

@media (min-width: 769px) {
    .about-hero {
        margin: 0 0 2rem;
        width: 100% !important;
    }

    .about-hero__content {
        grid-column: span 12;
        min-height: 34.375rem;
    }

    .about-hero__reviews-text {
        font-size: 1.125rem;
    }

    .about-hero__reviews {
        flex-direction: row;
        justify-content: center;
    }

    .about-hero__bg::before {
        opacity: 0.2;
    }

}
/* ===== cwu-about-mission ===== */

.about-mission {
    margin: 0 0 2rem;
}

.about-mission__content {
    grid-column: span 4;
    background: #F9F9F9;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
}

@media (min-width: 769px) {
    .about-mission__content {
        grid-column: span 12;
        padding: 4rem 2rem;
        align-items: center;
        gap: 2rem;
    }
    .about-mission__text {
        max-width: 56rem;
    }
}
/* ===== cwu-about-steps ===== */

.about-steps {
	padding: 0 0 2rem;
	margin: 0 0 2rem;
	text-align: center;
	position: relative;
}

.about-steps__text {
	text-align: center;
	max-width: 61.25rem;
}

.about-steps__steps {
	display: grid;
	grid-template-columns: subgrid;
	row-gap: 2rem;
}

.about-steps .about-steps-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
	grid-column: span 4;
}

.about-steps .about-steps-item__img {
	flex-shrink: 0;
	width: 4.6875rem;
	height: 4.6875rem;
	margin: 0 auto;
	margin-bottom: 0.5rem; 
}

.about-steps .about-steps-item__img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

@media (min-width: 769px) {
	.about-steps .about-steps-item__img {
		width: 6.25rem;
		height: 6.25rem;
	}
}

.about-steps .about-steps-item__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	gap: 0.625rem;
}

.about-steps .about-steps-item__title {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about-steps .about-steps-item__number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 50%;
	font-size: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #00b43d;
	flex-shrink: 0;
	font-weight: 600;
	position: relative;
	
	/* font-size: 1.25rem; */
}
.about-steps .about-steps-item__number--arrow {
	display: none;
}

@media (min-width: 769px) {
	.about-steps .about-steps-item__number {
		flex-direction: row;
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
	}
	.about-steps .about-steps-item__number--arrow {
		position: absolute;
		left: 40%;
		z-index: -1;
		display: block;
  }
}

.about-steps .about-steps-item__content p {
	/* font-size: 1rem; */
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

@media (min-width: 769px) {
	.about-steps .about-steps-item__content p {
		/* font-size: 1.125rem; */
		font-size: 1rem;
		text-align: center;
		padding: 0 1.875rem;
	}
}

.about-steps__text {
	grid-column: span 4;
	row-gap: 1rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.about-steps__steps {
	grid-column: span 4;
}

.about-steps .about-steps-item {
	gap: 1.25rem;
}

.about-steps .about-steps-item__img {
	margin-bottom: 0;
}

.about-steps .about-steps-item__title {
	gap: 1rem;
}

.about-steps .about-steps-item__content {
	gap: 0.875rem;
}


.about-steps::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	transform: translateX(-50%);
	background: #A6A6A6;
	width: 50%;
}

@media (min-width: 769px) {
	.about-steps{
		padding: 2rem 0 4rem;
	}
	.about-steps::after{
		width: 100%;
		max-width: 1080px;
	}
	.about-steps__text {
		grid-column: span 12;
		margin-left: auto;
		margin-right: auto;
	}

	.about-steps__steps {
		grid-column: span 12;
	}

	.about-steps .about-steps-item__title {
		position: relative;
	}

	.about-steps .about-steps-item__number--arrow {
		left: calc(50% + 1rem);
		top: 2rem;
		transform: translateY(-50%);
	}

	.about-steps .about-steps-item__content {
		gap: 0.625rem;
	}

	.about-steps__text {
		row-gap: 3px;
		margin-bottom: 1.75rem;
	}

	.about-steps .about-steps-item {
		gap: 1rem;
	}
}

/* ===== cwu-about-story ===== */

.about-story {
    margin: 0 0 2rem;
}

.about-story__content {
    grid-column: span 4;
    background: #F9F9F9;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 769px) {
    .about-story__content {
        grid-column: span 12;
        padding: 4rem 2rem;
        text-align: center;
        align-items: center;
        gap: 2rem;
    }
    .about-story__text {
        max-width: 56rem;
    }
}
/* ===== cwu-about-story-v2 ===== */

.about-story-v2 {
    margin: 0 0 2rem;
}

/* Header - separate above content */
.about-story-v2__header {
    grid-column: span 4;
    margin-bottom: 1.5rem;
}

.about-story-v2__header .title-2 h2 {
    text-align: left;
}

/* Content - no background */
.about-story-v2__content {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-story-v2__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-story-v2__paragraphs p {
    margin: 0;
    font-size: 1.125rem; /* 18px */
    line-height: 1.5rem; /* 24px */
}

.about-story-v2__paragraphs p + p {
    margin-top: 1.5rem; /* 24px spacing between paragraphs */
}

.about-story-v2__image {
    width: 100%;
    max-width: 304px;
    margin: 0 auto;
}

.about-story-v2__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 304 / 393;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* Desktop - two column layout */
@media (min-width: 769px) {
    .about-story-v2 {
        margin: 0 0 3rem;
    }

    .about-story-v2__header {
        grid-column: span 12;
        margin-bottom: 2rem;
    }

    /* Heading - desktop: centered, 40px */
    .about-story-v2__header .title-2 h2 {
        text-align: center;
        font-size: 2.5rem; /* 40px */
    }

    .about-story-v2__content {
        grid-column: span 12;
        flex-direction: row;
        align-items: flex-start;
        gap: 3rem;
    }

    .about-story-v2__text {
        flex: 1;
        gap: 1.5rem;
    }

    .about-story-v2__paragraphs p + p {
        margin-top: 1.5rem; /* 24px - same as mobile */
    }

    .about-story-v2__image {
        flex-shrink: 0;
        width: 437px;
        max-width: 437px;
        margin: 0;
    }

    .about-story-v2__image img {
        aspect-ratio: 437 / 405;
        border-radius: 0.75rem;
    }
}

/* ===== cwu-about-values ===== */

.about-values {
    margin: 0 0 2rem;
}

.about-values__content {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding-bottom: 2rem;
    position: relative;
}

.about-values__content::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    transform: translateX(-50%);
    background: #A6A6A6;
    width: 50%;
}

.about-values__text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 44.375rem;
}

.about-values__text ul {
    width: max-content;
    max-width: 100%;
    align-self: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 139%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: left;
}

.about-values__text ul li {
    padding-left: 1.5rem;
    position: relative;
}

.about-values__text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml,%3Csvg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.9414 15.1406C10.4688 15.6133 9.73828 15.6133 9.26562 15.1406L6.51562 12.3906C6.04297 11.918 6.04297 11.1875 6.51562 10.7148C6.98828 10.2422 7.71875 10.2422 8.19141 10.7148L10.125 12.6055L14.7656 7.96484C15.2383 7.49219 15.9688 7.49219 16.4414 7.96484C16.9141 8.4375 16.9141 9.16797 16.4414 9.64062L10.9414 15.1406ZM22.5 11.5312C22.5 17.6328 17.5586 22.5312 11.5 22.5312C5.39844 22.5312 0.5 17.6328 0.5 11.5312C0.5 5.47266 5.39844 0.53125 11.5 0.53125C17.5586 0.53125 22.5 5.47266 22.5 11.5312ZM11.5 2.59375C6.55859 2.59375 2.5625 6.63281 2.5625 11.5312C2.5625 16.4727 6.55859 20.4688 11.5 20.4688C16.3984 20.4688 20.4375 16.4727 20.4375 11.5312C20.4375 6.63281 16.3984 2.59375 11.5 2.59375Z" fill="%2300B43D"/%3E%3C/svg%3E%0A');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




@media (min-width: 769px) {
    .about-values {
        margin: 2rem 0;
    }
    .about-values__content {
        grid-column: span 12;
        align-items: center;
        gap: 2rem;
        padding-bottom: 4rem;
    }
    .about-values__content::after{
        width: 100%;
    }
    .about-values__text ul {
        font-size: 1.125rem;
    }
    .about-values__text ul li {
        padding-left: 1.875rem;
    }
    .about-values__text ul li::before {
        width: 1.375rem;
        height: 1.375rem;
    }
}
/* ===== cwu-areas-hero ===== */

.cwu-areas-hero {
	margin: 2rem 1rem;
	width: calc(100% - 2rem) !important;
	position: relative;
	color: #fff;
}

.cwu-areas-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cwu-areas-hero__bg > img,
.cwu-areas-hero__bg > picture,
.cwu-areas-hero__bg > picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: .5rem;
}

.cwu-areas-hero__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #000;
	opacity: 0.4;
	border-radius: .5rem;
}

.cwu-areas-hero__content {
	grid-column: span 4;
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 25.75rem;
	justify-content: center;
	gap: 0.625rem;
}

.cwu-areas-hero__reviews-stars {
	display: flex;
}

.cwu-areas-hero__reviews {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
}

.cwu-areas-hero__reviews-star {
	width: 0.75rem;
}

.cwu-areas-hero__reviews-star > * {
	width: 100%;
}

.cwu-areas-hero__reviews-text {
	font-size: 0.875rem;
}

@media (min-width: 769px) {
	.cwu-areas-hero {
		margin: 0 0 2rem;
		width: 100% !important;
	}

	.cwu-areas-hero__content {
		grid-column: span 12;
		min-height: 34.375rem;
	}

	.cwu-areas-hero__reviews-text {
		font-size: 1.125rem;
	}

	.cwu-areas-hero__reviews {
		flex-direction: row;
		justify-content: center;
	}

	.cwu-areas-hero__bg::before {
		opacity: 0.4;
	}
}

/* ===== cwu-areas-intro ===== */

.cwu-areas-intro {
	padding: 3rem 0;
}

.cwu-areas-intro__header {
	grid-column: span 4;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.cwu-areas-intro__paragraph {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #555;
	max-width: 48rem;
	margin: 0 auto;
}

.cwu-areas-intro__cards {
	grid-column: span 4;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.cwu-areas-intro__card {
	background: #F5F5F5;
	border-radius: 0.5rem;
	padding: 1.5rem;
	text-align: center;
}

.cwu-areas-intro__card-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
}

.cwu-areas-intro__card-icon img {
	width: 100%;
	height: 100%;
}

.cwu-areas-intro__card-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--primaryBlue1);
}

.cwu-areas-intro__card-desc {
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #555;
}

@media (min-width: 769px) {
	.cwu-areas-intro {
		padding: 4rem 0;
	}

	.cwu-areas-intro__header {
		grid-column: span 12;
	}

	.cwu-areas-intro__cards {
		grid-column: span 12;
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

/* ===== cwu-how-it-works-hero ===== */


.how-it-works-hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

.how-it-works-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.how-it-works-hero__bg > img,
.how-it-works-hero__bg > picture,
.how-it-works-hero__bg > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-it-works-hero__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #2D3A4B;
    opacity: 0.6;
}

.how-it-works-hero__content {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.how-it-works-hero__logos {
    margin: 0 auto;
    background: #fff;
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: space-between;
}

.how-it-works-hero__logos img {
    max-height: 1.8125rem;
    max-width: 4.6875rem;
    object-fit: contain;
    width: auto;
}

.how-it-works-hero__logos {
    justify-content: space-around;
    width: 100%;
    border-radius: .5rem;
    max-width: 18.125rem;
}

.how-it-works-hero__reviews {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.how-it-works-hero__reviews-text {
    margin-top: 0.25rem;
}

.how-it-works-hero__reviews-text p {
    font-size: 0.75rem;
    line-height: normal;
    margin: 0;
}
.how-it-works-hero__reviews-stars-wrapper {
    display: flex;
}

.how-it-works-hero__reviews :is(img, svg){
    width: 12px;
}
.how-it-works-hero .big-p br {
    display: none;
}

@media (min-width: 769px) {
    .how-it-works-hero__content {
        min-height: 34.375rem;
        grid-column: span 12;
    }
    .how-it-works-hero__reviews {
        justify-content: start;
        align-items: center;
        display: flex;
    }
    .how-it-works-hero .big-p br {
        display: initial;
    }

    .how-it-works-hero__reviews-text p {
        font-size: 0.875rem;
    }

    .how-it-works-hero__reviews-text {
        margin-top: 0;
        margin-left: 0.25rem;
    }
    .how-it-works-hero__reviews {
        justify-content: center;
        flex-direction: row;
    }
    .how-it-works-hero__reviews-text p {
        font-size: 1.125rem;
    }

}

/* ===== cwu-map ===== */

.cwu-map {
	padding: 3rem 0;
	background: #F5F5F5;
}

.cwu-map__header {
	grid-column: span 4;
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
	margin-bottom: 1.5rem;
}

/* Card grid */
.cwu-map__grid {
	grid-column: span 4;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.625rem;
}

.cwu-map__card {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.875rem 1rem;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 0.5rem;
	text-decoration: none;
	color: #2B3849;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.cwu-map__card:hover {
	border-color: #004C8D;
	box-shadow: 0 2px 8px rgba(0, 76, 141, 0.1);
}

.cwu-map__card-icon {
	flex-shrink: 0;
	width: 1.25rem;
	display: flex;
	align-items: center;
}

.cwu-map__card-icon img,
.cwu-map__card-icon picture {
	width: 1.25rem;
	height: auto;
}

.cwu-map__card-label {
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
}

.cwu-map__card-arrow {
	flex-shrink: 0;
	color: #004C8D;
	font-size: 1.125rem;
	opacity: 0.5;
	transition: opacity 0.2s, transform 0.2s;
}

.cwu-map__card:hover .cwu-map__card-arrow {
	opacity: 1;
	transform: translateX(2px);
}

/* Map */
.cwu-map__map-wrapper {
	grid-column: span 4;
	margin-bottom: 1.5rem;
}

.cwu-map__map {
	width: 100%;
	height: 300px;
	border-radius: 0.5rem;
	overflow: hidden;
}

/* Reviews */
.cwu-map__reviews {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.5rem;
}

.cwu-map__reviews-stars-wrapper {
	display: flex;
}

.cwu-map__reviews-text {
	margin-top: 0.25rem;
}

.cwu-map__reviews-text p {
	font-size: 0.875rem;
	margin: 0;
}

@media (min-width: 550px) {
	.cwu-map__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 769px) {
	.cwu-map {
		padding: 4rem 0;
	}

	.cwu-map__header {
		grid-column: span 12;
		margin-bottom: 2rem;
	}

	.cwu-map__grid {
		grid-column: span 12;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.75rem;
	}

	.cwu-map__map-wrapper {
		grid-column: span 12;
		margin-bottom: 2rem;
	}

	.cwu-map__map {
		height: 400px;
	}

	.cwu-map__reviews {
		grid-column: span 12;
		margin-bottom: 2rem;
	}

	.cwu-map__reviews-text p {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.cwu-map__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ===== cwu-reviews-cta ===== */

.cwu-reviews-cta {
	background-color: #2B3849;
	padding: 3rem 1.25rem;
}

@media (min-width: 769px) {
	.cwu-reviews-cta {
		padding: 5rem 2rem;
	}
}

.cwu-reviews-cta__container {
	max-width: 800px;
	margin: 0 auto;
}

.cwu-reviews-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
}

@media (min-width: 769px) {
	.cwu-reviews-cta__content {
		gap: 1.25rem;
	}
}

.cwu-reviews-cta__heading {
	font-size: 1.75rem;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}

@media (min-width: 769px) {
	.cwu-reviews-cta__heading {
		font-size: 2.5rem;
	}
}

.cwu-reviews-cta__subtitle {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
	line-height: 1.5;
}

@media (min-width: 769px) {
	.cwu-reviews-cta__subtitle {
		font-size: 1.125rem;
	}
}

.cwu-reviews-cta__benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}

@media (min-width: 769px) {
	.cwu-reviews-cta__benefits {
		gap: 1rem 2rem;
		margin-top: 1.5rem;
	}
}

.cwu-reviews-cta__benefit {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
}

@media (min-width: 769px) {
	.cwu-reviews-cta__benefit {
		font-size: 1rem;
	}
}

.cwu-reviews-cta__check {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.9);
}

/* ===== cwu-reviews-hero ===== */

.cwu-reviews-hero {
	background-color: #F1F1E6;
	padding: 3rem 0;
	overflow: hidden;
}

@media (min-width: 769px) {
	.cwu-reviews-hero {
		padding: 4rem 0;
	}
}

.cwu-reviews-hero__container {
	align-items: center;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__container {
		position: relative;
		min-height: 400px;
	}
}

.cwu-reviews-hero__content {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	order: 2;
	text-align: center;
	align-items: center;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__content {
		grid-column: span 6;
		gap: 1.25rem;
		order: 1;
		position: relative;
		z-index: 1;
		text-align: left;
		align-items: flex-start;
	}
}

.cwu-reviews-hero__pre-title {
	font-size: 0.875rem;
	font-weight: 500;
	color: #2B3849;
	text-transform: none;
	letter-spacing: 0.02em;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__pre-title {
		font-size: 1rem;
	}
}

.cwu-reviews-hero__title {
	font-size: 1.75rem;
	font-weight: 700;
	font-style: italic;
	color: #2B3849;
	line-height: 1.15;
	margin: 0;
	text-transform: capitalize;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__title {
		font-size: 2.5rem;
	}
}

@media (min-width: 1024px) {
	.cwu-reviews-hero__title {
		font-size: 3rem;
	}
}

.cwu-reviews-hero__subtitle {
	font-size: 1rem;
	color: #2B3849;
	line-height: 1.5;
	margin: 0;
	opacity: 0.8;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__subtitle {
		font-size: 1.125rem;
		max-width: 90%;
	}
}

.cwu-reviews-hero__content .green-btn {
	margin-top: 0.5rem;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__content .green-btn {
		margin-top: 0.75rem;
	}
}

.cwu-reviews-hero__media {
	grid-column: span 4;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
	margin-bottom: 1.5rem;
}

@media (min-width: 769px) {
	.cwu-reviews-hero__media {
		grid-column: span 6;
		order: 2;
		margin-bottom: 0;
		justify-content: flex-end;
		position: static;
	}
}

.cwu-reviews-hero__image {
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
	.cwu-reviews-hero__image {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		max-width: none;
		width: 55%;
		margin-right: -6%;
	}
}

@media (min-width: 1024px) {
	.cwu-reviews-hero__image {
		width: 58%;
		margin-right: -8%;
		margin-top: 5%;
	}
}

@media (min-width: 1200px) {
	.cwu-reviews-hero__image {
		width: 60%;
		margin-right: -10%;
		margin-top: 6%;
	}
}

/* ===== cwu-steps-vertical ===== */


.cwu-steps-vertical {
	padding: 2rem 0;
	text-align: center;
}

.cwu-steps-vertical .title-2 {
	grid-column: span 4;
}

.cwu-steps-vertical__step {
	grid-column: span 4;
}

.cwu-steps-vertical .grid-container {
	row-gap: 2rem;
}

.cwu-steps-vertical__step-img {
	margin-bottom: 1.5rem;
}

.cwu-steps-vertical__step-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cwu-steps-vertical__step-img {
	height: 4rem;
}

.cwu-steps-vertical__step-content {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

@media (min-width: 769px) {
	.cwu-steps-vertical .title-2 {
		grid-column: span 12;
	}

	.cwu-steps-vertical__step {
		grid-column: span 12;
		display: grid;
		grid-template-columns: subgrid;
	}

	.cwu-steps-vertical__step-img {
		grid-column: 1/2;
	}

	.cwu-steps-vertical__step-content {
		grid-column: 2/13;
		text-align: left;
	}
}
/* ===== global-faq-accordions ===== */

.faq-accordions {
	padding: 2rem 0;
}
.faq-accordions__container{
	grid-column: span 12;
}
.faq-accordions-title {
	text-align: center;
	color: #000;
}
.faq-accordions-title .title-1 {
	font-size: 2rem;
	line-height: normal;
}
.faq-accordions-description {
	margin-top: 1.5rem;
	text-align: center;
	color: #000;
}
.faq-accordions-description .sub-title{
	color: #000;
}
.faq-accordions-info {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 6.25rem;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.faq-accordions-info > * {
	margin: 1.5rem 0.75rem 0;
}
.faq-accordions-rounds__element {
	border-radius: 18.75rem;
	padding: 0.625rem 1.5rem;
	background-color: #f4f4f4;
	color: #004C8D;
	display: flex;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: color 0.3s ease-in-out, border-color .3s ease-in-out;
}
.faq-accordions-rounds__element img {
	transition: filter 0.3s ease-in-out;
}
.faq-accordions-rounds__element:hover,
.faq-accordions-rounds__element:focus {
	border-color: #004C8D;
}

.faq-accordions-rounds__element > :not(:last-child) {
	margin-right: 0.625rem;
}
.faq-accordions-dpl {
	border-radius: 18.75rem;
	padding: 0.625rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3rem;
	position: relative;
	z-index: 4;
	background-color: #fff;
	margin: 1.5rem 0 0;
}
.faq-accordions-dpl ul {
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f1f1e6;
	overflow-y: auto;
	display: none;
	border-radius: 0 0 1.25rem 1.25rem;
	max-height: 16.25rem;
	padding: 2.5rem 1.5rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1.49;
	top: 50%;
	z-index: -1;
}
.faq-accordions-dpl li:not(:last-child) {
	margin-bottom: 2rem;
}
.faq-accordions-dpl span {
	font-size: max(1.125rem, 0.875rem);
	line-height: max(1.675rem, 0.75rem);
	color: #2b3849;
	padding: 0.625rem 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.faq-accordions-dpl svg {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
}
.faq-accordions-dpl.is-open svg {
	transform: translateY(-50%) rotate(180deg);
}
.faq-accordions-dpl ul {
	background-color: #fff;
	box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.16);
}
.faq-accordions-dpl span {
	background: #fff;
	border-radius: 18.75rem;
}
.faq-accordions-breakpoint {
	margin-bottom: 1.5rem !important;
}
.faq-accordions-accordions {
	margin-top: 2.25rem;
}
.faq-accordions-accordions > :not(:last-child) {
	margin-bottom: 0.9375rem;
}
.faq-accordions-question {
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 0.625rem;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: black;
	padding: 0.625rem 1.25rem;
}
.faq-accordions-question img {
	cursor: pointer;
}
.faq-accordions-answer {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: black;
	/* Open/close ANIMATION. WP drives this with GSAP — height 0 → scrollHeight
	   and opacity 0 → 1 over 0.5s (view.js faqAccordionsCallback). The port had
	   the end states only (`height: 0` here, `height: auto` inline when open),
	   which snaps: inline style changes don't transition, and `auto` is not an
	   animatable height anyway. grid-template-rows 0fr → 1fr gets the same
	   result declaratively with no height measurement — the same technique
	   .cw-faq-answer already uses. Duration matches WP's 0.5s. */
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows 0.5s ease, opacity 0.5s ease;
}
/* The collapsing row must clip its overflow, or the content shows through at 0fr. */
.faq-accordions-answer > * {
	overflow: hidden;
	min-height: 0;
}
.faq-accordions-accordion.is-open .faq-accordions-answer {
	grid-template-rows: 1fr;
	opacity: 1;
}
.faq-accordions-answer__content {
	padding: 1.4375rem 1.125rem;
	background-color: #CED3D9;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
}
.faq-accordions-question__img {
	width: 1.75rem;
}

.faq-accordions-accordions {
	margin-top: 2.625rem;
}

.faq-accordions-question {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 114%;
}

.faq-accordions-accordions > :not(:last-child) {
	margin-bottom: 0.75rem;
}

.faq-accordions-question__img {
	flex-shrink: 0;
	margin-left: 1.875rem;
}

.faq-accordions-answer {
	font-size: 0.875rem;
	line-height: normal;
}
.faq-accordions-accordions + .faq-accordions-accordions {
	margin-top: 2.25rem;
}
.faq-accordions-question {
	background: rgba(0, 137, 255, 0.08);
}

.faq-accordions-dpl span {
	background: #f4f4f4;
}

.faq-accordions-question {
	padding: 1.5rem 1rem;
}

.faq-accordions-answer__content {
	padding: 1.5rem 1rem;
	background-color: #efefef;
	font-size: 1rem;
	font-weight: 400;
}

.faq-accordions-description .sub-title {
	font-size: 1.125rem;
}
.faq-accordions-question__img .ico-minus,
.faq-accordions-question__img .ico-plus{
	transition: opacity .3s ease-in-out;
}
.faq-accordions-accordion.is-open .faq-accordions-question__img .ico-minus{
	opacity: 1;
}
.faq-accordions-accordion.is-open .faq-accordions-question__img .ico-plus{
	opacity: 0;
}
@media (min-width: 769px) {
	.faq-accordions{
		padding: 6.25rem 0 3.125rem;
	}
	.faq-accordions-question {
		 padding: 1.5rem 1.875rem;
	}
	.faq-accordions-title .title-1 {
		font-size: 3rem;
	}
	.faq-accordions-info {
		display: flex;
	}
	.faq-accordions-question {
		padding: 1.5rem 1.875rem;
	}
	.faq-accordions-answer__content {
		padding: 1.4375rem 3.125rem;
	}
	.faq-accordions-dpl{
		display: none;
	}

	.faq-accordions-question {
		font-size: 1.125rem;
	}

	.faq-accordions-answer {
		font-size: 1.125rem;
	}

	.faq-accordions-breakpoint {
		margin-bottom: 2.5rem !important;
	}

	.faq-accordions-accordions {
		margin-top: 3.125rem;
	}

	.faq-accordions-accordions + .faq-accordions-accordions {
		margin-top: 3.125rem;
	}

	.faq-accordions-description .sub-title {
		color: #3c4b5f;
		font-size: 1.5rem;
	}

	.faq-accordions__row {
		display: flex;
		gap: 1.5rem;
	}

	.faq-accordions__column {
		max-width: 712px;
		width: 100%;
		flex-shrink: 0;
	}

	.faq-accordions-accordions:first-child {
		margin-top: 0;
	}


	.entry-content__aside {
		margin-bottom: 0;
	}

	.faq-accordions-question__img {
		width: 3.125rem;
		height: 3.125rem;
	}

	.faq-accordions-question__img svg {
		width: 100%;
		height: 100%;
	}

	.faq-accordions-question__img [stroke-width] {
		stroke-width: 1;
	}

}

/* ===== section-form-about ===== */

.about-form {
	padding: 0 0 2rem;
}

.about-form__headings {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1rem;
}


.about-form__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.375rem;
	background-color: white;
	position: relative;
}

@media (min-width: 769px) {
	.about-form__content {
		flex-direction: row;
	}
}

.about-form__details {
	display: flex;
	flex: 0 0 40%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	background-color: var(--primaryBlue1);
	color: white;
	padding: 2.5rem 1.25rem;
	text-align: left;
}

.about-form__details > * {
	width: 100%;
}

.about-form__details-text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.about-form__details p {
	color: #c9c9c9;
}

.about-form__details-items {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.about-form__contact-detail {
	display: flex;
	gap: 1.5rem;
	font-weight: 600;
}

.about-form__contact-detail img {
	width: 1.5rem;
	height: 1.5rem;
}

@media (min-width: 769px) {
	.about-form__airplane {
		position: absolute;
		right: 1rem;
		bottom: -8.5rem;
		max-width: 70%;
	}
}

.about-form__success {
	position: relative;
	z-index: 2;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	height: 100%;
}

.about-form__success h3 {
	font-family: var(--font-ruddy);
	font-size: 2.75rem;
}

@media (min-width: 769px) {
	.about-form__success h3 {
		font-size: 2rem;
	}
	.dh-about-form {
		padding: 4rem 0 0;
	}
}

.about-form__success p {
	font-size: 1.375rem;
}


.about-form__content,
.about-form__headings {
	grid-column: span 4;
}

.about-form__details {
	flex: unset;
}

.about-form__details-text {
	gap: 0.875rem;
}

.about-form__details p {
	color: #fff;
}

.about-form__content {
	gap: 2.625rem;
	padding: 2.25rem 0.75rem;
	border: 2px solid #004C8D;
	border-radius: .5rem;
	text-align: center;
}




.about-form__reviews {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.about-form__reviews-text p {
	margin: 0 0 0 5px;
}
.about-form__reviews-stars-wrapper {
	display: flex;
}
.about-form__reviews {
	flex-direction: column;
	justify-content: center;
}
.about-form__star {
	height: 0.75rem;
	width: 0.75rem;
}
.about-form__reviews-stars-wrapper {
	gap: 1px;
	margin-bottom: 0;
	margin-left: .5rem;
}
.about-form__reviews .about-form__reviews-stars-wrapper {
	gap: 2px;
	margin-left: 0;
}
.about-form__reviews .about-form__star {
	height: 1rem;
	width: 1rem;
}
@media (min-width: 769px) {
	.about-form__reviews {
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	.about-form__reviews-text p {
		font-size: 1.125rem;
	}
	.about-form__details {
		width: 39.5%;
	}
}

.show-on-success{
	display: none;
}

.about-form__wrapper {
	flex-basis: 0;
	flex-grow: 1;
}

.about-form__success-wrapper {
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
}

.about-form__reviews-stars {
	display: flex;
	gap: 2px;
	margin-bottom: 4px;
}

.about-form__reviews-star > img {
	width: 0.75rem;
}

.about-form__reviews-text p {
	margin: 0;
	font-size: 0.75rem;
	color: #2B3849;
	line-height: normal;
}

.about-form__gradient {
	padding: 1.5rem 0 5.875rem;
	position: relative;
}
.about-form__gradient::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10rem;
	z-index: -1;
	background: linear-gradient(180deg, #daeeff 0%, rgba(255, 255, 255, 0) 100%);
}
.about-form__gradient .title-2{
	grid-column: span 4;
	text-align: center;
	margin-bottom: 1rem;
}

.about-form__details {
	background-color: #004C8D;
	padding: 2.5rem 1rem;
}

.about-form__contact-detail {
	font-weight: 400;
}

.about-form__headings {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.about-form__text {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 1rem;
}
.about-form__text ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-self: center;
	gap: 1rem;
}

.about-form__text ul li {
	position: relative;
	padding-left: 1.875rem;
}

.about-form__text ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.375rem;
	height: 1.375rem;
	background-image: url('data:image/svg+xml,%3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4414 15.3596C9.96875 15.8323 9.23828 15.8323 8.76562 15.3596L6.01562 12.6096C5.54297 12.137 5.54297 11.4065 6.01562 10.9338C6.48828 10.4612 7.21875 10.4612 7.69141 10.9338L9.625 12.8245L14.2656 8.18384C14.7383 7.71118 15.4688 7.71118 15.9414 8.18384C16.4141 8.65649 16.4141 9.38696 15.9414 9.85962L10.4414 15.3596ZM22 11.7502C22 17.8518 17.0586 22.7502 11 22.7502C4.89844 22.7502 0 17.8518 0 11.7502C0 5.69165 4.89844 0.750244 11 0.750244C17.0586 0.750244 22 5.69165 22 11.7502ZM11 2.81274C6.05859 2.81274 2.0625 6.85181 2.0625 11.7502C2.0625 16.6917 6.05859 20.6877 11 20.6877C15.8984 20.6877 19.9375 16.6917 19.9375 11.7502C19.9375 6.85181 15.8984 2.81274 11 2.81274Z" fill="%2300B43D"/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.about-form__headings hr {
	width: 100%;
	margin: 1rem 0;
	display: block;
	background: #A6A6A6;
	height: 1px;
	border: none;
}

.about-form__headings {
	padding-bottom: 1.5rem;
}

.about-form ~ .cwu-faqs {
	background: transparent;
	padding-bottom: 3.375rem;
}


.about-form__call {
	display: flex;
	align-items: center;
	background: #F0F0F0;
	width: max-content;
	max-width: 100%;
	padding: 0.625rem 1.25rem;
	border-radius: 60px;
	gap: 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	margin: -1.75rem auto 0;
}
.about-form__call-ico {
	display: flex;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #004C8D;
	justify-content: center;
	align-items: center;
}
.about-form__call-ico > * {
	width: 70%;
	height: 70%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.about-form__success h3 {
		font-size: 1.5rem;
	}

	.about-form__success p {
		font-size: 1rem;
	}
}
@media (min-width: 769px) {
	.about-form{
		padding-bottom: 0;
	}
	.about-form__content,
	.about-form__gradient .title-2,
	.about-form__headings {
		grid-column: span 12;
	}
	.about-form__reviews-text p {
		font-size: 1.125rem;
	}

	.about-form__reviews-stars {
		margin-bottom: 0;
		margin-right: 4px;
	}

	.about-form__content {
		padding: 0 0 5.875rem;
		background-color: transparent;
		border-bottom: 1px solid #a6a6a6;
	}

	.about-form__text ul {
		align-self: center;
	}

	.about-form__headings hr {
		margin: 3rem 0;
	}

	.about-form__headings {
		padding-bottom: 3.375rem;
	}

	.about-form__gradient {
		padding: 2.625rem 0 0;
	}

	.about-form__gradient .title-2 {
		margin-bottom: 2rem;
	}

	.about-form__content {
		padding: 2.25rem;
		flex-direction: column;
	}
	.about-form {
		padding-bottom: 2rem;
	}

	.about-form__call {
		font-size: 1.5rem;
	}

	.about-form__wrapper {
		max-width: 55rem;
		margin: 0 auto;
		width: 100%;
	}

}
/* ===== section-form-contact ===== */

.contact-form {
	padding: 2rem 0;
}

.contact-form__headings {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1rem;
}


.contact-form__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.375rem;
	background-color: white;
	position: relative;
}

@media (min-width: 769px) {
	.contact-form__content {
		flex-direction: row;
	}
}

.contact-form__details {
	display: flex;
	flex: 0 0 40%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	background-color: var(--primaryBlue1);
	color: white;
	padding: 2.5rem 1.25rem;
	text-align: left;
}

.contact-form__details > * {
	width: 100%;
}

.contact-form__details-text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-form__details p {
	color: #c9c9c9;
}

.contact-form__details-items {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.contact-form__contact-detail {
	display: flex;
	gap: 1.5rem;
	font-weight: 600;
}

.contact-form__contact-detail img {
	width: 1.5rem;
	height: 1.5rem;
}

@media (min-width: 769px) {
	.contact-form__airplane {
		position: absolute;
		right: 1rem;
		bottom: -8.5rem;
		max-width: 70%;
	}
}

.contact-form__success {
	position: relative;
	z-index: 2;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	height: 100%;
}

.contact-form__success h3 {
	font-family: var(--font-ruddy);
	font-size: 2.75rem;
}

@media (min-width: 769px) {
	.contact-form__success h3 {
		font-size: 2rem;
	}
	.dh-contact-form {
		padding: 4rem 0 0;
	}
}

.contact-form__success p {
	font-size: 1.375rem;
}


.contact-form__content,
.contact-form__headings {
	grid-column: span 4;
}

.contact-form__details {
	flex: unset;
}

.contact-form__details-text {
	gap: 0.875rem;
}

.contact-form__details p {
	color: #fff;
}

.contact-form__content {
	gap: 2.625rem;
}




.contact-form__reviews {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.contact-form__reviews-text p {
	margin: 0 0 0 5px;
}
.contact-form__reviews-stars-wrapper {
	display: flex;
}
.contact-form__reviews {
	flex-direction: column;
	justify-content: center;
}
.contact-form__star {
	height: 0.75rem;
	width: 0.75rem;
}
.contact-form__reviews-stars-wrapper {
	gap: 1px;
	margin-bottom: 0;
	margin-left: .5rem;
}
.contact-form__reviews .contact-form__reviews-stars-wrapper {
	gap: 2px;
	margin-left: 0;
}
.contact-form__reviews .contact-form__star {
	height: 1rem;
	width: 1rem;
}
@media (min-width: 769px) {
	.contact-form__reviews {
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	.contact-form__reviews-text p {
		font-size: 1.125rem;
	}
	.contact-form__details {
		width: 39.5%;
	}
}

.show-on-success{
	display: none;
}

.contact-form__wrapper {
	flex-basis: 0;
	flex-grow: 1;
}

.contact-form__success-wrapper {
	position: relative;
	flex-basis: 0;
	flex-grow: 1;
}

.contact-form__reviews-stars {
	display: flex;
	gap: 2px;
	margin-bottom: 4px;
}

.contact-form__reviews-star > img {
	width: 0.75rem;
}

.contact-form__reviews-text p {
	margin: 0;
	font-size: 0.75rem;
	color: #2B3849;
	line-height: normal;
}

.contact-form__gradient {
	padding: 1.5rem 0 5.875rem;
	position: relative;
}
.contact-form__gradient::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10rem;
	z-index: -1;
	background: linear-gradient(180deg, #daeeff 0%, rgba(255, 255, 255, 0) 100%);
}
.contact-form__gradient .title-2{
	grid-column: span 4;
	text-align: center;
	margin-bottom: 1rem;
}

.contact-form__details {
	background-color: #004C8D;
	padding: 2.5rem 1rem;
}

.contact-form__contact-detail {
	font-weight: 400;
}

.contact-form__headings {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-form__text {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 1rem;
}
.contact-form__text ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-self: center;
	gap: 1rem;
}

.contact-form__text ul li {
	position: relative;
	padding-left: 1.875rem;
}

.contact-form__text ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.375rem;
	height: 1.375rem;
	background-image: url('data:image/svg+xml,%3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4414 15.3596C9.96875 15.8323 9.23828 15.8323 8.76562 15.3596L6.01562 12.6096C5.54297 12.137 5.54297 11.4065 6.01562 10.9338C6.48828 10.4612 7.21875 10.4612 7.69141 10.9338L9.625 12.8245L14.2656 8.18384C14.7383 7.71118 15.4688 7.71118 15.9414 8.18384C16.4141 8.65649 16.4141 9.38696 15.9414 9.85962L10.4414 15.3596ZM22 11.7502C22 17.8518 17.0586 22.7502 11 22.7502C4.89844 22.7502 0 17.8518 0 11.7502C0 5.69165 4.89844 0.750244 11 0.750244C17.0586 0.750244 22 5.69165 22 11.7502ZM11 2.81274C6.05859 2.81274 2.0625 6.85181 2.0625 11.7502C2.0625 16.6917 6.05859 20.6877 11 20.6877C15.8984 20.6877 19.9375 16.6917 19.9375 11.7502C19.9375 6.85181 15.8984 2.81274 11 2.81274Z" fill="%2300B43D"/%3E%3C/svg%3E%0A');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form__headings hr {
	width: 100%;
	margin: 1rem 0;
	display: block;
	background: #A6A6A6;
	height: 1px;
	border: none;
}

.contact-form__headings {
	padding-bottom: 1.5rem;
}

.contact-form ~ .cwu-faqs {
	background: transparent;
	padding-bottom: 3.375rem;
}

@media (min-width: 769px) {
	.contact-form{
		padding-bottom: 0;
	}
	.contact-form__content,
	.contact-form__gradient .title-2,
	.contact-form__headings {
		grid-column: span 12;
	}
	.contact-form__reviews-text p {
		font-size: 1.125rem;
	}

	.contact-form__reviews-stars {
		margin-bottom: 0;
		margin-right: 4px;
	}

	.contact-form__content {
		padding: 0 0 5.875rem;
		background-color: transparent;
		border-bottom: 1px solid #a6a6a6;
	}

	.contact-form__text ul {
		align-self: center;
	}

	.contact-form__headings hr {
		margin: 3rem 0;
	}

	.contact-form__headings {
		padding-bottom: 3.375rem;
	}

	.contact-form__gradient {
		padding: 2.625rem 0 0;
	}

	.contact-form__gradient .title-2 {
		margin-bottom: 2rem;
	}


}
/* ===== section-form-faq ===== */

.faq-form {
	margin: 0 0 6.25rem;
}
.faq-form__container {
	background-color: white;
	padding: 2.25rem 1.25rem;
	grid-column: span 12;
}
.faq-form-title {
	text-align: center;
	color: #000;
}
.faq-form-description {
	text-align: center;
	margin-top: 0.875rem;
	color: #000;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 155%;
}
.faq-form-number {
	background-color: #f0f0f0;
	border-radius: 18.75rem;
	padding: 0.6875rem 1.25rem;
	display: flex;
	align-items: center;
	margin: 0.5rem auto 0;
	width: max-content;
	max-width: 100%;
}
.faq-form-number >:not(:last-child) {
	margin-right: 0.75rem;
}
.faq-form-number__img {
}
.faq-form-number__text {
	color: #000;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: normal;
}
.faq-form-main {
	max-width: 37.9375rem;
	margin: 2.625rem auto 0;
}
.faq-form-main__title {
	margin-bottom: 2rem;
	color: #2B3849;
	font-weight: 600;
	line-height: 1.875rem;
	font-size: 1.375rem;
}
.faq-form-main >:not(:first-child) {
	margin-top: 1.5rem;
}
.faq-form-forms >:not(:first-child) {
	margin-top: 1.5rem;
}
.faq-form h1, .faq-form h2, .faq-form h3, .faq-form p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.faq-form #contact-form {
	flex: 0 0 60%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}
@media (min-width: 769px) {
	.faq-form #contact-form {
		grid-template-columns: 1fr 1fr;
	}
}
.faq-form #contact-form fieldset {
	display: flex;
	flex-direction: column;
	border: none;
	gap: 0.5rem;
}
.faq-form #contact-form label {
	font-size: 0.75rem;
	font-weight: 600;
}
.faq-form #contact-form input {
	border: none;
	border-bottom: 0.0625rem solid var(--primaryBlue2);
	padding-bottom: 0.5rem;
	border-radius: 0;
	padding: 0.5rem 0.25rem;
}
.faq-form #contact-form input:focus,
.faq-form #contact-form input:focus-visible {
	outline: none;
	border-bottom: 0.125rem solid var(--primaryBlue2);
}
.faq-form .required-label::after {
	content: " *";
	color: red;
}
@media (min-width: 769px) {
	.faq-form .contact-form__radio {
		grid-column: span 2;
	}
}
.faq-form .contact-form__radio legend {
	font-weight: 600;
	margin-bottom: 1.25rem;
}
.faq-form .contact-form__radio-choices {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
@media (min-width: 769px) {
	.faq-form .contact-form__radio-choices {
		flex-direction: row;
	}
}
.faq-form .contact-form__radio-choice {
	display: flex;
	gap: 0.625rem;
	color: black;
}
.faq-form #contact-form input[type="radio"] {
	display: none;
}
.faq-form .contact-form__radio-choice label {
	font-weight: 400 !important;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.faq-form .contact-form__radio-choice label:before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	margin-right: 0.625rem;
	background-color: #e0e0e0;
}
.faq-form .contact-form__radio-choice input[type="radio"]:checked + label:before {
	background-color: black;
	background-image: var(--tick-url);
	background-repeat: no-repeat;
	background-position: center;
}
@media (min-width: 769px) {
	.faq-form .contact-form__message {
		grid-column: span 2;
	}
}
.faq-form #contact-form textarea {
	border: none;
	border-bottom: 0.0625rem solid var(--primaryBlue2);
	resize: none;
	transition: all 0.2s ease;
	padding: 0.25rem;
}
.faq-form #contact-form textarea:focus,
.faq-form #contact-form textarea:focus-visible {
	outline: none;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0.0625rem var(--primaryBlue2);
}
.faq-form #contact-form .form-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 3rem;
	background-color: var(--secondaryYellow);
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	gap: 0.625rem;
	width: max-content;
	transition: all 0.2s ease;
	border-radius: 100vmax;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
	justify-self: center;
	margin-top: 0.5rem;
}
@media (min-width: 769px) {
	.faq-form #contact-form .form-submit {
		justify-self: start;
		grid-column: span 2;
	}
}
.faq-form #contact-form button:hover,
.faq-form #contact-form button:focus,
.faq-form #contact-form button:active {
	background-color: var(--primaryBlue2);
}
.faq-form .invalid {
	border-color: red;
	color: red;
}
.faq-form .invalid::placeholder {
	color: red;
}
.faq-form .contact-form__airplane {
	display: none;
}
@media (min-width: 769px) {
	.faq-form .contact-form__airplane {
		position: absolute;
		right: 1rem;
		bottom: -8.5rem;
	}
}
.faq-form .contact-form__success {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	align-self: center;
}
.faq-form .contact-form__success h3 {
	font-family: var(--font-ruddy);
	font-size: 2.75rem;
	line-height: normal;
}
@media (min-width: 769px) {
	.faq-form .contact-form__success h3 {
		font-size: 2rem;
	}
}
.faq-form .contact-form__success p {
	font-size: 1.375rem;
}
.faq-form__container {
	border: 2px solid #004C8D;
	border-radius: 8px;
}

.faq-form-main__title {
	color: #1b1b1f;
}



@media (min-width: 769px) {
	.faq-form .title-2 {
		font-weight: bold;
	}
}
@media (max-width: 768px) {
	.faq-form-description {
		font-size: 1.125rem;
		line-height: 117%;
	}
	.faq-form__container {
		padding: 2.25rem 1rem;
		margin: 0 0 2.25rem;
		grid-column: span 4;
	}
	.faq-form-title {
		line-height: 2.5rem;
	}
	.faq-form-number {
		display: flex;
		justify-content: center;
		margin-top: 0.875rem;
		padding: 0.6875rem 1.25rem;
	}
	.faq-form-number__text {
		font-size: 1rem;
	}
}
.faq-form__container {
	margin: 0;
}
.faq-form {
	margin: 0 0 2rem;
}
@media (min-width: 769px) {
	.faq-form {
		margin-bottom: 3.125rem;
	}
}
/* ===== theme legal.css (legal-page.php template — privacy/terms) ===== */

.legal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.625rem 0;
  gap: 1.5rem;
  grid-column: span 4;
}

@media (min-width: 769px) {
  .legal-content {
    padding-block: 4rem 5rem;
    gap: 3.125rem;
    grid-column: span 12;
  }
}

.legal-content h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: var(--font-inter);
}

.legal-content h2 {
  font-size: 2.25rem;
  line-height: normal;
  color: var(--primaryBlue2);
}

@media (min-width: 769px) {
  .legal-content h1 {
    font-size: 3rem;
    line-height: 2.625rem;
  }

  .legal-content h2 {
    font-size: 3rem;
    line-height: normal;
    color: var(--primaryBlue2);
  }
}

.legal-content figure {
  height: 26rem;
  width: auto;
}

.legal-content figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 20%;
}

@media (min-width: 769px) {
  .legal-content figure img {
    object-position: center 25%;
  }
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-left: 0;
}

.legal-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
}

.legal-content > p + p,
.legal-content > h1 + p,
.legal-content > h2 + p,
.legal-content > h3 + p,
.legal-content > h4 + p,
.legal-content > h5 + p,
.legal-content > h6 + p,
.legal-content > h1 + ul,
.legal-content > h1 + ol,
.legal-content > h2 + ul,
.legal-content > h2 + ol,
.legal-content > h3 + ul,
.legal-content > h3 + ol,
.legal-content > h4 + ul,
.legal-content > h4 + ol,
.legal-content > h5 + ul,
.legal-content > h5 + ol,
.legal-content > h6 + ul,
.legal-content > h6 + ol {
  margin-top: -0.875rem;
}

@media (min-width: 769px) {
  .legal-content > h1 + p,
  .legal-content > h2 + p,
  .legal-content > h3 + p,
  .legal-content > h4 + p,
  .legal-content > h5 + p,
  .legal-content > h6 + p,
  .legal-content > h1 + ul,
  .legal-content > h1 + ol,
  .legal-content > h2 + ul,
  .legal-content > h2 + ol,
  .legal-content > h3 + ul,
  .legal-content > h3 + ol,
  .legal-content > h4 + ul,
  .legal-content > h4 + ol,
  .legal-content > h5 + ul,
  .legal-content > h5 + ol,
  .legal-content > h6 + ul,
  .legal-content > h6 + ol,
  .legal-content > p + p,
  .legal-content > ul + p,
  .legal-content > ol + p,
  .legal-content > ul + ul,
  .legal-content > ol + ol {
    margin-top: -2.5rem;
  }
}

.legal-content > p + ul,
.legal-content > p + ol {
  margin-top: -1.5rem;
}

@media (min-width: 769px) {
  .legal-content > p + ul,
  .legal-content > p + ol {
    margin-top: -3.125rem;
  }
}

/* ===== html-sitemap (Rank Math HTML sitemap shortcode) =====
   Verbatim from the theme (src/css/style.css:298-311). Every rule is scoped to
   __section, which is why the page looked completely unstyled without them —
   the markup already emitted the section wrapper, the CSS was simply never
   ported. Rank Math ships no stylesheet of its own here; this is all of it. */

.rank-math-html-sitemap__section {
  max-width: 56.5rem;
  margin: 0 auto;
  padding: 1rem;
}

.rank-math-html-sitemap__section h2,
.rank-math-html-sitemap__section h3 {
  margin-bottom: 1.5rem;
}

.rank-math-html-sitemap__section li {
  margin-bottom: 0.5rem;
}
