@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Newtitle;
  src: url('../fonts/NewTitle-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Newtitle;
  src: url('../fonts/NewTitle-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--copy-bright: #eeebdc;
  --font-family--geist: Geist, sans-serif;
  --color--copy-dark: #1d1d1b;
  --font-family--newtitle: Newtitle, Impact, sans-serif;
  --heading--h1: 10rem;
  --heading--h2: 8rem;
  --heading--h3: 6rem;
  --heading--h4: 4.5rem;
  --heading--h5: 3rem;
  --heading--h6: 1.5rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>: #b4b4b4;
  --text-size--small: 1.1rem;
  --text-size--large: 1.5rem;
  --color--transparent: transparent;
  --border-radius--round: 999rem;
  --spacing--xl: 7.5rem;
  --spacing--xs: .8rem;
  --container--large: 100rem;
  --container--small: 60rem;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
  --spacing--md: 4.5rem;
  --color--copy-grey: #757575;
  --spacing--xxs: .5rem;
  --border-radius--small: .75rem;
  --border-radius--medium: 2.5rem;
  --color--white: white;
  --color--accent-color: #fc762d;
  --color--background-dark-1: var(--color--copy-dark);
  --container--medium: 80rem;
  --container--tiny: 32rem;
  --text-size--tiny: .9rem;
  --text-size--medium: 1.25rem;
}

body {
  background-color: var(--color--copy-bright);
  font-family: var(--font-family--geist);
  color: var(--color--copy-dark);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-family: var(--font-family--newtitle);
  font-size: var(--heading--h1);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

label {
  margin-bottom: .3rem;
  display: block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey\<deleted\|variable-9956ef44-55fe-a8dc-bc68-6dccf8e2e07c\>);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.heading-style-h6 {
  font-family: var(--font-family--newtitle);
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 500;
  line-height: 1.1;
}

.copy-medium {
  font-size: var(--text-size--small);
  letter-spacing: .05px;
  max-width: 65ch;
  line-height: 1.4;
}

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
  line-height: 1;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.button {
  border: .15em solid var(--color--transparent);
  border-radius: var(--border-radius--round);
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  text-align: center;
  letter-spacing: .03rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark);
}

.button.is-bright {
  background-color: var(--color--copy-bright);
  color: var(--color--copy-dark);
}

.button.is-bright.is-secondary {
  border-color: var(--color--copy-bright);
  background-color: var(--color--transparent);
  color: var(--color--copy-bright);
  font-size: 1rem;
}

.button.is-bright.is-secondary.is-large:hover {
  text-decoration: none;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

.spacer-sm-start.spacer-sm-end {
  grid-column-gap: var(--spacing--sm);
  grid-row-gap: var(--spacing--sm);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

.heading-style-h1 {
  font-family: var(--font-family--newtitle);
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  text-transform: none;
  font-weight: 900;
  line-height: .85;
}

.text-align-center {
  text-align: center;
}

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.header {
  margin-right: 0;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.page-padding {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
}

.page-padding.menu {
  background-color: var(--color--copy-bright);
  padding-right: 0;
}

.heading-style-h3 {
  font-family: var(--font-family--newtitle);
  font-size: var(--heading--h3);
  letter-spacing: .005em;
  text-transform: none;
  line-height: 1.1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-inner.footer {
  padding-top: var(--spacing--sm);
  padding-bottom: var(--spacing--sm);
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.header-button {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
  text-decoration: none;
}

.copy-tiny-2 {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.intro-title {
  margin-bottom: var(--spacing--md);
  line-height: .9;
}

.header-right {
  background-color: var(--color--copy-dark);
  color: #757575;
}

.section-intro {
  position: relative;
}

.nav-main {
  z-index: 999;
  border-bottom: 1px solid var(--color--copy-grey);
  background-color: var(--color--transparent);
  position: absolute;
  inset: 0% 0% auto;
}

.intro-pre-title {
  letter-spacing: .05em;
  font-size: 1.4em;
  line-height: .9;
}

.intro-pre-title.text {
  max-width: 50ch;
  line-height: 1.3;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.section-page-intro {
  background-color: var(--color--copy-bright);
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-title {
  font-family: var(--font-family--newtitle);
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-skills {
  margin-left: 0;
  font-size: 8vw;
}

.page-intro-title.is-skills.small {
  font-size: 4vw;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
}

.page-intro-title.is-animation {
  margin-left: 3em;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.page-intro-title-small {
  letter-spacing: .02em;
  text-transform: none;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 0;
}

.section-after-intro-text {
  z-index: 3;
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-splitscreen-top, .page-intro-splitscreen-bottom {
  background-color: var(--color--copy-dark);
  width: 100%;
  height: 0%;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.image-placeholder {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.image {
  max-width: 35%;
  position: absolute;
  inset: auto -8% 100% auto;
}

.image.grey {
  opacity: .2;
  max-width: 20%;
  inset: auto auto -151% -27%;
  transform: rotate(20deg);
}

.image.grey.b {
  inset: 30% -40% auto auto;
  transform: rotate(40deg);
}

.logo {
  width: 220px;
}

.div-block {
  grid-column-gap: var(--spacing--xxs);
  grid-row-gap: var(--spacing--xxs);
  flex-flow: column;
  display: flex;
}

.footer-main {
  z-index: 999;
  border-bottom: 1px solid var(--color--copy-grey);
  background-color: var(--color--transparent);
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

  .header-inner {
    padding-top: 0;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .page-intro-title.is-skills {
    font-size: var(--heading--h1);
  }

  .page-intro-title-small.is-best-in-class {
    font-size: var(--heading--h6);
  }

  .section-after-intro-text {
    padding-top: 12em;
  }
}

@media screen and (max-width: 767px) {
  .page-padding.menu {
    padding-left: 0;
  }

  .header-inner {
    padding-top: 0;
  }

  .header-inner.footer {
    flex-flow: column;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .header-right {
    background-color: var(--color--copy-dark);
    width: 100vw;
  }

  .header-right.w--current {
    width: 40vw;
  }

  .header-left {
    padding-left: var(--spacing--sm);
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-intro-wrapper {
    padding-top: 15em;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-skills {
    font-size: var(--heading--h2);
    margin-left: 0;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .page-intro-title-small {
    font-size: 5vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .image {
    max-width: 30%;
  }

  .image.grey {
    bottom: -74%;
  }

  .logo {
    width: 160px;
  }
}

@media screen and (max-width: 479px) {
  .copy-medium {
    font-size: var(--text-size--large);
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1em;
  }

  .header-button-wrapper, .header-button {
    width: 100%;
  }

  .header-right.w--current {
    width: 100vw;
  }

  .header-left {
    flex-flow: row;
    font-size: .8em;
  }

  .page-intro-wrapper {
    padding-top: 5em;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .image {
    right: -10%;
  }

  .image.grey {
    bottom: -114%;
    left: 0%;
  }

  .image.grey.b {
    display: none;
    top: 130%;
    right: -10%;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newtitle';
  src: url('../fonts/NewTitle-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newtitle';
  src: url('../fonts/NewTitle-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newtitle';
  src: url('../fonts/NewTitle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newtitle';
  src: url('../fonts/NewTitle-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newtitle';
  src: url('../fonts/NewTitle-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}