/*
Theme Name: AdventureClub
Theme URI: https://adventureclub.io
Author: AdventureClub
Author URI: https://adventureclub.io
*/
.block-margin {
	margin: 40px 0;
}

@media (min-width: 769px) {
	.block-margin {
		margin: 80px 0;
	}
}

.flex {
	display: flex;
}

.flex__center {
	justify-content: center;
	align-items: center;
}

.flex__column {
	flex-direction: column;
}

.flex__column--row-tablet {
	flex-direction: column;
}

@media (min-width: 769px) {
	.flex__column--row-tablet {
		flex-direction: row;
	}
}

.flex__column--row-desktop {
	flex-direction: column;
}

@media (min-width: 1200px) {
	.flex__column--row-desktop {
		flex-direction: row;
	}
}

body {
	margin: 0px;
	background-color: #f0e7dd;
}

.lock-scroll {
	overflow: hidden;
}

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

a {
	color: #000000;
}

.fullwidth-block {
	position: relative;
	left: 50%;
	right: 50%;
	width: calc(100vw);
	margin-left: calc(-50vw);
	margin-right: calc(-50vw);
}

@font-face {
	font-family: "Gilroy Regular";
	src: url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.otf") format("otf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy Medium";
	src: url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.otf") format("otf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy Semibold";
	src: url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.otf") format("otf"), url("fonts/Gilroy-Semibold.ttf") format("ttf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy Bold";
	src: url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.otf") format("otf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy Extrabold Italic";
	src: url("fonts/Gilroy-ExtraboldItalic.woff") format("woff"), url("fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("fonts/Gilroy-ExtraboldItalic.otf") format("otf");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Gilroy Light";
	src: url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.otf") format("otf");
}

/* ibm-plex-mono-100 - latin */
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 100;
	src: url("fonts/ibm-plex-mono-v6-latin-100.eot");
	/* IE9 Compat Modes */
	src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("fonts/ibm-plex-mono-v6-latin-100.eot?#iefix") format("embedded-opentype"), url("fonts/ibm-plex-mono-v6-latin-100.woff2") format("woff2"), url("fonts/ibm-plex-mono-v6-latin-100.woff") format("woff"), url("fonts/ibm-plex-mono-v6-latin-100.ttf") format("truetype"), url("fonts/ibm-plex-mono-v6-latin-100.svg#IBMPlexMono") format("svg");
	/* Legacy iOS */
}

/* ibm-plex-mono-regular - latin */
@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/ibm-plex-mono-v6-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("IBM Plex Mono"), local("IBMPlexMono"), url("fonts/ibm-plex-mono-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ibm-plex-mono-v6-latin-regular.woff2") format("woff2"), url("fonts/ibm-plex-mono-v6-latin-regular.woff") format("woff"), url("fonts/ibm-plex-mono-v6-latin-regular.ttf") format("truetype"), url("fonts/ibm-plex-mono-v6-latin-regular.svg#IBMPlexMono") format("svg");
	/* Legacy iOS */
}

/* ibm-plex-mono-600italic - latin */
@font-face {
	font-family: "IBM Plex Mono";
	font-style: italic;
	font-weight: 600;
	src: url("fonts/ibm-plex-mono-v6-latin-600italic.eot");
	/* IE9 Compat Modes */
	src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("fonts/ibm-plex-mono-v6-latin-600italic.eot?#iefix") format("embedded-opentype"), url("fonts/ibm-plex-mono-v6-latin-600italic.woff2") format("woff2"), url("fonts/ibm-plex-mono-v6-latin-600italic.woff") format("woff"), url("fonts/ibm-plex-mono-v6-latin-600italic.ttf") format("truetype"), url("fonts/ibm-plex-mono-v6-latin-600italic.svg#IBMPlexMono") format("svg");
	/* Legacy iOS */
}

body {
	font-family: "Gilroy Regular", Arial, SansSerif, sans-serif;
	color: #1e3447;
	font-size: 18px;
}

@media (min-width: 769px) {
	body {
		font-size: 24px;
	}
}

b {
	font-family: "Gilroy Medium", Arial, SansSerif, sans-serif;
}

p {
	font-size: 18px;
}

@media (min-width: 769px) {
	p {
		font-size: 24px;
	}
}

a {
	text-decoration: none;
	color: #1e3447;
}

.label {
	font-size: 14px;
}

@media (min-width: 769px) {
	.label {
		font-size: 16px;
	}
}

.p-small {
	font-size: calc(0.75rem + ((1vw - 7.68px) * 0.2146));
}

.p-big {
	font-size: 24px;
}

@media (min-width: 769px) {
	.p-big {
		font-size: 32px;
	}
}

h1 {
	font-family: "Gilroy Light", Arial, SansSerif, sans-serif;
	font-size: 2em;
	font-weight: 200;
}

h2 {
	font-family: "Gilroy medium", Arial, SansSerif, sans-serif;
}

h1,
h2 {
	font-size: 2em;
}

@media (min-width: 769px) {
	h1,
	h2 {
		font-size: 5vw;
		line-height: 5vw;
	}
}

h3 {
	font-size: 24px;
}

@media (min-width: 769px) {
	h3 {
		font-size: 38px;
	}
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 20px;
}

@media (min-width: 769px) {
	h5 {
		font-size: 28px;
	}
}

h6 {
	font-size: 0.75em;
}

blockquote {
	font-size: 28px;
}

@media (min-width: 769px) {
	blockquote {
		font-size: 56px;
	}
}

.header__navigation {
	position: fixed;
	z-index: 1000;
}

