:root {
	--purple: #412d7e;
	--white: #ffffff;
	--yellow: #f0e900;
	--pink: #ed1b8f;
	--green: #a1cd3e;
	--black: #000000;
	--purple-hover: #412d7e;
	--white-hover: #ffffff;
	--yellow-hover: #f0e900;
	--pink-hover: #ed1b8f;
	--green-hover: #a1cd3e;
	--black-hover: #000000;
}
*,
::after,
::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	line-height: 1.5;
	font-family: verdana, system-ui, sans-serif;
	background-color: #fff;
	background-color: var(--white);
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
canvas,
img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
	background: 0 0;
	border: none;
	padding: 0;
	outline: 0;
	appearance: none;
}
button {
	cursor: pointer;
	background-color: transparent;
}
ol,
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
code,
pre {
	font-family: ui-monospace, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-family: veneer, sans-serif;
	color: var(--purple);
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2.1rem;
}
h4 {
	font-size: 2rem;
	line-height: 1.2;
}
th {
	text-align: left;
}
.site-header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1000;
	width: 100%;
	overflow: visible;
}
.site-header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: Calc(100% + 4px);
	height: auto;
	background-image: url(/assets/menu_bgm.svg);
	background-repeat: no-repeat;
	background-position: -2px 0;
	background-size: 290% auto;
	pointer-events: none;
	z-index: -1;
	height: 20px;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 1rem 0.7rem 1rem 0.7rem;
}
@media (min-width: 900px) {
	.header-inner {
		padding: 0.5rem 1rem 0 1rem;
	}
	.site-header::after {
		background-size: cover;
	}
}
.header-left {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.logo {
	font-weight: 700;
	text-decoration: none;
	color: #000;
	width: 150px;
}
.main-nav {
	display: flex;
	gap: 1rem;
}
.nav-item {
	position: static;
}
.nav-link {
	background: 0 0;
	border: none;
	font: inherit;
	cursor: pointer;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.nav-arrow {
	width: 1.25rem;
	height: auto;
	transition: transform 0.2s ease;
	pointer-events: none;
	color: var(--green);
}
.nav-item.open .nav-arrow {
	transform: rotate(180deg);
	color: var(--purple);
}

/*
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background: var(--white);
	padding: 2rem;
	z-index: 999;
	
	transform: translateY(-10px);
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}
.nav-item.open .mega-menu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
*/
.header-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.icon-btn,
.menu-toggle {
	background: 0 0;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
}
.menu-toggle {
	width: 61px;
	font-family: veneer, sans-serif;
	color: var(--purple);
}
.menu-toggle.open span {
	background: url(/assets/hamburger_open.svg) no-repeat;
}
.menu-toggle span {
	background: url(/assets/hamburger_closed.svg) no-repeat;
	background-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
.header-button.cta-button {
	padding: 0.3rem 1rem 0.3rem 1rem;
	font-size: 1.3rem;
	box-shadow: 3px 3px 0 var(--pink);
}
.header-button.cta-button:hover {
	background: var(--purple);
	color: var(--white);
	box-shadow: 2px 2px 0 var(--pink);
}
@media (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}
	.logo {
		width: 250px;
	}
}
@media (max-width: 768px) {
	.main-nav {
		display: none;
		flex-direction: column;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		border-top: 1px solid #eee;
	}
	.main-nav.active {
		display: flex;
		display: none;
	}
}
.main-nav button {
	font-family: veneer, sans-serif;
	color: var(--purple);
	text-transform: uppercase;
	font-size: 1.8rem;
}
.quote-video-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.quote-video-wrapper .quote {
	order: 1;
}
.quote {
	position: relative;
	flex: 1 1 45%;
	padding: 2rem;
	z-index: 10;
	min-height: 350px;
}
.quote::before {
	content: "";
	position: absolute;
	inset: -60px;
	background: url("/assets/quote_bg.svg") center center no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}
.video {
	flex: 1 1 45%;
}
.quote--start {
	font-size: 7rem;
	line-height: 1;
	position: absolute;
	left: -0.5rem;
	top: -4rem;
	color: var(--yellow);
	pointer-events: none;
	user-select: none;
	font-family: veneer;
}
.quote blockquote {
	font-family: veneer;
	position: relative;
	font-size: 1.7rem;
	line-height: 1.3;
	color: var(--white);
}
.video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
@media (min-width: 768px) {
	.quote-video-wrapper {
		padding: 2rem;
	}
	.quote blockquote {
		padding-left: 2rem;
		padding-right: 1rem;
		font-size: 2.2rem;
	}
	.quote--start {
		left: -1.2rem;
		top: -1rem;
	}
}
@media (max-width: 768px) {
	.quote,
	.video {
		flex: 1 1 100%;
	}
}
.video-frame-wrapper {
	position: relative;
	width: 100%;
	max-width: 560px;
	aspect-ratio: 16/9;
	margin: 0 auto;
}
.video-frame-inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.video-frame-inner iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
.video-frame-bottom,
.video-frame-top {
	position: absolute;
	left: 0;
	width: Calc(100% + 15px);
	height: auto;
	pointer-events: none;
	z-index: 2;
}
.video-frame-top {
	top: -8px;
}
.video-frame-bottom {
	bottom: -8px;
}
.video-frame-left,
.video-frame-right {
	display: none;
}
.video-frame-right {
	right: -25px;
}
.video-frame-left {
	left: -25px;
}
@media (min-width: 1200px) {
	.video-frame-left {
		display: none;
	}
	.video-frame-wrapper {
		left: -12px;
	}
}
@media (min-width: 800px) {
	.video-frame-left,
	.video-frame-right {
		display: block;
		position: absolute;
		top: -15px;
		height: Calc(100% + 15px);
		width: auto;
		pointer-events: none;
		z-index: 2;
	}
}
.card {
	background: #fff;
	border: 2px solid var(--pink);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.card-link {
	position: relative;
	transition:
		box-shadow 0.25s ease,
		transform 0.25s ease;
	transition-property: transform;
}
.card-link:hover {
	transform: translateY(-2px);
}
.card-image {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
}
.card-content {
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.card-title {
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.card-date {
	font-family: veneer, sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: var(--purple);
	margin-bottom: 0.5rem;
	margin-top: -0.5rem;
	display: block;
}
.card-content p {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5;
}
.card-button {
	font-size: 1.5rem;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: var(--purple);
	color: var(--yellow);
	text-decoration: none;
	font-family: veneer, sans-serif;
	border-radius: 0.575rem;
	position: relative;
	z-index: 1;
	box-shadow: 5px 5px 0 var(--pink);
	transition:
		box-shadow 0.5s ease,
		transform 0.2s ease;
	align-self: center;
	margin-top: auto;
}
.card-button:hover,
.card:hover .card-button {
	box-shadow: 2px 2px 0 var(--pink);
	transform: translateY(-1px);
}
.card:hover {
	background: var(--purple);
	color: var(--white);
}
.card:hover .card-button {
	background: var(--yellow);
	color: var(--purple);
}
.card:hover .card-date,
.card:hover .card-title {
	color: var(--white);
}
.card-button:active {
	box-shadow: 1px 1px 0 var(--pink);
	transform: translateY(0);
}
.card-button:focus-visible {
	outline: 2px solid var(--yellow);
	outline-offset: 2px;
}
.c1::before,
.c2::before,
.c3::before {
	content: " ";
	position: absolute;
	bottom: -15px;
	width: 100%;
	background: url(/assets/b1.svg);
	z-index: -1;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}
.c1::after,
.c2::after,
.c3::after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 0;
	width: 15px;
	height: 100%;
	background: url(/assets/r1.svg);
	background-position: top right;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}
.c2::after {
	background: url(/assets/r2.svg);
}
.c3::after {
	background: url(/assets/r3.svg);
}
.c2::before {
	bottom: -8px;
	background: url(/assets/b2.svg);
}
.c3::before {
	background: url(/assets/b3.svg);
}
.card-section {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 1rem;
}
@media (min-width: 768px) {
	.card-section {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) and  (max-width: 1199px){
	.card-section.cards-3 .c3 {
		grid-column: span 2;
	}
}
@media (min-width: 1200px) {
	.card-section {
		grid-template-columns: repeat(3, 1fr);
	}
}
.cta {
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 1rem;
	display: flex;
	justify-content: center;
}
.cta-button {
	position: relative;
	font-size: 1.7rem;
	display: inline-block;
	padding: 0.75rem 2.5rem;
	background-color: var(--green);
	color: var(--purple);
	text-decoration: none;
	font-family: veneer, sans-serif;
	border-radius: 0.575rem;
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease;
	z-index: 1;
	box-shadow: 5px 5px 0 var(--pink);
	position: relative;
	z-index: 1;
	text-align: center;
}
.cta-button_wrap {
	background: url(/assets/btn_bg.svg) no-repeat;
	background-size: contain;
	background-position: 100% 50%;
	padding: 3.5rem;
}
.cta-button:hover {
	background-color: var(--green-hover);
	box-shadow: 3px 3px 0 var(--pink);
}
@media (min-width: 1024px) {
	.cta-button {
		font-size: 2.5rem;
		padding: 0.75rem 1.5rem;
	}
}
@media (max-width: 800px) {
	.cta-button {
		font-size: 1.75rem;
		padding: 0.75rem 1.2rem;
	}
}
.cta_blocks {
	gap: 2rem;
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
}
.cta_blocks--2 a {
	text-align: left;
	line-height: 1;
	padding-right: 7rem;
	position: relative;
}
.cta_blocks--2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem 0;
}
.cta_blocks--a {
	font-family: veneer, sans-serif;
	color: var(--purple);
	font-size: 2.5rem;
	padding: 2rem;
}
.cta_blocks--a::before {
	content: " ";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/7.png) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: top center;
}
.cta_blocks--a::after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/7.png) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom center;
}
.cta_blocks--b::after {
	content: " ";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/8.png) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom center;
}
.cta_blocks--b {
	font-family: veneer, sans-serif;
	color: var(--purple);
	font-size: 2.5rem;
	padding: 3rem 2rem;
}
.cta_blocks--a {
	background: var(--green);
}
.cta_blocks--b {
	background: var(--purple);
	color: var(--white);
}
.cta_blocks--a .arrow_purple,
.cta_blocks--b .arrow_white {
	transform: rotate(180deg);
	position: absolute;
	right: 3rem;
	top: 2.5rem;
}
.arrow_purple {
	fill: var(--purple);
}
.arrow_white {
	fill: var(--white);
}
@media (min-width: 768px) {
	.cta_blocks--2 {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		max-width: 1000px;
		margin: 0 auto;
		padding: 2rem 1rem;
	}
}
.content {
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 1rem;
}
.hero {
	position: relative;
	background-image: url("/assets/hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 60vh;
	min-height: 600px;
	max-height: 800px;
}
.hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: url("/media/ocxekwo1/menu_bg.svg");
	background-repeat: repeat-x;
	transform: rotate(180deg);
	pointer-events: none;
	z-index: 0;
}
.hero-content {
	position: absolute;
	background: url(/assets/hero_bg_mob.png) no-repeat;
	background-size: contain;
	background-position: right top;
	padding: 5rem 4rem 3rem 4rem;
	color: var(--white);
	width: 400px;
	height: 310px;
	margin: 0;
	box-sizing: border-box;
	z-index: 2;
	bottom: -30px;
	right: 0;
}
.hero-content::after {
	content: " ";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}
