html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden] {
	display: none;
}

@font-face {
	font-family: 'Matahari';
	src: local("Matahari Light"), local("Matahari-Light"), url("../fonts/Matahari-300Light.otf") format("opentype"), url("../fonts/Matahari-300Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Matahari';
	src: local("Matahari"), local("Matahari Regular"), local("Matahari-Regular"), url("../fonts/Matahari-400Regular.otf") format("opentype"), url("../fonts/Matahari-400Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Matahari';
	src: local("Matahari SemiBold"), local("Matahari-SemiBold"), url("../fonts/Matahari-600SemiBold.otf") format("opentype"), url("../fonts/Matahari-600SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

body {
	min-width: 320px;
	color: #23432E;
	font: 300 normal 16px / 1.5 'Matahari', sans-serif;
	background: #FEF5EA;
	letter-spacing: .025rem;
}

body::after {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8rem;
	background: red;
	content: '';
	z-index: 98;
	background: linear-gradient(to top, #FEF5EA 0%, transparent 100%);
	pointer-events: none;
	opacity: 0;
	transition: opacity .25s;
}

body.is-mobile::after {
	opacity: 1;
}

body > .wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: calc(4rem + 48px);
}

@media (min-width: 800px) {
	body::after {
		height: 6rem;
	}
	body > .wrapper {
		padding-top: calc(3rem + 48px);
	}
}

@media (min-width: 1200px) {
	body::after {
		display: none;
	}
	body > .wrapper {
		padding-top: calc(2rem + 48px);
	}
}

p, ul, ol {
	margin: 0;
	line-height: 1.5;
}

b, strong {
	font-weight: 700;
}

a {
	color: #64C378;
	transition: color 0.25s;
}

a:hover, a:active {
	color: #64C378;
}

.wrapper {
	display: block;
}

.wrapper.has-spaces {
	padding: 3rem 2rem;
}

@media (min-width: 800px) {
	.wrapper.is-centered {
		width: 750px;
		margin: 0 auto;
	}
	.wrapper.is-centered.and-narrow {
		width: 800px;
	}
	.wrapper.has-spaces {
		padding: 5rem 1.5rem;
	}
}

@media (min-width: 1000px) {
	.wrapper.is-centered {
		width: 900px;
	}
	.wrapper.is-centered.and-narrow {
		width: 850px;
	}
}

@media (min-width: 1200px) {
	.wrapper.is-centered {
		width: 1050px;
	}
	.wrapper.is-centered.and-narrow {
		width: 900px;
	}
	.wrapper.has-spaces {
		padding: 5rem 1rem;
	}
}

@media (min-width: 1400px) {
	.wrapper.is-centered {
		width: 1200px;
	}
	.wrapper.is-centered.and-narrow {
		width: 950px;
	}
}

.title {
	display: block;
	margin: 0 0 0 -0.01em;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .05rem;
}

.title.is-small {
	font-size: 1.25rem;
	line-height: 1.4;
}

.title.is-medium {
	font-size: 1.5rem;
	line-height: 1.3;
}

.title.is-large {
	font-size: 2rem;
	line-height: 1.2;
}

.title.has-sprite {
	display: flex;
	align-items: center;
}

.title.has-sprite > .sprite {
	flex-shrink: 0;
}

.title.has-line {
	display: inline-flex;
	position: relative;
	padding-bottom: .5rem;
}

.title.has-line::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 1px;
	content: '';
	background: #64C378;
}

@media (min-width: 800px) {
	.title.is-small {
		font-size: 1.375rem;
		line-height: 1.35;
	}
	.title.is-medium {
		font-size: 1.75rem;
		line-height: 1.25;
	}
	.title.is-large {
		font-size: 2.25rem;
		line-height: 1.15;
	}
	.title.has-line::after {
		width: 250px;
	}
}

@media (min-width: 1200px) {
	.title.is-small {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.title.is-medium {
		font-size: 2rem;
		line-height: 1.2;
	}
	.title.is-large {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	.title.has-line::after {
		width: 300px;
	}
}

.text {
	display: block;
	margin: 0;
}

.text.is-smaller {
	font-size: .9rem;
}

.text.is-larger {
	font-size: 1.1rem;
}

.text.has-sprite {
	display: flex;
	align-items: center;
}

.text.has-sprite > .sprite {
	flex-shrink: 0;
	margin-right: 1rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .75rem 2rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: .05rem;
	outline: 0;
	border: 0;
	border-radius: 1rem;
	cursor: pointer;
	background: #23432E;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.175);
	transition: color .25s, background-color .25s, box-shadow .25s, transform .25s;
	transform: scale3d(1, 1, 1);
}

.button:hover, .button:active {
	color: #fff;
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);	
}

.button:active {
	color: #64C378;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.button.has-sprite > .sprite {
	flex-shrink: 0;
	margin-right: .5rem;
}

.button.has-sprite > .sprite.is-up-arrow {
	margin: 0 0 0 1rem;
	filter: grayscale(100) brightness(100);
}

.button.is-white {
	color: #23432E;
	background: #fff;
	transform: scale3d(1, 1, 1);
	backface-visibility: hidden;
}

.button.is-white:hover, .button.is-white:active {
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);
}

.button.is-green {
	color: #fff;
	background: #23432E;
	transform: scale3d(1, 1, 1);
	backface-visibility: hidden;
}

.button.is-green:hover, .button.is-green:active {
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);
}

.button.is-light {
	color: #23432E;
	background: #fff;
}

.button.is-light:hover, .button.is-light:active {
	color: #fff;
	background-color: #64C378;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
}

.grid > .grid-item {
	display: block;
}

.grid.is-full > .grid-item {
	width: 100%;
}

.link {
	display: block;
	text-decoration: none;
}

.link.is-smaller {
	font-size: .9rem;
}

.link.is-larger {
	font-size: 1.1rem;
}

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

.link.has-sprite > .sprite {
	flex-shrink: 0;
	margin-right: 10px;
}

.link.has-after {
	position: static;
}

.link.has-after::after {
	pointer-events: auto;
}

button.link {
	appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}

.sprite {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url("../img/sprites.png") no-repeat 0 0;
	pointer-events: none;
}

button.sprite {
	border: 0;
	outline: 0;
	appearance: none;
}

.sprite.is-tall-logo {
	width: 162px;
	height: 94px;
}

.sprite.is-wide-logo {
	width: 234px;
	height: 48px;
	background-position: 0 -95px;
}

.sprite.is-mission {
	width: 61px;
	height: 66px;
	background-position: -163px 0;
}

.sprite.is-vision {
	width: 58px;
	height: 58px;
	background-position: -225px 0;
}

.sprite.is-values {
	width: 49px;
	height: 58px;
	background-position: -284px 0;
}

.sprite.is-full-star {
	width: 22px;
	height: 21px;
	background-position: -357px 0;
}

.sprite.is-empty-star {
	width: 22px;
	height: 21px;
	background-position: -334px 0;
}

.sprite.is-phone {
	width: 15px;
	height: 14px;
	background-position: -380px 0;
}

.sprite.is-email {
	width: 17px;
	height: 12px;
	background-position: -396px 0;
}

.sprite.is-marker {
	width: 13px;
	height: 17px;
	background-position: -414px 0;
}

.sprite.is-facebook {
	width: 20px;
	height: 36px;
	background-position: -428px 0;
}

.sprite.is-instagram {
	width: 36px;
	height: 36px;
	background-position: -449px 0;
}

.sprite.is-next-chevron {
	width: 11px;
	height: 18px;
	background-position: -380px -15px;
}

.sprite.is-search {
	width: 22px;
	height: 26px;
	background-position: -396px -18px;
}

.sprite.is-big-email {
	width: 45px;
	height: 36px;
	background-position: -455px -37px;
}

.sprite.is-plane {
	width: 40px;
	height: 33px;
	background-position: -460px -74px;
}

.sprite.is-twitter {
	width: 39px;
	height: 32px;
	background-position: -461px -108px;
}

.sprite.is-down-chevron {
	width: 24px;
	height: 16px;
	background-position: -430px -37px;
}

.img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.img.is-cover {
	height: 100%;
	object-fit: cover;
}

.img.is-parallax {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 105%;
	z-index: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	will-change: transform;
	transition: transform .2s;
}

.layer {
	display: block;
	pointer-events: none;
}

.field {
	width: 100%;
	height: 2.5rem;
	background: none;
	color: #23432E;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #23432E;
}

.field.is-tall {
	height: 7.5rem;
}

.field::-webkit-input-placeholder {
	color: #23432E;
	opacity: .75;
}

.field::placeholder {
	color: #23432E;
	opacity: .75;
}

.member {
	position: relative;
	overflow: hidden;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.member::after {
	top: auto;
	right: 2rem;
	bottom: 2rem;
	left: auto;
	color: #23432E;
	content: '+';
	text-align: center;
	line-height: 1.1;
	font-weight: 600;
	font-size: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: .25rem;
}

.member > .img {
	width: calc(100% + 4rem);
	max-height: 400px;
	margin: -2rem -2rem 2rem;
}

.member > .title {
	margin-bottom: .5rem;
}

.member > .text {
	margin-bottom: .5rem;
}

.member > .text:first-of-type {
	margin-bottom: 1.5rem;
}

.member > .text:last-of-type {
	margin-bottom: 2rem;
}

.burger {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	outline: 0;
	padding: 1rem 2rem;
	margin: -.5rem;
	color: #fff;
	background: #23432E;
	border-radius: 1rem;
	cursor: pointer;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.burger > .layer {
	position: relative;
	width: 2rem;
	height: 2px;
	background: #fff;
}

.burger > .layer::before, .burger > .layer::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 2px;
	content: '';
	background: #fff;
}

.burger > .layer::before {
	top: -.5rem;
}

.burger > .layer::after {
	bottom: -.5rem;
}

.burger > .text {
	letter-spacing: .05rem;
	font-weight: 600;
	line-height: 1;
	padding-top: 2px;
	margin-left: .75rem;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.burger {
		right: 3rem;
	}
}

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

.is-upper {
	text-transform: uppercase;
}

.is-dark {
	background: #23432E;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.is-dark .link {
	color: #fff;
}

.is-dark .title {
	color: #fff;
}

.is-dark .field {
	color: #fff;
	border-color: #fff;
}

.is-dark .field::-webkit-input-placeholder {
	color: #fff;
}

.is-dark .field::placeholder {
	color: #fff;
}

.is-dark .swiper-arrow {
	border-color: #fff;
}

.is-dark .swiper-arrow > .sprite {
	filter: brightness(0) invert(1);
}

.is-dark .swiper-arrow:hover, .is-dark .swiper-arrow:active {
	background-color: #fff;
}

.is-dark .swiper-arrow:hover > .sprite, .is-dark .swiper-arrow:active > .sprite {
	filter: brightness(1) invert(0);
}

.is-dark .swiper-bullets > .bullet {
	border-color: #fff;
}

.is-dark .swiper-bullets > .bullet.is-active {
	background-color: #fff;
}

.is-inset {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.is-spaced {
	letter-spacing: .05rem;
}

.is-light {
	color: #23432E;
	background: #fff;
	text-shadow: none !important;
}

.is-light .title {
	color: #23432E;
}

.is-light .field {
	color: #23432E;
	border-color: #23432E;
}

.is-light .field::-webkit-input-placeholder {
	color: #23432E;
}

.is-light .field::placeholder {
	color: #23432E;
}

.has-before {
	position: relative;
}

.has-before::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	pointer-events: none;
}

.has-after {
	position: relative;
}

.has-after::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	pointer-events: none;
}

.has-shadow {
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
}

.has-watermark {
	position: relative;
	overflow: hidden;
}

.has-watermark::after {
	position: absolute;
	top: calc(50% - 530px);
	left: -50%;
	content: '';
	z-index: 1;
	width: 1060px;
	height: 940px;
	transform: scale(0.6);
	backface-visibility: hidden;
	pointer-events: none;
	background: url("../img/watermark.png") center/cover;
	opacity: .5;
}

@media (min-width: 800px) {
	.has-watermark::after {
		left: -25%;
		transform: scale(0.7);
	}
}

@media (min-width: 1200px) {
	.has-watermark::after {
		left: 0;
		transform: scale(0.8);
	}
}

.swiper {
	position: relative;
	z-index: 1;
}

.swiper > .grid {
	position: relative;
	z-index: 1;
	flex-wrap: nowrap;
	box-sizing: content-box;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: translate3d(0px, 0, 0);
	transition-property: transform;
}

.swiper > .grid > .grid-item {
	position: relative;
	opacity: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition: transform .25s, opacity .25s;
}

.swiper > .grid > .grid-item.is-visible {
	opacity: 1;
}

.swiper.is-fade > .grid > .grid-item {
	transition-timing-function: ease-out;
	pointer-events: none;
	transition-property: opacity;
}

.swiper.is-fade > .grid > .grid-item.is-active {
	pointer-events: auto;
}

.swiper.is-auto > .grid {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper.is-auto > .grid > .grid-item {
	height: auto;
}

.swiper > .chevron {
	position: absolute;
	z-index: 2;
	top: calc(50% - 1rem);
}

.swiper > .chevron.is-prev {
	left: 0;
}

.swiper > .chevron.is-next {
	right: 0;
}

.swiper-bullets {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-bullets > .bullet {
	display: block;
	width: .75rem;
	height: .75rem;
	margin: 0 .5rem;
	border: 1px solid #23432E;
	border-radius: .175rem;
	cursor: pointer;
}

.swiper-bullets > .bullet.is-active {
	background-color: #23432E;
}

.rating {
	display: block;
	position: relative;
	width: calc(22px * 5 + .5rem * 4);
	height: 21px;
}

.rating > .wrapper {
	overflow: hidden;
	position: absolute;
	display: flex;
	align-items: center;
}

.rating > .wrapper > .sprite {
	flex-shrink: 0;
}

.rating > .wrapper > .sprite:not(:last-child) {
	margin-right: .5rem;
}

.details {
	border-radius: 1rem;
	padding: 1rem;
	font-weight: 400;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);
}

.details-opening {
	padding: 1rem;
}

.details-opening > .title {
	margin-bottom: 2rem;
}

.details-opening > .grid {
	margin: -.5rem 0;
}

.details-opening > .grid > .grid-item {
	padding: .5rem 0;
}

.details-opening > .grid > .grid-item > .text {
	line-height: 1.5;
}

.details-opening > .grid > .grid-item:not(:last-child)::after {
	top: auto;
	height: 1px;
	background: #64C378;
}

.details-content {
	padding: 1rem;
}

.details-content > .grid {
	margin: -.5rem 0;
}

.details-content > .grid > .grid-item {
	position: relative;
	padding: .5rem 0 .5rem 1.75rem;
}

.details-content > .grid > .grid-item > .text {
	line-height: 1.5;
}

.details-content > .grid > .grid-item > .sprite {
	position: absolute;
	top: .75rem;
	left: 0;
}

.details-content > .grid > .grid-item > .sprite.is-phone {
	left: 1px;
}

.details-content > .grid > .grid-item > .sprite.is-marker {
	left: 2px;
}

@media (min-width: 500px) {
	.details-opening > .grid > .grid-item {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 1000px) {
	.details {
		display: flex;
		padding: 1rem 0;
	}
	.details > * {
		width: 50%;
		padding: 1rem 2rem;
	}
}

.featured {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.featured > .grid {
	width: 100%;
}

.featured > .grid > .grid-item:not(:last-child) {
	margin-bottom: 1rem;
}

.featured > .grid > .grid-item:nth-child(n+6) {
	display: none;
}

.featured-item {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.featured-item > .title {
	position: relative;
	padding: 1.5rem calc(3rem + 24px) 1.5rem 2rem;
	margin: 0;
	cursor: pointer;
}

.featured-item > .title > .sprite {
	position: absolute;
	top: calc(50% - 8px);
	right: 2rem;
	transition: transform .25s;
}

.featured-item > .wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	transition: height .25s;
}

.featured-item > .wrapper > .wrapper {
	padding: 0 2rem 1.5rem;
}

.featured-item.is-active > .title > .sprite {
	transform: rotate(180deg);
}

.featured > .chevron {
	margin-top: 2rem;
}

.featured > .chevron > .sprite {
	transition: transform .25s;
}

.featured.is-active > .grid > .grid-item:nth-child(n+6) {
	display: block;
}

.featured.is-active > .chevron > .sprite {
	transform: scale(0.9) rotate(180deg);
}

.chevron {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	outline: 0;
	background: #23432E;
	border-radius: .5rem;
	cursor: pointer;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.chevron > .sprite.is-down-chevron {
	transform: scale(0.9);
}

.chevron.is-next > .sprite {
	transform: translate(1px);
}

.chevron.is-prev > .sprite {
	transform: rotate(180deg) translate(1px);
}

.chevron.is-down {
	background: #fff;
}

.pages {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pages > .chevron.is-prev {
	margin-right: 1rem;
}

.pages > .chevron.is-next {
	margin-left: 1rem;
}

.pages > .grid {
	display: none;
}

@media (min-width: 400px) {
	.pages > .grid {
		display: flex;
		margin: 0 -.5rem;
	}
	.pages > .grid > .grid-item {
		padding: 0 .5rem;
	}
	.pages > .grid > .grid-item > .link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 1.75rem;
		height: 1.75rem;
		padding-top: 4px;
		line-height: .75;
		color: #23432E;
		box-shadow: inset 0 0 0 1px #23432E;
		border-radius: .5rem;
	}
	.pages > .grid > .grid-item > .link.is-active {
		color: #fff;
		background: #23432E;
	}
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	background: #FEF5EA;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: box-shadow .25s, background-color .25s;
}

.header > .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	transition: padding .25s;
}

.header > .wrapper > .link {
	position: relative;
	width: 234px;
	height: 48px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: width .25s, height .25s;
}

.header > .wrapper > .link > .sprite {
	position: absolute;
	transition: opacity .25s;
}

.header > .wrapper > .link > .sprite.is-tall-logo {
	top: calc(50% - 47px);
	left: calc(50% - 81px);
	opacity: 0;
}

.header > .wrapper > .link > .sprite.is-wide-logo {
	top: calc(50% - 24px);
	left: calc(50% - 117px);
}

.header > .wrapper > .grid {
	display: none;
}

.header > .wrapper > .button {
	display: none;
}

.header.is-scroll {
	box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.25);
}

.header.is-scroll > .wrapper {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.header.is-small {
	box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.18);
}

@media (min-width: 575px) {
	.header > .wrapper {
		flex-direction: row;
	}
	.header > .wrapper > .link {
		margin-bottom: 0;
		margin-right: auto;
	}
	.header > .wrapper > .button {
		display: block;
	}
}

@media (min-width: 800px) {
	.header > .wrapper {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.header > .wrapper {
		background: transparent;
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.header > .wrapper > .link {
		width: 162px;
		height: 94px;
	}
	.header > .wrapper > .link > .sprite.is-tall-logo {
		opacity: 1;
	}
	.header > .wrapper > .link > .sprite.is-wide-logo {
		opacity: 0;
	}
	.header > .wrapper > .grid {
		display: flex;
		margin: -.5rem -1rem;
	}
	.header > .wrapper > .grid > .grid-item {
		position: relative;
		padding: .5rem 1rem;
	}
	.header > .wrapper > .grid > .grid-item:nth-child(1), .header > .wrapper > .grid > .grid-item:nth-child(7) {
		display: none;
	}
	.header > .wrapper > .grid > .grid-item > .link {
		padding: .25rem;
		margin: -.25rem;
		color: #23432E;
		font-weight: 600;
	}
	.header-dropdown {
		position: absolute;
		top: calc(100% + .25rem);
		border-radius: 0 0 1rem 1rem;
		box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.175);
		-webkit-transform: translate3d(0, 0.25rem, 0);
		transform: translate3d(0, 0.25rem, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: transform .25s, opacity .25s;
	}
	.header-dropdown.no-1 {
		left: calc(50% - 125px);
		width: 250px;
	}
	.header-dropdown.no-2 {
		left: calc(50% - 190px);
		width: 380px;
	}
	.header-dropdown::after {
		top: -.45rem;
		bottom: auto;
		height: .5rem;
		pointer-events: none;
	}
	.header-dropdown > .grid > .grid-item > .link {
		padding: .5rem 1rem;
		line-height: 1.5;
		text-align: center;
		transition: color .25s, background-color .25s;
	}
	.header-dropdown > .grid > .grid-item > .link:hover, .header-dropdown > .grid > .grid-item > .link:active, .header-dropdown > .grid > .grid-item > .link.is-active {
		color: #23432E;
		background-color: #fff;
	}
	.header-dropdown > .grid > .grid-item:last-child > .link {
		padding-bottom: 1rem;
		border-radius: 0 0 1rem 1rem;
	}
	.header > .wrapper > .grid > .grid-item:hover > .header-dropdown, .header > .wrapper > .grid > .grid-item:active > .header-dropdown {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		pointer-events: auto;
	}
	.header > .wrapper > .grid > .grid-item:hover > .header-dropdown::after, .header > .wrapper > .grid > .grid-item:active > .header-dropdown::after {
		pointer-events: auto;
	}
	.header > .wrapper > .button {
		margin-left: 2rem;
	}
	.header.is-scroll {
		background-color: #FEF5EA;
	}
	.header.is-scroll > .wrapper > .link {
		width: 234px;
		height: 48px;
	}
	.header.is-scroll > .wrapper > .link > .sprite.is-tall-logo {
		opacity: 0;
	}
	.header.is-scroll > .wrapper > .link > .sprite.is-wide-logo {
		opacity: 1;
	}
	.header.is-small {
		background: #FEF5EA;
		box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.18);
	}
	.header.is-small > .wrapper > .link {
		width: 234px;
		height: 48px;
	}
	.header.is-small > .wrapper > .link > .sprite.is-tall-logo {
		display: none;
	}
	.header.is-small > .wrapper > .link > .sprite.is-wide-logo {
		opacity: 1;
	}
}

@media (min-width: 1400px) {
	.header > .wrapper > .grid {
		margin: -.5rem -1.25rem;
	}
	.header > .wrapper > .grid > .grid-item {
		padding: .5rem 1.25rem;
	}
	.header > .wrapper > .grid > .grid-item:nth-child(1) {
		display: block;
	}
	.header > .wrapper > .button {
		margin-left: 2.5rem;
	}
}

@media (min-width: 1600px) {
	.header > .wrapper {
		width: 1350px;
	}
	.header > .wrapper > .grid {
		margin: -.5rem -1.5rem;
	}
	.header > .wrapper > .grid > .grid-item {
		padding: .5rem 1.5rem;
	}
	.header > .wrapper > .button {
		margin-left: 3rem;
	}
}

@media (min-width: 1800px) {
	.header > .wrapper {
		width: 1500px;
	}
}

.members {
	position: relative;
	background: #fff;
}

.members-header {
	position: relative;
	z-index: 1;
}

.members-header > .wrapper {
	position: relative;
	z-index: 2;
}

.members-header > .wrapper > .title {
	margin-bottom: 4rem;
}

.members > .wrapper {
	display: flex;
	position: relative;
	z-index: 2;
	margin-top: -4rem;
	padding-top: 0;
}

.members > .wrapper > .grid {
	justify-content: center;
	width: calc(100% + 2rem);
	margin: -1rem;
}

.members > .wrapper > .grid > .grid-item {
	padding: 1rem;
}

@media (min-width: 600px) {
	.members > .wrapper > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 800px) {
	.members-header > .wrapper {
		padding-bottom: 5rem;
	}
	.members-header > .wrapper > .title {
		margin-bottom: 5rem;
	}
	.members > .wrapper {
		margin-top: -8rem;
	}
}

@media (min-width: 1000px) {
	.members > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 1200px) {
	.members-header > .wrapper {
		padding-bottom: 12rem;
	}
	.members-header > .wrapper > .title {
		margin-bottom: 6rem;
	}
	.members > .wrapper {
		margin-top: -12rem;
	}
}

@media (min-width: 1400px) {
	.members > .wrapper > .grid > .grid-item {
		width: 25%;
	}
}

.location {
	position: relative;
}

.location > .wrapper > .title {
	margin-bottom: 3rem;
}

.location .details {
	margin-bottom: 2rem;
}

.location-map {
	position: relative;
	height: 20rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);
}

.location.is-dark > .wrapper > .title::after {
	background: #fff;
}

@media (min-width: 800px) {
	.location > .wrapper > .title {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.location > .wrapper > .title {
		margin-bottom: 4rem;
	}
}

.services {
	position: relative;
	background: #fff;
}

.services-header > .wrapper {
	position: relative;
	z-index: 2;
	padding-bottom: 2rem;
}

.services-header > .wrapper > .title {
	margin-bottom: 3rem;
}

.services-header > .wrapper > .grid {
	margin: -.75rem;
}

.services-header > .wrapper > .grid > .grid-item {
	padding: .75rem;
}

.services-header > .wrapper > .grid > .grid-item > .button {
	width: 100%;
	padding: .75rem 0.5rem;
}

.services-header.is-orange {
	background: #fff;
}

.services-about {
	background: #FEF5EA;
}

.services-about .member {
	padding-bottom: 0;
}

.services-about-content {
	margin-bottom: 4rem;
}

.services-about-content > .title {
	margin-bottom: 2rem;
}

.services-about-content > p {
	margin: 1.5rem 0;
}

.services-about-content > p:first-child {
	margin-top: 0;
}

.services-about-content > p:last-child {
	margin-bottom: 0;
}

.services-about > .wrapper > .swiper > .swiper-bullets {
	margin-top: 1rem;
}

.services-section:not(:last-child) {
	margin-bottom: 4rem;
}

.services-section > .title {
	margin-bottom: 3rem;
}

.services-section > .grid {
	margin: -1rem;
}

.services-section > .grid > .grid-item {
	padding: 1rem;
}

.services-card {
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem;
	border-radius: 1rem;
	background: #fff;
	backface-visibility: hidden;
	transform: scale3d(1, 1, 1);
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.175);
	transition: transform .25s, box-shadow .25s;
}

.services-card:hover, .services-card:active {
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.175);
}

.services-card > .img {
	width: calc(100% + 4rem);
	max-height: 20rem;
	margin: -1rem -2rem 1rem;
}

.services-card > .title > .link {
	color: #23432E;
	text-align: center;
}

@media (min-width: 500px) {
	.services-header > .wrapper > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 600px) {
	.services-about > .wrapper {
		display: flex;
		align-items: flex-start;
	}
	.services-about-content {
		margin-bottom: 0;
		padding-right: 4rem;
	}
	.services-about > .wrapper > .swiper {
		flex-shrink: 0;
		width: 35%;
	}
	.services-about > .wrapper > .member {
		flex-shrink: 0;
		width: 35%;
	}
}

@media (min-width: 800px) {
	.services-header > .wrapper {
		padding-bottom: 2.5rem;
	}
	.services-header > .wrapper > .title {
		margin-bottom: 3.5rem;
	}
	.services-header > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
	.services-about-content {
		padding-right: 4.5rem;
	}
	.services-about > .wrapper > .swiper {
		width: 30%;
	}
	.services-about > .wrapper > .member {
		width: 30%;
	}
	.services-section:not(:last-child) {
		margin-bottom: 5rem;
	}
	.services-section > .title {
		margin-bottom: 3.5rem;
	}
	.services-section > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.services-header > .wrapper {
		padding-bottom: 3rem;
	}
	.services-header > .wrapper > .title {
		margin-bottom: 4rem;
	}
	.services-about-content {
		padding-right: 5rem;
	}
	.services-about > .wrapper > .swiper {
		width: 25%;
	}
	.services-about > .wrapper > .member {
		width: 25%;
	}
	.services-section:not(:last-child) {
		margin-bottom: 6rem;
	}
	.services-section > .title {
		margin-bottom: 4rem;
	}
	.services-section > .grid > .grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 1400px) {
	.services-header > .wrapper > .grid > .grid-item {
		width: 20%;
	}
	.services-section > .grid > .grid-item {
		width: 25%;
	}
}

.reviews {
	position: relative;
}

.reviews > .wrapper > .title {
	margin-bottom: 2rem;
}

.reviews > .wrapper > .text {
	margin-bottom: 2rem;
}

.reviews > .wrapper > .button {
	width: auto;
	margin-bottom: 3rem;
}

.reviews > .wrapper > .grid {
	margin: -1rem;
}

.reviews > .wrapper > .grid > .grid-item {
	padding: 1rem;
}

.reviews-card {
	padding: 1.5rem;
	border-radius: 1rem;
	background: #fff;
}

.reviews-card > .title {
	margin-bottom: .25rem;
}

.reviews-card > .text:first-of-type {
	margin-bottom: 1rem;
}

.reviews > .wrapper > .swiper {
	margin: 0 -1rem;
}

.reviews > .wrapper > .swiper > .grid > .grid-item {
	padding: 0 1rem;
	height: auto;
}

.reviews > .wrapper > .swiper > .grid > .grid-item > .reviews-card {
	height: 100%;
}

.reviews.is-dark .swiper-bullets {
	margin-top: 2rem;
}

@media (max-width: 799px) {
	.reviews.is-dark .swiper-bullets {
		display: none;
	}
}

@media (min-width: 600px) {
	.reviews > .wrapper > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 800px) {
	.reviews > .wrapper {
		position: relative;
	}
	.reviews > .wrapper > .text {
		margin-bottom: 3rem;
	}
	.reviews > .wrapper > .button {
		position: absolute;
		top: 5rem;
		right: 1.5rem;
		width: auto;
	}
}

@media (min-width: 1000px) {
	.reviews > .wrapper > .grid > .grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 1200px) {
	.reviews > .wrapper > .text {
		margin-bottom: 4rem;
	}
	.reviews > .wrapper > .button {
		top: 6rem;
		right: 1rem;
	}
}

@media (min-width: 1400px) {
	.reviews > .wrapper > .grid > .grid-item {
		width: 25%;
	}
}

.contact {
	position: relative;
}

.contact > .wrapper > .title {
	margin-bottom: 1.5rem;
}

.contact > .wrapper > .text {
	margin-bottom: 3rem;
}

.contact .featured {
	margin-bottom: 3rem;
}

.contact-form {
	position: relative;
	padding: 2rem;
	margin-bottom: 11rem;
	border-radius: 1rem;
	height: 425px; 
}

.contact-form > .title {
	margin-bottom: 2rem;
}

.contact-form > .grid {
	margin: -.75rem;
}

.contact-form > .grid > .grid-item {
	padding: .75rem;
}

.contact-form > .grid > .grid-item > .field {
	background: none;
	width: 100%;
	height: 2rem;
	line-height: 1.5;
	padding-bottom: .5rem;
	border: 0;
	border-bottom: 1px solid #fff;
	outline: 0;
}

.contact-form > .grid > .grid-item > .field.is-tall {
	height: 5rem;
	min-height: 5rem;
	max-height: 5rem;
}

.contact-form > .grid > .grid-item > .field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.contact-form > .grid > .grid-item > .field::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.contact-form > .wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: -9rem;
	left: 0;
}

.contact-form > .wrapper > .wrapper {
	width: 100%;
	height: 4rem;
	background: #fff;
	margin-bottom: 1rem;
	border-radius: .25rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.contact .details {
	display: block;
	background: none;
	box-shadow: none;
	padding: 0;
}

.contact .details > * {
	width: auto !important;
}

.contact .details-content {
	width: 100%;
	padding: 0;
	margin-bottom: 2rem;
}

.contact .details-map {
	height: 16rem;
	border-radius: 1rem;
	background: #eee;
}

@media (min-width: 500px) {
	.contact-form {
		margin-bottom: 8rem;
	}
	.contact-form > .wrapper {
		flex-direction: row;
		bottom: -5rem;
	}
	.contact-form > .wrapper > .wrapper {
		height: 4rem;
		margin-right: 1rem;
		margin-bottom: 0;
	}
	.contact-form > .wrapper > .button {
		flex-shrink: 0;
	}
}

@media (min-width: 800px) {
	.contact > .wrapper > .text {
		margin-bottom: 3.5rem;
	}
	.contact-form > .wrapper {
		right: 2rem;
		bottom: -5rem;
		left: 2rem;
	}
}

@media (min-width: 1200px) {
	.contact > .wrapper {
		padding-bottom: 10rem;
	}
	.contact > .wrapper > .text {
		margin-bottom: 4rem;
	}
	.contact > .wrapper > .wrapper {
		display: flex;
		align-items: stretch;
	}
	.contact > .wrapper > .wrapper > * {
		width: 50%;
	}
	.contact .featured {
		margin-bottom: 0;
		padding-right: 4rem;
	}
	.contact-form {
		margin-bottom: 0;
	}
	.contact .details {
		padding-left: 4rem;
	}
}

.questions {
	position: relative;
}

.questions > .wrapper > .title {
	margin-bottom: 1.5rem;
}

.questions > .wrapper > .text {
	margin-bottom: 1.5rem;
}

.questions > .wrapper > .button {
	margin-bottom: 3rem;
}

.questions-form {
	position: relative;
	padding: .75rem 3rem .75rem 1rem;
	margin-bottom: 3rem;
	border-radius: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.questions-form > .field {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 2rem;
	background: none;
	border: 0;
	outline: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.questions-form > .field::-webkit-input-placeholder {
	color: #23432E;
	font-weight: 600;
}

.questions-form > .field::placeholder {
	color: #23432E;
	font-weight: 600;
}

.questions-form > .link {
	position: absolute;
	top: calc(50% - 13px - .175rem);
	right: .75rem;
	padding: .25rem;
}

@media (min-width: 800px) {
	.questions > .wrapper {
		position: relative;
	}
	.questions > .wrapper > .title {
		margin-bottom: 1.5rem;
	}
	.questions > .wrapper > .text {
		margin-bottom: 3rem;
	}
	.questions > .wrapper > .button {
		position: absolute;
		top: 5rem;
		right: 1.5rem;
		margin-bottom: 0;
		width: 12rem;
	}
	.questions-form {
		position: absolute;
		top: 5rem;
		right: 1.5rem;
		margin-bottom: 0;
		width: 14rem;
	}
}

@media (min-width: 1000px) {
	.questions-form {
		width: 18rem;
	}
}

@media (min-width: 1200px) {
	.questions > .wrapper > .text {
		margin-bottom: 4rem;
	}
	.questions > .wrapper > .button {
		top: 6rem;
		right: 1rem;
	}
	.questions-form {
		top: 6rem;
		right: 1rem;
		width: 22rem;
	}
	.questions .featured {
		padding-right: 25%;
	}
}

@media (min-width: 1400px) {
	.questions-form {
		width: 26rem;
	}
}

.general {
	position: relative;
}

.general > .wrapper > .title {
	margin-bottom: 2rem;
}

.general > .wrapper > P, .general > .wrapper ol, .general > .wrapper ul {
	margin: 1.5rem 0;
}

@media (min-width: 800px) {
	.general > .wrapper > .title {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.general > .wrapper > .title {
		margin-bottom: 3rem;
	}
}

.blog {
	position: relative;
	background: #fff;
}

.blog.is-orange {
	background: #FEF5EA;
}

.blog-latest {
	margin-bottom: 4rem;
}

.blog-latest:last-child {
	margin-bottom: 0;
}

.blog-latest > .title {
	margin-bottom: 1.5rem;
}

.blog-latest > .text {
	margin-bottom: 1.5rem;
}

.blog-latest > .button {
	margin-bottom: 3rem;
}

.blog-latest-form {
	position: relative;
	padding: .75rem 3rem .75rem 1rem;
	margin-bottom: 3rem;
	border-radius: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.blog-latest-form > .field {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 2rem;
	background: none;
	border: 0;
	outline: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.blog-latest-form > .field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

.blog-latest-form > .field::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

.blog-latest-form > .link {
	position: absolute;
	top: calc(50% - 13px - .175rem);
	right: .75rem;
	padding: .25rem;
}

.blog-latest-form > .link > .sprite {
	filter: grayscale(100) brightness(100);
}

.blog-latest > .grid {
	margin: -1rem;
}

.blog-latest > .grid > .grid-item {
	padding: 1rem;
}

.blog .pages {
	margin-top: 3rem;
}

.blog-latest > .swiper {
	margin: 0 -1rem;
	padding-right: 2rem;
}

.blog-latest > .swiper > .grid > .grid-item {
	padding: 0 1rem;
	opacity: .5;
}

.blog-latest > .swiper > .grid > .grid-item.is-visible {
	opacity: 1;
}

.blog-latest-item {
	position: relative;
	padding: 1.5rem;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.blog-latest-item > .img {
	width: calc(100% + 3rem);
	max-height: 200px;
	margin: -1.5rem -1.5rem 1.5rem;
	border-radius: 1rem 1rem 0 0;
}

.blog-latest-item > .title {
	margin-bottom: .5rem;
}

.blog-latest-item > .title > .link {
	color: #23432E;
}

.blog-latest > .swiper > .chevron.is-prev {
	display: none;
}

.blog-latest .swiper-bullets {
	display: none;
}

.blog-buttons {
	margin-bottom: 4rem;
}

.blog-buttons > .title {
	margin-bottom: 3rem;
}

.blog-buttons > .grid {
	justify-content: center;
	margin: -.75rem;
}

.blog-buttons > .grid > .grid-item {
	padding: .75rem;
}

.blog-buttons > .grid > .grid-item > .button {
	width: 100%;
}

@media (min-width: 500px) {
	.blog-buttons > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 600px) {
	.blog-latest > .grid > .grid-item {
		width: 50%;
	}
}

@media (min-width: 800px) {
	.blog-latest {
		position: relative;
		margin-bottom: 4.5rem;
	}
	.blog-latest > .text {
		margin-bottom: 3rem;
	}
	.blog-latest > .button {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	.blog-latest-form {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	.blog-latest-form > .field {
		width: 10rem;
	}
	.blog-latest > .swiper {
		padding-right: 0;
	}
	.blog-latest > .swiper > .grid > .grid-item {
		opacity: 0;
	}
	.blog-latest > .swiper > .chevron.is-prev {
		display: flex;
		left: -2rem;
	}
	.blog-latest > .swiper > .chevron.is-next {
		right: -2rem;
	}
	.blog-latest .swiper-bullets {
		display: flex;
		margin-top: 2rem;
	}
	.blog-buttons {
		margin-bottom: 4.5rem;
	}
	.blog-buttons > .grid > .grid-item {
		width: 33.33333%;
	}
}

@media (min-width: 1000px) {
	.blog-latest-form > .field {
		width: 14rem;
	}
	.blog-buttons > .grid > .grid-item {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.blog-latest {
		margin-bottom: 5rem;
	}
	.blog-latest-form > .field {
		width: 18rem;
	}
	.blog-latest > .grid > .grid-item {
		width: 33.33333%;
	}
	.blog-buttons {
		margin-bottom: 5rem;
	}
	.blog-buttons > .grid > .grid-item {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	.blog-latest-form > .field {
		width: 22rem;
	}
}

.footer {
	position: relative;
	z-index: 2;
	background: #fff;
}

.footer > .wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-weight: 400;
}

.footer > .wrapper > .link {
	display: inline-flex;
	padding: .25rem;
	margin: -.25rem -.25rem 2.75rem;
}

.footer-section {
	margin-bottom: 3rem;
}

.footer-section > .grid {
	margin: -.5rem -1rem;
}

.footer-section > .grid > .grid-item {
	padding: .5rem 1rem;
}

.footer-section > .grid > .grid-item > .link {
	padding: .25rem;
	margin: -.25rem;
	line-height: 1.5;
}

.footer-section > .grid.is-social > .grid-item {
	width: auto;
}

.footer-section > .text {
	line-height: 1.5;
}

.footer-section > .text:not(:last-child) {
	margin-bottom: 1rem;
}

.footer-bottom {
	text-align: center;
}

.footer-bottom > .text {
	line-height: 1.5;
}

@media (min-width: 800px) {
	.footer > .wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		padding-top: calc(4rem + 94px + 3.5rem);
		padding-bottom: 2rem;
	}
	.footer > .wrapper > .link {
		position: absolute;
		top: 3.75rem;
		left: 1.25rem;
		margin: 0;
	}
	.footer-section {
		margin-bottom: 3.5rem;
	}
	.footer-section > .grid {
		flex-direction: column;
	}
	.footer-section > .grid.is-social {
		flex-direction: row;
		margin-bottom: 0;
	}
	.footer-bottom {
		width: 100%;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.footer > .wrapper {
		padding-top: 5rem;
		padding-bottom: 1rem;
		padding-left: calc(1.5rem + 162px + 10rem);
	}
	.footer > .wrapper > .link {
		top: calc(50% - 47px);
		left: .75rem;
	}
	.footer-section {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1600px) {
	.footer > .wrapper {
		width: 1350px;
	}
}

@media (min-width: 1800px) {
	.footer > .wrapper {
		width: 1500px;
	}
}

.mobile {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(254, 245, 234, 0.9);
	pointer-events: none;
	backface-visibility: hidden;
	transform: scale3d(1.1, 1.1, 1.1);
	opacity: 0;
	will-change: transform, opacity;
	transition: transform .25s, opacity .25s;
}

body.is-mobile .mobile {
	opacity: 1;
	pointer-events: auto;
	transform: scale3d(1, 1, 1);
}

.mobile > .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	padding-bottom: 8rem;
}

.mobile > .wrapper > .button {
	color: #fff !important;
	border-color: #fff;
	margin-bottom: 3rem;
}

.mobile > .wrapper > .button > .sprite {
	margin: 0 0 0 .75rem;
	filter: grayscale(100) brightness(100) !important;
}

.mobile > .wrapper > .grid {
	position: relative;
	z-index: 2;
	letter-spacing: .1rem;
}

.mobile > .wrapper > .grid.no-1 {
	flex-direction: column;
	align-items: center;
	margin: -1rem;
}

.mobile > .wrapper > .grid.no-1 > .grid-item {
	padding: 1rem;
}

.mobile > .wrapper > .grid.no-1 > .grid-item > .link {
	padding: .25rem;
	margin: -.25rem;
	font-size: 1.25rem;
	font-weight: 600;
}

.mobile > .wrapper > .grid.no-2 {
	justify-content: center;
	margin: 2.5rem -1rem -.5rem;
}

.mobile > .wrapper > .grid.no-2 > .grid-item {
	padding: .5rem 1rem;
}

.mobile > .wrapper > .grid.no-2 > .grid-item > .link {
	padding: .5rem;
	margin: -.5rem;
	overflow: hidden;
}

@media (min-width: 575px) {
	.mobile > .wrapper > .button {
		display: none;
	}
}

@media (min-width: 800px) {
	.mobile > .wrapper {
		padding-bottom: 5rem;
	}
}

@media (min-width: 1200px) {
	.mobile {
		display: none !important;
	}
}

.overlay {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 198;
	background: rgba(254, 245, 234, 0.9);
	pointer-events: none;
	backface-visibility: hidden;
	opacity: 0;
	will-change: opacity;
	transition: opacity .25s;
}

body.is-popup .overlay {
	opacity: 1;
	pointer-events: auto;
}

.popup {
	display: block;
	position: fixed;
	overflow: auto;
	top: 50%;
	left: 0;
	width: 100%;
	max-height: 100%;
	padding: 3rem 2rem;
	transform: translate3d(0, -50%, 0);
	backface-visibility: hidden;
	z-index: 199;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}

body.is-popup .popup {
	opacity: 1;
	pointer-events: auto;
}

.popup-content {
	position: relative;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.popup-content > .grid {
	margin: -1rem;
}

.popup-content > .grid > .grid-item {
	text-align: center;
	padding: 1rem;
}

.popup-content > .grid > .grid-item > .text {
	margin: 2rem 0 .5rem;
	font-weight: 600;
}

.popup-content > .grid > .grid-item > .text + .field {
	visibility: hidden;
	height: 0;
}

.popup-content > .grid > .grid-item > .rating {
	margin: 0 auto;
}

.popup-content > .grid > .grid-item > .rating > .wrapper.no-1 > .sprite {
	cursor: pointer;
	pointer-events: auto;
}

.popup-content > .grid > .grid-item > .rating > .wrapper.no-2 {
	pointer-events: none;
}

.popup-content > .link {
	padding: .25rem;
	border: 0;
	outline: 0;
	position: absolute;
	z-index: 9;
	font-weight: 600;
	top: .75rem;
	right: .75rem;
}

.popup-bottom {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
	padding-bottom: 2rem;
}

.popup-bottom > .wrapper {
	width: 100%;
	height: 4rem;
	padding: 1rem;
	background: #eee;
	border-radius: .25rem;
	margin-bottom: 1rem;
	box-shadow: 0 0.175rem 0.25rem rgba(0, 0, 0, 0.15);
}

.popup-bottom > .text {
	position: absolute;
	text-align: center;
	right: 0;
	bottom: -1rem;
	left: 0;
	width: 100%;
	font-weight: 600;
}

@media (min-width: 600px) {
	.popup {
		left: 50%;
		width: 600px;
		transform: translate3d(-300px, -50%, 0);
	}
	.popup-bottom {
		justify-content: center;
		flex-direction: row;
	}
	.popup-bottom > .wrapper {
		margin-bottom: 0;
	}
	.popup-bottom > .button {
		flex-shrink: 0;
		margin-left: 1rem;
	}
}

.page-numbers{
  background-color: #23432E;
}

.next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em !important;
    height: 2em;
    height: 2em;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    box-shadow: 0 0.175rem 0.25rem rgb(0 0 0 / 15%);
 	background: url('http://gauen.com.br/wp-content/uploads/2021/11/seta-direita.png') no-repeat;
 	background-size: 5px;
    text-indent: -9999px;
}