.header__navigation--main {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	height: 100px;
	background-size: 100% 200%;
	background-color: transparent;
	color: #1e3447;
	background-image: linear-gradient(to bottom, transparent 50%, #1e3447 50%);
	-webkit-transition: background-position 0.5s ease-in;
	-moz-transition: background-position 0.5s ease-in;
	transition: background-position 0.5s ease-in;
}

.header__navigation--main--open {
	background-position: 0 -100%;
	color: #f0e7dd;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	transition: background-position 0.5s ease-out;
}

.header__navigation--main .custom-logo {
	width: 40px;
	height: auto;
}

.header__navigation--main--button {
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}

.header__navigation--main--button--wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #1e3447;
	cursor: pointer;
}

.header__navigation--main--button--line {
	width: 26px;
	height: 3px;
	margin: 6px;
}

.header__navigation--main--button--open .header__navigation--main--button--line--top {
	background-color: #f0e7dd;
	transform: rotate(-45deg);
	transition: background-color 0.5s linear, transform 0.5s;
	-ms-transition: background-color 0.5s linear, transform 0.5s;
	-moz-transition: background-color 0.5s linear, transform 0.5s;
	-webkit-transition: background-color 0.5s linear, transform 0.5s;
}

.header__navigation--main--button--open .header__navigation--main--button--line--bottom {
	margin-top: -9px;
	background-color: #f0e7dd;
	transform: rotate(45deg);
	transition: background-color 0.5s linear, transform 0.5s;
	-ms-transition: background-color 0.5s linear, transform 0.5s;
	-moz-transition: background-color 0.5s linear, transform 0.5s;
	-webkit-transition: background-color 0.5s linear, transform 0.5s;
}

.header__navigation--main--button--closed .header__navigation--main--button--line--top {
	background-color: #f0e7dd;
	transform: rotate(0deg);
	transition: background-color 0.5s linear, transform 0.5s;
	-ms-transition: background-color 0.5s linear, transform 0.5s;
	-moz-transition: background-color 0.5s linear, transform 0.5s;
	-webkit-transition: background-color 0.5s linear, transform 0.5s;
}

.header__navigation--main--button--closed .header__navigation--main--button--line--bottom {
	background-color: #f0e7dd;
	transform: rotate(0deg);
	transition: background-color 0.5s linear, transform 0.5s;
	-ms-transition: background-color 0.5s linear, transform 0.5s;
	-moz-transition: background-color 0.5s linear, transform 0.5s;
	-webkit-transition: background-color 0.5s linear, transform 0.5s;
}

.header__navigation--main--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background-color: #f0e7dd;
	border-radius: 5px;
}

.header__navigation--main--logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__navigation--main--logo a img {
	transition: transform .7s ease-in-out;
}

.header__navigation--main--logo a img:hover {
	transform: rotate(360deg);
}

.header__navigation--menu {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	width: 100vw;
	background: #1e3447;
	color: #f0e7dd;
}

.header__navigation--menu--main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header__navigation--menu--main .menu {
	width: 100%;
}

.header__navigation--menu--main ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	padding-left: 0px;
}

@media (min-width: 1200px) {
	.header__navigation--menu--main ul {
		align-items: flex-start;
	}
}

.header__navigation--menu--main ul li {
	margin: 12px;
	font-size: 5vw;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.header__navigation--menu--main ul li {
		font-size: 3vw;
	}
}

.header__navigation--menu--main a {
	text-decoration: none;
	color: #f0e7dd;
	font-family: 'IBM Plex Mono';
	width: max-content;
}

.header__navigation--menu--main a:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #f0e7dd;
	transition: 300ms;
}

.header__navigation--menu--main a:hover::after {
	width: 100%;
}

.header__navigation--menu--closed {
	height: 0px;
	transition: height 0.5s ease-in;
	-ms-transition: height 0.5s ease-in;
	-moz-transition: height 0.5s ease-in;
	-webkit-transition: height 0.5s ease-in;
}

.header__navigation--menu--closed .header__navigation--menu--main {
	height: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
}

.header__navigation--menu--open {
	height: 100%;
	transition: height 0.5s ease-out;
	-ms-transition: height 0.5s ease-out;
	-moz-transition: height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out;
}

.header__navigation--menu--open .header__navigation--menu--main {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition-delay: 0.5s;
}

.entry-content {
	padding: 80px 15px 0;
}

@media (min-width: 900px) {
	.entry-content {
		max-width: 1400px;
		margin: auto;
		padding: 0 44px;
	}
}

.footer {
	position: relative;
	background-color: #1e3447;
	color: #f0e7dd;
}

@media (min-width: 1200px) {
	.footer {
		height: 100vh;
	}
}

.footer__top {
	display: flex;
	align-items: flex-end;
	margin: auto;
	height: calc(100% - 125px);
	max-width: 1400px;
	padding: 0px 15px;
}

@media (min-width: 1200px) {
	.footer__top {
		padding: 0px 44px;
	}
}

.footer__top--content {
	width: 100%;
}

.footer__bottom {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	border-top: 1px solid #f0e7dd;
	padding: 0px 15px;
}

@media (min-width: 1200px) {
	.footer__bottom {
		height: 125px;
		width: calc(100% - 88px);
		padding: 0px 44px;
	}
}

.footer__bottom__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	margin: auto;
	height: 100%;
	max-width: 1400px;
}

@media (min-width: 1200px) {
	.footer__bottom__wrap {
		flex-direction: row;
	}
}

.footer__bottom--left {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 40px 0 0;
}

@media (min-width: 1200px) {
	.footer__bottom--left {
		padding: 0;
	}
}

.footer__bottom--right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}

@media (min-width: 1200px) {
	.footer__bottom--right {
		width: fit-content;
		padding: 0;
	}
}

.footer__spacer {
	display: inline-block;
	width: 32px;
	height: 2px;
	margin: 40px 0;
	background-color: #b79a52;
}

.footer h2 {
	margin: 0;
}

.footer__contact {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	width: 90%;
	padding: 80px 0 280px;
}

