@font-face {
  font-family: Ppmuseum;
  src: url('../fonts/PPMuseum-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Timberwolf;
  src: url('../fonts/TimberWolf-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-NarrowSemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-CondensedBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Ppneuemontrealmono;
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Ppneuemontrealmono Book;
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --white: #fff;
  --lightish-grey: #9ea8a2;
  --brand: #86e0ad;
  --black: #111;
  --teal: #1b2222;
  --orange: #ffa600;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppmuseum, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: var(--lightish-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: #585858;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

h4 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: .15rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  color: var(--lightish-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.25;
}

p {
  color: var(--white);
  margin-bottom: 1rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1rem;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

.navbar {
  z-index: 1000;
  width: 100%;
  padding-top: .75rem;
  display: block;
  position: fixed;
}

.nav-wrap {
  z-index: 1000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1.5rem;
  font-family: Ppmuseum, Georgia, sans-serif;
  display: flex;
  position: relative;
}

.logo {
  padding: 0;
}

.nav-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  padding: 0;
  display: flex;
}

.body {
  color: var(--black);
  background-image: linear-gradient(#1b222299, #1b222299), url('../images/head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.nav-link {
  color: var(--white);
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--brand);
  text-decoration: underline;
}

.wrap {
  z-index: 0;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.section.header {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 2rem;
}

.section.temp {
  background-color: #f000;
}

.section.footer {
  background-color: var(--brand);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.section.pages-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 0;
}

.section.next-project {
  background-color: #000;
  margin-top: 8rem;
  padding-bottom: 8rem;
}

.section.subheading {
  margin-top: 8rem;
}

.section.header-copy {
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.section.about {
  background-color: var(--teal);
  border-top: 0 #86e0ad0d;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.footer {
  background-color: var(--brand);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.header-bg {
  background-image: url('../images/bg.jpg'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
}

.full-width {
  justify-content: center;
  align-items: stretch;
  width: 70%;
  min-width: 1000px;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.full-width.pages-spacing {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-text-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.h-black {
  color: var(--black);
  line-height: 1.25;
}

.writing-container {
  padding-left: 0;
  overflow: visible;
}

.writing-large {
  color: var(--brand);
  text-transform: uppercase;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
}

.writing-large.black {
  color: var(--black);
}

.writing-position-hey {
  margin-top: 4rem;
  margin-left: -2rem;
  display: inline-block;
  transform: rotate(-5deg);
}

.arrow-position-intro {
  margin-top: 4rem;
  display: inline-block;
}

.arrow-1 {
  width: 2.5rem;
}

.arrow-flex {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 48rem;
  padding-right: 16rem;
  display: flex;
}

.arrow-flex.what-i-do {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 25%;
  padding-right: 0;
}

.arrow-flex.my-work {
  max-width: none;
  padding-right: 0;
  display: inline-block;
}

.arrow-flex.kind-words {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4rem;
  padding-right: 0;
}

.arrow-flex.contact {
  padding-right: 0;
}

.shading-trigger {
  height: 0;
}

.temp {
  background-color: #f000;
  width: 100%;
  height: 1000px;
}

.container {
  width: 100%;
  display: flex;
}

.container.right {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 230px;
}

.arrow-2 {
  width: 6.8rem;
}

.arrow-position-what-i-do {
  margin: 0 4rem 6rem 0;
  display: inline-block;
}

._75 {
  border-top-right-radius: 4rem;
  width: 75%;
  position: relative;
  overflow: visible;
}

.arrow-and-text {
  margin-bottom: -8.9rem;
  display: none;
}

.arrow-and-text.my-work {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 12rem;
  margin-bottom: -1rem;
  margin-right: 2rem;
  display: flex;
}

.services-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.grid-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 750px;
  display: flex;
}

.p-header {
  color: #fff;
  min-height: auto;
  margin-bottom: 2rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-header.footer {
  color: #1b2222b0;
  text-align: left;
  margin-bottom: 1rem;
}

.highlight {
  color: var(--brand);
  -webkit-text-stroke-color: #0059ff;
  padding-right: 0;
  font-style: normal;
}

.p-small {
  color: var(--lightish-grey);
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

.grid-header {
  margin-bottom: 2rem;
}

.grid-paragraph {
  font-size: 2rem;
  font-weight: 700;
}

.writing-position-what-i-do {
  margin-bottom: 1rem;
  margin-left: 2rem;
  display: inline-block;
  transform: rotate(-5deg);
}

.container-button {
  padding-top: 4rem;
}

.btn-standard {
  border: 2px none var(--brand);
  color: var(--orange);
  background-color: #3898ec00;
  padding: .5rem 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.btn-standard:hover {
  background-color: var(--brand);
  color: var(--black);
}

.arrow-3 {
  width: 5.4rem;
}

.arrow-position-my-work {
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
}

._25 {
  z-index: 1930;
  border-top-left-radius: 4px;
  border-top-right-radius: 4rem;
  width: 50%;
  height: 100%;
  margin-top: 1px;
  position: static;
  inset: 0%;
}

.container-card {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 8rem;
  padding-right: 0;
  display: flex;
}

.container-card.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.container-card.small-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 0;
}

.container-card.reverse {
  padding-left: 0;
  padding-right: 0;
}

.container-card.down {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
}

.container-card.pages {
  margin-bottom: 8rem;
}

.card-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  position: relative;
}

.card-image.stakester {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 0;
  position: relative;
}

.card-image.sentr {
  position: relative;
}

.card-image.apims {
  background-image: url('../images/apims-folio.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-image.bhf {
  background-image: url('../images/iPhone-Mockup-071-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-image.nzski {
  background-image: url('../images/nzski-test.png'), linear-gradient(#00000080, #00000080), url('../images/mountains.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: contain, auto, cover;
}

.card-image.crumb {
  background-image: url('../images/crumb-desktop1.png'), linear-gradient(#e5b22b, #e5b22b);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
}

.card-description {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
}

.card-description.image-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 4rem;
  position: static;
  inset: auto 0% 0%;
}

.card-description.image-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 3rem;
}

.card-description._2-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-description.small-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
}

.writing-position-my-work {
  margin-left: 0;
  padding-bottom: 4px;
  display: inline-block;
  transform: rotate(8deg);
}

.card-description-p {
  max-width: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

.sentr-vid {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.logo-sentr {
  width: 50%;
  display: none;
}

.darken {
  background-color: #0000004f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.darken.lfs-darken {
  background-color: #0003;
}

.slider {
  height: 100%;
  max-height: 80vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide-wrap {
  width: 100%;
  height: 100%;
}

.slide-wrap.slide-2 {
  background-color: #04655d;
  background-image: url('../images/pheschools-mobiles1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.slide-wrap.slide-5 {
  background-color: #cbc6de;
  background-image: url('../images/s4l-mobile-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.slide-wrap.slide-4 {
  background-color: #07b4d3;
  background-image: url('../images/c4l-dory.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.slide-wrap.slide-1 {
  background-image: url('../images/c4l-home-desktop.png'), linear-gradient(#ffdf2f, #ffdf2f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, auto;
}

.slide-wrap.slide-3 {
  background-color: #af182b;
  background-image: url('../images/bcoc-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slide-wrap.slide-6 {
  background-image: url('../images/nzski-test.png'), linear-gradient(#0000003b, #0000003b), url('../images/mountains.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.slide-wrap.slide-7 {
  background-image: url('../images/theta-ar-1.png'), linear-gradient(#e0e0e0, #e0e0e0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.slide-wrap.slide-8 {
  background-color: #21b5f0;
  background-image: url('../images/home2.png');
  background-position: 50%;
  background-size: contain;
}

.fix-for-hover {
  z-index: 10;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

._2-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.left-col {
  width: 50%;
}

.right-col {
  width: 50%;
  padding-top: 0;
}

.container-card-2col {
  flex-flow: column;
  width: 100%;
  margin-bottom: 16rem;
  display: flex;
}

.container-card-2col.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.quantexa-vid {
  z-index: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-lfs {
  width: 60%;
  display: none;
}

.ports-extension {
  aspect-ratio: 3 / 2;
  background-color: #21b5f0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.poal-image {
  z-index: 100;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  width: 100%;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.background-video-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3.poal {
  background-color: #21b5f000;
}

.logo-sentr-copy {
  width: 50%;
}

.logo-sentr-copy.bhf {
  width: 60%;
  display: none;
}

.quote-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.quotebox {
  flex-flow: row;
  margin-bottom: 16rem;
  display: flex;
}

.quotebox.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.quotebox.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.quote {
  color: var(--white);
  margin-bottom: 2rem;
  font-family: Ppmuseum, Georgia, sans-serif;
  font-size: 2rem;
}

.quote-left-copy {
  flex-flow: row;
  display: flex;
}

.arrow-4 {
  width: 7rem;
}

.writing-position-kind-words {
  margin-bottom: 1rem;
  margin-left: -3.3rem;
  display: inline-block;
}

.arrow-and-text-kind-words {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -8rem;
  margin-bottom: 0;
  padding-left: 12rem;
  padding-right: 12rem;
  display: flex;
}

.arrow-and-text-kind-words.my-work {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: -2rem;
  margin-right: 2rem;
  display: flex;
}

.shading-trigger-mob {
  height: 8rem;
  display: none;
}

.nav-blur {
  background-color: var(--teal);
  height: 2.75rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.header-text-wrap-mob {
  width: 50%;
  max-width: 48rem;
  display: none;
}

.arrow-mob-1, .arrow-3mob {
  display: none;
}

._57 {
  width: 57%;
}

.shading-trigger-footer {
  height: 0;
  display: none;
}

.arrow-and-text-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: -8.4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.arrow-and-text-footer.my-work {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: -2rem;
  margin-right: 2rem;
  display: flex;
}

.contact {
  color: var(--black);
  text-transform: none;
  margin-bottom: 0;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

._50 {
  width: 50%;
  padding-left: 3rem;
}

._50.footer-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

._50.footer-arrow {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.h2-footer {
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 6rem;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 16rem;
  font-weight: 900;
  line-height: 1;
}

.footer-div {
  margin-bottom: 2rem;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 100%;
  display: flex;
}

.writing-position-footer {
  margin-bottom: 1rem;
  margin-left: 0;
  padding-right: 4rem;
  display: inline-block;
  transform: rotate(-5deg);
}

.arrow-position-kind-words {
  margin: 0 -50rem 6rem 0;
  display: inline-block;
}

.h4-footer {
  color: var(--black);
}

.arrow-position-contact {
  margin: 0 0 6rem 0;
  display: inline-block;
}

.body-pages {
  background-color: var(--teal);
  color: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.max-width {
  width: 100%;
  max-width: 1800px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.max-width.pages-spacing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.page-hero {
  height: 85vh;
}

.page-hero.hero-nhs {
  border: 1px none var(--black);
  background-image: url('../images/c4l-test7.png'), linear-gradient(#fde041, #fde041);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.page-hero.hero-stakester {
  border: 1px none var(--black);
  background-image: url('../images/stakester-hero-mockups-2.jpg'), linear-gradient(#57358b, #57358b);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.page-hero.hero-sentr {
  border: 1px none var(--black);
  background-image: url('../images/sentr-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.page-hero.hero-bhf {
  border: 1px none var(--black);
  background-image: url('../images/3phonesBHF.png'), linear-gradient(0deg, #a0003c, #fc0033);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 75%, auto;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.page-hero.hero-quantexa {
  border: 1px none var(--black);
  height: 75vh;
  margin-top: 0;
  display: flex;
}

.page-hero.apims {
  border: 1px none var(--black);
  background-image: url('../images/apims-desktop.png'), url('../images/APIMS-bg-tile2x.png'), linear-gradient(#1d4685, #1d4685);
  background-position: 50%, 50% 100%, 0 0;
  background-repeat: no-repeat, repeat-x, repeat;
  background-size: contain, contain, auto;
  height: 75vh;
  margin-top: 0;
  display: flex;
}

.page-hero.lfs {
  border: 1px none var(--black);
  height: 75vh;
  margin-top: 0;
  display: flex;
}

.page-hero.theta {
  background-image: url('../images/nzski-test.png'), linear-gradient(#00000080, #00000080), url('../images/mountains.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
}

.intro-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.project-intro {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: 50vh;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.project-title {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.project-subtitle {
  color: var(--lightish-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.shading-trigger-project {
  height: 0;
}

.h3-little-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: .35rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: .85rem;
}

.statbox {
  margin-top: 0;
  margin-bottom: 2rem;
}

.plarge {
  font-size: 1.5rem;
}

.stat {
  color: var(--lightish-grey);
  margin-bottom: .15rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
}

.full-width-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-width-image.dory {
  background-color: #253388;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer {
  height: 12rem;
}

.left-align {
  width: 100%;
  display: flex;
}

.right-align {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-image {
  height: 100%;
}

.animation-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.animation-wrap._75 {
  background-color: #ebeae6;
  width: 75%;
}

.animation-wrap._75.s4l {
  background-color: #ddd7e3;
}

.animation-wrap.pages-right-col {
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
}

.animation-wrap.pages-left-col {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.animation-wrap._60 {
  width: 60%;
}

.animation-wrap.s4l {
  background-color: #dcd6e1;
  justify-content: center;
  align-items: stretch;
}

.animation-wrap.dory {
  background-color: #0376b6;
  justify-content: center;
  align-items: stretch;
}

.animation-wrap.phe1 {
  background-color: #05655d;
  justify-content: center;
  align-items: stretch;
}

.animation-wrap.bhf {
  background-color: #a0003c;
  background-image: linear-gradient(#fe0030, #a0003c);
  justify-content: center;
  align-items: stretch;
}

.animation-wrap.quantexa {
  background-color: #1d183a;
  background-image: linear-gradient(#1f1e29a8, #1f1e29a8), url('../images/Untitled-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
}

.animation-wrap.quantexa-copy {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-side, #4b5c6f, #363444);
  justify-content: center;
  align-items: stretch;
}

._2-col-pages {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

._2-col-pages.small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 85%;
}

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

.pages-image {
  width: 100%;
  height: 100%;
}

.pages-image.dory {
  background-color: #08bcd6;
}

.pages-image._75 {
  border-radius: 0;
  width: 75%;
}

.small-width {
  width: auto;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-width.pages-spacing {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-large {
  padding-top: 2rem;
  font-size: 1.25rem;
}

.arrow-and-text-other-projects {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 12rem;
  display: flex;
}

.arrow-and-text-other-projects.my-work {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8rem;
  margin-bottom: -2rem;
  margin-right: 2rem;
  display: flex;
}

.arrow-position-other-projects {
  margin: 0 4rem 6rem 0;
  display: inline-block;
}

.arrow-5 {
  width: 2rem;
}

.projects-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.project-image.pro-bhf {
  background-image: url('../images/bhf-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image.pro-sentr {
  background-image: url('../images/phones-cutout-6.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image.pro-apims {
  background-image: url('../images/apims-folio4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-logo {
  width: 60%;
}

.project-text-link {
  color: var(--white);
  padding-top: 1rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.link-block {
  color: var(--white);
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  color: var(--black);
  text-decoration: underline;
}

.huge-heading {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4svw;
  font-weight: 900;
  line-height: 1;
}

.huge-heading.start {
  color: #ffa60000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--orange);
  margin-bottom: 0;
  font-size: 15svw;
}

.huge-heading.intro {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 4rem;
  font-size: 5rem;
  line-height: 1;
}

.name {
  color: var(--orange);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--orange);
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  display: none;
  position: sticky;
  top: 5px;
}

.huge-heading-copy {
  color: #585858;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 8rem;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph, .italic-text {
  font-weight: 400;
}

.grid-cont {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 100%;
}

.glow {
  color: var(--brand);
}

.white {
  color: var(--lightish-grey);
}

.heading {
  margin-bottom: 1rem;
}

.mainbtn {
  background-color: var(--brand);
  color: var(--black);
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

.mainbtn:hover {
  background-color: var(--white);
  color: var(--black);
}

.grey {
  color: var(--brand);
  text-transform: none;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 6;
}

.text-span {
  color: var(--brand);
  text-transform: uppercase;
}

.card {
  width: 100%;
  text-decoration: none;
}

.card:hover {
  text-decoration: none;
}

.overlay {
  z-index: 1001;
  border: 8px solid var(--brand);
  opacity: 0;
  background-color: #86e0ad00;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-project {
  color: var(--brand);
  text-transform: uppercase;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  display: none;
}

.view-project:hover {
  text-decoration: underline;
}

.work-div {
  height: 1px;
}

._2-col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 6.1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8rem;
  display: grid;
}

.about-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 66%;
  padding-bottom: 8rem;
  display: flex;
}

.h2-section {
  color: var(--brand);
  text-align: center;
  font-size: 4rem;
}

.h2-section.footer {
  color: var(--teal);
  max-width: 40rem;
}

.subhead {
  color: var(--brand);
  text-align: center;
  margin-bottom: 2rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1.25rem;
}

.subhead.footer {
  color: var(--teal);
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
}

.div-block-27 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.grid-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  display: flex;
}

.cta-text {
  color: var(--brand);
  padding-right: 1.5rem;
}

.c4l-quiz {
  background-image: url('../images/c4l-quiz-cards2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
}

.c4l-ux1 {
  background-image: url('../images/c4lgoals.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
}

.hero-width {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.company {
  letter-spacing: 1px;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-weight: 400;
}

.dont-break {
  white-space: nowrap;
}

.paragraph-2 {
  color: var(--lightish-grey);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-2.lead {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.photo {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 3rem;
  display: flex;
}

.footer-content {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.footerlinks {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 3rem;
  display: flex;
}

.webscreens {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff0;
  flex-flow: row;
  width: 100%;
  padding: 4rem 6rem;
  display: flex;
}

.webscreens.apps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
}

.webscreen-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 50%;
  display: flex;
  overflow: hidden;
}

.website {
  border: 8px #acacac;
  border-radius: .5rem;
  box-shadow: 0 10px 30px -10px #000000b8;
}

.list {
  color: var(--lightish-grey);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.list-item {
  padding-left: 1rem;
}

.project-details {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
}

.details-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.view-project-small {
  color: var(--brand);
  text-transform: uppercase;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.view-project-small:hover {
  text-decoration: underline;
}

.stats-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: relative;
}

.stats-wrap {
  z-index: 1;
  margin-bottom: 1rem;
  position: sticky;
  top: 8rem;
  bottom: 0;
}

.details-grid-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.project-details-copy {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.project-details-left {
  z-index: 1;
  width: 25%;
  position: sticky;
  top: 5px;
}

.project-details-central {
  width: 50%;
}

.project-details-right {
  width: 25%;
}

.image-3 {
  width: 100%;
}

.pool-table {
  background-image: url('../images/Untitled---1-of-1-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.quotation {
  border-top: 1px none var(--brand);
  border-bottom: 0px none var(--brand);
  border-left: 1px solid var(--brand);
  color: var(--brand);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: 3rem;
  font-family: Ppneuemontrealmono Book, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.quotation.lead {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.copy-header {
  color: var(--white);
  text-transform: none;
  margin-bottom: 4rem;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.sentr-image {
  background-image: url('../images/photo2bw.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
}

.sentr-logo {
  aspect-ratio: 2;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.sentr-logo-image {
  width: 50%;
}

.sentr-home {
  width: 100%;
  height: 100%;
}

.quantexa-video {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lfs-video {
  width: 100%;
  height: 100%;
}

.lfs-logo {
  aspect-ratio: 2;
  background-image: linear-gradient(#140e18, #140e18);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lfs-logo-wrap {
  width: 45%;
  padding-bottom: 1rem;
}

.sentr-logo-copy {
  aspect-ratio: 2;
  background-color: #141414b0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.image-4 {
  width: 100%;
}

.lfs-mockup {
  background-color: #140e18;
}

.scti {
  background-color: #458cb5;
}

.theta-report {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.poal-wrap {
  background-color: #0c3663;
}

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

.testimonial17_content-2 {
  border: 1px #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70rem;
  height: auto;
  padding: 8rem 2rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial17_rating-wrapper-2 {
  color: #eb71b3;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

._5-stars {
  color: #fff;
  height: 3rem;
}

.testy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Timberwolf, Georgia, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.testimonial17_client-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  font-size: .9rem;
  display: flex;
}

.testimonial17_client-info-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}

.text-weight-semibold {
  color: #eb71b3;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
}

.apims-logo {
  aspect-ratio: 2;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fade-in {
  z-index: 20000;
  background-color: #1a2221;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.loading-text {
  color: var(--brand);
  font-family: Ppformula, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 900;
}

.div-block-30 {
  background-color: var(--brand);
  width: 60px;
  height: 60px;
}

.div-block-27-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
}

@media screen and (max-width: 991px) {
  h1 {
    color: var(--white);
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3, h4 {
    color: var(--white);
  }

  .navbar {
    z-index: 1000;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-wrap {
    height: auto;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    background-image: linear-gradient(#1b2222cc, #1b2222cc), url('../images/mobile-bg2.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .mega-wrap {
    overflow: hidden;
  }

  .section {
    background-color: var(--teal);
  }

  .section.header {
    background-color: #1110;
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section.footer {
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    padding-top: 2rem;
  }

  .section.pages-section {
    padding-top: 0;
  }

  .section.next-project {
    margin-top: 0;
    padding-top: 8rem;
  }

  .section.header-copy {
    background-color: #1110;
    background-image: linear-gradient(180deg, #0000 35%, var(--black));
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
    padding-bottom: 0%;
  }

  .section.about {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .section.shader {
    padding-top: 0;
  }

  .full-width {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-width.pages-spacing {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4rem;
  }

  .header-text-wrap {
    width: auto;
    padding-bottom: 4rem;
    display: none;
  }

  .writing-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .writing-large {
    overflow: visible;
  }

  .writing-large.andy {
    margin-bottom: 0;
    font-size: 4rem;
  }

  .writing-position-hey {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: -.7rem;
    display: flex;
  }

  .arrow-container {
    width: 100%;
    display: block;
  }

  .arrow-position-intro {
    display: none;
  }

  .arrow-flex.what-i-do {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .arrow-flex.my-work {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .arrow-flex.kind-words {
    justify-content: center;
    align-items: flex-start;
  }

  .arrow-flex.contact {
    display: none;
  }

  .shading-trigger {
    height: 0;
  }

  .arrow-2 {
    display: none;
  }

  .arrow-position-what-i-do {
    margin-bottom: 3rem;
  }

  ._75 {
    width: 100%;
  }

  .arrow-and-text {
    margin-bottom: 0;
  }

  .arrow-and-text.my-work {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }

  .services-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-block {
    min-width: 0;
  }

  .p-header {
    margin-bottom: 1rem;
  }

  .p-header.footer {
    text-align: left;
  }

  .writing-position-what-i-do {
    text-align: center;
    width: 100%;
    margin-left: auto;
    padding-top: 3rem;
    padding-bottom: 0;
    padding-right: 2rem;
    transform: rotate(3deg);
  }

  .container-button {
    padding-left: 1rem;
  }

  .arrow-3 {
    margin-left: 8rem;
    display: none;
  }

  ._25 {
    width: 100%;
  }

  .container-card {
    flex-flow: column;
    margin-bottom: 6rem;
  }

  .container-card.reverse {
    flex-flow: column-reverse;
  }

  .card-description.image-left, .card-description.image-right, .card-description.small-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .writing-position-my-work {
    width: auto;
    margin-left: 2rem;
    margin-right: 0;
  }

  .card-description-p {
    max-width: 35rem;
  }

  ._2-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .left-col {
    width: 100%;
  }

  .right-col {
    width: 100%;
    padding-top: 0;
  }

  .ports-extension {
    padding-left: 0;
    padding-right: 0;
  }

  .poal-image {
    aspect-ratio: 3 / 2;
  }

  .quotebox.left, .quotebox.right {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote {
    font-size: 1.75rem;
  }

  .arrow-and-text-kind-words {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shading-trigger-mob {
    height: 0;
    display: block;
  }

  .nav-blur {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .header-text-wrap-mob {
    width: auto;
    margin-top: -.5rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .arrow-mob-1 {
    width: 2.2rem;
    margin-left: 6rem;
    display: block;
  }

  .arrow-3mob {
    width: 4.4rem;
    display: block;
  }

  ._57 {
    width: 100%;
  }

  .shading-trigger-footer {
    height: 0;
  }

  .arrow-and-text-footer {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  ._50.footer-wrap {
    width: 100%;
    height: auto;
    padding-left: 1rem;
  }

  ._50.footer-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .h2-footer {
    padding-right: 1.5rem;
    font-size: 1.75rem;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .writing-position-footer {
    padding-right: 0;
  }

  .arrow-position-kind-words {
    margin-bottom: 3rem;
  }

  .copyright {
    margin-top: 4rem;
  }

  .arrow-position-contact {
    margin-bottom: 3rem;
  }

  .max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero.hero-nhs, .page-hero.hero-stakester, .page-hero.hero-sentr, .page-hero.hero-bhf, .page-hero.hero-quantexa, .page-hero.apims, .page-hero.lfs {
    height: 50vh;
  }

  .intro-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shading-trigger-project {
    height: 0;
  }

  .animation-wrap._75 {
    width: 100%;
  }

  .animation-wrap.pages-right-col {
    width: 100%;
    margin-top: 0;
  }

  .animation-wrap.pages-left-col, .animation-wrap._60, .animation-wrap.s4l._75 {
    width: 100%;
  }

  ._2-col-pages {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .small-width {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .arrow-and-text-other-projects {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-position-other-projects {
    margin-bottom: 3rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .huge-heading.intro {
    font-size: 4rem;
  }

  .grey {
    font-size: 4svw;
  }

  .work-div {
    height: 0;
  }

  ._2-col-grid {
    grid-row-gap: 3rem;
    padding-bottom: 4rem;
  }

  .section-header {
    width: 100%;
    padding-bottom: 2rem;
  }

  .h2-section {
    text-align: left;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 3.5rem;
  }

  .subhead {
    text-align: left;
  }

  .div-block-27 {
    grid-row-gap: 31px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-block-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cta {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-width {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footerlinks {
    padding-top: 0;
    padding-bottom: 4rem;
    padding-left: 0;
  }

  .project-details {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .details-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stats-wrap {
    position: relative;
    top: 0;
  }

  .details-grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .project-details-copy {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .testimonial17_content-2 {
    height: auto;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._5-stars {
    height: 2rem;
  }

  .testy {
    font-size: 2rem;
  }

  .text-weight-semibold {
    font-size: .8rem;
  }

  .div-block-27-copy {
    grid-row-gap: 31px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .project-title, .project-subtitle {
    font-size: 3.5rem;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .webscreens {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }

  .webscreen-wrap {
    max-width: 100%;
  }

  .testimonial17_content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial17_client-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .contact {
    word-break: break-all;
  }

  .project-title, .project-subtitle {
    font-size: 3rem;
  }

  .project-text-link {
    font-size: 1.25rem;
  }

  .huge-heading.intro {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 3rem;
  }

  .h2-section {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_24d02a5f-a830-7358-affe-fbbfebb6466d-8f102188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65aedd5d-80d0-8661-7ce8-dd5c055dc7a4-8f102188 {
  align-self: start;
}

#w-node-_65aedd5d-80d0-8661-7ce8-dd5c055dc7c5-8f102188, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-e31161e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-e31161e9 {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-e31161e9, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-785a742b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-785a742b {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-785a742b, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-3a7b43be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-3a7b43be {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-3a7b43be, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-c6fe8e66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-c6fe8e66 {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-c6fe8e66, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-639d3e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-639d3e4c {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-639d3e4c, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-63bf217c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-63bf217c {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-63bf217c, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-9ba5ed85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02b9231-8be8-cd98-f46b-37ed4cbb47ae-9ba5ed85 {
  align-self: start;
}

#w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-9ba5ed85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_24d02a5f-a830-7358-affe-fbbfebb6466d-8f102188 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_65aedd5d-80d0-8661-7ce8-dd5c055dc7c5-8f102188 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-e31161e9, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-e31161e9, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-785a742b, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-785a742b, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-3a7b43be, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-3a7b43be, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-c6fe8e66, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-c6fe8e66, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-639d3e4c, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-639d3e4c, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-63bf217c, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-63bf217c, #w-node-_67654f45-739b-b626-6289-fd70ed85bb97-9ba5ed85, #w-node-_7f97d997-7f34-8d02-cd19-2193b33fcc4b-9ba5ed85 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Ppmuseum';
  src: url('../fonts/PPMuseum-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Timberwolf';
  src: url('../fonts/TimberWolf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-NarrowSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-CondensedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ppneuemontrealmono Book';
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}