.hero-content h1 {
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	font-family: veneer, sans-serif;
	color: var(--white);
}
.hero-button {
	position: relative;
	font-size: 2.5rem;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: var(--green);
	color: var(--purple);
	text-decoration: none;
	font-family: veneer, sans-serif;
	border-radius: 0.575rem;
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease;
	z-index: 1;
	box-shadow: 5px 5px 0 var(--pink);
	position: relative;
	display: none;
}
.hero-button:hover {
	background-color: var(--green-hover);
	box-shadow: 2px 2px 0 var(--pink);
}
.hero-start {
	display: block;
	color: var(--yellow);
	font-size: 1rem;
}
@media (min-width: 800px) {
	.hero {
		align-items: flex-end;
	}
	.hero-container {
		max-width: 1550px;
		margin: 0 auto;
		width: 100%;
		padding: 0 1rem;
		z-index: 2;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}
	.hero-content {
		position: relative;
		background: url(/assets/hero_bg.svg) no-repeat;
		background-size: contain;
		max-width: 590px;
		min-height: 500px;
		padding: 6rem 7rem 5rem 4rem;
		color: var(--white);
		width: 600px;
		margin: 0;
		box-sizing: border-box;
		z-index: 0;
	}
	.hero-content h1 {
		font-size: 3rem;
	}
	.hero-button {
		display: inline-block;
	}
	.hero-mob-button {
		display: none !important;
	}
}
@media (min-width: 1100px) {
	.hero-container {
		
	}
}
.highlighted-content {
	position: relative;
	background-color: var(--yellow);
	width: 100%;
	padding: 4rem 2rem 6rem 2rem;
	margin: 6rem 0 0;
	box-sizing: border-box;
	z-index: 1
}
.highlighted-inner {
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
}
.highlighted-inner {
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
}
.event-image-inline {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 1rem;
	position: relative;
}
.event-image-inline::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/yellow_top.svg) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom left;
	transform: rotate(180deg);
}
.event-image-inline::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/yellow_top.svg) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom left;
}
.highlighted-content__btn {
	text-align: center;
	padding: 1rem 1rem 4rem 1rem;
}
.event-text {
	max-width: 600px;
}
.event-text .event-date,
.event-text h2,
.event-text h3 {
	text-align: center;
}
@media (min-width: 1024px) {
	.highlighted-inner {
		padding-left: 1rem;
	}
}
.event-image {
	display: none;
}
@media (min-width: 1024px) {
	.event-image {
		position: absolute;
		overflow: hidden;
		right: 0;
		top: 0;
		width: 50vw;
		height: 100%;
	}
	.event-image img {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.event-image::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		background: url("/assets/yellow_wrapper_top.svg") no-repeat top center;
		background-size: cover;
		z-index: 1;
		pointer-events: none;
		background-position: bottom left;
	}
	.event-image::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 100%;
		background: url("/assets/yellow_wrapper_left.svg") no-repeat top center;
		background-size: cover;
		z-index: 1;
		pointer-events: none;
		background-position: bottom left;
	}
}
.highlighted-content::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url("/assets/yellow_top.svg") no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom left;
}
.highlighted-content .event-text h2 {
	font-size: 3.5rem;
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--purple, #600078);
}
.highlighted-content .event-text h3 {
	font-size: 1.75rem;
	margin-bottom: -5px;
	color: var(--black);
	margin-top: -1rem;
}
.highlighted-content .event-date {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.highlighted-content .event-text p {
	margin-bottom: 1rem;
	line-height: 1.6;
}
.highlighted-content .cta-button {
	background-color: var(--purple, #600078);
	color: var(--yellow, #fff);
}
.highlighted-content .cta-button:hover {
	background-color: var(--brand-b, #e4007c);
	box-shadow: 2px 2px 0 var(--purple);
}
@media (max-width: 768px) {
	.highlighted-content {
		flex-direction: column;
		padding: 1rem 1rem 2rem;
	}
	.highlighted-content .event-image,
	.highlighted-content .event-text {
		flex: 1 1 100%;
	}
}
.latest-news {
	position: relative;
	background: var(--purple);
	color: var(--white);
	padding: 4rem 0 4rem;
	
}
.latest-news::before {
	content: "";
	position: absolute;
	top: -30px;
	left: -3px;
	width: Calc(100% + 3px);
	height: 30px;
	background: url(/assets/p_top.svg) no-repeat bottom left;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
}
.latest-news::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/p_top.svg) no-repeat bottom left;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	transform: rotate(180deg);
}
.latest-news__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
}
.latest-news__title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-family: veneer, sans-serif;
	text-transform: uppercase;
	color: var(--white);
}
.news-carousel-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 3rem;
	overflow: hidden;
}
.news-cards::-webkit-scrollbar {
	display: none;
}
.card-link {
	max-width: none;
	flex: unset;
}
.news-cards {
	margin-bottom: 3rem;
}
@media (min-width: 800px) {
	.news-cards {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
		scroll-behavior: smooth;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.news-cards {
		grid-template-columns: repeat(3, 1fr);
		overflow: visible;
	}
}
@media (max-width: 799px) {
	.news-cards {
		display: flex;
	}
}
.carousel-arrows {
	display: none;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 1.5rem;
}
.carousel-arrow {
	display: none;
	background: 0 0;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 3;
}
.carousel-arrow svg {
	width: 23px;
	height: 35px;
	display: block;
}
.carousel-arrow.right svg.flip {
	transform: scaleX(-1);
}
@media (max-width: 799px) {
	.carousel-arrows {
		display: flex;
	}
	.carousel-arrow {
		display: block;
	}
}
.scrolling-gallery {
	overflow: hidden;
	width: 100%;
	margin: 2rem 0 3rem;
}
.scrolling-track {
	display: flex;
	gap: 1rem;
	animation: scroll-left 30s linear infinite;
	justify-content: center;
	align-items: center;
}
.scrolling-track img {
	width: 20vw;
	height: auto;
	object-fit: cover;
}
@media (max-width: 768px) {
	.scrolling-track {
		animation-duration: 45s;
	}
	.scrolling-track img {
		width: 50vw;
	}
}
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.cta-container {
	text-align: center;
}
.cta-button--pink {
	background: var(--pink);
	color: var(--white);
	box-shadow: 5px 5px 0 var(--green);
}
.cta-button--pink:hover {
	background: var(--brand-b, #e4007c);
	box-shadow: 5px 5px 0 var(--white);
}
.news-cards .swiper-slide {
	width: 82vw;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.news-cards .swiper-slide {
		width: 520px;
	}
}










/* 
  Silktide Consent Manager - https://silktide.com/consent-manager/  

  Styles are at risked of being overridden by styles coming from the site the consent manager is used on.
  To help prevent this, global wrapper elements are prefixed with "#silktide-"
*/

/* --------------------------------
  Global Styles - These elements exist in the main DOM and styling is limited to positioning and animation
-------------------------------- */
/* Wrapper (Global) */
#silktide-wrapper {
  --focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
  --boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
  --fontFamily: Verdana;
  --primaryColor: var(--pink);
  --backgroundColor: var(--purple);
  --textColor: var(--white);
  --backdropBackgroundColor: #00000033;
  --backdropBackgroundBlur: 0px;
  --cookieIconColor: #c82584;
  --cookieIconBackgroundColor: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center
}

/* Backdrop (Global) */
#silktide-backdrop-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  border: 0px;
  display: none;
}