@media (min-width: 1200px) {
	.footer__contact {
		flex-direction: row;
		padding: 120px 0;
	}
}

.footer__contact--active {
	display: flex;
}

.footer__contact--col {
	font-family: "Gilroy light", Arial, SansSerif, sans-serif;
	line-height: 0.6;
}

.footer__contact--col--heading {
	font-family: "Gilroy Bold", Arial, SansSerif;
	font-style: italic;
}

.footer__contact--col--link {
	color: #f0e7dd;
}

.footer__studios {
	display: flex;
}

.footer__studios--location {
	margin-right: 17px;
	font-family: 'IBM Plex Mono';
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.footer__studios--location {
		font-size: 18px;
	}
}

.footer__studios--location--active {
	font-weight: 600;
}

.footer__studios--location:hover {
	font-weight: 600;
}

.footer__studios__count {
	display: flex;
	border: 1px solid #f0e7dd;
	border-radius: 3px;
}

.footer__studios__count--globe {
	fill: #f0e7dd;
	height: 50px;
	border-right: 1px solid #f0e7dd;
}

.footer__studios__count--number {
	display: none;
}

.footer__studios__count--number--border {
	border-bottom: 1px solid #f0e7dd;
}

.footer__studios__count--number--active {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	width: 15px;
	height: 50%;
	font-family: 'IBM Plex Mono';
	font-size: 12px;
}

.footer__logo {
	margin-right: 17px;
	width: 112px;
	fill: #f0e7dd;
}

.footer__logo--link {
	display: flex;
	align-items: center;
}

.footer__sm {
	display: flex;
	align-items: center;
}

.footer__sm--link {
	margin-right: 17px;
	font-size: 12px;
	color: #f0e7dd;
}

.hero {
	display: flex;
	align-items: center;
	margin-top: -44px;
	margin-bottom: 32px;
	height: 60vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: white;
	margin-top: -80px;
}

@media (min-width: 1200px) {
	.hero {
		margin-top: 0;
	}
}

.hero__content {
	padding: 15px;
}

@media (min-width: 900px) {
	.hero__content {
		width: 100%;
		max-width: 1400px;
		margin: auto;
		padding: 44px;
	}
}

.blog-posts--single {
	border-bottom: 1px solid #1e3447;
	width: 100%;
	padding: 40px 0;
}

@media (min-width: 1200px) {
	.blog-posts--single {
		align-items: center;
		justify-content: space-between;
	}
}

.blog-posts--single--date {
	align-self: flex-start;
	margin: 0 0 20px 0;
	width: 10%;
	font-family: 'IBM Plex Mono';
	font-weight: bold;
	font-style: italic;
	color: #eba3a2;
}

@media (min-width: 1200px) {
	.blog-posts--single--date {
		margin: 0;
	}
}

.blog-posts--single--title {
	margin: 0;
	width: 90%;
}

.blog-posts--single--title h3 {
	margin: 0;
	font-family: 'Gilroy light', Arial, SansSerif, sans-serif;
}

@media (min-width: 1200px) {
	.blog-posts--single--title {
		width: 70%;
	}
}

.blog-posts--single--link {
	margin: 20px 0 0 0;
	border-bottom: 2px solid #b79a52;
	width: fit-content;
	font-family: 'IBM Plex Mono';
	font-weight: 100;
}

@media (min-width: 1200px) {
	.blog-posts--single--link {
		align-self: flex-end;
		margin: 0;
	}
}

.wp-block-button {
	margin: 40px 40px 0 0;
}

.wp-block-button__link {
	border: 3px solid #1e3447;
	border-radius: 5px;
	padding: 20px 40px;
	background-color: #f0e7dd;
	font-family: 'IBM Plex Mono';
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #1e3447;
	cursor: pointer;
}

.wp-block-button__link:hover {
	background-color: #1e3447;
	color: #f0e7dd;
}

.button {
	border: 3px solid #1e3447;
	border-radius: 5px;
	padding: 20px 40px;
	background-color: #f0e7dd;
	font-family: 'IBM Plex Mono';
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #1e3447;
	cursor: pointer;
}

.button:hover {
	background-color: #1e3447;
	color: #f0e7dd;
}

.search-form__text {
	padding: 16px 16px;
	background: #f0e7dd;
	border: 2px solid #000000;
	border-radius: 6px;
	outline: none;
}

.search-form__submit {
	padding: 16px 32px;
	border: 2px solid #000000;
	border-radius: 6px;
	background: #f0e7dd;
	cursor: pointer;
}

.search-form__submit:hover {
	border: 2px solid #000000;
	background: #000000;
	color: #f0e7dd;
}

/**Styling scrollable elements*/
.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}

.js-scroll.scrolled {
	opacity: 1;
}

.scrolled.fade-in {
	animation: fade-in 500ms ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in-bottom 500ms ease-in-out both;
}

.scrolled.slide-left {
	animation: slide-in-left 500ms ease-in-out both;
}

