.layout_layout__Ww4Rh {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	max-width: var(--site-width);
	height: 100%;
	margin: 0 auto
}

@media screen and (min-width:87.5rem) {
	.layout_layout__Ww4Rh {
		overflow-x: visible
	}
}

.Footer_footer__3fXQ4 {
	position: sticky;
	top: 100vh;
	width: 100%;
	padding-top: .0625rem;
	padding-right: var(--layout-padding);
	padding-left: var(--layout-padding);
	text-align: center
}

@media screen and (max-width:59.375rem) {
	.Footer_footer__3fXQ4 {
		margin-top: 2.5rem
	}
}

.Footer_footer--margin-top__9i0OR {
	margin-top: 3.125rem
}

.Footer_footer__content__H7l9E {
	display: grid;
	grid-template-areas: "copyright";
	grid-gap: 1rem;
	gap: 1rem;
	align-items: center;
	padding: 1.5rem 0
}

@media(min-width:31.25rem) {
	.Footer_footer__content__H7l9E {
		grid-auto-columns: minmax(0,1fr);
		grid-template-areas: "links copyright";
		padding: 1.25rem 0
	}
}

.Footer_footer__text__v9xV1 {
	grid-area: copyright;
	font-size: .8125rem;
	color: hsla(0,0%,100%,.7)
}

.Footer_footer__links__3jymU {
	grid-area: links
}

@media(min-width:31.25rem) {
	.Footer_footer__text__v9xV1 {
		justify-self: end
	}

	.Footer_footer__links__3jymU {
		justify-self: start
	}
}

.SocialLinks_socials__IujOa {
	display: flex;
	gap: 1rem
}

.SocialLinks_link__YB7bX {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: none;
	margin-right: -.5rem;
	padding: .5rem;
	opacity: .7;
	transition: opacity .3s
}

.SocialLinks_link__YB7bX:hover {
	opacity: 1
}

@media screen and (min-width:31.25rem) {
	.SocialLinks_link__YB7bX {
		display: block
	}
}

.SocialLinks_link__image__A9F1N {
	height: 1rem
}

.HeaderLogo_logo__STV_H {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 2;
	display: flex;
	align-items: center
}

.HeaderLogo_logo__image__QzRUH {
	z-index: 1;
	box-sizing: content-box;
	width: 5rem;
	height: 5rem;
	padding: .3125rem .625rem
}

.MenuButton_menu-button__iqxi3 {
	cursor: pointer;
	z-index: 2;
	margin-left: auto;
	padding: .9375rem;
	background-color: transparent;
	border: 0
}

.MenuButton_menu-button__iqxi3 span {
	transform-origin: center;
	display: block;
	width: 1.875rem;
	height: .1875rem;
	margin-top: .3125rem;
	background-color: var(--color-white);
	border-radius: .625rem;
	transition-duration: .3s;
	transition-property: transform,opacity,background-color
}

.MenuButton_menu-button--closable__tFk9t span {
	background-color: var(--color-white)
}

.MenuButton_menu-button__iqxi3 span:last-child {
	margin-bottom: .3125rem
}

.MenuButton_menu-button--closable__tFk9t span:first-child {
	transform: translateY(.5rem) rotate(45deg)
}

.MenuButton_menu-button--closable__tFk9t span:nth-child(2) {
	transform: scale(.7);
	opacity: 0
}

.MenuButton_menu-button--closable__tFk9t span:last-child {
	transform: translateY(-.5rem) rotate(-45deg)
}

@media screen and (min-width:48rem) {
	.MenuButton_menu-button__iqxi3 {
		display: none
	}
}

.NavLink_nav-link__yINq3 {
	cursor: pointer;
	width: 100%;
	padding: 1.25rem;
	font-size: 1rem;
	color: var(--color-white);
	text-align: center;
	-webkit-text-decoration: none;
	text-decoration: none;
	opacity: .7;
	transition: opacity .2s
}

.NavLink_nav-link__yINq3:first-child {
	margin-top: 0
}

.NavLink_nav-link--active__auNei {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	opacity: 1
}

@media screen and (min-width:48rem) {
	.NavLink_nav-link__yINq3 {
		width: auto;
		padding: .5rem 1rem;
		text-align: left
	}

	.NavLink_nav-link--active__auNei {
		font-size: 1rem;
		font-weight: 400;
		color: var(--color-white);
		text-shadow: none;
		opacity: 1
	}
}

.NavMenu_nav-menu__WOObR {
	display: none
}

@media screen and (min-width:48rem) {
	.NavMenu_nav-menu__WOObR {
		display: flex
	}
}

.NavMenu_nav-menu--mobile__8HxaF {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	animation: NavMenu_fade-in__npN_Y .5s forwards
}

@keyframes NavMenu_fade-in__npN_Y {
	to {
		opacity: 1
	}
}

.NavMenu_nav-links__98vT6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1.5625rem
}

@media screen and (min-width:21.875rem) {
	.NavMenu_nav-links__98vT6 {
		padding: 2.1875rem
	}
}

@media screen and (min-width:43.75rem) {
	.NavMenu_nav-links__98vT6 {
		padding: 2.5rem
	}
}

@media screen and (min-width:48rem) {
	.NavMenu_nav-links__98vT6 {
		padding: 2.1875rem
	}
}

.NavMenu_pattern__RiH2W {
	opacity: 0;
	transition: opacity .3s
}

.NavMenu_pattern--loaded__fpdGx {
	transform: translateY(0);
	opacity: 1
}

.Header_header__MQYGa {
	display: flex;
	align-items: center;
	margin-right: calc(var(--layout-padding) - .9375rem);
	padding-top: 1.5rem;
	border-bottom: .0625rem solid transparent;
	transition: border-color .5s
}

.Header_vertical-line__NKURH {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: flex;
	margin-right: .875rem;
	margin-left: 1.25rem
}

@media screen and (min-width:48rem) {
	.Header_header__MQYGa {
		min-height: 7.75rem;
		margin-right: var(--layout-padding);
		margin-left: var(--layout-padding)
	}

	.Header_header--border__DBraO {
		border-bottom: .0625rem solid hsla(0,0%,100%,.24)
	}
}

@media screen and (min-width:62.5rem) {
	.Header_header__MQYGa {
		min-height: 8.4375rem;
		padding-top: 2.125rem
	}
}