@charset "utf-8";
@font-face {
  font-family: 'MontserratLight';
  font-weight: 300;
  src: url('fonts/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'),
}
@font-face {
  font-family: 'MontserratRegular';
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'),
}
@font-face {
  font-family: 'MontserratSemiBold';
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.eot');
  src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
}
@font-face {
  font-family: 'NotoSerif-Regular';
  font-weight: normal;
  src: url('fonts/NotoSerif-Regular.eot');
  src: url('fonts/NotoSerif-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSerif-Regular.woff2') format('woff2'), url('fonts/NotoSerif-Regular.woff') format('woff'), url('fonts/NotoSerif-Regular.ttf') format('truetype'),
}
@font-face {
  font-family: 'NotoSerif-Bold';
  font-weight: normal;
  src: url('fonts/NotoSerif-Bold.eot');
  src: url('fonts/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSerif-Bold.woff2') format('woff2'), url('fonts/NotoSerif-Bold.woff') format('woff'), url('fonts/NotoSerif-Bold.ttf') format('truetype'),
}
@font-face {
  font-family: 'Barlow-Bold';
  font-weight: normal;
  src: url('fonts/Barlow-SemiBold.eot');
  src: url('fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-SemiBold.woff2') format('woff2'), url('fonts/Barlow-SemiBold.woff') format('woff'), url('fonts/Barlow-SemiBold.ttf') format('truetype'),
}
@font-face {
  font-family: 'Barlow';
  font-weight: normal;
  src: url('fonts/Barlow-Regular.eot');
  src: url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Regular.woff2') format('woff2'), url('fonts/Barlow-Regular.woff') format('woff'), url('fonts/Barlow-Regular.ttf') format('truetype'),
}
html, body {
  width: auto !important;
  
}
html {
  font-size: 16px;
	scrollbar-width:none;
}
body {
  height: 100vh;
/*  cursor: none;*/
}
a {
  text-decoration: none;
  color: inherit;
	cursor:pointer;
}
.bug {background-image: url(images/bug.svg);
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center center;
    background-size: 15px;
    margin-top: 50px;
width:100%;}
/***********************CURSOR ************************/
/*.cursor {
  width: 30px;
  height: 30px;
  background-color:rgba(197, 198, 200, 0.8);
  border-radius: 50%;
  position: absolute;
  transition-duration: 100ms;
  transition-timing-function: ease-out;
 
  pointer-events: none;
  display: flex;
  color: #202833;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  z-index: 10000099;

}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
/*@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}*/
.expand {
  animation: cursorAnim3 1s forwards;
  border: none;
}*/
/*********************BODY*************************/
.randon {
  font-family: 'Noto Serif', serif;
}
.branding {
  display: flex;
  justify-content: center;
	min-width:380px;
  max-width: 720px;
  margin: 0 auto;
}
.branding .column-1 {
  color: var(--d-9-d-9-d-9, #202833);
  font-size: 1.25rem;
  line-height: normal;
  font-family: 'MontserratSemiBold';
  flex: 1;
  text-align: center;
  padding: 20px;
}
.collateral .desk-signs img {
  max-width: 800px;
  width: 90%;
}
header {
    z-index: 99999999;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
}

.intro {
	    margin-top: 320px;
}
.about section {
  text-align: center;
    margin-top: 320px;
}
.column-1 a:hover{
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: #46A29F;
  text-underline-offset: -39px;

}
 .column-3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: #46A29F;
  text-underline-offset: -39px;
  /*  cursor:none;*/
}
.about .column-3 a {  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: #46A29F;
  text-underline-offset: -39px;
   /* cursor:none;*/}