.scrolled.slide-right {
	animation: slide-in-right 500ms ease-in-out both;
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.entry-content__blog p.has-normal-font-size {
	margin: 40px auto;
	max-width: 900px;
	font-size: 24px;
}

.entry-content__blog p.has-medium-font-size {
	margin: 40px auto;
	font-size: 20px;
	max-width: 900px;
}

@media (min-width: 769px) {
	.entry-content__blog p.has-medium-font-size {
		font-size: 28px;
	}
}

.entry-content__blog p.has-large-font-size {
	margin: 40px auto;
	max-width: 900px;
	font-size: 24px;
	line-height: 35px;
	font-family: 'Gilroy light', Arial, sans-serif;
}

@media (min-width: 769px) {
	.entry-content__blog p.has-large-font-size {
		font-size: 32px;
		line-height: 50px;
	}
}

.entry-content__blog .article-paragraph {
	margin: 40px auto;
	max-width: 900px;
}

.entry-content__blog .article-list {
	margin: 40px auto;
	max-width: 900px;
}

.entry-content__blog__post-info {
	border-top: 1px solid #1e3447;
	padding: 40px 0 0 0;
}

.entry-content__blog__post-info--author {
	width: 50%;
}

@media (min-width: 769px) {
	.entry-content__blog__post-info--author {
		width: 15%;
	}
}

.entry-content__blog__post-info--author--head {
	letter-spacing: 2px;
}

.entry-content__blog__post-info--author--name {
	font-family: 'Gilroy Semibold', Arial, sans-serif;
}

.entry-content__blog__post-info--publish {
	width: 50%;
}

@media (min-width: 769px) {
	.entry-content__blog__post-info--publish {
		width: 15%;
	}
}

.entry-content__blog__post-info--publish--head {
	letter-spacing: 2px;
}

.entry-content__blog__post-info--publish--date {
	font-family: 'Gilroy Semibold', Arial, sans-serif;
}

.entry-content__blog .wp-block-image {
	margin: 80px 0;
}

.entry-content__blog--share {
	flex-direction: column;
}

@media (min-width: 769px) {
	.entry-content__blog--share {
		flex-direction: row;
		align-items: center;
	}
}

.entry-content__blog--share h3 {
	width: 270px;
	margin-bottom: 40px;
}

.entry-content__blog--share--links {
	align-items: center;
	justify-content: space-evenly;
}

.entry-content__blog--share--links--link {
	justify-content: center;
	align-items: center;
	background-color: #1e3447;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	font-size: 18px;
	color: #f0e7dd;
}

@media (min-width: 769px) {
	.entry-content__blog--share--links--link {
		margin-right: 25px;
	}
}

.entry-content__blog--share--links--link img {
	width: 18px;
}

.post-navigation h2 {
	display: none;
}

.wp-block-embed__wrapper {
	margin: 40px 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cases--header {
	text-align: center;
	margin: 16%;
}

.cases--line {
	width: 32px;
	height: 2px;
	background-color: #b79a52;
	position: absolute;
}

.cases__posts__single {
	position: relative;
	display: block;
	margin: 40px 0;
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.cases__posts__single {
		display: flex;
		margin: 80px 0;
		padding-bottom: 0;
	}
}

.cases__posts__single--image {
	display: block;
	width: 100%;
	height: 30vh;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.cases__posts__single--image {
		width: 60%;
		height: 50vh;
	}
}

.cases__posts__single--image img {
	width: 100%;
	transition: transform 0.8s;
}

@media (min-width: 1200px) {
	.cases__posts__single--image img {
		height: 100%;
	}
}

.cases__posts__single--image img:hover {
	transform: scale(1.1);
}

@media (min-width: 1200px) {
	.cases__posts__single__content {
		width: calc(40% - 80px);
		padding: 3%;
	}
}

@media (min-width: 1200px) {
	.cases__posts__single__content--title {
		margin: 0 0 0 -80%;
		display: block;
	}
	.cases__posts__single__content--title h2 {
		position: relative;
		z-index: 1;
		font-size: 72px;
		margin: 0;
		line-height: 1.5em;
		background-image: -webkit-linear-gradient(left, #ffffff 39.5%, #1e3447 30%, #1e3447 30%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.cases__posts__single__content--link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: max-content;
}

.cases__posts__single__content--link:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #1e3447;
	transition: 300ms;
}

.cases__posts__single__content--link:hover::after {
	width: 100%;
}

.designers--header {
	text-align: center;
	margin: 16%;
}

.designers .spacer {
	margin: 0 0 5%;
	border-bottom: 2px solid #b79a52;
	width: 31px;
}

.designers__posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.designers__posts__single {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1200px) {
	.designers__posts__single {
		width: 33.33%;
	}
}

.designers__posts__single--image {
	width: 80%;
}

@media (min-width: 1200px) {
	.designers__posts__single--image img {
		width: 25vw;
	}
}

.designers__posts__single__content {
	margin-top: -8%;
	width: 25vw;
}

.designers__posts__single__content--title h2 {
	color: #1e3447;
	font-weight: 500;
	font-family: "Gilroy Light", Arial, SansSerif, sans-serif;
	margin: 0;
	font-size: 4vw;
}

.designers__posts__single__content--designer {
	font-size: 14px;
	font-weight: 500;
	color: #878d92;
}

.jobs__list {
	margin-bottom: 0px;
	background-color: #485865;
	color: #f0e7dd;
}

.jobs__list--title {
	margin-top: 0;
}

.jobs__list--wrap {
	margin: auto;
	max-width: 1400px;
	padding: 40px 15px;
}

@media (min-width: 769px) {
	.jobs__list--wrap {
		padding: 80px 44px;
	}
}

.jobs__list__office {
	border-bottom: 1px solid #f0e7dd;
}

@media (min-width: 1200px) {
	.jobs__list__office {
		margin: 0 5% 0 20%;
	}
}

.jobs__list__office__accordion {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
	transition: 0.4s;
}

.jobs__list__office__accordion--studio {
	margin: 0;
	font-family: 'Gilroy light', Arial, SansSerif, sans-serif;
}

.jobs__list__office__accordion--studio--positions {
	border-bottom: 2px solid #b79a52;
	width: fit-content;
	font-family: 'IBM Plex Mono';
	font-weight: 100;
}

.jobs__list__office__panel {
	display: none;
	margin: 0 0 40px;
}

.jobs__list--single {
	width: max-content;
	margin: 12px 0;
	font-family: 'IBM Plex Mono';
}

.jobs__list--single:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #f0e7dd;
	transition: 300ms;
}

.jobs__list--single:hover::after {
	width: 100%;
}

.jobs__list--single--link {
	color: #f0e7dd;
}

.jobs__list--single--link p {
	margin: 0;
}

.jobs__apply {
	border-top: 1px solid #f0e7dd;
}

.jobs__apply--title {
	margin-bottom: 0;
}

.jobs__apply--button {
	margin: 40px 0;
}

.frontpage-hero {
	width: calc(100vw - 30px);
	height: 100vh;
	background-color: #eba3a2;
	color: #f0e7dd;
	padding: 15px;
	margin-top: -80px;
}

@media (min-width: 1200px) {
	.frontpage-hero {
		margin-top: 0;
	}
}

.frontpage-video {
	position: relative;
	margin-bottom: 120px;
	width: 100%;
}

@media (min-width: 1200px) {
	.frontpage-video {
		margin-bottom: 40px;
		height: 100vh;
	}
}

.frontpage-video--wrap {
	position: relative;
	height: fit-content;
}

.frontpage-video--wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 99%;
	background-color: rgba(0, 0, 0, 0.47);
}

.frontpage-video video {
	top: 0;
	left: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.frontpage-video__button {
	position: absolute;
	right: 0;
	align-items: center;
	z-index: 2;
	justify-content: flex-end;
	margin: 20px 0;
	transition: transform 200ms;
	color: #1e3447;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.frontpage-video__button {
		position: absolute;
		bottom: 60px;
		right: 78px;
		color: #f0e7dd;
	}
}

.frontpage-video__button--text {
	margin: 0 17px;
	font-size: 18px;
	font-family: "IBM Plex Mono";
	font-weight: bold;
	font-style: italic;
}

.frontpage-video__button--text:after {
	content: "";
	display: block;
	width: 0px;
	height: 3px;
	background: #1e3447;
	transition: 300ms;
}

@media (min-width: 1200px) {
	.frontpage-video__button--text:after {
		background: #f0e7dd;
	}
}

.frontpage-video__button--icon--wrap {
	display: flex;
	flex-direction: row;
	border: 1px solid #1e3447;
	border-radius: 5px;
	height: 56px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.frontpage-video__button--icon--wrap {
		border: 1px solid #f0e7dd;
	}
}

.frontpage-video__button--icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 100%;
}

