/*!
Theme Name: Stantico
Author: First
Author URI: https://2bfirst.nl/
Description: Thema voor Stantico
Text Domain: stantico
Version: 1
*/
.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: -ms-transform 0s, opacity 0s;
	-webkit-transition: -webkit-transform 0s, opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: -ms-transform 0s, opacity 0s;
	-moz-transition: -webkit-transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: -ms-transform 0s, opacity 0s;
	transition: -webkit-transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

*, *::before, *::after {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	vertical-align: baseline;
	box-sizing: inherit;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: inherit;
	outline: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

[type=date], [type=datetime-local], [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], textarea, select {
	display: block;
	width: 100%;
}

select {
	background: url("data:image/svg+xml,%3Csvg height=\"10\" viewBox=\"0 0 12 10\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"m12 0-6 10-6-10z\" fill=\"silver\"/%3E%3C/svg%3E") no-repeat right 15px top 52%;
}

button {
	cursor: pointer;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}

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

.grecaptcha-badge {
	display: none;
}

html {
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
	font-family: "sweet-square-pro", sans-serif;
	color: #3c332d;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

#main {
	position: relative;
	overflow: hidden;
}

::selection, ::-moz-selection {
	color: #fff;
	background: #3c332d;
}

.cover-image {
	position: relative;
}

.cover-image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.wrapper {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.wrapper {
		width: calc(100% - 60px);
	}
}

@media (min-width: 960px) {
	.wrapper {
		width: calc(100% - 80px);
	}
}

.inner-wrapper {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4 {
	font-family: "acme-gothic-extrawide", sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #3c332d;
}

h1 {
	position: relative;
	font-size: 30px;
	margin-bottom: 50px;
}

@media (min-width: 960px) {
	h1 {
		font-size: 45px;
		margin-bottom: 118px;
	}
}

h1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 170px;
	height: 2px;
	background: #3c332d;
}

@media (min-width: 960px) {
	h1:after {
		bottom: -60px;
	}
}

h2, h3, h4 {
	font-size: 30px;
	margin-bottom: 10px;
}

@media (min-width: 960px) {
	h2, h3, h4 {
		margin-bottom: 20px;
	}
}

.text-container p, .text-container ul, .text-container ol, .text-container blockquote, .text-container .embed-container, .text-container .wp-caption {
	line-height: 2;
	margin-bottom: 2rem;
	max-width: 100%;
}

.text-container p:last-child, .text-container ul:last-child, .text-container ol:last-child, .text-container blockquote:last-child, .text-container .embed-container:last-child, .text-container .wp-caption:last-child {
	margin-bottom: 0;
}

.text-container ul, .text-container ol {
	position: relative;
	list-style: none;
}

.text-container ul li:not(.gfield), .text-container ol li:not(.gfield) {
	padding-left: 1.25em;
}

.text-container ul li:not(.gfield)::before, .text-container ol li:not(.gfield)::before {
	position: absolute;
	text-indent: -1.25em;
}

.text-container ul li:not(.gfield)::before {
	content: "-";
}

.text-container ol {
	counter-reset: ol-counter;
}

.text-container ol li {
	counter-increment: ol-counter;
}

.text-container ol li::before {
	content: counter(ol-counter) ".";
}

.text-container blockquote {
	padding-left: 1em;
	font-size: 1.4em;
	line-height: 1.2;
	border-left: 1px solid currentColor;
}

.btn, #main .gform_wrapper .gform_button, form .gform_button {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	background: #2c4025;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

@media (min-width: 960px) {
	.btn, #main .gform_wrapper .gform_button, form .gform_button {
		padding: 15px 40px;
	}
}

@media (min-width: 1280px) {
	.btn, #main .gform_wrapper .gform_button, form .gform_button {
		padding: 15px 68px;
	}
}

.btn:hover, #main .gform_wrapper .gform_button:hover, form .gform_button:hover {
	background: #d5946d;
}

.btn-white {
	background-color: #fff;
	color: #d5946d;
}

.btn-white:hover {
	background-color: #2c4025;
	color: #fff;
}

.arrow-btn {
	position: relative;
	color: #fff;
	display: inline-block;
	padding-right: 35px;
	text-transform: uppercase;
}

.arrow-btn:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 26px;
	height: 16px;
	background: url("images/arrow-white.svg") no-repeat 0 0;
	background-size: contain;
}

