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

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

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

a {
	color: #214835;
	text-decoration: none;
}

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

ul {
	list-style: none;
}

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

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

html {
	font: normal 400 90%/1 "Grotesque", Helvetica, Arial, sans-serif;
	line-height: 1.2;
}

body {
	font-size: 0.9375rem;
}

.text\:header {
	font-size: 1.875rem;
}

.site-header {
	padding: 0 0 3.25rem 0;
	width: 100%;
}

.logo {
	display: block;
	margin: 0.125rem 0 0 auto;
	height: 1.5rem;
	width: 1.5rem;
}

main {
	flex-direction: column;
	padding: 1.875rem;
}

.promo {
	flex-direction: column;
	position: relative;
}
.promo p.mobile {
	max-width: 22rem;
}
.promo p {
	order: 1;
	max-width: 31.3125rem;
}
.promo img {
	border-radius: 1.25rem;
	order: 3;
	width: 100%;
}
.promo h2 {
	font-size: inherit;
	text-decoration: underline;
}
.promo form {
	align-items: center;
	flex-direction: column;
	padding: 0.9375rem 0;
	row-gap: 0.9375rem;
}
.promo form input[type=email] {
	color: #214835;
}
.promo form input[type=submit] {
	font-weight: 400;
	font-style: normal;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: 1.25rem 0.625rem;
	background-position: calc(100% - 1rem) center;
}
.promo form input[type=submit]:hover {
	background-image: url("../images/arrow-green.svg");
	background-repeat: no-repeat;
	background-size: 1.25rem 0.625rem;
	background-position: calc(100% - 1rem) center;
	background-color: #214835;
	color: #8DFFC6;
}
.promo form > *:not(.instagram) {
	border: 1px solid #214835;
	border-radius: 1.5625rem;
	font-family: inherit;
	font-size: 0.9375rem;
	padding: 0.75rem 1rem 0.5rem 1rem;
	text-align: left;
	width: 100%;
}
.promo article {
	order: 2;
}
.promo article > div > div {
	color: #214835;
	margin: 1.625rem 0 0.9375rem 0;
	width: 15.375rem;
}
.promo article > div > div *:not(:last-child) {
	margin: 0 0 1.125rem 0;
}

.is-safari input[type=email] {
	padding: 0.6875rem 1rem 0.5625rem 1rem;
}

.desktop {
	display: none;
}

.instagram {
	background-image: url("../images/instagram-dark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto 0 1.1875rem auto;
	height: 1.25rem;
	width: 1.25rem;
}

.bg\:background {
	background: #F6F7ED;
}
.bg\:body {
	background: #214835;
}
.bg\:light {
	background: #E6FFE1;
}
.bg\:green {
	background: #8DFFC6;
}

.colour\:background {
	color: #F6F7ED;
}
.colour\:body {
	color: #214835;
}
.colour\:light {
	color: #E6FFE1;
}
.colour\:green {
	color: #8DFFC6;
}

.flex {
	display: flex;
}

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

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 414px) {
	html {
		font: normal 400 100%/1 "Grotesque", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 860px) {
	html {
		font: normal 400 70%/1 "Grotesque", Helvetica, Arial, sans-serif;
	}
	body {
		font-size: 1.25rem;
	}
	.text\:header {
		font-size: 2.5rem;
	}
	.site-header {
		padding: 0 0 2.5rem 0;
	}
	.site-header p {
		max-width: 41.5rem;
	}
	.logo {
		margin: 0;
		height: 3.375rem;
		width: 3.375rem;
	}
	html,
body,
main {
		height: 100%;
	}
	main {
		justify-content: space-between;
		padding: 2.5rem;
	}
	.promo {
		display: block;
	}
	.promo form {
		column-gap: 1.25rem;
		flex-direction: row;
		padding: 2.375rem 0 0 0;
		row-gap: 0;
	}
	.promo form input[type=submit]:hover {
		background-position: calc(100% - 1.25rem) center;
		background-size: 1.25rem 0.625rem;
	}
	.promo form input[type=submit] {
		background-position: calc(100% - 1.25rem) center;
		background-size: 1.25rem 0.625rem;
	}
	.promo form > *:not(.instagram) {
		font-size: 1.25rem;
		padding: 0.75rem 1.25rem 0.5rem 1.25rem;
		width: 33.3%;
	}
	.promo article {
		position: absolute;
		top: auto;
		left: auto;
		bottom: 2.5rem;
		right: 0;
	}
	.promo article > div > div {
		color: #F6F7ED;
		margin: 0;
		width: 27.8125rem;
	}
	.promo article > div > div *:not(:last-child) {
		margin: 0 0 1.5625rem 0;
	}
	.is-safari input[type=email] {
		padding: 0.625rem 1.25rem 0.625rem 1.25rem;
	}
	.column {
		width: 46.875vw;
		max-width: 62.5rem;
	}
	.desktop {
		display: block;
	}
	.instagram {
		background-image: url("../images/instagram-light.svg");
		margin: 0 2.5rem 0 auto;
		height: 1.875rem;
		width: 1.875rem;
	}
	.mobile {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	html {
		font: normal 400 80%/1 "Grotesque", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1440px) {
	html {
		font: normal 400 90%/1 "Grotesque", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1680px) {
	html {
		font: normal 400 90%/1 "Grotesque", Helvetica, Arial, sans-serif;
	}
}
/*# sourceMappingURL=main.css.map */