.frontpage-video__button--icon--left {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	width: 60px;
	border-right: 1px solid #1e3447;
	transition: all 0.3s ease;
}

@media (min-width: 1200px) {
	.frontpage-video__button--icon--left {
		border-right: 1px solid #f0e7dd;
	}
}

.frontpage-video__button--icon--left svg {
	display: block;
	fill: #1e3447;
	width: 60px;
	height: 60px;
}

@media (min-width: 1200px) {
	.frontpage-video__button--icon--left svg {
		fill: #f0e7dd;
	}
}

.frontpage-video__button--icon--right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 26px;
}

.frontpage-video__button--icon--right p {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	font-family: "IBM Plex Mono";
	font-weight: 500;
}

.frontpage-video__button--icon--right p:last-child {
	border-top: 1px solid #1e3447;
}

@media (min-width: 1200px) {
	.frontpage-video__button--icon--right p:last-child {
		border-top: 1px solid #f0e7dd;
	}
}

.frontpage-video__button:hover .frontpage-video__button--icon--left {
	top: -60px;
}

.frontpage-video__button:hover .frontpage-video__button--text::after {
	width: 100%;
}

.frontpage-video__popup {
	position: fixed;
	display: none;
	top: 0;
	z-index: 1001;
	width: 100vw;
	height: 100vh;
	background-color: #1e3447;
}

.frontpage-video__popup iframe {
	width: 100%;
	height: 100%;
}

.frontpage-video__popup--close {
	position: fixed;
	z-index: 1002;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 500ms;
	background-color: rgba(167, 167, 167, 0.18);
}

.frontpage-video__popup--close:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	background-color: #f0e7dd;
}

.frontpage-video__popup--close:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #f0e7dd;
}

.frontpage-video__popup--close:hover {
	background-color: #000000;
}

.frontpage-what-we-do h2 {
	margin: 0.4em 0 0;
}

.frontpage-what-we-do p {
	max-width: 800px;
}

.frontpage-offering-selector .container {
	display: flex;
	min-height: 500px;
}

.frontpage-offering-selector .container .left-side {
	height: 100%;
	width: 100%;
}

.frontpage-offering-selector .container .left-side__list {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	width: 90%;
}

@media (min-width: 1200px) {
	.frontpage-offering-selector .container .left-side__list {
		flex-direction: row;
	}
}

.frontpage-offering-selector .container .left-side__list--active {
	display: flex;
}

