.p-icons {
	--p-icon-width: calc((100% - 2rem) / 2);
	--p-icon-img-width: 100%;
	--p-icon-img-height: auto;
	--p-icons-pt: 2rem;
}

.is-frontpage .p-title-text__title {
	color: var(--theme-color);
}

.is-frontpage .p-title-text {
	--p-title-text-pb: 0;
	margin-top: 2rem;
}

.is-frontpage .p-container--with-bg .p-title-text {
	--p-title-text-pb: 1.88rem;
	margin-top: 0;
}

.p-container--with-bg .p-icons {
	--p-icon-width: calc((100% - 4rem) / 3);
	--p-icon-img-width: 9.38rem;
	--p-icon-img-height: 9.38rem;
}

.p-container--with-bg {
	position: relative;
	background-color: var(--p-container-bg-color);
	background-image: linear-gradient(to bottom, transparent 0%, var(--p-container-bg-color) 50%), url("../images/drops.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: top center, top center;
	background-size: 100% 100%, 100% auto;
	padding-block: 7.5rem 4.5rem;
	color: #fff;
	--p-slider-title-color: #fff;
	--p-editorial-title-color: #fff;
	--p-editorial-text-color: #fff;
	--p-icons-title-color: #fff;
	--p-title-text-color: #fff;
}

.p-container--with-bg::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	aspect-ratio: 1440/200;
	background: url("../images/wave.svg") top center/100% 100% no-repeat;
	pointer-events: none;
}

.p-container--with-bg .p-slider__title,
.p-container--with-bg .p-editorial__title,
.p-container--with-bg .p-editorial__text-container,
.p-container--with-bg .swiper-fraction,
.p-container--with-bg p {
	color: #fff;
}

.p-container--with-bg .p-slider__navigation {
	display: none;
}

.p-container--with-bg .p-editorial:not(.p-slider *) {
	text-align: center;
	--p-editorial-text-align: center;
	--p-editorial-text-width: 100%;
	--p-editorial-text-pl: 0;
	--p-editorial-text-pr: 0;
}

.p-container--with-bg .p-container--with-bg {
	background: none;
	padding-block: 0;
}

.p-container--with-bg .p-container--with-bg::before {
	content: none;
}

.form-type-checkbox {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.31rem;
}

.form-upload .form-managed-file.no-file {
	position: static;
}

@media (min-width: 1200px) {

.p-container--with-bg .p-slider__pagination {
	display: none;
}

}

@media (max-width: 1023px) {

.p-icons__paragraphs {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.p-icons__paragraphs::-webkit-scrollbar {
	display: none;
}

.p-icons__paragraphs > .p-editorial {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	scroll-snap-align: center;
	--p-editorial-media-width: 100%;
	--p-editorial-media-img-width: 100%;
	--p-editorial-media-img-height: auto;
}

.p-container--with-bg {
	padding-block: 3.5rem 3rem;
	background-image: linear-gradient(to bottom, transparent 0%, var(--p-container-bg-color) 120vw), url("../images/drops.jpg");
	background-size: 100% 100%, 200% auto;
}

.p-container--with-bg::before {
	aspect-ratio: auto;
	height: 4.5rem;
	background-size: auto 100%;
}

.p-container--with-bg .p-title-text {
	padding-block: 0;
}

.p-container--with-bg .p-slider {
	padding-top: 2rem;
}

}