#main .gform_wrapper .gfield, form .gfield {
	margin-bottom: 20px;
}

#main .gform_wrapper .gfield_label, form .gfield_label {
	font-weight: 700;
}

@media (min-width: 768px) {
	#main .gform_wrapper .gform_fields, form .gform_fields {
		grid-column-gap: 40px;
	}
}

#main .gform_wrapper div, form div {
	position: relative;
}

#main .gform_wrapper [type=date], #main .gform_wrapper [type=datetime-local], #main .gform_wrapper [type=email], #main .gform_wrapper [type=number], #main .gform_wrapper [type=password], #main .gform_wrapper [type=search], #main .gform_wrapper [type=tel], #main .gform_wrapper [type=text], #main .gform_wrapper [type=time], #main .gform_wrapper [type=url], #main .gform_wrapper textarea, #main .gform_wrapper select, form [type=date], form [type=datetime-local], form [type=email], form [type=number], form [type=password], form [type=search], form [type=tel], form [type=text], form [type=time], form [type=url], form textarea, form select {
	display: block;
	width: 100%;
	padding: 12px 20px 14px;
	line-height: 1.2;
	background-color: #f8f6f4;
}

#main .gform_wrapper textarea, form textarea {
	height: 140px;
	resize: vertical;
}

#main .gform_wrapper [type=radio], #main .gform_wrapper [type=checkbox], form [type=radio], form [type=checkbox] {
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 16px !important;
	height: 16px !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #3c332d;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
	margin: 0;
}

#main .gform_wrapper [type=radio]:checked, #main .gform_wrapper [type=checkbox]:checked, form [type=radio]:checked, form [type=checkbox]:checked {
	background-color: #3c332d;
	border-color: transparent;
}

#main .gform_wrapper [type=radio]:focus, #main .gform_wrapper [type=checkbox]:focus, form [type=radio]:focus, form [type=checkbox]:focus {
	border: 1px solid #3c332d;
}

#main .gform_wrapper [type=radio] + label, #main .gform_wrapper [type=checkbox] + label, form [type=radio] + label, form [type=checkbox] + label {
	padding-left: 24px;
}

#main .gform_wrapper [type=radio], form [type=radio] {
	border-radius: 50%;
}

#main .gform_wrapper .gform_footer.top_label::after, form .gform_footer.top_label::after {
	content: "";
	display: table;
	clear: both;
}

#main .gform_wrapper .gform_button, form .gform_button {
	float: right;
	cursor: pointer;
}

#main .gform_wrapper .gform_button:hover, form .gform_button:hover {
	color: #fff;
}

#main .gform_wrapper label, form label {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
}

#main .gform_wrapper input::-webkit-outer-spin-button, #main .gform_wrapper input::-webkit-inner-spin-button, form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

#main .gform_wrapper input[type=number], form input[type=number] {
	-moz-appearance: textfield;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

header.transparent::before {
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.header-main {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .4);
	z-index: 2;
}

.transparent .header-main {
	position: relative;
	background-color: transparent;
	color: #fff;
	box-shadow: none;
}

.header-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
}

@media (min-width: 960px) {
	.header-wrapper {
		height: 76px;
		-webkit-transition: height .3s ease;
		transition: height .3s ease;
	}
	
	.transparent .header-wrapper {
		height: 110px;
	}
}

.header-wrapper-right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo {
	display: block;
}

.header-logo svg {
	width: 140px;
	display: block;
}

@media (min-width: 960px) {
	.header-logo svg {
		width: 240px;
	}
}

.header-hero {
	position: relative;
	width: 100%;
	height: 190px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 1;
}

.header-hero + section {
	z-index: 2;
}

@media (min-width: 768px) {
	.header-hero {
		height: 450px;
	}
}

.home .header-hero {
	height: 80vh;
	min-height: 760px;
}

.header-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	background: linear-gradient(200deg, rgba(0, 0, 0, .5004376751) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, black 100%);
}

.header-hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.video {
	position: relative;
	margin-bottom: -100px;
	z-index: 1;
	max-height: 100vh;
	overflow: hidden;
}

@media (min-width: 400px) {
	.video {
		margin-bottom: -150px;
	}
}

@media (min-width: 960px) {
	.video {
		margin-bottom: -350px;
	}
}

.video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 51, 45, .6);
}

.video + section {
	position: relative;
	z-index: 2;
}

.header-phone {
	font-weight: 700;
}