.frontpage-offering-selector .container .left-side__list .cases {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.frontpage-offering-selector .container .right-side {
	height: 100%;
	width: 100%;
}

.frontpage-offering-selector .container .right-side__text {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	min-height: 250px;
}

@media (min-width: 1200px) {
	.frontpage-offering-selector .container .right-side__text {
		flex-direction: row;
	}
}

.frontpage-offering-selector .container .right-side__text--active {
	display: flex;
}

.frontpage-offering-selector .container .right-side__text--heading {
	font-family: "Gilroy Bold", Arial, SansSerif;
}

.frontpage-offering-selector .container .right-side__text .wrapper {
	border: solid 1px #1e3447;
	border-radius: 5px;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.frontpage-offering-selector .container .right-side__text .wrapper__left {
	width: 100%;
	border-right: solid 1px #1e3447;
}

.frontpage-offering-selector .container .right-side__text .wrapper__left__title {
	border-bottom: solid 1px #1e3447;
}

.frontpage-offering-selector .container .right-side__text .wrapper__left__title h3 {
	margin: 0;
	padding: 10px 15px;
	color: #eba3a2;
	font-size: 24px;
	font-family: "IBM Plex Mono";
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
}

.frontpage-offering-selector .container .right-side__text .wrapper__left__text {
	padding: 10px 30px;
}

.frontpage-offering-selector .container .right-side__text .wrapper__left__text p {
	font-size: 18px;
}

.frontpage-offering-selector .container .right-side__text .wrapper__right__icon {
	background: #1e3447;
	padding: 11.5px 20px;
	display: flex;
	align-items: center;
	align-content: center;
}

.frontpage-offering-selector .container .right-side__text .wrapper__right__icon svg {
	animation: rotation 5s ease-in-out;
}

@keyframes rotation {
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.frontpage-offering-selector .bottom {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 40px 0 0;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.frontpage-offering-selector .bottom {
		padding: 0;
	}
}

.frontpage-offering-selector .bottom__offering {
	display: flex;
}

.frontpage-offering-selector .bottom__offering--header {
	margin-right: 17px;
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.frontpage-offering-selector .bottom__offering--header {
		font-size: 18px;
	}
}

.frontpage-offering-selector .bottom__offering--header--active {
	font-weight: 600;
}

.frontpage-offering-selector .bottom__offering--header:hover {
	font-weight: 600;
}

.frontpage-offering-selector .bottom__offering__count {
	display: flex;
	border: 1px solid #1e3447;
	border-radius: 3px;
}

.frontpage-offering-selector .bottom__offering__count--globe {
	fill: #1e3447;
	height: 50px;
	border-right: 1px solid #1e3447;
}

.frontpage-offering-selector .bottom__offering__count--number {
	display: none;
}

.frontpage-offering-selector .bottom__offering__count--number--border {
	border-bottom: 1px solid #1e3447;
}

.frontpage-offering-selector .bottom__offering__count--number--active {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	width: 15px;
	height: 50%;
	font-family: "IBM Plex Mono";
	font-size: 12px;
}

.frontpage-selected-projects__posts__single {
	position: relative;
	display: block;
	margin: 40px 0;
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.frontpage-selected-projects__posts__single {
		display: flex;
		margin: 80px 0;
		padding-bottom: 0;
	}
}

.frontpage-selected-projects__posts__single--image {
	display: block;
	width: 100%;
	height: 30vh;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.frontpage-selected-projects__posts__single--image {
		width: 60%;
		height: 50vh;
	}
}

.frontpage-selected-projects__posts__single--image img {
	width: 100%;
	transition: transform 0.8s;
}

@media (min-width: 1200px) {
	.frontpage-selected-projects__posts__single--image img {
		height: 100%;
	}
}

.frontpage-selected-projects__posts__single--image img:hover {
	transform: scale(1.1);
}

@media (min-width: 1200px) {
	.frontpage-selected-projects__posts__single__content {
		width: calc(40% - 80px);
		padding: 3%;
	}
}

@media (min-width: 1200px) {
	.frontpage-selected-projects__posts__single__content--title {
		margin: 0 0 0 -80%;
		display: block;
	}
	.frontpage-selected-projects__posts__single__content--title h2 {
		position: relative;
		z-index: 1;
		font-size: 72px;
		margin: 0;
		line-height: 1.5em;
		background-image: -webkit-linear-gradient(left, #ffffff 39.5%, #1e3447 30%, #1e3447 30%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.frontpage-selected-projects__posts__single__content--link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: max-content;
}

.frontpage-selected-projects__posts__single__content--link:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #1e3447;
	transition: 300ms;
}

.frontpage-selected-projects__posts__single__content--link:hover::after {
	width: 100%;
}

.frontpage-jobs {
	background-color: #1e3447;
	color: #f0e7dd;
}

.frontpage-jobs--wrap {
	max-width: 1400px;
	margin: auto;
	padding: 40px 15px;
}

@media (min-width: 769px) {
	.frontpage-jobs--wrap {
		padding: 80px 44px;
	}
}

.frontpage-jobs__title {
	margin-top: 0;
}

.frontpage-jobs__text {
	max-width: 800px;
}

.frontpage-jobs__link {
	display: block;
	border-bottom: 2px solid #b79a52;
	width: fit-content;
	font-family: 'IBM Plex Mono';
	font-weight: 100;
	color: #f0e7dd;
	margin: 40px 0 0;
}

.frontpage-blog__title {
	margin: 0;
}

@media (min-width: 1200px) {
	.frontpage-blog__title {
		margin: 40px 0;
	}
}

.frontpage-blog__label {
	text-transform: uppercase;
	font-family: 'IBM Plex Mono';
	font-weight: bold;
	font-style: italic;
}

@media (min-width: 1200px) {
	.frontpage-blog__articles {
		margin: 0 5% 0 20%;
	}
}

.frontpage-blog__articles--single {
	border-bottom: 1px solid #1e3447;
	width: 100%;
	padding: 40px 0;
}

@media (min-width: 1200px) {
	.frontpage-blog__articles--single {
		align-items: center;
		justify-content: space-between;
	}
}

.frontpage-blog__articles--single--date {
	align-self: flex-start;
	margin: 0 0 20px 0;
	width: 10%;
	font-family: 'IBM Plex Mono';
	font-weight: bold;
	font-style: italic;
	color: #eba3a2;
}

@media (min-width: 1200px) {
	.frontpage-blog__articles--single--date {
		margin: 0;
	}
}

.frontpage-blog__articles--single--title {
	margin: 0;
	width: 90%;
}

.frontpage-blog__articles--single--title h3 {
	margin: 0;
	font-family: 'Gilroy light', Arial, SansSerif, sans-serif;
}

@media (min-width: 1200px) {
	.frontpage-blog__articles--single--title {
		width: 70%;
	}
}

.frontpage-blog__articles--single--link {
	margin: 20px 0 0 0;
	border-bottom: 2px solid #b79a52;
	width: fit-content;
	font-family: 'IBM Plex Mono';
	font-weight: 100;
}

@media (min-width: 1200px) {
	.frontpage-blog__articles--single--link {
		align-self: flex-end;
		margin: 0;
	}
}

.cases-hero .entry-text {
	font-family: "Gilroy Regular", Arial, sans-serif;
	font-weight: 500;
	vertical-align: middle;
	opacity: 0.8;
	font-size: 12px;
}

.cases-hero .award-container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 769px) {
	.cases-hero .award-container {
		flex-wrap: nowrap;
	}
}

.cases-hero .award {
	width: 105px;
	height: 70px;
	margin-right: 15px;
	object-fit: contain;
}

@media (min-width: 769px) {
	.cases-hero .award {
		margin-right: 85px;
	}
}

.cases-overview {
	margin-top: 70px;
	margin-bottom: 70px;
}

.cases-overview__wrapper {
	margin: 0 auto;
	width: 80%;
}

@media (min-width: 769px) {
	.cases-overview__wrapper {
		margin: 0 16%;
		width: auto;
	}
}

.cases-overview__left {
	display: none;
}

@media (min-width: 769px) {
	.cases-overview__left {
		width: 45%;
		display: block;
		margin: auto;
		margin-right: 2.5%;
	}
}

@media (min-width: 769px) {
	.cases-overview__right {
		padding: 8% 2.5% 18% 2.5%;
		width: 50%;
	}
}

.cases-overview .cases-img {
	width: 100%;
}

.cases-overview .title {
	font-family: 'Gilroy Medium', Arial, sans-serif;
	margin-top: 2em;
}

.cases-overview .text p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
	font-family: "Gilroy Regular", Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 0.5px;
	color: #485865;
}

.cases-overview .list {
	flex-flow: wrap;
}

@media (min-width: 769px) {
	.cases-overview .list {
		flex-flow: unset;
	}
}

.cases-overview .list__info {
	margin-top: 4em;
	flex: 50%;
	font-size: 10px;
	line-height: 1.6;
	color: #1e3447;
}

.cases-overview .list__info--title {
	font-family: 'Gilroy Semibold', Arial, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

.cases-overview .list__info__items {
	font-family: "Gilroy Regular", Arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
}

.cases-overview .list__info__items--item {
	margin-top: 10px;
}

.cases-process {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inherit;
}

.cases-process .padding-top {
	padding-top: 42px;
}

.cases-process .parallax {
	position: relative;
	height: calc(100vw * 0.62);
	transform: translate(0, -5vh);
	overflow: hidden;
}

@media (min-width: 769px) {
	.cases-process .parallax {
		margin: 0 16% 42px 16%;
		height: calc(68vw * 0.62);
	}
}

.cases-process .parallax__overflow {
	overflow: visible;
}

.cases-process .parallax__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.cases-process .parallax__moving {
	position: absolute;
	margin: auto;
	height: 100%;
}

@media (min-width: 769px) {
	.cases-process .parallax__moving {
		left: -5%;
		width: auto;
	}
}

.cases-process .parallax__no-transform {
	transform: unset;
}

.cases-process .parallax .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.cases-process .parallax .embed-container iframe,
.cases-process .parallax .embed-container object,
.cases-process .parallax .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cases-process .parallax ul.gallery {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 100%;
	overflow-x: auto;
}

.cases-process .parallax ul.gallery li {
	display: inline;
}

.cases-process .wrapper {
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 2em;
	width: 80%;
	column-gap: 50px;
	padding-bottom: 3em;
}

@media (min-width: 769px) {
	.cases-process .wrapper {
		width: auto;
		margin: 0 16%;
		flex-direction: row;
	}
}

.cases-process .wrapper .title {
	font-family: "Gilroy Semibold", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
}

@media (min-width: 769px) {
	.cases-process .wrapper .title {
		margin-top: 3em;
	}
}

.cases-process .wrapper .text {
	font-weight: 500;
	font-family: "Gilroy Regular", Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 1.8;
}

@media (min-width: 769px) {
	.cases-process .wrapper .text {
		font-size: calc(0.75rem + ((1vw - 7.68px) * 0.2146));
	}
}

.cases-process .wrapper .text__spacer {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.cases-process .wrapper .text__spacer {
		margin-top: 110px;
	}
}

.cases-process .wrapper__content {
	width: 100%;
}

.cases-process .wrapper--beige {
	color: #f0e7dd;
}

.cases-process .wrapper--blue {
	color: #1e3447;
}

.designer-hero__content {
	display: flex;
	align-items: flex-start;
	padding: 15% 8%;
	flex-direction: column;
}

@media (min-width: 769px) {
	.designer-hero__content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 15% 16%;
	}
}

.designer-hero .title {
	color: #1e3447;
	font-weight: 500;
	margin-bottom: 25%;
	margin-top: 5%;
}

@media (min-width: 769px) {
	.designer-hero .title {
		margin: auto;
	}
}

.designer-hero .text {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #878d92;
}

@media (min-width: 769px) {
	.designer-hero .text__icon {
		background: url(assets/AC_logo-gold.svg);
		height: 1.2rem;
		width: 1.2rem;
		display: inline-block;
		margin-right: 2%;
		margin-bottom: 2px;
	}
}

@media (min-width: 769px) {
	.designer-hero .designer-image {
		height: 64vh;
		width: auto;
	}
}

.designer-intro__content {
	padding: 0 8%;
}

@media (min-width: 769px) {
	.designer-intro__content {
		padding: 0 16%;
	}
}

.designer-intro .title {
	font-size: 32px;
}

@media (min-width: 769px) {
	.designer-intro .title {
		font-size: 46px;
		line-height: 6rem;
	}
}

.designer-intro .specialities {
	color: #b79a52;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 6vh;
}

@media (min-width: 769px) {
	.designer-intro .specialities {
		margin-bottom: 18vh;
		margin-top: 18vh;
	}
}

.designer-intro .spacer {
	margin: 0;
	border-bottom: 2px solid #b79a52;
	width: 31px;
}

.designer-intro .text {
	color: #485865;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 5vh;
}

@media (min-width: 769px) {
	.designer-intro .text {
		width: 50%;
	}
}

.designer-selected-projects__content {
	padding: 0 8%;
}

@media (min-width: 769px) {
	.designer-selected-projects__content {
		padding: 0 16%;
	}
}

.designer-selected-projects__title {
	font-size: 36px;
	width: 20%;
	line-height: 1.2em;
}

.designer-selected-projects__name {
	font-size: 12px;
	text-transform: uppercase;
	color: #868D92;
}

.designer-selected-projects .spacer {
	margin: 0;
	border-bottom: 2px solid #b79a52;
	width: 31px;
}

.designer-selected-projects__posts__single {
	position: relative;
	display: block;
	margin: 40px 0;
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.designer-selected-projects__posts__single {
		display: flex;
		margin: 80px 0;
		padding-bottom: 0;
	}
}

.designer-selected-projects__posts__single--image {
	display: block;
	width: 100%;
	height: 30vh;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.designer-selected-projects__posts__single--image {
		width: 60%;
		height: 50vh;
	}
}

.designer-selected-projects__posts__single--image img {
	width: 100%;
	transition: transform 0.8s;
}

@media (min-width: 1200px) {
	.designer-selected-projects__posts__single--image img {
		height: 100%;
		width: auto;
	}
}

.designer-selected-projects__posts__single--image img:hover {
	transform: scale(1.1);
}

@media (min-width: 1200px) {
	.designer-selected-projects__posts__single__content {
		width: calc(40% - 80px);
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	.designer-selected-projects__posts__single__content--title {
		mix-blend-mode: difference;
		color: #fff;
		margin: 0 0 0 -80%;
		display: block;
	}
	.designer-selected-projects__posts__single__content--title h2 {
		margin: 0;
	}
}

.designer-selected-projects__posts__single__content--link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: max-content;
}

.designer-selected-projects__posts__single__content--link:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #1e3447;
	transition: 300ms;
}

.designer-selected-projects__posts__single__content--link:hover::after {
	width: 100%;
}

.designer-featured {
	background-color: #485865;
	color: #f0e7dd;
	margin-bottom: 0;
	padding: 16% 0;
}

.designer-featured__content {
	padding: 0 8%;
}

@media (min-width: 769px) {
	.designer-featured__content {
		padding: 0 16%;
	}
}

.designer-featured .spacer {
	margin: 0;
	border-bottom: 2px solid #b79a52;
	width: 31px;
}

.designer-featured__title {
	font-size: 36px;
	width: 20%;
	line-height: 1.2em;
}

.designer-featured__name {
	font-size: 12px;
	text-transform: uppercase;
}

.designer-featured__clients {
	padding-top: 16%;
	border-bottom: 1px solid;
}

.designer-featured .client {
	border-top: 1px solid;
	display: flex;
	align-items: flex-start;
}

.designer-featured .client__logo {
	height: 70px;
	width: 70px;
	object-fit: contain;
	margin-right: 16%;
}

.designer-featured .client__info {
	flex-basis: 100%;
}

.designer-featured .client__info p {
	font-size: 12px;
}

.post-hero {
	width: calc(100vw - 30px);
	background-color: #1e3447;
	padding: 120px 15px 120px;
	color: #f0e7dd;
	margin-top: -80px;
}

@media (min-width: 1200px) {
	.post-hero {
		width: calc(100vw - 88px);
		padding: 15vh 44px 15vh;
		margin-top: 0;
	}
}

.post-hero__image {
	padding: 120px 15px 0;
}

@media (min-width: 769px) {
	.post-hero__image {
		margin-bottom: 210px;
		padding: 15vh 44px 0;
	}
}

.post-hero__wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	height: 100%;
}

