@media (prefers-reduced-motion: no-preference) {
	:root {
		interpolate-size: allow-keywords;
	}

	html {
		scroll-behavior: smooth;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
		animation: none !important;
		transition-duration: 0s !important;
	}
}

.sr-only:not(:focus):not(:active) {
	clip: rect(0 0 0 0); 
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; 
	width: 1px;
}

[hidden] {
	display: none !important;
}

.post-content figure,
blockquote,
p {
	margin: 0 0 1.5em;

	&:last-child {
		margin: 0;
	}
}

[role="list"] {
	list-style: none;
	padding: 0;
	margin: 0;
}

:target {
	scroll-margin-block: 75px;
}

summary {
	list-style-type: none;
}

img,
picture,
video,
canvas,
svg {
	max-width: 100%;
	display: block;
	height: auto;
}

.h0 {
	font-size: 74px;
	line-height: 1.2em;
}

@media (max-width: 768px) {
	.h0 {
		font-size: 46px;
	}
}

h1,
.h1 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	margin: 0 0 0.5em;
}

.h1--red {
	color: var(--color-red);
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
		1px 1px 0 #fff;
	display: inline-block;
	margin: 10px 0;
}

h2,
.h2 {
	font-size: 38px;
	font-weight: 750;
	line-height: 1.2em;
	letter-spacing: -0.04em;
	margin: 0 0 0.5em;
}
h3,
.h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 0.5em;
}
h4,
.h4 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.5em;
	letter-spacing: -0.03em;
}
h5,
.h5 {
	font-size: 20px;
	font-weight: bold;
	font-family: var(--font-secondary);
	line-height: 1.2em;
	margin: 0 0 0.5em;
}

body h1:first-child,
body h2:first-child,
body h3:first-child,
body h4:first-child {
	margin-top: 0;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child {
	margin-bottom: 0;
}

a {
	transition: color 0.3s;
	color: inherit;
	text-decoration: underline;
}

input::placeholder {
	opacity: 1;
	color: inherit;
}

@media (max-width: 900px) {
	h1,
	.h1 {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	.hero__description {
		position: relative;
		top: 0;
	}

	.hero__logo {
		flex: auto;
		width: 100%;
		max-width: 250px;
	}

	.section-heading--arches::before {
		width: 175px;
		height: 38px;
	}

	.buttons-container {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
}

.spread-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;

	br {
		display: none;
	}
}

.pdf-link {
	display: inline-flex;
	font-size: 14px;
	gap: 7px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration: none;
}

.pdf-link::before {
	content: "";
	width: 21px;
	height: 24px;
	background: url("../img/icon-pdf.svg") no-repeat center / contain;
}

input,
button,
textarea,
select,
.button {
	font: inherit;
	accent-color: var(--color-accent);
	outline-offset: 2px;
	color: inherit;
	font-size: 16px;
}

.download-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}



.richtext-content ul {
	margin: 0 0 1.5em;
	list-style-type: disc;
	padding: 0 0 0 1.5em;

	&:last-child {
		margin: 0;
	}
}

.richtext-content ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.5em;

	&:last-child {
		margin: 0;
	}
}

.richtext-content h2,
.richtext-content .h2 {
	margin-bottom: 0.3em;
}

@media (min-width: 769px) {
	.richtext-content .button + .button {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	.richtext-content .button {
		display: flex;
	}

	.richtext-content p:not(.buttons-container):has(.button + .button) {
		margin: -10px;

		.button {
			margin: 10px;
		}
	}

	.richtext-content {
		word-wrap: break-word;
	}
}


.richtext-content .buttons-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.richtext-content .buttons-container .button {
	margin: 0;
}

.buttons-container br {
	display: none;
}

.richtext-content:has(.page-section__header .section-heading--arches)
	+ .article-content__sidebar {
	padding-top: 80px;
}

.richtext-content table {
	margin: 1.5em 0;
}

/********** PAGE SECTION **********/
.section-heading {
	text-wrap: balance;
}

.page-section__header {
	margin-bottom: 25px;
	display: flex;
	gap: 20px 10%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	.button--smaller {
		min-width: 200px;
	}
}

.page-section__header:has(.section-heading--arches) .button {
	align-self: flex-end;
}

.page-section__header-text {
	flex: 1;
	/* min-width: 350px; */
	font-size: 18px;
	line-height: 1.5em;
}

.page-section__header:last-child {
	margin: 0;
}

.page-section__header--center {
	text-align: center;
}

.page-section__header--center .page-section__description {
	max-width: 800px;
	margin: auto;
}

.page-section__header--center .section-heading--arches::before {
	left: 50%;
	translate: -50% 0;
}

.section-heading--arches {
	margin: 0;
	display: inline-flex;
	flex-direction: column;
	/* align-items: center; */
	gap: 15px;
}

.section-heading--arches::before {
	position: relative;
	content: "";
	display: block;
	left: 0.8em;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 275px;
	height: 60px;
	background: url("../img/arches.svg") no-repeat center / contain;
}

@media (max-width: 768px) {
	.section-heading--arches::before {
		width: 200px;
		margin-left: 0;
	}

	.page-section__header-text {
		min-width: 200px;
		font-size: 16px;
	}
}

/********** PAGE SECTION END **********/

/********** BUTTONS **********/
.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
button {
	color: inherit;
	border: 0;
	background: transparent;
	padding: 0;
}

.button-link {
	font-weight: bold;
	color: var(--color-gray);
	letter-spacing: -0.03em;
	text-decoration: none;
	font-size: 18px;
}

.button {
	min-height: 58px;
	padding: 0 20px;
	min-width: 210px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 0;
	background: transparent;
	transition: background 0.2s, color 0.2s;
	color: var(--color-blue);
	background: var(--color-yellow);
	white-space: nowrap;
	cursor: pointer;
}

.button--negative {
	background: var(--color-foreground);
	color: var(--color-background);
}

.button--accent {
	border: 1px solid transparent;
	color: #fff;
	background-color: var(--color-accent);
}

.button--red {
	border: 1px solid transparent;
	color: #fff;
	background-color: var(--color-red);
}

.button--accent-outline,
.button--yellow-outline,
.button--outline {
	border: 1px solid currentColor;
	color: currentColor;
	background: transparent;
}

.button--yellow-outline {
	color: var(--color-yellow);
}

.button--accent-outline {
	color: var(--color-accent);
}

.button--smaller {
	min-height: 43px;
	min-width: 0;
	font-size: 15px;
}

.button[disabled] {
	background: #f1f1f1;
	pointer-events: none;
	color: color-mix(in srgb, var(--color-blue) 30%, transparent);
}

@media (max-width: 768px) {
	.button {
		min-height: 43px;
	}
}

/********** BUTTONS END **********/

/********** CONTENT CARDS **********/
.content-card__list {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	gap: 50px;
}

.content-card {
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
	overflow: clip;
	position: relative;
	background: #fff;
}

.content-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.content-card--vertical {
	flex-direction: column;
	display: block;
}

.content-card__image {
	flex: 2;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	min-width: 300px;
	margin: -1px;
}

.content-card__image .ratio-container {
	position: static;
}

.content-card__text {
	flex: 3;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

	.content-card--vertical & {
		border-radius: 0 0 15px 15px;
		border-width: 0 1px 1px;
		padding: 35px 40px;
	}
}

.content-card__buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
}

@media (max-width: 768px) {
	.content-card__text,
	.content-card--vertical .content-card__text {
		padding: 25px;
	}

	.content-card__list {
		gap: var(--page-horizontal-padding);
	}
}

/********** CONTENT CARDS END **********/

/********** IMAGE AND TEXT **********/

.image-and-text-line__container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 70px;
}

.image-and-text-line__container:has(.image-and-text-line__image:first-child) {
	flex-wrap: wrap-reverse;
}

.image-and-text-line__logos {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 70px;
	min-width: 300px;
	align-self: flex-start;
	padding: 40px 0;
}

.image-and-text-line__container:has(.image-and-text-line__image--format-full) {
	gap: 0;
}

.image-and-text-line__container:has(.image-and-text__content:first-child) {
	flex-wrap: wrap-reverse;
}

.image-and-text-line__content {
	display: flex;
	flex: 5;
}

.image-and-text-line__content--full {
	font-size: 17px;
	line-height: 1.6em;
}

.image-and-text-line__content--center .image-and-text-line__content-inner {
	margin: auto;
	max-width: 665px;
}

.image-and-text-line__content-inner {
	width: 100%;
	padding: 40px 60px 50px;
	max-width: 880px;
}

.page-width .image-and-text-line__content-inner {
	padding: 40px 0;
}

.image-and-text-line__image,
.image-and-text-line__content {
	flex: 5;
	position: relative;
	min-width: 330px;

	.ratio-container {
		position: static;
	}
}

.image-and-text-line__image--format-contained,
.image-and-text-line__image--format-rounded {
	margin: 50px 0;
}

.image-and-text-line__image--format-rounded img {
	border-radius: 12px;
}

.image-and-text-line__image--width-smaller {
	flex: 4;
	max-width: 475px;
}

.image-and-text-line__image--width-larger {
	flex: 7;
}

.image-and-text-line__image--width-smaller.image-and-text-line__image--format-full {
	flex: 3;
	align-self: stretch;
	max-width: none;
}

.page-section--image-and-text:has(.image-and-text-line__image--format-rounded),
.page-section--hero + .page-section--image-and-text,
.page-section--image-and-text + .page-section--image-and-text {
	margin: 0;
}

.icon-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.icon-link {
	width: 43px;
	height: 43px;
}

.icon-link .ratio-container {
	aspect-ratio: 1;
	object-fit: contain;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 768px) {
	.image-and-text-line__content-inner {
		padding: 0 20px 40px;
	}

	.page-width .image-and-text-line__content-inner {
		padding: 20px 0;
	}

	.image-and-text-line__image--format-contained,
	.image-and-text-line__image--format-rounded {
		margin: 0;
	}
	.image-and-text-line__container {
		margin: var(--section-vertical-margin) 0;
	}
}

/******/

.image-and-text__container {
	display: flex;
	flex-direction: column;
	container: image-and-text / inline-size;
}

.image-and-text__container--side {
	flex-direction: row;
	flex-wrap: wrap;
}

.image-and-text__image {
	position: relative;
}

.image-and-text__image .ratio-container {
	position: static;
}

.image-and-text__container--top.image-and-text__container--full
	.image-and-text__image {
	aspect-ratio: 3/1;
}

.image-and-text__container--top.image-and-text__container--half
	.image-and-text__image {
	aspect-ratio: 3/2;
	overflow: hidden;
}

.image-and-text__container--side .image-and-text__image {
	max-width: 540px;
	flex: 1;
	min-width: 300px;
}

.image-and-text__container--side .image-and-text__content {
	align-self: center;
}

.image-and-text__grid {
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax(clamp(300px, 45vw, 590px), 1fr)
	);
	gap: 40px;
}

.image-and-text__container--full {
	grid-column: 1 / -1;
}

.image-and-text__content {
	padding: 25px 35px 30px;
	display: flex;
	flex: 1;
	min-width: 0;
	gap: 20px;
	flex-wrap: wrap;
	min-width: 300px;
	/* align-self: center; */
}

.image-and-text__content-inner {
	display: flex;
	/* flex-wrap: wrap; */
	/* align-items: center; */
	/* align-self: center; */
	justify-content: space-between;
	gap: 15px 30px;
	flex: 1;
	min-width: 200px;
	flex-wrap: wrap;

	.page-section__header {
		margin-bottom: 0.75em;
	}
}