.header-phone::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url("images/phone-brown.svg") no-repeat center center/contain;
}

.header-phone a {
	color: #d5946d !important;
	font-size: 20px !important;
	-ms-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.header-phone a:hover {
	color: #3c332d !important;
}

.transparent .header-phone a:hover {
	color: #fff !important;
}

.header-progress {
	position: relative;
	pointer-events: none;
}

.header-progress-indicator {
	height: 4px;
	width: 100%;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	background-color: #d5946d;
}

#container.menu-open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000vh;
}

.header-menu-mobile {
	display: none;
	position: relative;
	width: 100%;
	background-color: #3c332d;
	color: #fff;
	padding: 110px 0 30px;
	-ms-flex-order: 0;
	order: 0;
	text-align: right;
	margin: 0;
	list-style: none;
	z-index: 10;
	min-height: 100vh;
}

.header-menu-mobile li {
	padding: 0 !important;
}

.header-menu-mobile li:before {
	display: none;
}

.header-menu-mobile li.menu-item-has-children a {
	padding-bottom: 4px;
}

.header-menu-mobile ul.sub-menu {
	margin-bottom: 10px;
}

.header-menu-mobile ul.sub-menu li a {
	font-size: 18px;
	font-weight: 400;
	padding: 4px 20px;
}

.header-menu-mobile a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

@media (min-width: 768px) {
	.header-menu-mobile a {
		padding: 15px 30px;
	}
}

.header-menu-mobile a:hover, .header-menu-mobile a:active {
	background-color: rgba(0, 0, 0, .2);
}

.header-menu {
	font-weight: 500;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4px;
}

@media (max-width: 1279px) {
	.header-menu {
		display: none;
	}
}

.header-menu li {
	padding: 0 !important;
	height: 100%;
}

.header-menu li:before {
	display: none;
}

.header-menu > li {
	position: relative;
	border-radius: 0;
	color: #3c332d;
	margin: 0 20px;
}

.header-menu > li:last-child {
	margin-right: 0;
}

.header-menu > li.to-moodboard {
	color: #d5946d;
}

.header-menu > li.to-moodboard a {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	text-indent: -99999px;
}

.header-menu > li.to-moodboard a:before, .header-menu > li.to-moodboard a:after {
	display: none;
}

.header-menu > li.to-moodboard a:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.header-menu > li.to-moodboard-empty {
	background-image: url("images/heart.svg");
}

.transparent .header-menu > li.to-moodboard-empty {
	background-image: url("images/heart-white.svg");
}

.header-menu > li.to-moodboard-filled {
	background-image: url("images/heart-filled.svg");
}

.header-menu > li > a {
	display: block;
	position: relative;
	text-decoration: none;
	height: 29px;
}

.transparent .header-menu > li > a {
	color: #fff;
}

.header-menu > li > a:before {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	content: "";
	position: absolute;
	left: -8px;
	bottom: 2px;
	height: 12px;
	width: 12px;
	border-left: 2px solid #d9d1c9;
	border-bottom: 2px solid #d9d1c9;
	-ms-transform: translate(10px, -10px);
	-webkit-transform: translate(10px, -10px);
	transform: translate(10px, -10px);
	opacity: 0;
}

.header-menu > li > a:after {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	content: "";
	position: absolute;
	right: -8px;
	top: -6px;
	height: 12px;
	width: 12px;
	border-right: 2px solid #d9d1c9;
	border-top: 2px solid #d9d1c9;
	-ms-transform: translate(-10px, 10px);
	-webkit-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
	opacity: 0;
}

.header-menu > li:hover a:after, .header-menu > li:hover a:before {
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.header-menu > li:hover.current-menu-item a:after, .header-menu > li:hover.current-menu-item a:before {
	display: none;
}

.header-menu > li.current-menu-item a {
	font-weight: 700;
}

.header-menu > li.current-menu-item a:after, .header-menu > li.current-menu-item a:before {
	display: none;
}

.header-menu > li:hover > ul {
	display: block;
}

.header-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #d9d1c9;
}

.header-menu .sub-menu li {
	-webkit-transition: background .2s ease, opacity .2s ease;
	transition: background .2s ease, opacity .2s ease;
	float: none;
}

.header-menu .sub-menu li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 2;
}

@media (min-width: 960px) {
	.header-menu .sub-menu li a {
		padding: 6px 15px;
	}
}

.header-menu .sub-menu li:hover {
	background: #2c4025;
}