/* --------------------------------
  Links
-------------------------------- */
#silktide-wrapper a {
  all: unset;
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
}

#silktide-wrapper a:hover {
  cursor: pointer;
  color: var(--textColor);
}

/* --------------------------------
  Focus Styles
-------------------------------- */
#silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 5px;
}

#silktide-wrapper #silktide-cookie-icon:focus {
  border-radius: 50%;
}

/* --------------------------------
  General Styles
-------------------------------- */

#silktide-wrapper .st-button {
  color: #fff;
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 5px;
}

#silktide-wrapper .st-button--primary {
}

#silktide-wrapper .st-button--primary:hover {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:hover {
  background-color: var(--primaryColor);
  color: var(--backgroundColor);
}

/* --------------------------------
  Banner
-------------------------------- */
#silktide-banner {
  font-family: var(--fontFamily);
  color: var(--textColor);
  background-color: var(--backgroundColor);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 0;
  pointer-events: auto;
  border: 3px solid var(--pink);
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 600px;
  max-width: calc(100% - 32px);
  transform: translate(0, -20px);
  opacity: 0;
  animation: silktide-slideInDown 350ms ease-out forwards;
  animation-delay: 0.3s;
  box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
}

#silktide-banner:focus {
  border-radius: 50%;
}

#silktide-banner.center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  position: fixed;
  transform: translate(-50%, calc(-50% - 20px));
  animation: silktide-slideInDown-center 350ms ease-out forwards;
}