.image-and-text__content--logo-left {
	align-items: center;
	justify-content: center;
	gap: 7%;
}

.image-and-text__content--horizontal {
	gap: 10px 30px;
	justify-content: center;
}

.image-and-text__content--horizontal .image-and-text__content-inner {
	align-self: center;
}

.image-and-text__content-inner > .button {
	align-self: flex-end;
}

.image-and-text__content-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	min-width: 200px;
	/* max-width: 800px; */

	h4 {
		margin-bottom: 20px;
	}

	.page-section__header {
		margin: 0;
	}
}

.image-and-text__logo {
	max-width: 30%;
	width: 100%;
	min-width: 200px;
}

.image-and-text__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.image-and-text__logo .ratio-container {
	height: 100%;
	width: 100%;
}

.page-section--image-and-text-blocks .h0 {
	color: #346680;
}

.page-section--image-and-text-blocks + .page-section--image-and-text-blocks {
	padding-top: 0;
}

.page-section--image-and-text-blocks .image-and-text__image {
	width: 100%;
}

.page-section--image-and-text-blocks
	.page-section__header-text:only-child
	.h0:only-child {
	text-align: center;
}

.image-and-text__container {
	border: 1px solid var(--color-gray);
	border-radius: 15px;
	background: var(--color-light-gray);
	overflow: hidden;
}

.image-and-text__grid--color-light .image-and-text__container {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.1);
}

.image-and-text__grid--color-blue-red .image-and-text__container {
	border-color: var(--color-aqua);
	background: color-mix(
		in srgb,
		var(--color-accent-lighter) 50%,
		transparent
	);
}

.image-and-text__grid--color-blue-red .button {
	background: var(--color-red);
	color: #fff;
}

.image-and-text__content--logo-right {
	flex-direction: row-reverse;
}

@media (min-width: 769px) {
	.image-and-text__content-inner .button-link {
		align-self: flex-end;
	}
}

@container image-and-text (width < 700px) {
	.image-and-text__content-text {
		display: contents;
	}

	.image-and-text__content-inner {
		display: grid;
		grid-template-columns: auto auto;
		align-items: flex-start;
		align-self: flex-start;
	}
	
	.image-and-text__content--logo-right {
		flex-direction: column;
	}
	
	.image-and-text__content--logo-right .image-and-text__logo {
		margin: auto;
	}

	.page-section__header {
		grid-column: span 2;
	}
}

@container image-and-text (width < 600px) {
	.image-and-text__content-inner {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		
		.page-section__header {
			width: 100%;
		}
	}

	.button {
		margin-top: 20px;
	}

	p > .button {
		margin-top: 0;
	}
}

.page-section--image-and-text-horizontal .button {
	margin-top: 1em;
}

.image-and-text__content--vertical {
	flex-direction: column;
}

.image-and-text__content--logo-right .image-and-text__content-inner > .button {
	align-self: flex-start;
}


@media (max-width: 768px) {
	.image-and-text__content--vertical {
		align-items: center;
	}

	.image-and-text__content-inner > .button {
		align-self: center;
	}

	.image-and-text__content--logo-right .image-and-text__content-inner > .button {
		align-self: center;
	}

	.image-and-text__content--logo-right {
		justify-content: center;
	}

	.spread-items {
		gap: 10px;
		justify-content: center;
	}

	.image-and-text__content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.image-and-text__container--side .image-and-text__content--vertical .image-and-text__content,
.image-and-text__content--horizontal .image-and-text__content {
	flex-direction: column;
}

.image-and-text__container--side .image-and-text__content--vertical .image-and-text__logo {
	max-width: 50%;
}

.image-and-text__content--horizontal .image-and-text__logo {
	padding-right: 0;
	padding-left: 0;
}

.image-and-text__content--logo-right .image-and-text__content-inner {
	flex-direction: column;
	align-items: flex-start;
}

.image-and-text__container--side .image-and-text__content-inner {
	flex-direction: column;
	display: flex;
}

@media (max-width: 900px) {
	.image-and-text__container--side .image-and-text__image {
		aspect-ratio: 3/2;
		max-width: none;
	}

	.image-and-text-line__image--format-contained,
	.image-and-text-line__image--format-rounded {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.image-and-text__container--top.image-and-text__container--full
		.image-and-text__image {
		aspect-ratio: 5/3;
	}

	.image-and-text__content-inner .button {
		white-space: wrap;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		text-wrap: balance;
	}
}

/********** IMAGE AND TEXT END **********/

/********** HEADER **********/

.header-search__results {
	display: none;
}

.header-search__form {
	display: flex;
	height: 27px;
	max-width: 260px;
	position: relative;
}

#header-search-input {
	flex: 1;
	border-style: solid;
	border-color: var(--color-yellow);
	border-width: 1px 0 1px 1px;
	border-radius: 50px;
	padding: 0 45px 0 15px;
	width: 100%;
	color: var(--color-blue);

	&::placeholder {
		color: color-mix(in srgb, var(--color-gray) 50%, transparent);
		font-size: 13px;
	}
}

.header-search-button {
	border-radius: 0 50px 50px 0;
	background: var(--color-yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-blue);
	transition: background 0.2s;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
}

/********** END HEADER **********/

/********** HERO **********/
.page-section--hero {
	padding-bottom: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	background: var(--color-gray);
}

.page-section--hero .page-section__header {
	text-wrap: balance;
	margin: 0;
}

.page-section--hero .page-section__header:not(:last-child) .section-heading {
	margin: 0 0 0.6em;
}

.page-section--hero-simple .page-section__description {
	max-width: 600px;
	line-height: 1.6em;
}

.page-section--hero-simple .page-section__header {
	max-width: 600px;
	text-wrap: balance;
}

@media (min-width: 768px) {
	.page-section--hero-large .page-section__header {
		flex: 2;
		justify-content: flex-end;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.page-section--hero-large .page-section__header {
		text-align: center;
	}
}

.page-section--hero-large .hero__description {
	width: 100%;
	padding: 20px 0;
	background: var(--color-blue);
	color: #fff;
	z-index: 3;
}

@media (min-width: 768px) {
	.hero__logo {
		flex: 0 1 300px;
		max-width: 300px;
	}
}

.hero__logo img {
	width: 100%;
	height: auto;
}

.hero__description-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

/* .hero__description-inner .section-heading {
	margin: 0;
} */

@media (max-width: 767px) {
	.hero__description-inner {
		flex-direction: column;
		align-items: center;
	}
}

.page-section--hero-large .hero__description-inner {
	align-items: center;
}

.page-section--hero-simple .hero__description-inner {
	flex-direction: column;
	justify-content: center;
}

.hero__media {
	--height: none;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.hero__image,
.hero__video,
.hero__media,
.hero__placeholder {
	max-height: var(--height);
}

.hero__media .ratio-container {
	position: static;
}

.page-section--hero-simple {
	display: flex;
}

.page-section--hero-simple .hero__description--light {
	color: #fff;
}

.page-section--hero-simple .hero__description--center .page-section__header {
	text-align: center;
	margin: 0 auto;
	max-width: none;
}

.page-section--hero-simple .hero__description--center {
	max-width: none;
}

.page-section--cta .email-subscription-form,
.hero__description .email-subscription-form {
	margin: 40px auto 0;
	
	input {
		border-color: var(--color-yellow);
	}
}

.hero__description--left .email-subscription-form {
	margin-left: 0;
}

.page-section--hero-simple .hero__description {
	flex: 0 0 100%;
}

.page-section--hero-large .hero__media {
	height: 100%;
}

.page-section--hero-simple .hero__media {
	flex: 0 0 100%;
	translate: -100% 0;
}

.page-section--hero-simple.page-section--hero-overlay .hero__media::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	background-image: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.9) 0%,
		rgba(255, 255, 255, 0.6) 80%,
		transparent 100%
	);
	z-index: 3;
}

@media (max-width: 1200px) {
	.page-section--hero-simple .hero__media::before {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.page-section--hero-simple.page-section--hero-overlay .hero__media::before {
		width: 100%;
		background-image: linear-gradient(
			to right,
			rgba(255, 255, 255, 0.9) 0%,
			rgba(255, 255, 255, 0.4) 100%
		);
	}
}

.hero__placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero__video {
	--ratio: auto;
	position: relative;
	min-width: 100%;
	height: 100%;
	z-index: 2;
	aspect-ratio: var(--ratio);
	object-fit: cover;
}

.hero__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-section--hero-simple .hero__description-inner {
	min-height: 300px;
	padding-top: 50px;
	height: 100%;
	padding-bottom: 50px;
	font-size: 19px;
	position: relative;
	z-index: 2;
	font-weight: 500;
}

@media (min-width: 901px) {
	.page-section--hero-large .hero__description {
		position: absolute;
		top: 36px;
		left: 0;
	}
}

/********** HERO END **********/

/** SLIDER */
.slider__wrapper {
	position: relative;
}

.slider {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	--slides-per-page: 3;
	--gap: 30px;
	scrollbar-width: none;
	gap: var(--gap);
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scroll-snap-stop: always;
}

.slider__slide {
	scroll-snap-align: start start;
	min-width: 0;
	--gap_per_item: var(--gap) * (var(--slides-per-page) - 1) /
		var(--slides-per-page);
	flex: 0 0 calc(100% / var(--slides-per-page) - var(--gap_per_item));
}

.slider__control {
	position: absolute;
	top: 0;
	right: -80px;
	text-indent: -300px;
	overflow: hidden;
	width: 80px;
	min-height: 45px;
	height: 100%;
	transition: opacity 0.2s;
}

.slider__control--prev {
	left: -80px;
	right: auto;
}

.slider__control::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../img/icon-arrow.svg") no-repeat 56% center / 23px auto;
}

@media (max-width: 1425px) {
	.slider__control {
		width: 60px;
	}

	.slider__control--next{
		right: calc(-1 * var(--page-horizontal-padding))
	}
	
	.slider__control--prev {
		left: calc(-1 * var(--page-horizontal-padding))
	}

	.slider__control::before {
		background-position: 80% center;
	}
}

@media (max-width: 768px) {
	.slider__control {
		display: none;
		/* width: 40px; */
	}

	.slider__control::before {
		background-size: 15px auto;
	}
}

.slider__wrapper:not(.slider__wrapper--loaded) .slider__control {
	opacity: 0;
}

.slider__wrapper--start .slider__control--prev,
.slider__wrapper--end .slider__control--next {
	opacity: 0.35;
}

.slider__wrapper--start.slider__wrapper--end .slider__control {
	display: none;
}

.slider__control--prev::before {
	scale: -1;
}

.page-section--text-slider-contained + .page-section {
	padding-top: calc(var(--section-vertical-margin) + 45px);
}

.page-section.page-section--text-slider {
	margin: 0;
	z-index: 2;

	&::before {
		content: "";
		position: absolute;
		height: 45px;
		left: 0;
		width: 100%;
		top: 50%;
		translate: 0 -50%;
		background: var(--color-accent);
		z-index: 1;
	}
}

.text-slider {
	height: 90px;
	color: #fff;
	font-size: clamp(20px, 4vw, 38px);
	font-weight: bold;
	line-height: 1em;
	overflow: hidden;
	background: var(--color-accent);
	background: var(--color-gradient);
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	--tick: 0;
}

.page-section--text-slider-bg-red .text-slider {
	background: var(--color-red);
}

.page-section--text-slider-contained .text-slider {
	border-radius: 15px;
	height: clamp(72px, 9vw, 132px);
	margin: -45px auto;
	font-size: clamp(20px, 4.5vw, 60px);
}