.post-hero__title {
	margin: 0 0 80px;
	font-family: 'Gilroy Medium', Arial, SansSerif, sans-serif;
}

.post-hero__category {
	position: relative;
	display: flex;
	margin-top: 80px;
	margin-bottom: 20px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: "Gilroy Bold", Arial, SansSerif;
	font-style: italic;
	color: #eba3a2;
}

.post-hero__category__image {
	margin-top: 0;
}

.post-hero__category a {
	display: block;
	color: #eba3a2;
}

.post-hero__category a:not(:last-child):after {
	content: ", ";
	white-space: pre;
}

.post-hero__post-info {
	display: flex;
	margin: 40px 0;
}

.post-hero__post-info--author {
	width: 50%;
}

@media (min-width: 769px) {
	.post-hero__post-info--author {
		width: 15%;
	}
}

.post-hero__post-info--author--head {
	letter-spacing: 2px;
}

.post-hero__post-info--author--name {
	font-family: 'Gilroy Semibold', Arial, sans-serif;
}

.post-hero__post-info--author .post-author {
	color: #f0e7dd;
}

.post-hero__post-info--publish {
	width: 50%;
}

@media (min-width: 769px) {
	.post-hero__post-info--publish {
		width: 15%;
	}
}

.post-hero__post-info--publish--head {
	letter-spacing: 2px;
}

.post-hero__post-info--publish--date {
	font-family: 'Gilroy Semibold', Arial, sans-serif;
}

.post-hero--image {
	margin-left: -15px;
	margin-bottom: -10px;
	width: 100vw;
}

@media (min-width: 769px) {
	.post-hero--image {
		margin-left: 0;
		margin-bottom: -170px;
		width: 100%;
	}
}

/*# sourceMappingURL=style.css.map */