#silktide-banner.bottomLeft {
  bottom: 16px;
  left: 16px;
  position: fixed;
}

#silktide-banner.bottomCenter {
  bottom: 16px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -20px);
  animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}

#silktide-banner .preferences {
  display: flex;
  gap: 5px;
  border: none;
  padding: 0px;
  background-color: transparent;
  color: var(--primaryColor);
  cursor: pointer;
  font-size: 16px;
}

#silktide-banner .preferences span {
  display: block;
  white-space: nowrap;
  text-decoration: underline;
}

#silktide-banner .preferences span:hover {
  color: var(--textColor);
}

#silktide-banner .preferences:after {
  display: block;
  content: '>';
  text-decoration: none;
}

#silktide-banner p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 15px;
}

#silktide-banner a {
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
  background-color: var(--backgroundColor);
}

#silktide-banner a:hover {
  color: var(--textColor);
}

#silktide-banner a.silktide-logo {
  display: block;
  fill: var(--primaryColor); /* passed down to svg > path */
  margin-left: auto;
  width: 24px;
  height: 24px;
}


#silktide-banner .actions {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-banner .actions {
	flex-direction: row;
	align-items: center;
  }
}

#silktide-banner .actions-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

/* --------------------------------
  Modal
-------------------------------- */
#silktide-modal {
  display: none;
  pointer-events: auto;
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid var(--pink);
  transform: translate(0px, -20px);
  opacity: 0;
  animation: silktide-slideInUp-center 350ms ease-out forwards;
  box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
  font-family: var(--fontFamily);
  color: var(--textColor);
  flex-direction: column;
  padding: 30px;
  background-color: var(--backgroundColor);
  border-radius: 0px;
  box-sizing: border-box;
}

