.c-footer__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.2px;
	line-height: 1.5
}
.section-footer {
	z-index: 1;
	position: relative;
}
.c-footer__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.c-footer__wrapper {
	background-color: #573F1C
}
.c-footer {
	color: #fff;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding-top: 10vw
}
.c-footer__divider {
	display: none
}
@media (min-width: 56.25em) {
	.c-footer__divider {
		width: 2px;
		display: block;
		top: .8rem;
		bottom: 0;
		position: absolute;
		z-index: 4;
		opacity: .1;
		background-color: #fff;
		height: 100%;
		left: 26%
	}
}
.c-footer__layout {
	width: 100vw;
	padding: 8rem 1.9rem 7rem;
	position: relative;
	text-align: center;
	z-index: 3
}
@media (min-width: 56.25em) {
	.c-footer__layout {
		padding: 4rem 0 9rem;
		grid-template-columns: 26% 7.5% 2fr 7.5% 1fr 1fr 9rem;
		grid-template-rows: repeat(3, 1fr);
		text-align: left;
		display: grid;
		grid-template-areas: "heading . block1 . social social" "heading . block1 . newsletter newsletter" "logo . block2 . newsletter newsletter" ". . smallprint smallprint . . "
	}
}
.c-footer__heading {
	font-family: 'Nunito', sans-serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.26;
	text-transform :lowercase;
	letter-spacing: 3.45px;
	margin-bottom: 4rem;
	max-height: 46rem
}
@media (min-width: 56.25em) {
	.c-footer__heading {
        font-family: 'Nunito', sans-serif;
		font-size: 38px;
		line-height: 2.0;
		letter-spacing: 5.7px;
		grid-area: heading;
		display: flex;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		transform: scale(-1);
		text-align: left;
		margin-bottom: 0;
		margin-right: 1rem
	}
}
.c-footer__subheading {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
	font-size: 20px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2rem
}
.c-footer__text {
	margin-bottom: 4rem
}
@media (min-width: 56.25em) {
	.c-footer__text {
		margin-bottom: 3rem
	}
}
.c-footer__text a {
	text-decoration: none
}
.c-footer__text p+p {
	margin-top: .75em
}
.c-footer__newsletter {
	margin-bottom: 4rem;
	max-width: 40rem;
	margin: 0 auto 4rem
}
@media (min-width: 56.25em) {
	.c-footer__newsletter {
		grid-area: newsletter;
		margin-left: 0;
		margin-right: 0
	}
}
.c-footer__newsletter .field__input {
	height: 5.7rem;
	background-color: #fff;
	border-radius: 3rem;
	padding: 0 4rem;
	box-shadow: none;
	border: solid 1px #28572a
}
.c-footer__newsletter .field__label {
	font-family: futura-pt, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #939393;
	top: 1.5rem;
	left: 4rem;
	letter-spacing: normal
}
.c-footer__newsletter .field__button {
	color: #573F1C;
	background-color: #F9FAE0;
	border-radius: 3rem;
	width: auto;
	height: 100%;
	padding: 0 3rem;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .65px;
	text-transform: uppercase;
	border: solid 1px #131313
}
.c-footer__block {
	margin-bottom: 4rem
}
.c-footer__block[data-block-index="1"] {
	grid-area: block1
}
.c-footer__block[data-block-index="2"] {
	grid-area: block2
}
@media (min-width: 56.25em) {
	.c-footer__block[data-block-index="2"] {
		margin-bottom: 0
	}
}
.c-footer__menu {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none
}
.c-footer__menu li {

	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1rem
}
.c-footer__menu a {
	text-decoration: none
}
@media (min-width: 56.25em) {
	.c-footer__social {
		grid-area: social
	}
}
.c-footer__social-links {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 3rem 0 4rem;
	padding: 0
}
@media (min-width: 56.25em) {
	.c-footer__social-links {
		justify-content: flex-start
	}
}
.c-footer__social-links li {
	display: block;
	flex: none;
	background-color: #F9FAE0;
	border-radius: 50%;
	width: 5.8rem;
	height: 5.8rem;
	margin: 0 .5rem;
	padding: 1.5rem
}
.c-footer__social-links li svg {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.c-footer__logo img {
	width: 9rem;
	margin: 4rem auto 3rem
}
@media (min-width: 56.25em) {
	.c-footer__logo{
		grid-area: logo;
		text-align: center;
		margin-bottom: 0;
		margin-top: 7.4rem;
		transform: translate(-1rem)
	}
}
.c-footer__smallprint {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	opacity: .5
}
@media (min-width: 56.25em) {
	.c-footer__smallprint {
		
		text-align: center;
		grid-area: smallprint
	}
}
.c-footer__legal-menu {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none
}
@media (min-width: 56.25em) {
	.c-footer__legal-menu {
		display: flex;
		margin-bottom: 0
	}
}
.c-footer__legal-menu li {
	margin-bottom: 1rem
}
@media (min-width: 56.25em) {
	.c-footer__legal-menu li {
		margin-bottom: 0;
		margin-right: 1.5rem
	}
}
.c-footer__legal-menu a {
	text-decoration: none
}
.c-footer__company-info {
	margin-bottom: 4rem
}
@media (min-width: 56.25em) {
	.c-footer__company-info {
		grid-area: info;
		margin-bottom: 0
	}
}
.c-footer__credit {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	align-items: center;
	display: flex;
	justify-content: center;
	letter-spacing: normal;
	white-space: pre;
	text-decoration: none;
	transition: all .3s ease-in-out;
	transition-property: opacity
}
@media (hover: hover) and (pointer: fine) {
	.c-footer__credit:hover:not(:disabled) {
		opacity: .75
	}
}
@media (min-width: 56.25em) {
	.c-footer__credit {
		grid-area: credit;
		justify-content: flex-end;
		flex-wrap: wrap
	}
}
.c-footer__credit svg {
	display: block;
	height: 3.5rem;
	margin-left: 1.25rem;
	width: 3.5rem
}
.newsletter-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative
}
@media screen and (min-width: 750px) {
	.newsletter-form {
		align-items: flex-start
	}
}
.newsletter-form__field-wrapper {
	width: 100%
}
.newsletter-form__field-wrapper .field__input {
	padding-right: 5rem
}
.newsletter-form__message {
	justify-content: center;
	font-size: 1.8rem;
	display: block
}
.newsletter-form__message--success {
	margin-bottom: 2rem
}
.newsletter-form__message--error {
	margin-top: 1.5rem
}
@media screen and (min-width: 750px) {
	.newsletter-form__message {
		justify-content: flex-start
	}
}
.newsletter-form__button {
	min-width: 11.8rem;
	margin: 0
}