.header-menu .sub-menu li:hover a {
	color: #fff;
}

.header-menu a {
	font-family: "sweet-square-pro";
	position: relative;
	font-size: 16px;
	display: block;
	padding: 10px 0;
	color: #76706c;
}

@media (min-width: 960px) {
	.header-menu a {
		font-size: 18px;
		padding: 0;
		line-height: 1;
	}
}

.header-burger {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	font-size: 24px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

@media (min-width: 1280px) {
	.header-burger {
		display: none;
	}
}

.header-burger .fa-chevron-down {
	display: none;
}

.header-burger.menu-is-open {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-burger.menu-is-open .fa-chevron-down {
	display: inline-block;
}

.header-burger.menu-is-open .fa-bars {
	display: none;
}

footer h4 {
	font-family: "sweet-square-pro";
	text-transform: none;
	font-size: 16px;
	line-height: 1.857;
	font-weight: 700;
	margin-bottom: 0;
}

.footer-image {
	position: relative;
	width: 100%;
	height: 200px;
}

@media (min-width: 960px) {
	.footer-image {
		height: 370px;
	}
}

.footer-image .wrapper {
	position: relative;
	height: inherit;
}

.footer-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #d9d1c9;
}

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

.footer {
	padding: 50px 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.footer {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 960px) {
	.footer {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
		padding: 100px 0 80px;
	}
}

.footer-bottom {
	padding: 20px 0 50px;
}

@media (min-width: 960px) {
	.footer-bottom {
		padding: 20px 0 90px;
	}
}

@media (min-width: 768px) {
	.footer-bottom .wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-bottom p, .footer-bottom a, .footer-bottom li {
	color: #9d9895;
}

.footer-bottom p {
	margin-right: 20px;
}

.footer-bottom a:hover {
	color: #3c332d;
}

.footer-copyright a {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	text-decoration: none;
}

.footer-copyright a:first-of-type {
	margin-left: 50px;
}

.footer-copyright a:before {
	content: "|";
	position: absolute;
	top: 0;
	left: -28px;
}

.footer-social {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 960px) {
	.footer-social {
		margin-left: auto;
	}
}

.footer-social a {
	font-size: 20px;
	margin: 0;
}

.footer-social a + a {
	margin-left: 30px;
}

.footer-social a::before {
	display: none;
}

.with-margin {
	margin: 40px 0;
}

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

@media (min-width: 960px) {
	.with-margin {
		margin: 120px 0;
	}
}

.with-padding {
	padding: 40px 0;
}

@media (min-width: 768px) {
	.with-padding {
		padding: 80px 0;
	}
}

@media (min-width: 960px) {
	.with-padding {
		padding: 120px 0;
	}
}

section {
	position: relative;
}

.body-text {
	margin-top: -50px;
	padding-bottom: 50px;
}

@media (min-width: 960px) {
	.body-text {
		margin-top: -100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 1280px) {
	.body-text {
		margin-top: -120px;
		padding-bottom: 120px;
	}
}

.body-text .wrapper {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 960px) {
	.body-text .wrapper {
		padding: 100px 0;
	}
}

@media (min-width: 1280px) {
	.body-text .wrapper {
		padding: 120px 0;
	}
}

.body-text:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d9d1c9;
}

@media (min-width: 960px) {
	.body-text:before {
		top: 100px;
	}
}

@media (min-width: 1280px) {
	.body-text:before {
		top: 120px;
	}
}

.body-text + section {
	z-index: 3;
	margin-top: 0;
}

.body-text + section.steps:before {
	height: 10%;
}

.body-text + section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #d9d1c9;
}

.body-text + .features::before, .body-text + .moodboard::before {
	height: 50px;
}

@media (min-width: 1280px) {
	.body-text + .features::before, .body-text + .moodboard::before {
		height: 150px;
	}
}

@media (min-width: 960px) {
	.intro .inner-wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 1280px) {
	.intro .inner-wrapper {
		max-width: 1000px;
	}
}

.intro.bg-dark::before, .intro.bg-dark + section::before {
	background-color: #3c332d;
}

@media (min-width: 960px) {
	.intro-title {
		margin-right: 30px;
		width: 390px;
	}
}

@media (min-width: 1280px) {
	.intro-title {
		margin-right: 70px;
	}
}

@media (min-width: 960px) {
	.intro-title h1 {
		font-size: 30px;
		line-height: 1.25;
		text-align: right;
		margin-bottom: 45px;
	}
}

@media (min-width: 1280px) {
	.intro-title h1 {
		font-size: 40px;
	}
}

@media (min-width: 960px) {
	.has-btn.intro-title h1 {
		margin-bottom: 140px;
	}
}

@media (min-width: 960px) {
	.home .intro-title h1 {
		font-size: 50px;
		line-height: 1.1;
	}
}

@media (min-width: 960px) {
	.intro-title h1:after {
		left: auto;
		right: 0;
		bottom: -34px;
	}
}

@media (min-width: 960px) {
	.intro-text {
		width: 690px;
	}
}

.overview {
	padding-top: 50px;
}

@media (min-width: 960px) {
	.overview .intro {
		margin-bottom: 80px;
	}
}

.overview-text {
	position: relative;
}

.overview-text h2 {
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 960px) {
	.overview-text h2 {
		margin-bottom: 60px;
	}
}

.block-items {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.block-items {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 960px) {
	.block-items {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

.block {
	position: relative;
	height: 100vw;
	max-height: 400px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
	.block {
		height: 60vw;
		max-height: 600px;
	}
}

.block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: black;
	background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: multiply;
	opacity: .7;
}

@media (min-width: 960px) {
	.block:hover .block-text {
		padding-bottom: 52px;
	}
	
	.block:hover .arrow-btn {
		opacity: 1;
		bottom: 0;
	}
}

div.block {
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-just-added-overlay {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(213, 148, 109, .7);
	z-index: 3;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: fade-explode .4s ease .2s forwards, fade-implode .3s ease 4s forwards;
	animation: fade-explode .4s ease .2s forwards, fade-implode .3s ease 4s forwards;
	color: #fff;
}

@-webkit-keyframes fade-explode {
	to {
		border-radius: 0;
		opacity: 1;
	}
}

@keyframes fade-explode {
	to {
		border-radius: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fade-implode {
	to {
		opacity: 0;
	}
}

@keyframes fade-implode {
	to {
		opacity: 0;
	}
}

.block-just-added-overlay i {
	font-size: 32px;
}

.block-just-added-overlay h4 {
	margin: 20px 0;
	color: #fff;
}

.was-just-added .block-just-added-overlay {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.block-text {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	z-index: 2;
	margin: 40px;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #fff;
}

@media (min-width: 960px) {
	.block-text {
		margin: 20px;
	}
}

@media (min-width: 1280px) {
	.block-text {
		margin: 40px;
	}
}

.block-text h3 {
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1.3;
	color: #fff;
}

.block-text p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}

.block-text .arrow-btn {
	display: none;
}

@media (min-width: 960px) {
	.block-text .arrow-btn {
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		display: block;
		position: absolute;
		bottom: -20px;
		opacity: 0;
		left: 0;
	}
}

.add-to-moodboard, .remove-from-moodboard {
	position: relative;
	color: #fff;
	margin: 20px 0 0 30px;
	background-size: auto 16px;
	text-decoration: none;
	text-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.add-to-moodboard i, .remove-from-moodboard i {
	margin-right: 10px;
	font-size: 18px;
}

.add-to-moodboard:hover, .remove-from-moodboard:hover {
	text-decoration: underline;
}

.add-to-moodboard .fas {
	display: none;
}

.is-on-moodboard .add-to-moodboard .far {
	display: none;
}

.is-on-moodboard .add-to-moodboard .fas {
	display: inline-block;
}

.was-just-added .add-to-moodboard .fas, .to-moodboard-was-just-filled {
	position: relative;
}

.was-just-added .add-to-moodboard .fas::after, .to-moodboard-was-just-filled::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-ms-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	background-color: currentColor;
	-webkit-animation: scale-fade-out 1s ease-out forwards;
	animation: scale-fade-out 1s ease-out forwards;
}

@-webkit-keyframes scale-fade-out {
	to {
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@keyframes scale-fade-out {
	to {
		-ms-transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

.usps {
	padding: 40px 0;
	background: #d9d1c9;
}

@media (min-width: 960px) {
	.usps {
		padding: 80px 0;
	}
}

.usps.no-margins {
	padding: 0;
}

.usps ul {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.usps ul {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

.usps ul li {
	position: relative;
	color: #3c332d;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 32px;
}

.usps ul li:first-child {
	margin-left: 0;
}

.usps ul li:last-child {
	margin-right: 0;
}

.usps ul li .usps-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	min-height: 25px;
}

.usps ul li .usps-icon img {
	height: 20px;
	width: auto;
}

.block-layout {
	position: relative;
}

.block-layout:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 200px);
	top: 100px;
	background: #d9d1c9;
}

@media (min-width: 1280px) {
	.block-layout:before {
		height: 50%;
		top: 10%;
	}
}

.block-layout .wrapper {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.block-layout .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 1280px) {
	.block-layout .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
		max-width: 1440px;
	}
}

.block-layout .block {
	width: 100%;
	height: 200px;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 1280px) {
	.block-layout .block {
		grid-column-end: span 4;
		height: 500px;
	}
}

.block-layout .block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: black;
	background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: multiply;
	opacity: .7;
}

@media (min-width: 1280px) {
	.block-layout .block:first-child {
		grid-column-end: span 7;
	}
}

@media (min-width: 1280px) {
	.block-layout .block:nth-child(3) {
		grid-column-start: 2;
		grid-column-end: span 3;
		grid-row-end: span 2;
	}
}

@media (min-width: 1280px) {
	.block-layout .block:nth-child(3) {
		height: 590px;
	}
}

@media (min-width: 1280px) {
	.block-layout .block:nth-child(4), .block-layout .block:nth-child(5) {
		height: 340px;
	}
}

@media (min-width: 1280px) {
	.block-layout .block:nth-child(5) {
		grid-row-end: span 2;
		height: 590px;
	}
}

@media (min-width: 1280px) {
	.block-layout .block:nth-child(6) {
		grid-row-end: span 2;
	}
}

.block-layout .block-text {
	position: relative;
}

.features .wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
	position: relative;
}

@media (min-width: 768px) {
	.features .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 1280px) {
	.features .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
		max-width: 1440px;
	}
}

.features .block {
	width: 100%;
	min-height: 200px;
	height: auto;
	box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 1280px) {
	.features .block {
		grid-column-end: span 4;
		min-height: 490px;
	}
}

.features .block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: black;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	mix-blend-mode: multiply;
	opacity: .7;
	z-index: 2;
}

.features .block .add-to-moodboard {
	position: relative;
	z-index: 3;
}

@media (min-width: 1280px) {
	.features .block:first-child {
		grid-column-end: span 7;
	}
}

@media (min-width: 1280px) {
	.features .block:nth-child(3) {
		grid-column-start: 2;
		grid-column-end: span 4;
	}
}

@media (min-width: 1280px) {
	.features .block:nth-child(5) {
		grid-column-start: 2;
	}
}

@media (min-width: 1280px) {
	.features .block:nth-child(6) {
		grid-column-end: span 6;
	}
}

.features-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #d5946d;
	color: #fff;
	padding: 20px 24px 24px;
}

@media (min-width: 500px) {
	.features-text {
		padding: 24px 30px 30px;
	}
}

@media (min-width: 1280px) {
	.features-text {
		grid-column-end: span 5;
		padding: 80px 90px 90px;
	}
}

.features-title {
	color: inherit;
	margin-bottom: 20px;
}

@media (min-width: 1280px) {
	.features-title {
		margin-bottom: 50px;
	}
}

@media (min-width: 1280px) {
	.features-list {
		margin-bottom: 55px;
	}
}

.features-list li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.features-list img {
	width: 21px;
	margin-right: 26px;
}

@media (min-width: 1280px) {
	.features-link {
		margin-top: auto;
	}
}

.review-item-image {
	position: relative;
	width: 90%;
	margin-left: 10%;
	height: 300px;
	z-index: 1;
}

@media (min-width: 768px) {
	.review-item-image {
		height: 450px;
	}
}

@media (min-width: 960px) {
	.review-item-image {
		height: 650px;
	}
}

.review-item-text {
	position: relative;
	background: #d5946d;
	padding: 40px;
	width: 90%;
	max-width: 700px;
	margin-top: -40px;
	z-index: 2;
}

@media (min-width: 768px) {
	.review-item-text {
		padding: 60px 90px;
		margin-top: -180px;
	}
}

@media (min-width: 960px) {
	.review-item-text {
		padding: 100px 130px;
		margin-top: -250px;
	}
}

.review-item-text h3 {
	margin-bottom: 20px;
}

.review-item-text p {
	margin-bottom: 24px;
}

.review-item-text p.review-name {
	margin-bottom: 0;
	font-weight: 700;
}

.review-item-text h3, .review-item-text p {
	color: #fff;
}

.text-block .text-container {
	max-width: 800px;
}

.text-columns .wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 40px 40px;
	gap: 40px 40px;
}

@media (min-width: 768px) {
	.text-columns .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 50px;
		gap: 50px 50px;
	}
}

@media (min-width: 960px) {
	.text-columns .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 100px 100px;
		gap: 100px 100px;
	}
}

@media (min-width: 1280px) {
	.text-columns .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 120px 120px;
		gap: 120px 120px;
	}
}