/* --------------------------------
  Modal - Header
-------------------------------- */
#silktide-modal header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
}

#silktide-modal h1 {
  font-family: "Veneer",sans-serif;
  color: var(--textColor);
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

#silktide-modal .modal-close {
  display: inline-flex;
  border: none;
  padding: 10px;
  border: 0px;
  cursor: pointer;
  background: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-modal .modal-close svg {
  fill: var(--primaryColor);
}

/* --------------------------------
  Modal - Content
-------------------------------- */

#silktide-modal section {
  flex: 1;
  overflow-y: auto;
  margin-top: 32px;
  padding-right: 7px; /* Prevents scrollbar from appearing over the switches */
}

#silktide-modal section::-webkit-scrollbar {
  display: block; /* Force scrollbars to show */
  width: 5px; /* Width of the scrollbar */
}

#silktide-modal section::-webkit-scrollbar-thumb {
  background-color: var(--textColor); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

#silktide-modal p {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
  margin: 0px 0px 15px;
}

#silktide-modal p:last-of-type {
  margin: 0px;
}

#silktide-modal fieldset {
  padding: 0px;
  border: none;
  margin: 0px 0px 32px;
}

#silktide-modal fieldset:last-of-type {
  margin: 0px;
}

#silktide-modal legend {
  padding: 0px;
  margin: 0px 0px 10px;
  font-weight: 700;
  color: var(--textColor);
  font-size: 16px;
}