.text-slide {
	display: flex;
	gap: 15px 30px;
	flex-wrap: wrap;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	padding: 0 1em;
	text-align: center;
	flex: 0 0 100%;
	text-decoration: none;
	transition: translate 0.3s ease-in-out;
	translate: 0 calc(mod(var(--tick), var(--slides)) * -100%);
}

.text-slide__text {
	white-space: preserve-spaces;
}

.text-slide .button {
	background: #fff;
	color: var(--color-blue-lighter);
	min-width: 170px;
}

@media (max-width: 900px) {
	.text-slider {
		height: auto;
		padding: 15px 0;
	}
}

/********** GUIDE **********/
.guide {
	display: flex;
	flex-direction: column;
	gap: 54px;
}

.location-guide__inner {
	gap: 50px;
	display: flex;
	flex-direction: column;
}

.location-guide__inner .page-section__header {
	margin: 0;
}

.info-buttons {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 25px;
}
.icon-button {
	height: 96px;
	display: flex;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.icon-button__icon {
	width: 110px;
	background: var(--color-accent);
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-button__text {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: var(--color-gray);
	border-radius: 0 15px 15px 0;
}
.icon-button__text::after,
.icon-button__text {
	display: flex;
	align-items: center;
	text-indent: 30px;
	position: relative;
	flex: 1;
	white-space: nowrap;
}
.icon-button__text::after {
	content: attr(data-text);
	background: var(--color-accent);
	color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	max-width: 0;
	overflow: hidden;
	box-sizing: border-box;
	transition: max-width 0.3s ease-in-out;
}

.guide-places {
	--gap: 23px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap);
	position: relative;
}

.guide-places--multiple {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.guide-places__maps {
	counter-reset: location-count;

	img {
		border-radius: 15px;
	}
}

.guide-places--multiple .guide-places__maps {
	grid-column: 1/-2;
}

.guide-places__map {
	position: relative;
}

.guide-places--multiple .guide-places__list-wrapper {
	grid-column: 1 / -1;
}

.guide-places__list {
	display: grid;
	padding: 0;
	margin: 0;
	list-style-type: none;
	grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
	gap: 23px;
	counter-reset: location-count;
}

.guide-places__tabs {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.guide-places__tabs [role="tab"] {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: var(--color-blue);
	background: color-mix(in srgb, var(--color-accent) 10%, transparent);
	border-radius: 15px;
	transition: background 0.2s, color 0.2s;
	min-height: 50px;
	flex: 1;
}

.guide-places__tabs [aria-selected="true"] {
	background: var(--color-accent);
	color: #fff;
}

.location-marker {
	--text-color: #fff;
	--marker-color: #000;
	position: absolute;
	z-index: 2;
	left: var(--x);
	top: var(--y);
	translate: -50% -100%;
	width: 43px;
	height: 51px;
	color: var(--marker-color);
}

.location-marker::before {
	content: counter(location-count);
	counter-increment: location-count;
	color: var(--text-color);
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.guide-places__list__item {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.guide-places__list__item svg path {
	stroke: currentColor;
}

.guide-places__list__item__image {
	position: relative;
	width: 100%;
	z-index: 1;
}

.guide-places__list__item__image .ratio-container {
	position: static;
	aspect-ratio: 3/2;
}

.guide-places__list__item__image img {
	border-radius: 15px;
}

.guide-places__list__item__image::after {
	--marker-color: #000;
	--text-color: #fff;
	content: counter(location-count);
	counter-increment: location-count;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 16px;
	bottom: 16px;
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-weight: 700;
	background: var(--marker-color);
	color: var(--text-color);
	border: 1px solid #fff;
	border-radius: 5px;
	z-index: 1;
}

.guide-places__list__item:nth-child(1) .guide-places__list__item__image::after,
.location-marker:nth-child(1) {
	--marker-color: #b60f70;
	
}

.guide-places__list__item:nth-child(2) .guide-places__list__item__image::after,
.location-marker:nth-child(2) {
	--marker-color: #d6492e;
	
}

.guide-places__list__item:nth-child(3) .guide-places__list__item__image::after,
.location-marker:nth-child(3) {
	--marker-color: #ed7c32;
}

.guide-places__list__item:nth-child(4) .guide-places__list__item__image::after,
.location-marker:nth-child(4) {
	--marker-color: #f4db6b;
	--text-color: var(--color-blue);
}

.guide-places__list__item:nth-child(5) .guide-places__list__item__image::after,
.location-marker:nth-child(5) {
	--marker-color: #49b60f;
}

.guide-places__list__item:nth-child(6) .guide-places__list__item__image::after,
.location-marker:nth-child(6) {
	--marker-color: #1097ae;
}

.guide-places__list__item:nth-child(7) .guide-places__list__item__image::after,
.location-marker:nth-child(7) {
	--marker-color: #0f3cb6;
}

.guide-places__list__item:nth-child(8) .guide-places__list__item__image::after,
.location-marker:nth-child(8) {
	
	--marker-color: #9d1ecb;
}

.guide-places__list__item strong {
	font-size: 18px;
	font-weight: 700;
}
.guide-places__list__item small {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 500;
	gap: 7px;
	line-height: 1.2em;
}

.guide-places__list__item small img {
	width: 12px;
	height: auto;
}

@media (min-width: 901px) {
	.guide-places:not(.guide-places--multiple) .guide-places__list-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		overflow-y: auto;
		height: 100%;
		width: calc(50% - var(--gap) / 2);
	}
}

@media (max-width: 900px) {
	.guide {
		gap: 15px;
	}

	.location-guide__inner {
		gap: 25px;
	}

	.guide-places {
		display: flex;
		flex-direction: column;
	}

	.guide-places__list {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		padding: 0 var(--page-horizontal-padding);
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		gap: var(--page-horizontal-padding);
	}

	.guide-places__list__item {
		min-width: 300px;
		scroll-margin: 0 var(--page-horizontal-padding);
	}

	.info-buttons {
		gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}

	.icon-button {
		height: 56px;
		font-size: 14px;
		line-height: 1.3em;
	}

	.icon-button__text {
		white-space: initial;
		padding: 0 10px;
	}

	.icon-button__icon {
		width: 60px;
	}

	.icon-button__icon img {
		max-width: 70%;
		max-height: 60%;
	}

	.icon-button__text::after,
	.icon-button__text {
		text-indent: 0;
	}

	.location-marker {
		width: 36px;
		height: 43px;
	}

	.location-marker::before {
		font-size: 17px;
		top: 8px;
	}
}

@media (max-width: 768px) {
	.guide-places {
		margin-top: 15px;
	}


	.guide-places__tabs {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}

	.guide-places__tabs [role="tab"] {
		min-height: 64px;
	}
}
/********** GUIDE END **********/

/********** CTA **********/

.page-section--cta .page-section__header {
	justify-content: center;
}

.page-section--cta .buttons-container {
	justify-content: center;
}

.action-prompt__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 350;
	line-height: 1.5em;
	max-width: 800px;
	margin: auto;
	color: #fff;
}

/* .cta[data-full="true"] {
	border-radius: 15px;
	overflow: hidden;
}
.cta:not([data-full="true"]) {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 22vw;
	justify-content: flex-end;
}
.cta:not([data-full="true"])[data-reversed="true"] {
	justify-content: flex-start;
}
.cta__image {
	position: relative;
	z-index: 1;
}
.cta:not([data-full="true"]) .cta__image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
}
.cta:not([data-full="true"])[data-reversed="true"] .cta__image {
	left: auto;
	right: 0;
}
.cta[data-full="true"] .cta__image {
	flex: 1;
	height: 0;
	padding-top: 43.12%;
}
.cta__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta:not([data-full="true"]) .cta__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	width: 50%;
	padding-left: 100px;
}
.cta[data-full="true"] .cta__text-group {
	max-width: 66.666%;
}
.cta:not([data-full="true"])[data-reversed="true"] .cta__content {
	padding-left: 0;
	padding-right: 100px;
}
.cta[data-full="true"] .cta__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px 190px;
	background-color: #f2f2f2;
	padding: 28px 36px;
} */
/********** CTA END **********/

/********** FAQ **********/

.copy-link {
	display: none;
}

.page-section--faq-main {
	scroll-margin: 75px;
}

.page-section--faq-main-search {
	text-align: center;
	margin: 0;
	padding: var(--section-vertical-margin) 0;
	background-color: var(--color-accent);
	color: #fff;
	position: relative;
}

.faq-main-search__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.faq-main-search__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-section--faq-main-search .page-width {
	position: relative;
	z-index: 2;
}

.faq-main__wrapper--filtering {
	flex-direction: column;
}

.faq-main__wrapper--filtering .faq-list__heading,
.faq-main__wrapper--filtering .accoridon--filtered-out {
	display: none;
}

.faq-main__wrapper--filtering .sidebar-filter {
	display: none;
}

.faq-main__wrapper--filtering [role="tabpanel"] {
	display: contents !important;
}

.faq-main__wrapper--filtering .faq-list {
	display: contents;
}

.faq-main__wrapper--filtering .faq-main__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq-main__search-text {
	font-weight: 600;
}

.faq-main__search {
	display: none;
}

.faq-main__search p {
	margin-bottom: 10px;
}

.faq-main__wrapper--filtering .faq-main__search {
	display: block;
}

.page-section--faq-main-search .form-row {
	height: 48px;
	max-width: 500px;
	margin: 0 auto;
}

.page-section--faq-main-search .form-row input {
	border-color: var(--color-yellow);
	padding-right: 70px;
}

.page-section--faq-main-search .form-row button {
	min-width: 60px;
}

.page-section--faq .page-section__header {
	margin-bottom: 60px;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq-list h3,
.faq-list h4 {
	margin: 0;
}

.faq-list h3:not(:last-child) {
	margin-bottom: 5px;
}

.accordion {
	background: color-mix(in srgb, var(--color-accent) 10%, #fff);
	border-radius: 15px;
}

.accordion summary {
	padding: 30px 70px 30px 35px;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: -0.03em;
	font-weight: bold;
}
@media (max-width: 768px) {
	.page-section--faq .page-section__header {
		margin-bottom: 30px;
	}

	.accordion summary {
		font-size: 18px;
		padding: 20px 55px 20px 20px;
	}
}

.accordion-content {
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 350;
	padding: 0 35px 25px;
}
@media (max-width: 768px) {
	.accordion-content {
		padding: 0 20px 25px;
	}
}

.page-section--faq-search {
	background: var(--color-accent);
	color: #fff;
}

.faq-main__wrapper {
	display: flex;
	gap: 45px;
}

@media (max-width: 768px) {
	.faq-main__wrapper {
		flex-direction: column;
	}
}

.faq-main__content {
	flex: 1;
}

.faq-category:focus-within summary {
	background: var(--color-accent);
	color: #fff;
}

/********** FAQ END **********/

/********** PAGE HEADING **********/
.page-section--page-heading {
	height: 120px;
	margin: 0;
	--color-foreground: #fff;
	color: var(--color-foreground);
	background: var(--color-background);
	position: relative;
	padding: 0;
}

.page-section--page-heading > img {
	position: absolute;
	top: 15px;
	height: calc(100% - 30px);
	left: 50%;
	translate: -50% 0;
	width: auto;
	max-width: calc(100% - 50px);
	object-fit: contain;
}

.page-section--page-heading.page-section--background-blue {
	--color-background: var(--color-blue);
}

.page-section--page-heading.page-section--background-red {
	--color-background: var(--color-red);
}

.page-heading__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}

.page-heading__inner h1 {
	margin: 0;
}

@media (max-width: 900px) {
	.page-section--page-heading {
		height: auto;
		padding: 15px 0;
	}

	.page-section--page-heading h1 {
		font-size: 30px;
	}

	.page-section--page-heading > img {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
		max-width: 90%;
		max-height: 60px;
		translate: none;
	}
}
@media (max-width: 768px) {
	.page-section--page-heading h1 {
		font-size: 26px;
	}
}
/********** END PAGE HEADING **********/

/********** CALENDAR **********/
.calendar__wrapper {
	border-radius: 10px;
	background: #fff;
	padding: 10px 15px 20px;
}

.calendar {
	--offset: 0;
	margin: 0 -14px;
	padding: 14px 4px 10px;
	display: flex;
	overflow: clip;
	position: relative;
}

.calendar__prev,
.calendar__next {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 45px;
	height: 45px;
	text-indent: -300px;
	overflow: clip;
	z-index: 5;
	background: #fff;
}

.calendar__prev::before,
.calendar__next::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border-style: solid;
	border-width: 2px 2px 0 0;
	rotate: -135deg;
	border-color: currentColor;
}

.calendar--end .calendar__next,
.calendar--start .calendar__prev {
	opacity: 0.5;
}

.calendar__next {
	left: auto;
	right: 4px;
}

.calendar__next::before {
	rotate: 45deg;
}

.calendar__month {
	flex: 0 0 100%;
	transition: translate 0.3s;
	translate: calc(var(--offset) * -100%) 0;
}

.calendar__month {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	font-size: 14px;
}

.weekday-name {
	font-weight: bold;
	color: var(--color-gray);
	text-decoration: none;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.calendar__month-caption {
	grid-column: 1 / -1;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.calendar__day {
	aspect-ratio: 1;
	font-weight: bold;
	letter-spacing: -0.03em;
}

.calendar__day--other-month {
	color: color-mix(in srgb, currentColor 40%, transparent);
}

.calendar__day:hover,
.calendar__day[aria-selected="true"] {
	position: relative;
	color: #fff;
	z-index: 2;
}

.calendar__day:hover::after,
.calendar__day[aria-selected="true"]::after {
	content: "";
	width: 25px;
	height: 25px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	background: var(--color-blue);
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}

.calendar__day--selected {
	/* background: var(--color-accent); */
	color: #fff;
}

/* .calendar__day[aria-current="true"]::before {
	content: '';
	width: 100%;
	height: 25px;
	max-width: 100%;
	max-height: 100%;
	
	background: var(--color-accent);
	position: absolute;
	z-index: -2;
	left: 0;
	top: 50%;
	translate: 0 -50%;
} */

.calendar__daterange-container {
	margin-top: 5px;
}

.calendar__daterange-heading {
	font-size: 14px;
	margin: 0 0 0.2em;
	font-weight: bold;
}

.calendar__daterange {
	display: flex;
	gap: 10px;
}

.calendar__daterange-item {
	font-size: 11px;
	font-weight: 500;
	flex: 1;
	color: var(--color-gray);
	min-width: 0;
	max-width: 115px;
}

.calendar__daterange input {
	border-radius: 5px;
	height: 24px;
	display: block;
	color: var(--color-gray);
	border: 1px solid var(--color-gray);
	width: 100%;
	padding: 0 0 0 5px;
	font-size: 11px;

	&::placeholder {
		color: color-mix(in srgb, var(--color-gray) 30%, transparent);
	}
}

.calendar__daterange-reset {
	display: flex;
	gap: 5px;
	font-size: 11px;
	font-weight: 500;
	margin-top: 10px;
}

/********** END CALENDAR **********/

/********** EVENT GRID **********/
.my-events-header .tribe-button {
	display: none !important;
}

.page-section__header-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px 10%;
}


.page-section__header-wrapper .page-section__header {
	flex: 1;
	min-width: 350px;
	margin: 0;
}

.event-promo {
	flex: 1;
	background: var(--bg-color);
	color: var(--text-color);
	border-radius: 15px;
	padding: 18px 25px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	min-width: 350px;
	position: relative;
	overflow: hidden;
}

.event-promo__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-promo__description {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.event-promo__description strong {
	font-weight: 800;
}

.event-promo__button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
}

.event-promo__title {
	font-size: 30px;
	grid-column: 1 / -1;
	margin: 0;
	position: relative;
	z-index: 2;
}

.event-promo .button {
	background: var(--btn-bg);
	color: var(--btn-color);
}

@media (hover:hover) {
	.event-promo .button:hover {
		background: color-mix(in srgb, var(--btn-bg) 85%, transparent);
	}

	.main-header .menu > .current-menu-item > a {
		color: var(--color-accent);
	}
}

.page-section--events {
	overflow: hidden;
}

.page-section--events-grid {
	overflow: hidden;
}

.page-section--events .page-section__header + .slider__wrapper {
	margin-top: 70px;
}

.events-filter__filter-form {
	position: relative;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 25px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.events-grid__header {
	display: flex;
	margin: 0 0 14px;
}

.events-grid__view {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-left: auto;
}

@media (max-width: 768px) {
	.events-grid__view {
		display: none;
	}

	.event-promo__button {
		justify-content: flex-start;
		margin-top: 10px;
	}
}

.events-grid__view strong {
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.03em;
}

.events-grid__view-button {
	position: relative;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;

	input {
		position: absolute;
		left: -3000px;
	}

	&:has(:checked) {
		background: var(--color-blue);
		color: #fff;
	}

	svg {
		width: 25px;
		height: 25px;
	}
}

.events-grid__pagination {
	margin-top: 70px;
	text-align: center;
}

.events-grid__pagination--hidden {
	display: none;
}

.events-filter {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 5px;
}

.filter-wrap {
	border: 0;
	min-width: 0;
	padding: 0;
}

.filter-list {
	list-style-type: none;
	padding: 0;
	color: var(--color-gray);
	font-size: 14px;
	font-weight: 600;
}

.filter-list:has(input[type="checkbox"]) {
	input[type="checkbox"] {
		appearance: none;
		position: absolute;
		width: 19px;
		height: 19px;
		border-radius: 5px;
		left: 0;
		top: 7px;
	}

	label {
		padding: 5px 5px 5px 30px;
		position: relative;
		display: inline-block;
	}

	label::before {
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 19px;
		height: 19px;
		border: 1px solid var(--color-gray);
		border-radius: 5px;
		background: #fff;
	}

	label:has(input[type="checkbox"]:checked)::after {
		content: "";
		position: absolute;
		top: 11px;
		left: 4px;
		width: 11px;
		height: 11px;
		background: var(--color-accent);
		border-radius: 3px;
	}
}

.events__slider {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 900px) {
	.event-promo__title {
		font-size: 22px;
	}

	.event-promo__description {
		font-size: 17px;
	}
	
	.events__slider {
		--slides-per-page: 2;
		--gap: var(--page-horizontal-padding);
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		padding: 0 var(--page-horizontal-padding);
	}

	.events__slider .slider__slide {
		min-width: 300px;
		scroll-margin: 0 var(--page-horizontal-padding);
	}

	.page-section--events .page-section__header + .slider__wrapper {
		margin-top: 30px;
	}
}

/********** EVENT CARD **********/
.category-filter {
	display: flex;
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0 -15px 20px;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
}

.category-filter__item {
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.category-filter__item input {
	position: absolute;
	left: -3000px;
}
.category-filter__label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: var(--color-gray);
	text-underline-offset: 10px;
	padding: 15px;
	transition: color 0.2s;
}

.category-filter__label:hover,
.category-filter__label:has(input:checked) {
	color: var(--color-accent);
	text-decoration: underline;
}

.active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.active-filters:not(:has(button)) {
	display: none;
}

.active-filters button {
	color: var(--color-gray);
	font-weight: 600;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	text-align: left;
}

.active-filters button::before {
	content: "×";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	background: var(--color-red);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.events-list {
	display: grid;
	grid-template-columns: 265px 1fr;
	gap: 0 clamp(25px, 5vw,75px);
	margin-top: 60px;
}

.activate-sidebar-filter {
	display: none;
}

.activate-sidebar-filter::after {
	width: 9px;
	height: 9px;
	content: '';
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: currentColor;
	rotate: 135deg;
}

.event-card {
	display: flex;
	border-radius: 15px;
	/* height: 100%; */
	background: #fff;
	container: event-card / inline-size;
	flex-direction: column;
	--details-scale: 0.7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 12px;
}

.event-card__image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 3/2;
	flex: 0 0 auto;

	.ratio-container {
		height: 100%;
		position: static;
	}
}

.event-card__image .event-card__image-placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: 0.3;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.event-card__image a {
	display: block;
	height: 100%;
}

.event-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.date-badge {
	font-family: var(--font-secondary);
	font-weight: 600;
	border-radius: 5px;
	padding: 14px 10px 8px 11px;
	background: #fff;
	letter-spacing: 0.21em;
	gap: 3px;
	font-size: calc(var(--details-scale) * 20px);
	text-transform: uppercase;
	line-height: 1em;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.date-badge strong {
	line-height: 1em;
	font-size: calc(var(--details-scale) * 55px);
	font-weight: bold;
	min-width: 1.4em;
	text-align: center;
	color: var(--color-accent);
	letter-spacing: 0;
}

.event-card__dates {
	position: absolute;
	bottom: calc(var(--details-scale) * 20px);
	left: calc(var(--details-scale) * 20px);
	display: flex;
	z-index: 2;
}

.date-badge--event-card {
	position: absolute;
	--index: 0;
	bottom: 0;
	left: 0;
	transition: box-shadow 0.2s, translate 0.2s;
}

.date-badge--event-card:last-child {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	position: relative;
}

.event__labels {
	display: flex;
	flex-direction: column;
	gap: 12px;
	pointer-events: none;
}

.event-card .event__labels {
	position: absolute;
	bottom: calc(var(--details-scale) * 20px);
	right: calc(var(--details-scale) * 20px);
}

.event-label {
	height: 29px;
	font-family: var(--font-secondary);
	font-size: max(11px, calc(13px * var(--details-scale)));
	min-width: 120px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #abc;
	color: #000;
	border-radius: 5px;
	padding: 0 12px;
}

.event-label--red {
	color: #fff;
	background-color: var(--color-red);
}
.event-label--green {
	color: var(--color-blue);
	background-color: var(--color-green);
}

.event-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-weight: 350;
	gap: 15px;
	padding: 20px 15px;

	.buttons {
		margin-top: auto;
	}
}

.event-card__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.event-card__title,
.event-card__title a {
	text-decoration: none;
	margin: 0;
}
.event-card__time {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.event-card .button {
	min-width: 0;
	flex: 1 0 auto;
	padding: 0 10px;

	&:only-child {
		flex: 0 0 auto;
	}
}

.event-card__excerpt {
	color: var(--color-gray);
	margin: 5px 0;
	font-size: max(12px, calc(14px * var(--details-scale)));
	line-height: 1.5em;
	font-weight: 350;
}

@container event-card (width < 350px) {
	.event-card__dates,
	.event-card__excerpt,
	.event__labels {
		--details-scale: 0.7;
	}

	.button {
		min-height: 42px;
		font-size: 15px;
	}

	.buttons {
		gap: 5px;
	}
}

@container event-card (width < 280px) {
	.buttons {
		flex-direction: column;
	}
}

@media (max-width: 1200px) {
	.events-list {
		gap: 0 25px;
	}
}

.events-filter__buttons {
	display: none;
}

@media (max-width: 1100px) {
	.events-filter__buttons {
		display: none;
		gap: 10px;
		flex-wrap: wrap;

		.button {
			min-width: 130px;
			flex: 1;
		}
	}

	.events-list {
		display: flex;
		gap: 0;
	}

	.events-grid__container {
		flex: 0 0 100%;
	}

	.events-filter {
		min-height: 100%;
		padding-right: 25px;
		left: 0;
		translate: calc(-100% - var(--page-horizontal-padding)) 0;
		transition: translate 0.3s;
		width: 325px;
	}

	.events-filter + .events-grid__container {
		translate: calc(-325px) 0;
	}

	.activate-sidebar-filter {
		display: inline-flex;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.events-filter__buttons {
		display: flex;
	}

	.category-filter {
		margin: 0 calc(-1 * var(--page-horizontal-padding)) 20px;
		padding: 0 15px;
	}
}
/********** END EVENT CARD **********/

/********** SINGLE EVENT **********/
.page-section--single-event-header {
	background: var(--color-blue);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	--details-scale: 0.9;
}

.page-section--single-event-header .page-width {
	flex: 1;
}

.single-event-header__image {
	flex: 1;
	position: relative;
	min-width: 350px;

	.ratio-container {
		position: static;
		/* aspect-ratio: 7/5; */
	}

	img {
		object-fit: contain;
	}
}

.single-event-header__content {
	flex: 1;
	padding: 60px 75px;
	min-width: 350px;
}

.page-width .single-event-header__content {
	padding-left: 0;
	padding-right: 0;
}

.single-event-header__info {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.single-event-header__info .date-badge {
	color: var(--color-blue);
	--details-scale: 0.6;
}

.single-event-header__buttons {
	display: flex;
	gap: 10px 15px;
	flex-wrap: wrap;
	margin-top: 20px;

	.button {
		min-width: 160px;
	}
}

.event-meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 17px;
	font-weight: 500;
}

.event-meta svg path,
.event-meta svg circle {
	stroke: var(--color-green);
}

.event-meta__cell {
	display: inline-flex;
	gap: 15px;
	text-decoration: none;
	min-height: 34px;
	align-items: center;
}

.event-meta__cell > svg {
	width: 20px;

	path, circle {
		stroke-width: 1;
	}
}

.event-meta__cell a {
	text-decoration: none;
}

.event-meta__cell .select-wrapper {
	color: var(--color-blue);
}

.event-meta__cell select {
	appearance: none;
	background: #fff;
	border-radius: 50px;
	height: 34px;
	padding: 0 50px 0 20px;
	border: 1px solid var(--color-yellow);
	font-family: var(--font-primary);
	width: 100%;
}

.page-section--article-content-watermarked,
.page-section--single-event-data {
	background: url("../img/background-watermark.svg?v=2") no-repeat center /
		contain;
}

.event-data {
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr;
}

.event-data__item:not(.event-data__item--map) {
	display: grid;
	grid-template-columns: 109px 1fr;
	gap: 0 75px;

	h3 {
		color: var(--color-blue);
	}
}

.event-data__item-icon-container {
	grid-column: 1;
	grid-row: span 2;
}

.event-data__item-icon {
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 1;
	background: var(--color-blue);
	color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-data__item-icon img {
	width: 65%;
	height: 65%;
}

.event-data__item--description .event-data__item-text {
	font-weight: 400;
	min-width: 0;
	word-break: break-word;
}

.event-data__item-text {
	font-weight: 500;
	color: var(--color-gray);
}

.event-data__item-text a {
	color: var(--color-blue);
	font-weight: 600;
}

.event-data__item--map {
	display: block;
	border-radius: 15px;
	overflow: hidden;
}

.more-events__event {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 20px;
	justify-content: space-between;
	padding: 25px 0;
	font-weight: 500;
}

.more-events__event a {
	text-decoration: none;
}

.more-events__event:not(:first-child) {
	border-top: 1px solid color-mix(in srgb, var(--color-blue) 25%, transparent);
}

.more-events__date svg {
	width: 25px;
	
	path {
		fill: var(--color-accent);
	}
}

.more-events__venue svg {
	width: 20px;
}

.more-events__date,
.more-events__venue,
.more-events__buttons {
	display: flex;
	gap: 15px;
}

@media (min-width: 901px) {
	.event-data {
		grid-template-columns: repeat(2, 1fr);
	}

	.event-data__item--description {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.single-event-header__content {
		padding: 30px 35px;
	}

	.single-event-header__image {
		min-width: 320px;
	}

	.event-meta__cell {
		gap: 0 15px;
	}

	.event-data__item:not(.event-data__item--map) {
		grid-template-columns: 70px 1fr;
		gap: 0 45px;
	}

	.event-data {
		gap: 50px;
	}

	.event-data__item {
		gap: 20px 30px;
		min-width: 0;
	}
}

@media (max-width: 768px) {
	.single-event-header__content {
		min-width: 300px;
	}

	.event-data__item {
		gap: 20px;
	}

	.event-data {
		gap: 30px;
	}
}

@media (max-width: 550px) {
	.event-data__item-title {
		margin: 0;
	}

	.event-data__item:not(.event-data__item--map) {
		gap: 20px;
		grid-template-columns: 50px 1fr;
		align-items: center;
	}
	
	.event-data__item-icon-container {
		grid-row: 1;
	}

	.event-data__item-text {
		grid-column: span 2;
	}
}
/********** END SINGLE EVENT **********/

/********** ARTICLE CONTENT **********/
.article-content {
	display: flex;
	flex-wrap: wrap;
	gap: 30px clamp(30px, 10vw, 80px);
}

.page-section--article-content + .page-section--article-content {
	padding-top: 0;
}

.article-content__columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.article-content__column {
	flex: 1;
	min-width: 350px;
}

.article-content__column p:has(strong:only-child) {
	margin-bottom: 0;
}

.article-content article {
	flex: 1;
	max-width: 880px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.article-content article {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.article-content aside {
	max-width: 350px;
	min-width: 200px;
	flex: 1;
}

.resources-group:not(:last-child) {
	margin-bottom: 35px;
}

.small-accordion summary {
	margin-bottom: 15px;
}

.resources-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.resources-list a {
	text-decoration: none;
	padding: 4px 0;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.resources-list img {
	flex: 0 0 auto;
	translate: 0 2px;
}

.directions-heading {
	display: flex;
	gap: 0.6em;
	align-items: center;

	&::before {
		content: "";
		width: 1.5em;
		height: 1.5em;
		min-width: 1.5em;
		display: block;
		border-radius: 0.27em;
		color: #fff;
		background: url("../img/icon-marker-w.svg") var(--color-accent)
			no-repeat center / auto 64%;
	}
}
/********** ARTICLE CONTENT END **********/

/********** INFO CARDS **********/
.page-section--info-cards {
	.page-section__header {
		justify-content: center;
		text-align: center;
		margin-bottom: 10px;
	}
}

.info-cards__bottom-text,
.info-cards__description {
	max-width: 600px;
	font-size: 16px;
	text-align: center;

	.buttons-container {
		justify-content: center;
	}
}

.info-cards__description {
	margin: 0 auto 50px;
	text-wrap: balance;
}

.info-cards__bottom-text {
	margin: 50px auto 0;
}

.info-cards__bottom-text h4 {
	margin-bottom: 1em;
}

.info-cards__grid {
	display: grid;
	gap: 50px 20px;
	grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
	overflow-x: auto;
}

.info-cards__grid:has(.info-card-block:nth-child(4):last-child) {
	grid-template-columns: repeat(4, 1fr);
}

.info-card-block {
	background: #fff;
	border-radius: 15px;
	padding: 60px 20px;
}

.info-card-block__inner {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	max-width: 300px;
	margin: auto;
	text-align: center;
	height: 100%;
}

.info-card-block__image {
	width: auto;
	height: auto;
	object-fit: contain;
	margin-bottom: 25px;
	max-width: 85px;
	max-height: 85px;
}

.info-card-block__title {
	font-size: 26px;
}

.info-card-block__text:not(:last-child) {
	margin-bottom: 30px;
}

.info-card-block__inner > .button {
	margin-top: auto;
}


@media (max-width: 900px) {
	.info-cards__grid {
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		padding: 0 var(--page-horizontal-padding);
		scrollbar-width: none;
	}

	.info-card-block {
		min-width: 320px;
		scroll-margin: var(--page-horizontal-padding);
	}
}

.info-card {
	max-width: 1000px;
	display: flex;
	padding-right: 25px;
	flex-wrap: wrap;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 12px;
	margin: 3em 0;
}

@media (max-width: 768px) {
	.info-card {
		padding-right: 0;
	}
}

.info-card__heading {
	margin: 0 0 0.2em;
}

.info-card__image {
	flex: 0 0 280px;
	background: var(--color-gray);
	position: relative;
	border-radius: 12px 0 0 12px;
	margin: -1px 0 -1px -1px;
	overflow: hidden;
}

.info-card__image .ratio-container {
	position: static;
}

.info-card__content {
	flex: 1;
	padding: 25px 0;
	margin: 0 0 0 30px;
}

@media (max-width: 768px) {
	.info-card__content {
		flex: 1 1 100%;
		padding: 0;
		margin: 20px 20px 0 20px;
	}

	.info-card__image {
		flex: 1 1 100%;
		margin: -1px -1px 0 -1px;
		border-radius: 12px 12px 0 0;
	}
}

.info-card__text {
	font-size: 12px;
	font-weight: normal;
	color: var(--color-gray);
	line-height: 1.4em;
}

.info-card__text .pdf-link {
	color: var(--color-blue);
	line-height: 24px;
}

.info-card__subheading {
	font-size: 16px;
	font-family: var(--font-secondary);
	font-weight: 500;
	color: var(--color-blue);
	margin-bottom: 0.6em;
}

.info-card__buttons {
	display: flex;
	padding: 35px 0;
	margin: 0 0 0 30px;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}

@media (max-width: 992px) {
	.info-card__buttons {
		width: 100%;
		margin: 0 20px;
	}
}

.info-card__buttons .button + .button {
	margin: 0;
}

/********** INFO CARDS END **********/

/********** POSTS GRID **********/
.posts__grid {
	gap: 28px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.posts__grid-card {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid var(--color-gray);
	background: var(--color-light-gray);
}

.posts__grid-card .ratio-container {
	aspect-ratio: 4/3.3;
}

.posts__grid-card-content {
	padding: 30px;
}

.page-section--competitions-grid .page-section__description {
	font-size: 19px;
	margin: 0 0 3em;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.posts__grid-card-content {
		padding: 15px 20px;
	}
}
/********** POSTS GRID END **********/


/********** SOCIAL LINKS **********/
.page-section--social-links {
	text-align: center;
}

.big-social-links {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
	justify-content: center;
	gap: 20px;
}

.big-social-links li {
	flex: 0 1 167px;
	min-width: 80px;
	aspect-ratio: 1;
	border-radius: 15px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.big-social-links li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.big-social-links li .ratio-container {
	width: 80px;
}

@media (max-width: 768px) {
	.big-social-links {
		display: grid;
		margin: 0 auto;
		grid-template-columns: repeat(2, 1fr);
		max-width: 350px;
	}
}
/********** END SOCIAL LINKS **********/

/********** APP PROMO **********/
.page-section--app-promo {
	background: #346680;
	color: #fff;
	font-size: 18px;
	margin: 0;
	overflow: clip;
}

.page-section--app-promo-extended {
	padding: 0 var(--page-horizontal-padding);
	background: #0A577D;
}

.page-section--app-promo-extended .page-section__header {
	text-align: center;
	padding: 50px 0;
	text-wrap: balance;
	margin: 0;
	flex: 1;
	min-width: 300px;
}

.page-section--app-promo-extended .section-heading {
	margin: 0 0 0.25em;
}

.page-section--app-promo-extended .info-cards__grid {
	color: var(--color-blue);
	margin-top: 10px;
}

.page-section--app-promo-extended .app-promo__content {
	flex-direction: row-reverse;
}

.page-section--app-promo-extended::before,
.page-section--app-promo-extended::after {
	content: '';
	width: var(--page-horizontal-padding);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-width: 0 calc(var(--page-horizontal-padding) / 3);
	border-style: solid;
	border-color: transparent var(--color-aqua) transparent var(--color-red);
}

.page-section--app-promo-extended::before {
	right: 0;
	left: auto;
	border-color: transparent var(--color-red) transparent var(--color-aqua);
}

.app-promo__header-wrapper {
	display: flex;
	gap: 0 30px;
	padding: 20px 0 0;
	align-items: center;
	justify-content: space-evenly;
}

.app-promo__header-wrapper img {
	flex: 0 0 20%;
	min-width: 0;
}

.app-promo__text .section-heading {
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 0.5em;
}

.app-promo__content {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.app-promo__content {
		grid-template-columns: 1fr;
	}
}

.app-promo__text {
	padding: 70px;
	flex: 1;
	min-width: 350px;
	line-height: 1.6em;
}

@media (max-width: 992px) {
	.app-promo__text {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.app-promo__header-wrapper {
		flex-direction: column;
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.app-promo__header-wrapper img {
		max-width: 150px;
	}

	.app-promo__header-wrapper img:last-child {
		display: none;
	}
}

@media (max-width: 768px) {
	.app-promo__text {
		padding: 60px 0;
		min-height: 0;
		min-width: 0;
	}

	.app-promo__text .section-heading {
		font-size: 32px;
	}

	.page-section--app-promo-extended .page-section__header {
		padding: 30px 0;
	}

	.page-section--app-promo .info-card-block {
		padding: 20px 20px 30px;
	}

	.page-section--app-promo-extended {
		padding: 25px 0;
	}
 
	.page-section--app-promo-extended .info-card-block__inner {
		justify-content: center;
	}

	.page-section--app-promo-extended::before,
	.page-section--app-promo-extended::after {
		width: 100%;
		height: var(--page-horizontal-padding);
		top: 0;
		left: 0;
		border-width: calc(var(--page-horizontal-padding) / 3) 0;
		border-color: var(--color-red) transparent var(--color-aqua);
	}

	.page-section--app-promo-extended::after {
		bottom: 0;
		top: auto;
	}
}

.app-promo__image-wrapper {
	position: relative;
	flex: 1;
	min-width: 350px;
}

@media (max-width: 992px) {
	.app-promo__image-wrapper {
		display: none;
	}
}

.app-promo__image {
	rotate: 14deg;
	width: 64%;
	position: absolute;
	top: 170px;
}

.app-promo__app-icon {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	bottom: 50px;
	z-index: 2;
}

.app-promo__links {
	display: flex;
	gap: 20px;
}

.app-promo__links a {
	width: 216px;
}

@media (max-width: 768px) {
	.app-promo__links {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.app-promo__links a {
		width: 157px;
	}
}

/********** END APP PROMO **********/

/********** HERO WITH TEXT **********/

.page-section--hero-with-text {
	padding: 45px var(--page-horizontal-padding);
	margin: 0;
}

.hero-with-text__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.hero-with-text__image {
	max-width: 700px;
	width: 90%;
	margin-bottom: 20px;
}

.hero-with-text__image img {
	object-fit: contain;
}

.hero-with-text__title {
	font-weight: 500;
	font-size: 65px;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: var(--color-aqua);
	margin: 0 0 0.2em;
}

.hero-with-text__title em {
	font-style: normal;
	font-family: Gladiola;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1em;
	display: inline-block;
}

@media (max-width: 768px) {
	.hero-with-text__title {
		font-size: 35px;
	}

	.page-section--hero-with-text {
		padding: 25px var(--page-horizontal-padding);
	}
}

/********** END HERO WITH TEXT **********/

.info-posts__grid {
	gap: 35px 15px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.info-posts__grid:not(.slider) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.info-posts__card {
	display: flex;
	flex-direction: column;
}

.info-posts__card-info {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 0 0 12px 12px;
	background: #fff;
}

.info-posts__card-title a {
	color: inherit;
	text-decoration: none;
}

.info-posts__card-info:first-child {
	border-radius: 12px;
	border-width: 1px;
}

.info-posts__card-description {
	color: var(--color-gray);
	font-size: 14px;
}

.info-posts__card-buttons {
	margin-top: auto;
	padding-top: 20px;
}

.info-posts__card-info dl {
	padding-top: 30px;
	margin-top: auto;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 9px 6px;
	font-weight: 500;
}

.info-posts__card-info dd {
	margin: 0;
}

.info-posts__card-buttons {
	padding-top: 30px;
	margin-top: auto;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.info-posts__card-buttons .button {
	min-width: 180px;
}

.info-posts__card-subtitle {
	font-weight: 500;
	margin-bottom: 10px;
}

.info-posts__card-image {
	border-radius: 12px 12px 0 0;
	background: var(--color-light-gray);
	aspect-ratio: 2;
	position: relative;
}

.info-posts__card-image .ratio-container {
	position: static;
}

.info-posts__card-image img {
	border-radius: 12px 12px 0 0;
}

.info-posts__filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0;
}

@media (max-width: 768px) {
	.info-posts__filter {
		gap: 20px;
	}
	
	.info-posts__filter > * {
		flex: 1;
	}
}

.ethics-widget .select-wrapper select,
.info-posts__filter select {
	-webkit-appearance: none;
	appearance: none;
	height: 43px;
	min-width: 220px;
	border-radius: 100px;
	background: var(--color-gray);
	color: #fff;
	padding: 0 20px;
	border: 0;
	display: block;
	font-weight: 500;
	width: 100%;
}

.button--reset-filters {
	opacity: 0.2s;
}

.events-filter:not(.events-filter--filtered) .button--reset-filters,
.info-posts__filter:not(.info-posts__filter--filtered) .button--reset-filters {
	opacity: 0.5;
	pointer-events: none;
}

.info-posts__filter .select-wrapper {
	color: #fff;
}

.events-filter input[type="text"],
.info-posts__filter input[type="text"] {
	height: 43px;
	min-width: 220px;
	width: 100%;
	border-radius: 100px;
	border: 1px solid var(--color-gray);
	background: transparent;
	color: var(--color-blue);
	padding: 0 45px 0 20px;
	display: block;
	background: #fff;
	
	&::placeholder {
		color: var(--color-gray);
	}
}

.events-filter input[type="text"] {
	width: 100%;
}

.info-posts__filter-group {
	position: relative;
}

.info-posts__filter-group label {
	position: absolute;
	bottom: 100%;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	margin-bottom: 7px;
}

.info-posts__card--filtered-out {
	display: none;
}

.info_posts__filter-form {
	position: relative;
}

.events-filter__filter-form button,
.info_posts__filter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--color-gray);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border-radius: 0 100px 100px 0;
}

.events-filter__filter-form button svg,
.info_posts__filter-form button svg {
	margin-left: -4px;
}

.events-filter__filter-form button svg path,
.info_posts__filter-form button svg path {
	fill: currentColor;
}

/********** TIMELINE **********/
.page-section--timeline {
	overflow: hidden;
}

.page-section--timeline .page-section__header {
	justify-content: center;
	margin: 0 0 15px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 45px;
}

.page-section--timeline .page-section__description {
	flex: 0 0 100%;
}

.timeline__entries {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 35px;
	justify-content: space-evenly;
	overflow-x: auto;
	scrollbar-width: none;
	position: relative;
	z-index: 2;
}

.timeline__entry {
	display: flex;
	flex-direction: column;
	flex: 1;
	max-width: 350px;
	min-width: 290px;
}

.timeline__entry-image {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	background: var(--color-light-gray);
}

.timeline__entry-description {
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid;
	border-radius: 0 0 12px 12px;
	background: #fff;
	flex: 1;
	font-size: 14px;
	line-height: 1.5em;
}

.timeline__entries-wrapper {
	position: relative;
}

.timeline__arrow {
	position: absolute;
	top: 50%;
	right: -50px;
	left: -50px;
	translate: 0 -50%;
	height: 3px;
	z-index: 1;
	color: var(--color-yellow);
	background: currentColor;
}

.timeline__arrow::before {
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	translate: 0 -50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: currentColor;
}

.timeline__arrow::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	translate: 0 -50%;
	border-width: 10px 16px;
	border-style: solid;
	border-color: transparent transparent transparent currentColor;
}

.timeline__entry-title {
	margin-bottom: 0.3em;
}

@media (max-width: 900px) {
	.timeline__entries {
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		padding: 0 var(--page-horizontal-padding);
		gap: var(--page-horizontal-padding);
	}

	.timeline__entry {
		scroll-margin: var(--page-horizontal-padding);
	}

	.timeline__arrow {
		left: calc(-1 * var(--page-horizontal-padding)/1.5);
		right: calc(-1 * var(--page-horizontal-padding)/1.5);
	}
}

/********** END TIMELINE **********/

/********** STATS **********/
.page-section--stats {
	background: var(--color-gradient);
	padding: 30px 0;
}

.stats__container {
	display: flex;
	gap: 40px;
}

@media (max-width: 768px) {
	.stats__container {
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}
}

.stats__number {
	font-size: 82px;
	letter-spacing: -0.03em;
	line-height: 1em;
	font-weight: bold;
}

@media (max-width: 992px) {
	.stats__number {
		font-size: 60px;
	}
}

.stats__entry {
	text-align: center;
	color: #fff;
	flex: 1;
}

.stats__entry-title {
	text-transform: uppercase;
	font-family: var(--font-secondary);
	font-weight: bold;
	font-size: 22px;
	line-height: 1em;
}
/********** END STATS **********/

/********** SEPARATOR **********/
.page-section--separator {
	height: clamp(20px, 3vw, 35px);
	border-width: clamp(6px, 1vw, 10px) 0;
	border-style: solid;
	margin: 0;
}

.page-section--separator-forward {
	border-color: var(--color-aqua) transparent var(--color-red);
}

.page-section--separator-backward {
	border-color: var(--color-red) transparent var(--color-aqua);
}
/********** END SEPARATOR **********/

/********** SUNNY **********/
.page-section--sunny {
	margin: 0;
	overflow: hidden;
	margin: 25px 0;
}

.sunny__wrapper {
	position: relative;
	color: #fff;
	/* background: var(--color-aqua); */
	border-radius: 15px;
}

.sunny__background {
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.7;
}

.sunny__container {
	display: flex;
	position: relative;
	z-index: 2;
}

.sunny__image {
	flex: 1;
	aspect-ratio: 535/612;
	align-self: flex-end;
}

.sunny__image img {
	width: 100%;
	translate: -15% 19%;
}

.sunny__text {
	flex: 1;
	font-size: clamp(20px, 2vw, 26px);
	text-align: center;
	font-family: var(--font-secondary);
	font-weight: 500;
	line-height: 1.3em;
	max-width: 700px;
	min-width: 450px;
	padding: 30px var(--page-horizontal-padding);
	align-self: center;
}

.sunny__title {
	font-size: clamp(50px, 6vw, 82px);
	font-weight: 800;
	text-align: center;
	padding: 0.6em 30px 0;
	line-height: 1em;
	position: relative;
	z-index: 2;
}

@media (max-width: 900px) {
	.sunny__container {
		flex-direction: column-reverse;
	}

	.sunny__text {
		min-width: 0;
	}

	.sunny__image {
		align-self: center;
		margin: 20px 0 30px;
		max-width: 400px;
	}

	.sunny__image img {
		translate: -15% 0;
	}
}

@media (max-width: 768px) {
	.sunny__title {
		font-size: 64px;
		padding: 0.6em 20px 0;
	}

	.sunny__text {
		padding: 15px 20px 30px 20px;
		font-size: 18px;
	}

	.sunny__buttons {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.sunny__title {
		font-size: 40px;
		text-wrap: balance;
	}
}

.sunny__title::after {
	content: "";
	display: block;
	height: 0.9em;
	background: url("../img/star-trail.svg") no-repeat center / contain;
	margin-top: 0.25em;
}

.sunny__buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.sunny__buttons .button {
	background: #fff;
	color: var(--color-red);
	/* font-size: 23px; */
	font-weight: bold;
	min-width: 175px;
	padding: 0 15px;
}

/********** END SUNNY **********/

/********** BLOG **********/
.single-post .hero__description-inner {
	max-width: calc(880px + 2 * var(--page-horizontal-padding));
}

.page-section--blog-post-nav {
	padding-top: 0;
}

.blog-post-nav__inner {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: var(--color-accent);
}

.blog-post-nav__inner div a {
	font-size: 15px;
	display: flex;
	gap: 13px;
	align-items: center;
	font-weight: 600;
	text-decoration: none;
	color: var(--color-accent);
	padding: 15px;
	margin: -15px;
}

.blog-post-nav__inner div:first-child a:before,
.blog-post-nav__inner div:last-child a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: currentColor;
	rotate: -45deg;
}

.blog-post-nav__inner div:last-child a:after {
	border-width: 0 2px 2px 0;
}

.page-section--blog-post-meta {
	margin: 0;
	background: var(--color-gradient);
	color: #fff;
	font-weight: 500;
}

.blog-post-meta__inner {
	height: 87px;
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	gap: 10px 30px;
}

.blog-post-meta__date,
.blog-post-meta__categories {
	display: flex;
	gap: 12px;
	align-items: center;
}

.blog-post-meta__date svg {
	width: 18px;
	height: auto;
}

.blog-post-meta__date svg path {
	stroke-width: 1;
	stroke: var(--color-yellow);
}

.blog-post-meta__categories a {
	text-decoration: none;
}

.blog-post-meta__categories svg {
	width: 18px;
	height: auto;
}

.blog-post-meta__categories svg circle {
	stroke-width: 1;
	stroke: var(--color-yellow);
}

.posts-grid__pagination {
	margin-top: 70px;
	text-align: center;
}

.posts-grid__pagination--hidden {
	display: none;
}

.page-section--related-posts .page-section__header > div:only-child {
	margin: auto;
}

.related-posts__grid {
	--slides-per-page: 3;
	--gap: 15px;
}

.related-posts__button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.featured-post {
	display: flex;
	flex-wrap: wrap;
	gap: 30px clamp(20px, 6vw, 80px);
}

.featured-post__image {
	position: relative;
	flex: 2;
	border-radius: 12px;
	overflow: hidden;
	min-width: 300px;

	& .ratio-container {
		position: static;
	}
}

.featured-post__content {
	flex: 1;
	min-width: 300px;
	align-self: center;
}

.featured-post__title {
	margin-bottom: 10px;
}

.featured-post__date {
	margin-bottom: 1em;
	font-weight: 500;
}

.featured-post__excerpt {
	margin-bottom: 25px;
}

@media (max-width: 900px) {
	.related-posts__grid {
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		padding: 0 var(--page-horizontal-padding);
		scrollbar-width: none;
	}

	.info-posts__card {
		min-width: 300px;
		scroll-margin: var(--page-horizontal-padding);
	}
}

/********** END BLOG **********/

/********** DATE LIST **********/
.date-list {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding: 0;
	margin: auto;
	max-width: 1055px;
	font-size: 17px;
	line-height: 1.6em;
	gap: 50px;
}

.date-list__entry {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

@media (max-width: 768px) {
	.date-list__entry {
		gap: 30px;
	}
}

@media (max-width: 576px) {
	.date-list__entry {
		gap: 15px;
	}
}

@media (max-width: 360px) {
	.date-list__entry {
		flex-direction: column;
	}
}

.date-list__entry .date-badge {
	color: var(--color-blue);
	font-size: 26px;
	min-height: 130px;
	justify-content: center;
	max-width: 120px;
	gap: 0;
}

@media (max-width: 768px) {
	.date-list__entry .date-badge {
		font-size: 20px;
		min-height: 110px;
	}
}

@media (max-width: 576px) {
	.date-list__entry .date-badge {
		font-size: 14px;
		min-height: 70px;
	}
}

.date-list__entry .date-badge strong {
	color: var(--color-red);
	font-size: 75px;
}

@media (max-width: 768px) {
	.date-list__entry .date-badge strong {
		font-size: 58px;
	}
}

@media (max-width: 576px) {
	.date-list__entry .date-badge strong {
		font-size: 36px;
	}
}

.date-list__entry .date-badge--long-text strong {
	font-size: 36px;
}

.date-list__entry-description h3 {
	margin-bottom: 0.2em;
}
/********** END DATE LIST **********/

/********** CONTENT TABS **********/
.page-section--content-tabs .page-section__header {
	margin-bottom: 60px;
}

.content-tabs__wrapper {
	display: flex;
	gap: 45px;
}

@media (max-width: 768px) {
	.content-tabs__wrapper {
		flex-direction: column;
		gap: 30px;
	}
}

.sidebar-filter {
	width: 215px;
}

@media (max-width: 768px) {
	.sidebar-filter {
		width: 100%;
	}
}

.side-filter__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid
		color-mix(in srgb, var(--color-blue) 25%, transparent);
}

.sidebar-filter__title {
	text-transform: uppercase;
	margin: 0 0 20px;
}

.side-filter__item {
	border-top: 1px solid color-mix(in srgb, var(--color-blue) 25%, transparent);
}

.side-filter__item-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px;
	pointer-events: none;
}

.side-filter__item-icon svg {
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
}

.side-filter__item-icon svg path {
	stroke: var(--color-accent);
}

.side-filter__sublist {
	list-style-type: none;
	padding: 10px 0 20px 65px;
}

.sidebar-filter__button {
	height: 68px;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: -0.03em;
	padding: 0 10px;
	display: flex;
	width: 100%;
	align-items: center;
	text-decoration: none;
	gap: 15px;
	margin: -1px 0;
	position: relative;
	z-index: 2;
	text-align: left;
}

.side-filter__item[open] .sidebar-filter__button,
.side-filter__item:has(.side-filter__sublist [aria-selected="true"])
	.sidebar-filter__button,
.side-filter__item:has([aria-selected="true"]) > .sidebar-filter__button {
	background: var(--color-accent);
	color: #fff;

	svg path {
		stroke: currentColor;
	}
}

.side-filter__subitems {
	list-style-type: none;
	padding: 15px 0 15px 30px;
	display: none;
}


.side-filter__item--active .side-filter__subitems {
	display: block;
}

.side-filter__subitem [role="tab"] {
	font-size: 14px;
	line-height: 1.4em;
	padding: 3px 0;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

.side-filter__subitem [aria-selected="true"] {
	color: var(--color-accent);
}

.side-filter__subitem [aria-selected="true"]::before {
	content: "";
	position: absolute;
	left: -18px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-accent);
	top: 9px;
}

.content-tabs__content {
	flex: 1;
}
/********** END CONTENT TABS **********/

/********** PEOPLE **********/
.people__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 28px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.people__list-item {
	border-radius: 15px;
	overflow: clip;
}

.people__list--gray .people__list-item {
	border: 1px solid var(--color-gray);
}

.people__list--gray .card-person__content {
	background: #f2f2f2;
	padding: 25px 32px;
}

.people__list--blue .card-person__content {
	background: var(--color-accent);
	color: #fff;
	text-align: center;
	padding: 12px 32px;
}

.card-person__image {
	aspect-ratio: 5/4;
	position: relative;
	overflow: hidden;
}

.card-person__image .ratio-container {
	position: static;
}
/********** END PEOPLE **********/

/********** IMAGE GRID **********/
.image-grid__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
}

.image-grid__grid--fit-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 80px;
}

.image-grid__grid--fit-4 .ratio-container {
	max-height: 280px;
	margin: auto;
}

.image-grid__grid--style-contained img {
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.image-grid__item {
	font-size: 20px;
	text-align: center;
}

.image-grid__grid--style-contained .ratio-container,
.image-grid__grid--style-full .ratio-container {
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 15px;
}

.image-grid__item .ratio-container:not(:last-child) {
	margin-bottom: 15px;
}

.image-grid__item h4 {
	font-weight: bold;
}

.image-grid__grid--ratio-short .ratio-container {
	aspect-ratio: 4/1.7;
}

.image-grid__grid--ratio-medium .ratio-container {
	aspect-ratio: 4/2.5;
}

.image-grid__grid--ratio-square .ratio-container {
	aspect-ratio: 1;
}

.image-grid__grid--ratio-tall .ratio-container {
	aspect-ratio: 4/3;
}

.image-grid__button {
	margin-top: 30px;
}

.image-grid__button--center {
	text-align: center;
}

@media (max-width: 900px) {
	.image-grid__item {
		font-size: 18px;
	}

	.image-grid__item .ratio-container:not(:last-child) {
		margin-bottom: 10px;
	}

	.image-grid__item h4 {
		margin-bottom: 0;
	}

	.image-grid__item:has(h4) {
		padding-bottom: 10px;
	}

	.image-grid__button {
		text-align: center;
	}

	.image-grid__grid--fit-4 {
		gap: 40px;
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	}
}


/********** END IMAGE GRID **********/

/********** CONTACT FORM **********/
.contact-form__container {
	display: flex;
	flex-wrap: wrap;
	background: var(--color-accent-lighter);
	border-radius: 15px;
	overflow: hidden;
}

.contact-form {
	flex: 2;
	min-width: 320px;
	padding: 50px 60px;
}

.contact-form__info {
	min-width: 350px;
	font-size: 18px;
	flex: 1;
	padding: 50px 60px;
	background: var(--color-accent);
	color: #fff;
}

.contact-form__info a strong {
	font-weight: 600;
}

.contact-form .gform_fields {
	display: block;
	columns: 300px 2;
	gap: 50px;
}

.contact-form .gfield {
	break-inside: avoid;
	padding: 5px 0;
}

h2.gform_title {
	font-size: 30px;
}

.gform_heading {
	margin-bottom: 20px;
}

.ginput_container_select {
	position: relative;
}

.gform_wrapper select {
	-webkit-appearance: none;
	appearance: none;
}

.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
	height: 43px;
	border: 1px solid var(--color-accent);
	border-radius: 8px;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
	width: 100%;
}

.gform_wrapper textarea {
	height: auto;
	resize: vertical;
	height: 196px;
	padding: 15px;
}

.gform-field-label {
	font-weight: bold;
	font-size: 14px;
	padding-left: 6px;
}

.gfield--type-honeypot {
	display: none !important;
}

.gfield_required_text {
	display: none;
}

.gfield_contains_required .gform-field-label::after {
	content: '*';
}

.ginput_counter {
	font-size: 13px;
	text-align: right;
}

.gform-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 20px;
}

.gform-footer::before {
	content: '*Required Field';
	font-size: 14px;
}

.gform_button.button {
	background: var(--color-accent);
	color: #fff;
	order: 20;
}

.gform_validation_errors {
	outline-offset: 4px;
	accent-color: var(--color-accent);
}

.gfield_validation_message {
	color: var(--color-red);
	font-size: 0.85em;
}

h2.gform_submission_error {
	color: var(--color-red);
	font-size: 30px;
}

.gform_confirmation_message {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-wrap: balance;
}

@media (max-width: 900px) {
	.gform_confirmation_message,
	h2.gform_submission_error,
	h2.gform_title {
		font-size: 22px;
	}

	.contact-form__info,
	.contact-form {
		padding: 30px;
	}

	.contact-form .gfield {
		padding: 8px 0;
	}
}

@media (max-width: 450px) {
	.gform-footer {
		flex-direction: column;
	}
}
/********** END CONTACT FORM **********/

/********** GALLERY MASONRY **********/

.page-section--gallery-masonry .page-section__header {
	margin-bottom: 60px;
}

.gallery-masonry {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: dense;
	gap: 28px;
}

.gallery-masonry__item img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 15px;
}

.gallery-masonry__item-title {
	font-weight: bold;
	margin-top: 10px;
}

@media (min-width: 769px) {
	.gallery-masonry__item:nth-child(7n + 1),
	.gallery-masonry__item:nth-child(7n + 2) {
		grid-column: span 2;
		grid-row: span 2;

		img {
			aspect-ratio: 1;
		}
	}

	.gallery-masonry__item:nth-child(5n),
	.gallery-masonry__item:nth-child(6n) {
		grid-row: span 2;
		display: flex;
		flex-direction: column;

		img {
			aspect-ratio: 1/2;
			flex: 1;
		}
	}

	.gallery-masonry__item:nth-child(7n) {
		grid-column: span 2;

		img {
			aspect-ratio: 2;
		}
	}
}

@media (max-width: 768px) {
	.page-section--gallery-masonry .page-section__header {
		margin-bottom: 30px;
	}

	.gallery-masonry {
		grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
		gap: 15px;
	}
}

/********** END GALLERY MASONRY **********/

/********** GALLERY **********/

.page-section--gallery .slider {
	--slides-per-page: 1;
}

.page-section--gallery .slider__control {
	right: 35px;
	z-index: 2;
}

@media (max-width: 768px) {
	.page-section--gallery .slider__control {
		right: 15px;
	}

	.page-section--gallery .slider {
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		padding: 0 var(--page-horizontal-padding);
		--gap: 15px;
	}

	.page-section--gallery .slider__slide {
		scroll-margin: var(--page-horizontal-padding);
	}
}

.page-section--gallery .slider__control::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	border: 1px solid #aebcc7;
	border-radius: 50%;
	width: 100%;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.5);
	z-index: -1;
}

.page-section--gallery .slider__control--prev {
	left: 35px;
}

@media (max-width: 768px) {
	.page-section--gallery .slider__control--prev {
		left: 15px;
	}
}

.page-section--gallery .page-section__header {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	justify-content: center;
}

.page-section--gallery .slider__slide img {
	border-radius: 15px;
}

.gallery-slide__description {
	padding: 25px 35px 0;
}

.gallery-slide .ratio-container {
	aspect-ratio: 3/2;
}

.slider__dots {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.slider__dot {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}

@media (max-width: 768px) {
	.slider__dot {
		width: 24px;
		height: 24px;
	}

	.gallery-slide__description {
		padding: 20px 0;
		font-size: 15px;
	}

	.page-section--gallery .slider {
		--slides-per-page: 1.2
	}
}

.slider__dot::before {
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.slider__dot::before {
		width: 14px;
		height: 14px;
	}
}

.slider__dot:not(.slider__dot--active)::before {
	opacity: 0.5;
}

/********** END GALLERY  **********/

/********** SMS ALERTS  **********/

.page-section--sms-alerts {
	margin-top: calc(var(--section-vertical-margin) + 30px);
}

.sms-alerts {
	background: #F2F2F2;
	border-radius: 15px;
	padding: 0 35px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 20px;
	justify-content: center;
}

.sms-alerts__hand {
	margin-top: -55px;
}

.sms-alerts .page-section__header {
	margin: 0;
	flex: 1;
	padding: 30px 0;
}

.sms-subscription-form {
	flex: 1;
	min-width: 415px;
	padding: 30px 0;
}

@media (max-width: 768px) {
	.sms-subscription-form {
		min-width: 350px;
		padding: 0;
	}

	.sms-alerts {
		margin: 0 calc(-1 * var(--page-horizontal-padding));
		border-radius: 0;
		padding: 0 var(--page-horizontal-padding) calc(1.5 * var(--section-vertical-margin));
	}

	.page-section--sms-alerts {
		margin: calc(var(--section-vertical-margin) + 55px) 0 0;
	}
}

/********** END SMS ALERTS  **********/

/********** LOGO SLIDER **********/

.featured-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	gap: 20px 70px;
	background: var(--color-accent);
	border-radius: 15px;
	margin-top: 50px;
	padding: 50px;
}

@media (max-width: 768px) {
	.featured-logos {
		flex-direction: column;
		padding: 30px 20px;
		gap: 60px;
	}
}

.featured-logo {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 30px;
	max-width: 570px;
	font-size: 14px;
	justify-content: center;
}

@media (max-width: 768px) {
	.featured-logo {
		/* flex-direction: column; */
	}
}

.featured-logo__info {
	flex: 1;
}

@media (max-width: 768px) {
	.featured-logo__info {
		flex: 0 0 100%;
	}
}

.featured-logo__image {
	flex: 0 0 200px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}

.featured-logo__title {
	font-size: 28px;
	letter-spacing: -0.03em;
}

.featured-logo__title a {
	text-decoration: none;
}

.logo-slider {
	display: flex;
	margin-top: 30px;
	overflow: hidden;
	user-select: none;
}

.logo-slider__inner {
	display: flex;
	flex-shrink: 0;
}

.logo-slider__inner .logo-slider__item {
	margin: 0 10px;
}

.logo-slider__item {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	padding: 10px;
	min-width: 0;
}

.logo-slider__item img {
	max-width: 280px;
	max-height: 140px;
	height: auto;
	width: 100%;
	margin: auto;
	object-fit: contain;
}

.logo-slider__tick {
	--tick: 0;
	--gap: 20px;
	--slides-per-page: 5;
	width: 100%;
	display: flex;
	gap: var(--gap);
}

.logo-slider__tick .logo-slider__item {
	transition: translate 0.3s;
	translate: calc((-100% - var(--gap)) * var(--tick)) 0;
	flex: 0 0 calc(100% / var(--slides-per-page) - var(--gap) * (var(--slides-per-page) - 1) / var(--slides-per-page));
}

@media (max-width: 1300px) {
	.logo-slider__tick {
		--slides-per-page: 4;
		--gap: 15px;
	}
}

@media (max-width: 900px) {
	.logo-slider {
		margin: 30px calc(-1 * var(--page-horizontal-padding)) 0;
		padding: 0 var(--page-horizontal-padding);
	}

	.logo-slider__tick {
		--slides-per-page: 3;
		--gap: 12px;
	}
}

@media (max-width: 768px) {
	.logo-slider__tick {
		--slides-per-page: 2;
		--gap: 10px;
	}
}

@media (max-width: 420px) {
	.logo-slider__tick {
		--slides-per-page: 1;
		--gap: 5px;
	}
}

/********** LOGO SLIDER END **********/

.main-footer {
	background: var(--color-accent);
	color: #fff;
	padding: 50px 0;
}

.footer-widgets {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-widget {
	max-width: 430px;
	min-width: 300px;
}

.footer-widget .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

.footer-contact-info a,
.main-footer .menu a {
	text-decoration: none;
	transition: opacity 0.2s;
	padding: 2px 0;
	display: block;
}

.main-footer .current-menu-item {
	color: inherit;
}

.footer-copyright {
	background: var(--color-blue);
	color: #fff;
	font-size: 12px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1.4em;

	&::after {
		content: "";
		position: fixed;
		top: 50vh;
		height: 50vh;
		left: 0;
		width: 100%;
		background: var(--color-blue);
		z-index: -1;
	}
}

.footer-contact-info a {
	display: flex;
	gap: 5px;
	align-items: flex-start;
	line-height: 1.75em;

	img {
		margin-top: 2px;
	}
}

.footer-widget--info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-widget:not(.footer-widget--info) {
	margin-top: 60px;
}

.sms-subscription-form .form-row input {
	border-color: var(--color-accent);
}

.email-subscription-form,
.hive-subscribe {
	max-width: 445px;
	margin: 0 auto;
}

.hive-subscribe {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form-row {
	height: 58px;
	max-width: 100%;
	position: relative;

	input {
		border-style: solid;
		border-width: 1px;
		border-radius: 50px;
		height: 100%;
		padding: 0 170px 0 25px;
		width: 100%;
		font-size: 16px;
		background: #fff;
		color: var(--color-gray);
	}

	button {
		flex-shrink: 0;
		min-width: 0;
		border-radius: 0 50px 50px 0;
		padding: 0 15px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		min-width: 150px;
	}
}

.main-footer .form-row input {
	border-color: currentColor;
	background: transparent;
	color: currentColor;
}

.social-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.hive-subscribe__message {
	display: none;
}

.footer-widget--subscribe form {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.form-row {
		width: 100%;
	}

	.form-row button {
		font-size: 14px;
		min-width: 120px;
	}

	.form-row input {
		font-size: 14px;
		padding: 0 125px 0 15px;
	}
}

@media (max-width: 768px) {
	.footer-widget:not(.footer-widget--info) {
		margin-top: 20px;
	}
}

/**** ETHICS WIDGET ****/

.ethics-widget {
	font-size: 13px;
	color: var(--color-gray);
	width: 260px;
	margin-left: auto;
}

.ethics-widget h3 {
	color: var(--color-blue);
}

.ethics-widget__form {
	margin: 1em 0;
}

.ethics-widget__form--loading {
	opacity: 0.6;
	pointer-events: none;
}

.ethics-widget__results {
	font-size: 15px;
	color: var(--color-blue);
}

.ethics-widget__results ul {
	padding-left: 20px;
}

.ethics-widget__form .ethics-widget__results p {
	margin: 1em 0;
}

.ethics-widget__form .select-wrapper {
	color: #fff;
}

.ethics-widget__form label {
	margin-top: 10px;
	display: block;
}

.ethics-widget__form label span {
	font-weight: 500;
	color: var(--color-blue);
	display: block;
	margin-bottom: 5px;
}

.ethics-widget__search {
	border-radius: 50px;
	height: 42px;
	border: 1px solid var(--color-gray);
	width: 100%;
	padding: 0 20px;
}

.ethics-widget__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.ethics-widget__buttons .button {
	flex: 1;
	color: var(--color-blue);
	border-color: var(--color-yellow);
}

@media (max-width: 900px) {
	.ethics-widget {
		width: auto
	}
}

/**** END ETHICS WIDGET ****/

/**** TEMP ****/
.page-section:has(#sunny-almanac) {
	margin: 0;
}