.steps .wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.steps .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 60px 60px;
		gap: 60px 60px;
	}
}

@media (min-width: 1280px) {
	.steps .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 100px 100px;
		gap: 100px 100px;
	}
}

@media (min-width: 768px) {
	.steps-item {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.steps-item:nth-child(odd) .steps-item-text {
	background: #d5946d;
}

.steps-item:nth-child(odd) .steps-item-text h3, .steps-item:nth-child(odd) .steps-item-text p {
	color: #fff;
}

@media (min-width: 768px) {
	.steps-item:nth-child(even) .steps-item-image {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.steps-item:nth-child(even) .steps-item-image .steps-label {
		left: auto;
		right: -30px;
	}
}

.steps-item-image {
	position: relative;
}

@media (min-width: 768px) {
	.steps-item-image {
		width: 300px;
		height: 100%;
		min-height: 300px;
	}
}

@media (min-width: 960px) {
	.steps-item-image {
		width: 400px;
		min-height: 400px;
	}
}

.steps-item-image img {
	display: block;
}

@media (min-width: 768px) {
	.steps-item-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

.steps-label {
	font-family: "acme-gothic-extrawide";
	position: absolute;
	top: 0;
	left: 0;
	background: #3c332d;
	color: #fff;
	font-size: 25px;
	line-height: 62px;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.steps-label {
		left: -30px;
		top: 30px;
	}
}

.steps-item-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 20px;
}

@media (min-width: 768px) {
	.steps-item-text {
		width: calc(100% - 300px);
		padding: 40px 60px;
	}
}

@media (min-width: 960px) {
	.steps-item-text {
		width: calc(100% - 400px);
		padding: 80px 100px;
	}
}

.steps-item-text h3 {
	margin-bottom: 20px;
}

.cta {
	margin-top: 40px;
}

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

@media (min-width: 768px) {
	.cta .wrapper {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
	}
}

.cta-text {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.cta-text {
		width: calc(100% - 300px);
		margin-bottom: 60px;
		margin-top: 60px;
		padding-right: 100px;
	}
}

@media (min-width: 960px) {
	.cta-text {
		width: calc(100% - 490px);
		padding-right: 200px;
	}
}

.cta-image {
	width: 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.cta-image {
		width: 300px;
	}
}

@media (min-width: 960px) {
	.cta-image {
		width: 490px;
	}
}

.cta-image img {
	display: block;
}

.team {
	position: relative;
	background: #fff;
	padding: 40px 0;
}

@media (min-width: 960px) {
	.team {
		padding: 100px 0;
	}
}

@media (min-width: 1280px) {
	.team {
		padding: 150px 0;
	}
}

.team:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 540px !important;
	top: auto !important;
	bottom: 0;
	background: #d9d1c9;
}

.team h2.center {
	text-align: center;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.team h2.center {
		grid-column-end: span 2;
		margin-bottom: 60px;
	}
}

@media (min-width: 960px) {
	.team h2.center {
		font-size: 45px;
		margin-bottom: 80px;
		grid-column-end: span 3;
	}
}

.team .wrapper {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 30px;
	gap: 30px 30px;
}

@media (min-width: 768px) {
	.team .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 960px) {
	.team .wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

.team-item {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

.team-item-image {
	padding: 20px 20px 0;
	max-width: 360px;
	margin: 0 auto 30px;
}

.team-item-text {
	padding: 0 20px 20px;
	text-align: center;
}

@media (min-width: 960px) {
	.team-item-text {
		padding: 0 50px 50px;
	}
}

.team-item-text h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 15px;
}

.team-item-text p.function {
	margin-bottom: 15px;
	font-weight: 700;
}

.slider {
	position: relative;
	background: #d9d1c9;
}

.slider img {
	display: block;
	width: 100%;
}

.slider .tns-controls {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 44px;
	z-index: 10;
}

@media (min-width: 960px) {
	.slider .tns-controls {
		height: 88px;
	}
}

.slider .tns-controls button {
	position: absolute;
	top: 0;
	width: 44px;
	height: 100%;
	text-indent: -99999px;
}

@media (min-width: 960px) {
	.slider .tns-controls button {
		width: 88px;
	}
}

.slider .tns-controls button[data-controls="prev"] {
	background: url("images/prev.svg") no-repeat 0 0;
	background-size: contain;
	left: 0;
}

.slider .tns-controls button[data-controls="next"] {
	background: url("images/next.svg") no-repeat 0 0;
	background-size: contain;
	right: 0;
}

.slider .tns-controls button[disabled] {
	opacity: 0;
}

.slider-item-image {
	position: relative;
	width: 100%;
	height: 300px;
}

@media (min-width: 768px) {
	.slider-item-image {
		height: 500px;
	}
}

@media (min-width: 960px) {
	.slider-item-image {
		height: 800px;
		max-height: 80vh;
	}
}

.slider-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.videoblock-title {
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.videoblock-title {
		margin-bottom: 30px;
	}
}

@media (min-width: 1280px) {
	.videoblock-title {
		margin-bottom: 50px;
	}
}

.videoblock-container {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .16);
	background-color: #fff;
}

@media (min-width: 960px) {
	.videoblock-container {
		padding: 20px;
	}
}

.moodboard.empty {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.moodboard.empty {
		padding-top: 80px;
	}
}

@media (min-width: 960px) {
	.moodboard.empty {
		padding-top: 120px;
	}
}

.moodboard.empty::before {
	background-color: #fff;
	height: 100%;
}

.moodboard-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px 20px;
	gap: 20px 20px;
	max-width: 1440px;
}

@media (min-width: 768px) {
	.moodboard-wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 1280px) {
	.moodboard-wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 30px 30px;
		gap: 30px 30px;
	}
}

