@font-face {
	font-family: "SelectaRegular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("Selecta-Regular"), local("Selecta-Regular"), url("Selecta-Regular.woff2") format("woff2"), url("Selecta-Regular.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	color: #ffffff;
	background: #fff;
	padding: 1rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.2;
	overscroll-behavior: none;
}

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

ul {
	list-style: none;
}

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

h1 {
	font-size: inherit;
	font-weight: normal;
}

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

html {
	font: normal 400 100%/1 "SelectaRegular", Helvetica, Arial, sans-serif;
}

body {
	font-size: 1rem;
}

body {
	flex-direction: column;
	justify-content: space-between;
	height: 100svh;
	width: 100vw;
	row-gap: 1.625rem;
	position: relative;
}
body header {
	margin: 0 0 3.25rem 0;
}

.copy {
	display: flex;
	flex-direction: column;
	height: calc(100svh - 6.125rem);
	justify-content: space-between;
	margin: 0 0 0 auto;
	width: 100%;
}
.copy p:not(:last-child) {
	margin: 0 0 1.125rem 0;
}
.copy__upper div + div {
	margin: 1rem 0 0 0;
}
.copy__lower {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin-bottom: 0.75rem;
}
.copy__start {
	cursor: pointer;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	border-radius: 4.75rem;
	height: 12.8125vw;
	width: 58.4375vw;
}
.copy__instagram {
	display: block;
	background: #ffffff;
	border-radius: 50%;
	width: 12.8125vw;
	height: 12.8125vw;
}
.copy__social {
	margin: 0 !important;
}
.copy__copy {
	display: block;
	width: 12.8125vw;
	height: 12.8125vw;
	position: relative;
}
.copy__copy::before, .copy__copy::after {
	content: " ";
	display: block;
	width: 2px;
	background: #ffffff;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.copy__copy::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.logo {
	width: 100%;
}

.statements {
	line-height: 1;
	color: #50D718;
	position: absolute;
	display: none;
}
.statements__copy, .statements__social {
	display: none;
}
.statements__copy p, .statements__social p {
	text-align: center;
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
}
.statements__copy p {
	transform: translateY(-100%) rotate(45deg);
}

.has-social-statement .statements__social {
	display: block;
}
.has-social-statement .statements__social p {
	opacity: 1;
}

.has-copy-statement .statements {
	display: block;
}
.has-copy-statement .statements__copy {
	display: block;
}
.has-copy-statement .statements__copy p {
	opacity: 1;
}

::selection {
	background: #50D718;
	color: #ffffff;
}

.bg\:body {
	background: #ffffff;
}
.bg\:brand {
	background: #111111;
}
.bg\:highlight {
	background: #50D718;
}

.flex {
	display: flex;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 500px) {
	.copy__upper {
		width: 59.31vw;
	}
}
@media screen and (min-width: 860px) {
	body {
		padding: 2rem 2rem 1.75rem 2rem;
	}
	body {
		font-size: 1.125rem;
	}
	body {
		row-gap: 2.125rem;
	}
	body header {
		margin: 0;
		position: absolute;
		top: 2rem;
		left: 2rem;
	}
	.copy {
		height: 100%;
		width: 42.25rem;
	}
	.copy p:not(:last-child) {
		margin: 0 0 1.625rem 0;
	}
	.copy__upper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem;
		max-width: unset;
		width: auto;
	}
	.copy__upper div + div {
		margin: 0;
	}
	.copy__lower {
		gap: 1.75rem;
	}
	.copy__start {
		font-size: 4.625rem;
		height: 9.3125rem;
		width: 20rem;
	}
	.copy__instagram {
		height: 9.3125rem;
		width: 9.3125rem;
	}
	.copy__copy {
		width: 9.3125rem;
		height: 9.3125rem;
	}
	.statements {
		display: block;
		font-size: 4rem;
		top: 60%;
		width: 24rem;
	}
}
@media screen and (min-width: 1100px) {
	body {
		padding: 2.25rem 2rem 1.75rem 2rem;
	}
	body {
		font-size: 1.25rem;
	}
	body header {
		top: 2.25rem;
	}
	.copy__lower {
		margin-bottom: 0;
	}
	.statements {
		font-size: 4.75rem;
		top: 50%;
		width: 42rem;
	}
}
@media screen and (max-width: 859px) {
	.copy__start {
		font-size: 5vw;
	}
	.statements {
		top: auto;
		bottom: 0;
		width: 100%;
		right: 0;
		left: 0;
	}
	.statements__copy p {
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
		bottom: 18.32vw;
	}
}
@media (hover: hover) {
	.copy__start:hover {
		border: 2px solid #50D718;
		background: #50D718;
	}
	.copy__instagram:hover {
		background: #50D718;
	}
	.copy__copy:hover::before, .copy__copy:hover::after {
		background: #50D718;
	}
}
/*# sourceMappingURL=main.css.map */