#silktide-modal .cookie-type-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;  
}

/* --------------------------------
  Modal - Switches
-------------------------------- */
#silktide-modal .switch {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 34px;
  width: 74px;
  cursor: pointer;
}

#silktide-modal .switch:focus-within {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 25px;
}

#silktide-modal .switch input {
  opacity: 0;
  position: absolute;
}

/* Unchecked Switch Styles */
#silktide-modal .switch__pill {
  position: relative;
  display: block;
  height: 34px;
  width: 74px;
  background: var(--textColor);
  border-radius: 25px;
}

#silktide-modal .switch__dot {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 30px;
  width: 30px;
  background: var(--backgroundColor);
  border-radius: 50%;
  transition: left 150ms ease-out;
}

#silktide-modal .switch__off,
#silktide-modal .switch__on {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--backgroundColor);
  position: absolute;
  top: 7px;
  right: 8px;
  transition: right 150ms ease-out, opacity 150ms ease-out;
}

#silktide-modal .switch__off {
  opacity: 1;
}

#silktide-modal .switch__on {
  opacity: 0;
}

/* Checked Switch Styles */
#silktide-modal .switch input:checked + .switch__pill {
  background: var(--primaryColor);
}

#silktide-modal .switch input:checked ~ .switch__dot {
  left: calc(100% - 32px);
}

