@font-face {
	font-family: "GTUltraStandardLight";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("GTUltraStandardLight"), local("GTUltraStandardLight"), url("../fonts/GT-Ultra-Standard-Light.woff2") format("woff2"), url("../fonts/GT-Ultra-Standard-Light.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: #000000;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

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

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

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

html {
	font: normal 300 87.5%/1.142 "GTUltraStandardLight", Arial, sans-serif;
}

body {
	font-size: 1rem;
	line-height: 1.375;
	letter-spacing: 0.04rem;
}

.font\:it {
	font-family: "minion-pro-display", serif;
	font-weight: 400;
	font-style: italic;
}

.text\:1 {
	font-size: 0.75rem;
	line-height: 1.3333333;
	letter-spacing: 0.03rem;
}
.text\:2 {
	font-size: 1.75rem;
	line-height: 1.2857142857;
	letter-spacing: 0.08rem;
}
.text\:3 {
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: 0.00375rem;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.project-modal {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.project-modal::-webkit-scrollbar {
	display: none;
}

.about {
	position: relative;
}
.about__upper {
	min-height: 100vh;
}
.about__lower .site-logo {
	position: relative;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}
.about__upper {
	top: 0;
	height: 100vh;
}
.about__upper .site-logo {
	margin: 1.875rem 0 0 2.5rem;
	top: 0;
}
.about__statement {
	position: relative;
	width: 100vw;
}
.about__statement > div {
	margin: 0 0 0 auto;
	text-align: right;
	width: 100%;
}
.about__statement p {
	padding: 2rem 0 5.3125rem 0;
	margin: 0 1.25rem 0 auto;
	max-width: 10rem;
}
.about__founder .content, .about__overview .content {
	padding: 0 1.25rem;
}
.about__founder .content {
	padding: 0 1.25rem 4.75rem 1.25rem;
}
.about__founder--thumbnail {
	border-left: 1px solid #FF3D00;
	padding: 1.25rem 1.0625rem 1.25rem 1.25rem;
}
.about__founder figure,
.about__founder figcaption {
	width: 100%;
}
.about__founder figcaption {
	margin: 1.25rem 0 0 0;
	text-align: right;
}
.about__overview {
	margin: 0 0 7.375rem 0;
}
.about__full-width-image {
	position: relative;
	z-index: 2;
}
.about__full-width-image figcaption {
	margin: 0 0 0 auto;
}

.accordion {
	border-bottom: 1px solid #FF3D00;
	margin: 2.125rem 0 5rem 0;
}
.accordion-item a h2 {
	font-size: 0.75rem;
	letter-spacing: 0.03rem;
	padding: 0.9375rem 0;
	transition: color 250ms ease;
}
.accordion-item {
	border-top: 1px solid #FF3D00;
}
.accordion__trigger {
	display: block;
	position: relative;
}
.accordion__trigger span {
	transform: rotate(0deg);
	transition: transform 250ms ease;
	left: auto;
	right: 0;
	width: 0.9375rem;
	height: 0.9375rem;
	top: calc(50% - 0.5rem);
	position: absolute;
}
.accordion__trigger span::after,
.accordion__trigger span::before {
	content: " ";
	display: block;
	background: #FF3D00;
	width: 0.9375rem;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
}
.accordion__trigger span::after {
	transform: rotate(90deg);
}
.accordion__content {
	display: none;
	padding: 0 0 2.125rem 0;
}

.has-accordion.accordion__trigger h2 {
	color: #FF3D00;
}
.has-accordion.accordion__trigger span {
	transform: rotate(45deg);
}

.contact {
	padding-top: 6.125rem;
}
.contact .content {
	padding: 0 1.25rem 3.75rem 1.25rem;
}
.contact > div > div + div .content {
	padding: 0 1.25rem;
	max-width: unset;
}
.contact > div > div + div .content .flex {
	align-items: flex-end;
}
.contact > div > div + div .content ul.flex {
	align-items: baseline;
	gap: 1.25rem;
	margin: 0 0 0.875rem 0;
}
.contact > div > div + div .content img {
	mix-blend-mode: multiply;
	object-fit: contain;
}
.contact .content + div {
	border-left: 1px solid #FF3D00;
	padding: 1.25rem 1.125rem 0 1.125rem;
}
.contact .copy {
	margin: 0 0 1.25rem 0;
}
.contact .copy + p {
	margin: 0 0 1.25rem 0;
}
.contact a:not(.colour\:highlight) {
	color: #000000;
}
.contact ul {
	list-style: none;
}
.contact li:not(:last-child) {
	margin: 0 0 0.25rem 0;
}
.contact address,
.contact address + p {
	margin: 0.625rem 0 0 0;
	text-align: right;
}

.credit {
	margin: auto 0 0 0;
	padding: 0 0 1.5rem 0;
	text-align: right;
	width: 50%;
}

.error {
	min-height: 100vh;
}
.error__text {
	padding: 15rem 1.25rem 0 1.25rem;
}
.error h2 + p {
	margin: 0.5rem 0 2.5rem 0;
	max-width: 25rem;
}
.landing {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.landing,
.landing figure {
	height: 100vh;
	width: 100vw;
}
.landing__text {
	z-index: 2;
	position: absolute;
	left: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 15.5rem;
}
.process .content {
	max-width: unset;
	padding: 0 0 0 1.25rem;
}
.process__content {
	margin: 3.125rem 0 0 0;
	padding: 0 0 6rem 0;
}
.process__content > div:first-child {
	max-width: 34.6875rem;
	width: 100%;
}
.process__content > div + div::before {
	content: " ";
	display: block;
	height: 100vh;
	width: 1px;
	background: #FF3D00;
}
.process__intro > div {
	width: 100%;
}
.process__intro > div > div {
	max-width: 34.6875rem;
}
.process__intro > div > div + div::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: -0.25rem;
	width: 1px;
	background: #FF3D00;
	height: 200vh;
}
.process__intro > div h2 + p {
	max-width: 27.5rem;
	margin: 0 0 1.5rem 0;
}
.process__images {
	position: relative;
	margin: 3.125rem 0 0 0;
	align-items: flex-end;
	gap: 1.25rem;
	width: 100%;
}
.process__images figcaption {
	position: absolute;
	transform: translateX(100%);
	width: 13.125rem;
	text-align: right;
	right: -1.25rem;
	left: auto;
	padding: 0 1.25rem;
	top: 0;
}
.process__images--left, .process__images--right {
	width: 100%;
}
.process__images--left {
	aspect-ratio: 440/586;
}
.process__images--right {
	aspect-ratio: 210/280;
}
.process__full-width-image {
	position: relative;
	z-index: 2;
}

.project__layout {
	min-height: 100dvh;
	position: relative;
}
.project__layout--lead-images figure {
	width: 100%;
}
.project__layout--lead-images figure + figure {
	margin: 1.25rem 0 0 0;
}
.project__layout--container {
	width: 100%;
}
.project__layout--container > .flex {
	gap: 1.25rem;
}
.project__layout--container > .flex > * {
	width: 100%;
}
.project__layout--container ul {
	margin: 1.5rem 0 1.25rem 0;
}
.project__layout ul {
	list-style: none;
}
.project__layout--images {
	margin: 1.25rem 0 0 0;
}

.project__close {
	position: fixed;
	left: auto;
	right: 1.25rem;
	top: 1.25rem;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.project-layout__images {
	align-items: flex-start;
	margin: 0 0 1.25rem 0;
}
.project-layout__images:last-child {
	margin: 0;
}

.project-modal {
	position: fixed;
	left: auto;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 750ms ease;
	z-index: 99;
	overflow: scroll;
	width: 100%;
}
.project-modal .project__layout--container {
	width: 100% !important;
}

.has-modal {
	overflow: hidden;
}
.has-modal .project-modal {
	transform: translateX(0);
	height: 100vh;
}
.has-modal .project__close {
	opacity: 1;
	pointer-events: all;
}

.project:not(:last-child) {
	margin: 0 0 2.5rem 0;
}
.project figure {
	aspect-ratio: 450/300;
}
.project h2 {
	margin: 1rem 0 0.875rem 0 !important;
}

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

.services {
	padding: 6.25rem 0 0 0;
}
.services .content {
	max-width: 34.6875rem;
}
.services > div:first-child .content {
	padding: 0 1.25rem;
}
.services div + div .content {
	max-width: unset;
}
.services__intro .copy {
	margin: 0 0 2.3125rem 0;
}
.services__intro h2 + p {
	margin: 0 0 1.5rem 0;
}
.services__image {
	width: 100%;
}
.services__image figure {
	aspect-ratio: 670/448;
}
.services__list {
	list-style: none;
}
.services__list li li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1rem;
	padding-left: 1.125rem;
}
.services__list li::marker {
	font-size: 0.75rem;
	line-height: 1;
}
.services__list ul ul {
	margin: 0 0 0.3125rem 0.5rem;
}
.services__list .copy ul {
	padding: 0 0 0 0.75rem;
}
.services figcaption {
	padding: 1.25rem 1.125rem 0 1.125rem;
	width: 13.6875rem;
	text-align: right;
}

.site-logo {
	position: fixed;
	width: 10.375rem;
	z-index: 10;
}
.site-logo path {
	transition: fill 250ms ease;
}

.invert-logo .site-logo path {
	fill: #000000;
}
.invert-logo .landing figure {
	opacity: 0;
}

.site-nav {
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 1.25rem 1.25rem 0 1.25rem;
	z-index: 5;
}
.site-nav .active {
	color: #FF3D00;
}
.site-nav ul {
	padding: 0.875rem 0 2.25rem 1.25rem;
	border-left: 1px solid #FF3D00;
}
.site-nav__bar {
	top: auto;
	position: fixed;
	bottom: 0;
	z-index: 99;
	height: calc(3.125rem + 20px);
	width: 100vw;
}
.site-nav__bar p::after {
	content: " ";
	display: block;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1rem;
	background: orange;
	transform: translateY(20px);
}
.site-nav__bar::before, .site-nav__bar::after {
	content: " ";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #FF3D00;
}
.site-nav__bar::after {
	left: 50%;
	transform: translateX(50%);
}
.site-nav__bar::before {
	content: " ";
	left: 1.25rem;
}
.site-nav__bar p {
	cursor: pointer;
	position: absolute;
	left: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: color 250ms ease;
}

.has-nav .site-nav.mobile {
	opacity: 1;
	pointer-events: all;
}
.has-nav .opened {
	display: block;
}
.has-nav .closed {
	display: none;
}

.opened {
	display: none;
}

.testimonial {
	padding: 6rem 0 0 0;
}
.testimonial > p + h2 {
	margin: 0.5rem 0 2.625rem 0;
}
.testimonial > div {
	margin: 0 0 1.25rem 0;
}

.testimonials .content {
	max-width: unset;
	padding: 0 1.25rem 0 1.25rem;
}

.two-images {
	flex-direction: column;
	gap: 1.25rem;
}
.two-images > * {
	width: 100%;
}

.work {
	padding-top: 5.875rem;
}
.work .grid {
	align-items: flex-start;
}
.work .content {
	max-width: unset;
	padding: 0 0 0 1.25rem;
}
.work .content h2 {
	margin: 0.5rem 0 1.5rem 0;
}
.work ul {
	list-style: none;
}

.content {
	max-width: 34.6875rem;
	width: 100%;
}
.content h2 {
	margin: 0 0 0.5rem 0;
}
.content > p {
	margin: 0 0 1.5rem 0;
}

.copy > *:not(:last-child):not(li) {
	margin: 0 0 1.25rem 0;
}

.desktop {
	display: none;
}

.straps::before, .straps::after {
	content: " ";
	display: block;
	position: fixed;
	top: 0;
	height: 100vh;
	border-left: 1px solid #FF3D00;
	z-index: 1;
}
.straps::before {
	left: 1.25rem;
}
.straps::after {
	content: none;
}

.ar {
	position: relative;
	overflow: hidden;
}
.ar\:thumb {
	aspect-ratio: 210/280;
}
.ar\:full {
	aspect-ratio: 428/571;
	z-index: 1;
}
.ar\:map {
	aspect-ratio: 210/281;
	width: 100%;
}
.ar\:portrait {
	aspect-ratio: 508/667;
}

.bg\:body {
	background: #000000;
}
.bg\:light {
	background: #ffffff;
}
.bg\:highlight {
	background: #FF3D00;
}
.bg\:pale {
	background: #F3F2EB;
}

.colour\:body {
	color: #000000;
}
.colour\:light {
	color: #ffffff;
}
.colour\:highlight {
	color: #FF3D00;
}
.colour\:pale {
	color: #F3F2EB;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}
.grid\:2 {
	gap: 2.5rem;
}

[data-reveal] {
	opacity: 0;
	transition: opacity 500ms ease;
	transition-delay: 500ms;
}

[data-reveal=revealed] {
	opacity: 1;
}

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

.wrap {
	padding: 0 1.25rem 0 1.25rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 400px) {
	html {
		font: normal 300 100%/1.142 "GTUltraStandardLight", Arial, sans-serif;
	}
}
@media screen and (min-width: 860px) {
	html {
		font: normal 300 75%/1.142 "GTUltraStandardLight", Arial, sans-serif;
	}
	.text\:2 {
		font-size: 1.75rem;
		letter-spacing: 0.08rem;
	}
	.about__lower .site-logo {
		padding-top: 2.5rem;
		margin: 0 0 0 25rem;
	}
	.about__upper .site-logo {
		margin: 2.5rem 0 0 25rem;
	}
	.about__statement p {
		padding: 5.75rem 0 5.75rem 0;
	}
	.about__founder .content {
		padding: 0 1.25rem 13.125rem 1.25rem;
	}
	.about__founder .content h2 {
		padding: 0.4375rem 0 0 0;
	}
	.about__founder figure,
	.about__founder figcaption {
		width: 13.125rem;
	}
	.about__overview {
		margin: 0 0 12.875rem 0;
	}
	.about__full-width-image figcaption p {
		text-align: right;
		padding: 1.25rem 1.25rem 0 0;
		margin: 0 0 0 auto;
		width: 13.125rem;
	}
	.accordion {
		padding: 0 !important;
		margin: 11.5rem 0 0 0;
	}
	.accordion-item a h2 {
		font-size: 1rem;
		letter-spacing: 0.04rem;
	}
	.contact {
		padding-top: 11.125rem;
	}
	.contact .content {
		padding: 0 0 13.125rem 1.25rem;
		max-width: 28.75rem;
	}
	.contact .content h2 {
		padding: 1.375rem 0 0 0;
	}
	.contact > div > div + div .content {
		padding: 0 1.25rem 1.5rem 1.25rem;
	}
	.contact > div > div + div .content ul.flex {
		gap: 2.5rem;
		margin: 0 0 1.375rem 0;
	}
	.contact .copy + p {
		margin: 0 0 2.125rem 0;
	}
	.contact address,
	.contact address + p {
		margin: 1.5rem 0 0 0;
	}
	.credit {
		width: 13.125rem;
	}
	.landing__text {
		left: 1.25rem;
	}
	.process {
		padding-top: 9.25rem;
	}
	.process .content {
		padding: 0 1.25rem;
	}
	.process__content > div + div {
		width: 13.125rem;
		margin-right: -1.25rem;
	}
	.process__content {
		padding: 0 0 15rem 0;
	}
	.process__intro > div > div + div {
		width: 13.125rem;
		height: 100%;
		margin-right: -1.25rem;
		position: relative;
	}
	.process__intro > div h2 + p {
		margin: 0 0 2.5rem 0;
	}
	.process__images {
		width: calc(100% - 13.125rem) !important;
	}
	.process__images--left {
		width: 65.57%;
	}
	.process__images--right {
		width: 31.29%;
	}
	.project__layout article {
		padding: 0 1.25rem 0 0;
	}
	.project__layout--lead-images {
		width: calc(50% - 1.25rem) !important;
	}
	.project__layout--container {
		margin: 0 0 0 auto;
		width: 74.65%;
	}
	.project__layout--container > .flex > * {
		width: 50%;
	}
	.project__layout--container ul {
		margin: 2rem 0 1.3125rem 0;
	}
	.project__layout--container.wrap {
		padding: 1.25rem 0 1.25rem 1.25rem;
	}
	.project__layout--synopsis {
		padding: 5rem 0 0 0;
	}
	.project__layout--synopsis > div {
		padding: 0 5.625rem 0 0;
	}
	.project__layout--images {
		margin: 1.25rem 1.25rem 0 0;
	}
	.project-modal {
		width: calc(100% - 23.8125rem);
	}
	.project:not(:last-child) {
		margin: 0 0 2.25rem 0;
	}
	.project h2 {
		margin: 1rem 0 0.625rem 0 !important;
	}
	.service h2 {
		margin: 0 0 0.75rem 0;
	}
	.services {
		padding: 8.375rem 0 0.25rem 0;
	}
	.services div + div .content {
		margin: 9.25rem 0 0 0;
	}
	.services__intro h2 + p {
		margin: 0 0 2.5rem 0;
	}
	.services__image {
		width: calc(100% - 13.125rem);
		padding: 0 0 3.125rem 0;
	}
	.services figcaption {
		border-left: 1px solid #FF3D00;
		width: 13.125rem;
	}
	.site-logo {
		width: 11.4375rem;
	}
	.contrast-nav .site-nav a.colour\:light:not(.active) {
		color: #000000;
	}
	.testimonial {
		padding: 12.5rem 0 0 0;
	}
	.two-images {
		flex-direction: row;
	}
	.two-images > * {
		width: calc(50% - 0.625rem);
	}
	.two-images\:offset-left figure:first-child {
		margin: 0 auto 0 0;
		width: 36.71%;
	}
	.two-images\:offset-right figure + figure {
		margin: 0 0 0 auto;
		width: 36.71%;
	}
	.work {
		padding-top: 12.125rem;
	}
	.work article {
		top: 5.875rem;
		position: -webkit-sticky;
		position: sticky;
	}
	.work .content {
		padding: 0 1.25rem;
	}
	.work .content h2 {
		margin: 0.5rem 0 2.625rem 0;
	}
	.content > p {
		margin: 0 0 2.625rem 0;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.straps::before {
		left: 23.75rem;
	}
	.straps::after {
		content: " ";
		left: auto;
		right: 7.25rem;
	}
	.ar\:full {
		aspect-ratio: 1440/800;
	}
	.ar\:map {
		width: 13.125rem;
	}
	.grid\:2 {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.875rem;
	}
	.wrap {
		padding: 0 7.5rem 0 23.75rem;
	}
}
@media screen and (min-width: 1080px) {
	html {
		font: normal 300 87.5%/1.142 "GTUltraStandardLight", Arial, sans-serif;
	}
}
@media screen and (min-width: 1280px) {
	html {
		font: normal 300 100%/1.142 "GTUltraStandardLight", Arial, sans-serif;
	}
}
@media screen and (max-width: 860px) {
	.about__lower .site-logo {
		padding: 1.875rem 0 0 2.5rem;
	}
	.about__founder--thumbnail {
		padding: 1.25rem 0 5.875rem 1.25rem;
		margin: 0 0 0 auto;
		width: calc(50% + 1px);
	}
	.about__founder .flex {
		flex-direction: column;
	}
	.about__full-width-image figcaption {
		padding: 1.25rem 1.25rem 0 0;
		margin: 0 0 0 auto;
		max-width: 10.875rem;
		text-align: right;
	}
	.contact {
		padding-bottom: 1rem;
	}
	.contact > .wrap > .flex {
		flex-direction: column;
	}
	.contact > div > div + div .content .flex.spacious > * {
		width: 50%;
	}
	.contact > div > div + div .content .flex.spacious > *:first-child {
		border-right: 1px solid #FF3D00;
	}
	.contact .content + div {
		padding: 1.25rem 0 0 1.125rem;
		margin: 0 0 0 auto;
		width: calc(50% + 1px);
	}
	.contact .content + div:first-child {
		width: calc(50% - 1px) !important;
	}
	.contact__concluding {
		padding: 0 !important;
		width: 100% !important;
	}
	.contact__concluding > * {
		padding: 4.5rem 0 2rem 0 !important;
		width: calc(50% - 0.5px) !important;
	}
	.contact__concluding > *:first-child {
		border-right: 1px solid #FF3D00;
		padding: 0 0 0 1.25rem;
		padding-left: 1.25rem !important;
	}
	.landing,
	.landing figure {
		height: calc(100vh - 3.125rem);
	}
	.process {
		padding-top: 5.875rem;
	}
	.process__content > div + div::before {
		content: none;
	}
	.process__intro {
		padding-top: 5.125rem !important;
	}
	.process__intro > div > div + div::before {
		content: none;
	}
	.process__images {
		margin: 2.5rem 0 0 0;
		flex-direction: column;
	}
	.project__layout--container > .flex {
		flex-direction: column;
	}
	.project__layout--container.wrap {
		padding-top: 3.75rem;
		padding-bottom: 1.25rem;
	}
	.project h2.text\:2 {
		font-size: 1.5rem;
	}
	.service h2 {
		margin: 0 0 0.875rem 0;
	}
	.service ul {
		padding: 0 0 0 0.75rem;
	}
	.service .copy {
		margin: 0 0 0 0;
	}
	.services div + div .content .flex {
		flex-direction: column;
	}
	.services figcaption {
		margin: 0 0 0 auto;
	}
	.site-nav {
		width: 50vw;
		top: 0;
		left: 0;
		height: 100dvh;
		background: #F3F2EB;
		border-right: 1px solid #FF3D00;
		opacity: 0;
		pointer-events: none;
		transition: opacity 250ms ease;
		padding: 0 1.25rem 0 1.25rem;
	}
	.site-nav .site-logo {
		margin: 1.875rem 0 0 1.25rem;
	}
	.site-nav ul {
		flex-direction: column;
		display: flex;
		height: 100%;
		padding: 0 0 7.8125rem 1.25rem;
	}
	.site-nav ul li:first-child {
		margin: auto 0 0.625rem 0;
	}
	.site-nav ul li:not(:last-child) {
		margin-bottom: 0.625rem;
	}
	.site-nav__bar {
		height: calc(3.125rem + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
	}
	.site-nav__bar::after {
		left: calc(50% - 1px);
		transform: unset;
	}
	.mobile-nav-fix .site-nav__bar {
		bottom: -0.75rem;
	}
	.testimonial + .testimonial {
		padding: 2.5rem 0 0 0;
	}
}
@media (hover: hover) {
	a:hover {
		color: #FF3D00 !important;
	}
	.accordion__trigger:hover h2 {
		color: #FF3D00;
	}
	.site-nav a:hover {
		color: #FF3D00;
	}
	.site-nav__bar p:hover {
		color: #FF3D00;
	}
}
/*# sourceMappingURL=main.css.map */