.branding .column-2 {
  flex: 1;
  text-align: center;
}
.branding .column-3 {
  color: var(--d-9-d-9-d-9, #202833);
  font-size: 1.25rem;
  line-height: normal;
  font-family: 'MontserratSemiBold';
  flex: 1;
  text-align: center;
  padding: 20px;
}
.top-nav {
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: #46A29F;
  text-underline-offset: -39px;
}
.about .top-nav {text-underline-offset: -57px;}
.name {
  margin: 0 auto;
  display: flex;
  width: 80%;
  text-align: center;
  color: var(--d-9-d-9-d-9, #202833);
  margin-top: 59px;
  justify-content: center;
  font-family: 'MontserratLight';
  font-size: 0.938rem;
  font-style: normal;
  line-height: normal;
	z-index:999999;
}
.statement {
  color: var(--d-9-d-9-d-9, #202833);
  text-align: center;
  font-family: 'MontserratLight';
  font-size: 3.313rem;
  font-style: normal;
  line-height: normal;
 
  width: 75%;
  margin: 58px auto -50px;
}
.about .statement p, .about .statement a {
  margin-top: 30px;
  font-size: 1.5rem;
}
.about .statement a {
  text-decoration: underline;
}
.intro img {
  width: 90%;
  max-width: 400px;
}

.statementsub {    font-size: 1.4rem;
    margin-top: 25px;
    line-height: 1.9rem;}
.hand-emoji {    font-size: 1.7rem;
    display: inline-block;
    position: relative;
    top: -0.5rem;
    left: -0.5rem}
/*-------------------------- BEGIN WORK 2 up FLEX BOXES ---------------------------*/
content {
  background-color: var(--d-9-d-9-d-9, #202833);
}
.work-two-up {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 123px auto 0 auto;
}
.two-up-item {
  flex: 0 0 calc(50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.two-up-item a {
  text-decoration: none;
  /*cursor: none;*/
}
/* Unique class names for each div */
.box-1 {
  background-image: url('images/testimonial.jpg');
}
.box-2 {
  background-image: url('images/prologis.webp');
	background-color:#46A29F;
}
.box-3 {
  background-image: url('images/desk-signs.jpg');
}
.box-4 {
  background-image: url('images/nvidia-interstitial.jpg');
}
.box-5 {
  background-image: url('images/project-pet-thumb.webp');
}
.box-6 {
  background-image: url('images/referral-lp.jpg');
}
.box-7 {
  background-image: url('images/patio-redux.jpg');
}
.box-8 {
  background-image: url('images/nvidia-heros.jpg');
}

.one-up-project-description {
  display: none;
}
/*-------------------------BEGIN WORK 3-up FLEX BOXES -----------------------*/
.work-three-up {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to the next row */
  width: 100%; /* Set the maximum width */
  margin: 0 auto; /* Center the container */
}
/* Define unique class names for the items */
.three-up-item {
  flex: 1; /* Equal flex distribution for all items */
  box-sizing: border-box; /* Include padding in item dimensions */
  background-size: cover; /* Cover the entire div with the background image */
  background-repeat: no-repeat; /* Prevent background image from repeating */
  background-position: center center; /* Center the background image */
  aspect-ratio: 1; /* Maintain square aspect ratio (1:1) */
  flex-basis: calc(33.33% - 10px);
}
/* Set background images for each item */
.item-1 {
  background-image: url('images/hudson-yds.jpg');
}
.item-2 {
  background-image: url('images/kinetic.jpg');
}
.item-3 {
  background-image: url('images/small-business-loans.jpg');
}
.item-4 {
  background-image: url('images/fast-twitch.jpg');
}
.item-5 {
  background-image: url('images/ooh.jpg');
}
.item-6 {
  background-image: url('images/staying-power.jpg');
}
.item-7 {
  background-image: url('images/skill-saw.jpg');
}
.item-8 {
  background-image: url('images/frb-printed-flyers.webp');
	background-color:#46A29F;
}
.item-9 {
background-image: url('images/charger.webp');
	background-color:#46A29F;
}

/*-------------------------------- ROLLOVER STATES ---------------------------*/
.rollover {
  opacity: 0;
  background: rgba(35, 37, 46, 0.90);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  transition: all .5s;
  color: var(--d-9-d-9-d-9, #C5C6C8);
  text-align: center;
  font-family: 'MontserratLight';
  font-size: 1.75rem;
  font-style: normal;
  line-height: 101.9%;
  cursor: pointer;
}
.rollover:hover {
  transition: all .5s;
  opacity: 1;
}
.rollover .company-name {
  display: none;
}
.project-medium {
  margin-top: 15px;
}
.three-up-item .rollover {
  font-size: 1.15rem;
}
.three-up-item .rollover img {
  width: 35%;
}
/*--------------------------------- MORE WORK ---------------------*/
.more-work {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding-top: 77px;
  padding-bottom: 77px;
  background-color: #202833;
	justify-content: center;
}
/* Make the first row one column */
.more-work-header {
  width: 100%; /* Span one column */
  text-align: center;
  background-color: #202833;
  color: var(--d-9-d-9-d-9, #C5C6C8);
  text-align: center;
  font-family: 'MontserratSemiBold';
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 77px;
}
/* Define the style for each item */
.item {
  box-sizing: border-box; /* Include padding in item dimensions */
  background-color: #202833; /* Background color */
  width: 33.3333%; /* 3 columns */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  color: #C5C6C8;
  text-align: left;
  font-family: 'MontserratSemiBold';
  font-size: 1.063rem;
  font-style: normal;
  line-height: normal;
  padding: 0 90px;
}
.item a {
  font-size: .938rem;
  text-align: left;
  font-style: normal;
  font-family: 'MontserratLight';
  line-height: normal;
  text-decoration-line: underline;
  color: #C5C6C8;
}
.more-project {
  color: #C5C6C8;
  width: 100%;
  font-style: normal;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.more-projects-company {
  font-size: 0.875rem;
}
.column-head {
  text-align: center;
  margin-bottom: 50px;
}
/*-----------------------------PROJECT PAGE ---------------------------*/

.twoUp {display: flex;
    flex-diection: row;
    color: #fff;
    align-items: center;
    width: 75%;
    justify-self: center;
 }
.press { column-gap:6px;display: flex;
    flex-diection: row;align-items: center;
    width: 75%;
    justify-self: center;
	justify-content:center;
flex-wrap:wrap; }

.twoUp img {max-width:658px;}

.project-page article {
  display: flex;
  margin-top: 107px;
  flex-direction: column;
  align-items: center;
}

.project-page .statement {color:#fff; font-size:2.613rem}
.project-page article h2 {
  font-family: 'MontserratSemibold';
  font-weight: normal;
  color: var(--d-9-d-9-d-9, #202833);
  font-size: 3.438rem;
  height: auto;
  letter-spacing: -0.12rem;
  text-align: center;
  width: 90%;
}
.project-info {
  font-family: 'NotoSerif-Regular';
  margin-top: 60px;
  color: var(--d-9-d-9-d-9, #202833);
}
.project-info p {
  margin-bottom: 20px;
  line-height: 125.2%;
}
.project-info strong {
  font-family: 'NotoSerif-Bold';
}
.case-study {
  width: 350px;
  margin-top: 60px;
  width: 500px;
  border-top: 1px dotted;
  padding-top: 60px;
}
.work {
  background-color: var(--d-9-d-9-d-9, #202833);
  width: 100%;
  text-align: center;
  padding: 163px 0;
  margin-top: 130px;
}
.testimonial .work video {
  width: 30%;
  margin: 0 auto;
  max-width: 720px;
}
.kinetic video, .limbo video {
  max-width: 720px;
  width: 90%;
}
.branch-sign video {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}
.desk-signs img {
  padding: 10px;
  
  max-width: 95%;
}
.press img {max-width:400px;}
.referral img {
  width: 85%;
}
.eagle .multi-images img {
  max-width: 1280px;
  width: 85%;
}
.multi-images {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.multi-images img {
  max-width: 100%;
  height: auto;
}
.bottom-nav {
  display: flex;
  flex-direction: row;
  font-family: 'MontserratLight';
  font-size: 1.063rem;
  color: #C5C6C8;
  justify-content: center;
	margin-top:125px;
	margin-bottom:125px;
}
.bottom-nav div {
  padding: 30px;
}
.bottom-nav a {
  text-decoration:underline;
  color: #C5C6C8;
}
.slrooh video {
  margin-bottom: 20px;
}
/*************************** FORM *****************************************/
.contact-form {
  background-color: #202833;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}
.contact-form label {
  color: #fff;
  font-family: 'MontserratLight';
  font-size: 1.2rem;
}
.form-wrapper {
  text-align: left;
  width: 340px;
  margin: 0 auto;
}
#name, #email, #comments {
  width: 335px;
  padding: 5px 3px 5px 3px;
  height: auto;
  font-family: 'MontserratLight';
      font-size: 1.1rem;
  border: 0;
  margin-bottom: 10px;
  margin-top: 5px;
}
.g-recaptcha {
  margin: 30px auto;
  width: 300px;
}
.submit-button {
  text-align: center;
   /* cursor:none;*/
}
.submit-button img {
  width: 160px;
}
.contact-form h2 {
  font-family: 'MontserratRegular';
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 60px;
}

	section.vid {
  height: 1200vh;
  position: relative;
}

section.vid div.holder {
  position: sticky;
  top: 0;
}

section.vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.vid div.story {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--secondary-color);
	font-family: 'MontserratLight';
	color:#fff;
}

section.vid div.story div {
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/*------------------------------------------- FOOTER ---------------------------------*/
footer {
  width: 100%;
  text-align: center;
  background-color: #46A29F;
  font-family: 'MontserratLight';
  font-size: 0.963rem;
  margin: 0 auto;

  padding-bottom: 50px;
}
footer img {
 margin-top:-1px;
  margin-bottom: 20px;
}

footer p {font-size:12px;}