#silktide-modal .switch input:checked ~ .switch__off {
  right: calc(100% - 32px);
  opacity: 0;
}

#silktide-modal .switch input:checked ~ .switch__on {
  right: calc(100% - 34px);
  opacity: 1;
}

/* Disabled Switch Styles */
#silktide-modal .switch input:disabled + .switch__pill {
  opacity: 0.65;
  cursor: not-allowed;
}

/* --------------------------------
  Modal - Footer
-------------------------------- */
#silktide-modal footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  background: var(--purple)
}

@media (min-width: 600px) {
  #silktide-modal footer {
	flex-direction: row;
	align-items: center;
  }
}

#silktide-modal footer a {
  margin-left: auto;
}

/* Cookie Icon */
#silktide-cookie-icon {
  display: none !important;
  position: fixed;
  bottom: 10px;
  left: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px;
  border: none;
  background-color: var(--cookieIconColor);
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px #0000001a;
  pointer-events: auto;
  animation: silktide-fadeIn 0.3s ease-in-out forwards;
}

#silktide-cookie-icon.bottomRight {
  left: auto;
  right: 10px;
}

#silktide-cookie-icon svg {
  fill: var(--cookieIconBackgroundColor);
}

/* --------------------------------
  Backdrop
-------------------------------- */
#silktide-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backdropBackgroundColor);
  backdrop-filter: blur(var(--backdropBackgroundBlur));
  pointer-events: all;
}

/* --------------------------------
  Animations
-------------------------------- */
@keyframes silktide-fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}

@keyframes silktide-slideInDown {
  from {
	opacity: 0;
	transform: translateY(-20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

@keyframes silktide-slideInDown-center {
  from {
	opacity: 0;
	transform: translate(-50%, calc(-50% - 20px));
  }
  to {
	opacity: 1;
	transform: translate(-50%, -50%);
  }
}

@keyframes silktide-slideInDown-bottomCenter {
  from {
	opacity: 0;
	transform: translate(-50%, -20px);
  }
  to {
	opacity: 1;
	transform: translate(-50%, 0);
  }
}

@keyframes silktide-slideInUp-center {
  from {
	opacity: 0;
	transform: translate(0px, 20px);
  }
  to {
	opacity: 1;
	transform: translate(0px, 0px);
  }
}

#silktide-wrapper .st-button.reject-all {
	background: #c82584;
	color: #fff;
}
#silktide-banner a.silktide-logo {
	display: none;
}
#silktide-backdrop {
	display: none !important;
}