:root {
	--name: 45.92%;
	--cat: 49.28%;
	--year: 4.8%;
}

@font-face {
	font-family: "LayGrotesk";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("LayGrotesk"), local("LayGrotesk"), url("../fonts/LayGrotesk-Medium.woff2") format("woff2"), url("../fonts/LayGrotesk-Medium.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #111111;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

ul,
ol,
dl {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 400 100%/1 "LayGrotesk", sans-serif;
}

body {
	font-size: 1.125rem;
	line-height: 1.11;
}

a {
	text-decoration: none;
	color: #BEBEBE;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.ar {
	position: relative;
}
.ar:before {
	display: block;
	content: "";
	width: 100%;
}

.information-content > div {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.information-content > div::-webkit-scrollbar {
	display: none;
}

.contact {
	align-items: flex-end;
	flex-direction: column;
	height: 100%;
	margin: auto 0 0 0;
	padding: 1rem 0;
	position: relative;
}
.contact__placeholder {
	margin: auto 0;
	width: 100%;
}
.contact__placeholder > p {
	padding: 0 0 0.9375rem 0;
}
.contact__outer {
	opacity: 0;
	transition: opacity 500ms ease;
	transition-delay: 500ms;
}
.contact > div:not(.contact__placeholder) {
	flex-direction: column;
	height: 100%;
	margin: auto 0 0 0;
	width: 100%;
	padding: 48.125vw 0 0 0;
}
.contact__wrap {
	flex-direction: column;
}
.contact__wrap ul {
	margin: 1.25rem 0 3.75rem 0;
}
.contact .standfirst {
	text-align: justify;
	width: 100%;
}
.contact .standfirst * {
	color: #BEBEBE !important;
}
.contact .standfirst > *:not(:last-child):not(li) {
	margin: 0 0 1.25rem 0;
}
.contact .standfirst,
.contact ul {
	line-height: 1.1;
}
.contact footer {
	flex-direction: column;
}
.contact footer p {
	margin: 25vw 0 0 0;
	text-align: right;
}
.contact-removal-state .contact__outer {
	opacity: 0 !important;
	transition-delay: 0ms !important;
}
.contact-removal-state .project header {
	z-index: 70;
}

.page-template-tpl-contact article {
	height: 100%;
}
.page-template-tpl-contact *:not(.standfirst) * {
	color: #ffffff;
}
.page-template-tpl-contact .information-toggle {
	color: #111111 !important;
}

.home .swiper-container {
	padding: 0 1.25rem;
}
.home .title {
	opacity: 1;
	transition: opacity 500ms ease;
}

.information {
	flex-direction: column;
	padding: 1.0625rem 1.25rem;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: transform 750ms ease;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.information-toggle:hover {
	color: #BEBEBE;
}
.information-removal-state .information .information-content > div {
	opacity: 0;
	transition-delay: 0ms;
}
.information .categories {
	margin: 0.9375rem 0 6rem 0;
}
.information > div {
	display: flex;
	line-height: 1.1;
	margin: auto 0 0 0;
	height: 100%;
	text-align: justify;
}
.information > div > p {
	top: 1.0625rem;
}
.information h2 {
	padding: 0 0 0.8125rem 0;
	opacity: 0;
	visibility: hidden;
}
.information-content {
	flex-direction: column;
	margin: auto 0;
}
.information-content > ul {
	order: 2;
}
.information-content > div {
	order: 1;
	opacity: 0;
	overflow: scroll;
	position: relative;
	transition: opacity 500ms ease;
	transition-delay: 500ms;
}
.information-content > div a {
	color: #ffffff;
	text-decoration: underline;
}
.information-content > div > *:first-child {
	text-indent: 4rem;
}

.information > div > p,
.close-information {
	position: absolute;
}

.close-information {
	top: auto;
	left: 1.25rem;
	bottom: 0.875rem;
}

.information-visible .information {
	transform: translateX(0%);
}
.information-visible .information-content > div {
	opacity: 1;
}

.landscape {
	position: fixed;
	top: 0;
	left: 0;
	height: 100dvh;
	width: 100vw;
	background: #ffffff;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 200;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: transform 1037ms ease;
	z-index: 80;
}
.modal-fade .project header {
	transition: z-index 1037ms ease;
	transition-delay: 1000ms;
}
.modal-active .site-header .contact-trigger {
	display: none;
}
.modal-active .project header {
	z-index: 70;
}
.modal-active .site-header .close-modal {
	display: block;
}
.modal-active .modal {
	transform: translateX(0%);
}
.modal-active .contact__outer {
	opacity: 1;
}

.project {
	flex-direction: column;
	height: 100%;
	padding: 1rem 0;
	width: 100%;
}
.project__gallery {
	margin: auto 0;
}
.project__gallery .swiper-container {
	pointer-events: none;
	cursor: none;
	padding: 0 1.25rem;
	width: 100%;
}
.project__title {
	width: var(--name);
}
.project__cat {
	width: var(--cat);
}
.project__year {
	width: auto;
}
.project .swiper-pagination {
	text-align: right;
	padding: 0.9375rem 0 0 0;
}
.project header {
	color: #ffffff;
	mix-blend-mode: difference;
	padding: 0 0 0.9375rem 0;
	z-index: 200;
	position: relative;
}
.project__footer {
	position: absolute;
	top: auto;
	bottom: 0.875rem;
	left: 50%;
	transform: translateX(-50%);
}
.project__footer.wrap {
	width: calc(100% - 2.5rem);
}

.projects {
	padding: 1rem 0;
	height: 100%;
}
.projects-gallery {
	margin: auto 0;
	width: 100%;
}
.projects-gallery footer {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 2.5rem);
	bottom: 0.875rem;
}
.projects-list {
	margin: auto 0 0 0;
	width: 100%;
}
.projects-list__name {
	width: var(--name);
}
.projects-list__cat {
	width: var(--cat);
	z-index: 2;
}
.projects-list__year {
	text-align: right;
	width: var(--year);
}
.projects-list__thumbnail {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	transition: opacity 250ms ease, visibility 250ms ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 43.4vw;
	z-index: 1;
}
.projects a:hover {
	color: #111111;
	position: relative;
	z-index: 5;
}
.projects a:hover + .projects-list__thumbnail {
	opacity: 1;
	display: block;
	visibility: visible;
}
.projects li:not(:last-child) a {
	padding: 0 0 0.625rem 0;
}

.site-header {
	padding: 1.0625rem 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
}
.site-header,
.site-header a {
	color: #ffffff;
	mix-blend-mode: difference;
	z-index: 90;
}
.site-header .close-modal {
	display: none;
}
.site-header > div > p {
	mix-blend-mode: difference;
}

body {
	transition: background 500ms ease;
}

#content {
	transition: opacity 500ms ease;
}
#content .project-footer {
	transition: opacity 500ms ease;
	opacity: 1;
}

.fade {
	opacity: 0;
}
.fade,
.fade .project-footer {
	opacity: 0;
}

.cursor {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	height: 1.1875rem;
	width: 1.1875rem;
	font-size: 2.5625rem;
	z-index: 20;
	mix-blend-mode: difference;
	transform: rotate(0deg);
	color: #ffffff;
}

.deadzone {
	pointer-events: all;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50vw;
	z-index: 61;
}
.deadzone + .deadzone {
	left: auto;
	right: 0;
}

.desktop {
	display: none;
}

html,
body,
main {
	height: 100%;
	overflow: hidden;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container:hover {
	cursor: none;
}
.swiper-container:hover .cursor {
	display: block;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}

.swiper-pagination {
	position: relative;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.ar\:landscape:before {
	padding-top: 67.2580645161%;
}

.bg\:body {
	background: #111111;
}
.bg\:white {
	background: #ffffff;
}
.bg\:mint {
	background: #ffffff;
}
.bg\:tint {
	background: #BEBEBE;
}

.colour\:body {
	color: #111111;
}
.colour\:white {
	color: #ffffff;
}
.colour\:mint {
	color: #ffffff;
}
.colour\:tint {
	color: #BEBEBE;
}

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

.flex {
	display: flex;
}

.spacious {
	justify-content: space-between;
}

.wrap {
	margin: 0 auto;
	width: calc(100% - 2.5rem);
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 860px) {
	html {
		font: normal 400 80%/1 "LayGrotesk", sans-serif;
	}
	body {
		font-size: 1.75rem;
		line-height: 1;
	}
	.contact > div:not(.contact__placeholder) {
		margin: auto 0 0 auto;
		padding: 10.25rem 0 0 0;
		width: 53.95%;
	}
	.contact__wrap ul {
		margin: 3.75rem 0 0 0;
	}
	.contact .standfirst {
		max-width: 34.6875rem;
		text-align: left;
	}
	.contact .standfirst > *:not(:last-child):not(li) {
		margin: 0 0 1.875rem 0;
	}
	.contact footer p {
		margin: 0 0 0.125rem 0;
		text-align: left;
	}
	.contact footer {
		align-items: flex-end;
		flex-direction: row;
	}
	.information {
		padding: 1rem 1.25rem;
		width: 44%;
	}
	.information .categories {
		margin: 0;
	}
	.information > div {
		display: block;
		height: 100%;
		margin: 0;
	}
	.information > div > p {
		padding: 0 2.75rem 0 0;
		top: auto;
	}
	.information-content {
		height: 100%;
		overflow: hidden;
		margin: -0.0625rem 0 0 0;
		padding: 10.3125rem 0 0 0;
	}
	.information-content > div {
		overflow: scroll;
	}
	.information-content > div > *:first-child {
		text-indent: 7rem;
	}
	.information > div > p,
.close-information {
		left: auto;
		bottom: auto;
	}
	.close-information {
		bottom: 0.125rem;
		position: relative;
		top: auto;
		right: auto;
		left: 0;
	}
	.project__gallery {
		margin: 0;
		padding: 10.3125rem 0 0 0;
	}
	.project__gallery .swiper-container {
		padding: 0 0 0 1.25rem;
	}
	.project__year {
		text-align: right;
		width: var(--year);
	}
	.project__footer {
		position: relative;
		left: auto;
		transform: unset;
		bottom: auto;
	}
	.site-header {
		padding: 1rem 0;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.information {
		width: 44.03%;
	}
}
@media screen and (min-width: 1000px) {
	.contact > div:not(.contact__placeholder) {
		width: 54.15%;
	}
	.information-content > div {
		height: 28.5vw;
	}
	.project__cat {
		margin: 0 0 0 -0.47%;
	}
}
@media screen and (min-width: 1100px) {
	html {
		font: normal 400 90%/1 "LayGrotesk", sans-serif;
	}
	.contact > div:not(.contact__placeholder) {
		width: 53.885%;
	}
	.information {
		width: 44.65%;
	}
	.information-content > div {
		height: 28.7vw;
	}
	.project__cat {
		margin: 0;
	}
}
@media screen and (min-width: 1300px) {
	.contact > div:not(.contact__placeholder) {
		width: 54.115%;
	}
	.information-content > div {
		height: 29vw;
	}
}
@media screen and (min-width: 1400px) {
	.project__cat {
		margin: 0 0 0 -0.334%;
	}
}
@media screen and (min-width: 1500px) {
	.information-content > div {
		height: 29.2vw;
	}
}
@media screen and (min-width: 1540px) {
	.project__cat {
		margin: 0 0 0 -0.5385%;
	}
}
@media screen and (min-width: 1545px) {
	.contact > div:not(.contact__placeholder) {
		width: 54.25%;
	}
}
@media screen and (min-width: 1745px) {
	.information {
		width: 44.875%;
	}
	.information-content > div {
		height: 29.4vw;
	}
	.project__cat {
		margin: 0 0 0 -0.469%;
	}
}
@media screen and (min-width: 2030px) {
	.contact > div:not(.contact__placeholder) {
		width: 54.05%;
	}
	.information {
		width: 45.05%;
	}
	.information-content > div {
		height: 29.6vw;
	}
	.project__cat {
		margin: 0 0 0 -0.1504%;
	}
}
@media screen and (min-width: 2295px) {
	.contact > div:not(.contact__placeholder) {
		width: 53.95%;
	}
	.information {
		width: 45.25%;
	}
	.information-content > div {
		height: 29.8vw;
	}
	.project__cat {
		margin: 0 0 0 0.0881%;
	}
}
@media screen and (max-device-width: 860px) {
	.cursor {
		display: none !important;
	}
}
@media screen and (max-width: 860px) {
	.contact__outer {
		justify-content: flex-start;
		position: absolute;
		top: auto;
		left: 0;
		padding: 0 !important;
		width: 100%;
	}
	.information-content header.flex {
		display: none;
	}
	.projects.wrap {
		width: 100%;
	}
	.projects-gallery a {
		display: block;
	}
	.copyright {
		position: fixed;
		top: auto;
		left: auto;
		right: 1.25rem;
		bottom: 0.8125rem;
	}
}
@media screen and (max-device-width: 430px) and (orientation: landscape) {
	.contact__wrap {
		max-width: 20rem;
		padding: 2rem 0 0 0;
	}
	.information > div {
		max-width: 20rem;
		padding-top: 2rem;
	}
	.information-content {
		margin-top: 0 !important;
	}
	.information-content > div {
		height: auto !important;
	}
	.landscape {
		display: flex;
	}
	.project figure {
		margin: 0 auto;
		width: 40%;
	}
	.projects-gallery a {
		width: 40%;
		margin: 0 auto;
	}
}
@media (hover: hover) {
	.project__gallery .swiper-container:hover .cursor {
		display: block;
	}
	.cursor-visible {
		cursor: none;
	}
	.cursor-visible .crosshair {
		display: block;
	}
}
/*# sourceMappingURL=main.css.map */