@media (min-width: 1280px) {
	.moodboard-block {
		min-height: 0;
		max-height: none;
	}
	
	.moodboard-block:nth-child(6n + 1) {
		grid-column-end: span 7;
		height: 500px;
	}
	
	.moodboard-block:nth-child(6n + 2) {
		grid-column-end: span 4;
		height: 500px;
	}
	
	.moodboard-block:nth-child(6n + 3) {
		grid-column-end: span 4;
		grid-column-start: 2;
		grid-row-end: span 2;
		height: 640px;
	}
	
	.moodboard-block:nth-child(6n + 4) {
		grid-column-end: span 3;
		grid-column-start: 6;
		height: 305px;
	}
	
	.moodboard-block:nth-child(6n + 5) {
		grid-column-end: span 3;
		grid-column-start: 6;
		grid-row-start: 3;
		height: 305px;
	}
	
	.moodboard-block:nth-child(6n + 6) {
		grid-column-end: span 4;
		grid-row-end: span 2;
		height: 640px;
	}
}

.moodboard-explanation {
	max-width: 600px;
}

@media (min-width: 1280px) {
	.moodboard-explanation {
		grid-column-end: span 12;
	}
}

.moodboard-cta-wrapper {
	background-color: #d5946d;
	color: #fff;
}

.moodboard-cta-wrapper h3 {
	color: inherit;
	margin-bottom: 1.5rem;
}

.moodboard-cta-text {
	padding: 20px;
}

@media (min-width: 768px) {
	.moodboard-cta-text {
		padding: 30px;
		width: calc(100% - 330px);
	}
}

@media (min-width: 960px) {
	.moodboard-cta-text {
		padding: 40px;
		width: calc(100% - 523px);
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 1280px) {
	.moodboard-cta-text {
		padding: 96px 104px;
	}
}

@media (min-width: 768px) {
	.moodboard-cta-image {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: absolute;
		right: 30px;
		top: -30px;
		bottom: 0;
	}
	
	.moodboard-cta-image img {
		display: block;
		margin-top: auto;
		object-fit: contain;
		width: 100%;
	}
}

@media (min-width: 960px) {
	.moodboard-cta-image {
		top: -120px;
	}
}

.moodboard-cta-form {
	display: none;
	width: 100%;
}

.moodboard-cta-form p {
	margin-bottom: 1rem;
}

.moodboard-cta-form input {
	color: #3c332d;
}

.moodboard-cta-form [type=submit] {
	margin-top: 1.5rem;
}
