:root {
  --light-grey: #fbfbfb;
  --color-grey: #cecece;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 140px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: underline;
}

ul, ol {
  max-width: 750px;
  margin: 0 auto 10px;
  padding-left: 40px;
}

li {
  padding-top: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-image: var(--image-49f663a);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 37px;
  border-top: 1px solid #000;
  border-left: 0 solid #000;
  max-width: 750px;
  margin: 20px auto 60px;
  padding: 20px 0 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

figcaption {
  color: #a6a6a6;
  text-align: center;
  margin-top: 5px;
  font-size: 28px;
  font-weight: 400;
}

.fixed-nav {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 46px;
  height: 100%;
  padding-top: 5px;
}

.nav-link {
  margin-left: 40px;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 100px 0 0;
}

.footer-flex-container {
  text-align: left;
  border-top: 1px solid #cecece;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.section.instagram {
  min-height: 140vh;
  position: relative;
  overflow: hidden;
}

.section.static-hero {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  padding-top: 100px;
  display: flex;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 20px;
}

.container.nav-container {
  padding-top: 0;
  padding-bottom: 0;
}

.container.flex-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.hero-text {
  font-size: 350px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.black-box {
  background-color: #000;
}

.white-text {
  color: #fff;
}

.hero-picture {
  width: 100%;
}

.section-hero {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.section-hero.full-height {
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hero-text-container {
  position: relative;
}

.hero-text-content {
  width: 200vw;
  position: absolute;
  top: 10vh;
  bottom: auto;
  left: 0;
  right: auto;
}

.hero-black-text {
  z-index: 1;
  position: relative;
}

.hero-white-text {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero-hello-text {
  text-align: left;
  position: relative;
  top: 80px;
}

.hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.content.horizontal {
  align-items: flex-start;
  display: flex;
}

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

.link {
  flex: 0 auto;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.link.footer-link {
  color: #000;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 20px;
}

.link.link-margin {
  margin-right: 20px;
}

.link.white {
  color: #fff;
}

.link-underline {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-underline.thick {
  height: 10px;
}

.link-underline.white {
  background-color: #fff;
}

.nav-bg-white {
  z-index: -1;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, .88) 21%, rgba(255, 255, 255, 0) 91%);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.project-bg-color {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-bg-color.black {
  background-color: #000;
}

.project-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item:hover {
  text-decoration: none;
}

.project-collection-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.project-collection-list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.project-item-title.white {
  color: #fff;
}

.project-item-arrow {
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-item-image {
  z-index: -1;
  opacity: 0;
  height: 40vh;
  margin-top: -20vh;
  margin-left: -150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-arrow {
  opacity: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(-10px);
}

.horizontal-scroller {
  width: 100%;
  height: 150vh;
  position: relative;
}

.horizontal-scroller.hero {
  height: 200vh;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.category-acronym.top-left {
  color: #fff;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.horizontal-scroller-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-grey {
  z-index: -2;
  background-color: var(--light-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light {
  color: #231f20;
  font-weight: 300;
}

.horizontal-scroll-track {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroller-track {
  width: 200vw;
  height: auto;
  position: relative;
}

.scroller-track.hero {
  width: 200vh;
  height: auto;
}

.scroller-track.hero.large {
  width: 350vh;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.space-small {
  height: 5rem;
}

.no-margin-top {
  margin-top: 0;
}

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

.write-email-content {
  justify-content: center;
  width: 180vw;
  display: flex;
}

.write-email-container {
  width: 100%;
  overflow: hidden;
}

.nav-menu {
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-menu.black {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand.no-padding {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  z-index: 2;
}

.footer-flex-first {
  opacity: .5;
  flex: 1;
  display: flex;
}

.text-small {
  font-size: 20px;
}

.span-space {
  width: 30px;
  height: 30px;
}

.span-space.only-on-desktop {
  display: block;
}

.nav-bg-black {
  z-index: -1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .88) 21%, rgba(0, 0, 0, 0) 91%);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-bg-black.light {
  opacity: .6;
}

.brand-pic {
  background-image: var(--image-i355e00e9);
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.brand-pic.black {
  background-image: var(--image-i355e00e9);
  border-color: #000;
}

.black-background {
  z-index: -1;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.white {
  color: #fff;
}

.project-item-style-2 {
  border-bottom: 5px solid #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 160px;
  text-decoration: none;
  position: relative;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.white-50 {
  color: rgba(255, 255, 255, .5);
}

.maring-right-20 {
  margin-right: 20px;
}

.black {
  background-color: #000;
}

.project-view-more {
  color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.min-width-100 {
  min-width: 100vw;
}

.anim-on-load-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.animonload-right {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animonload-right.black {
  background-color: #000;
}

.animonload-left {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animonload-left.black {
  background-color: #000;
}

.human-text {
  cursor: default;
  text-decoration: underline;
  transition: opacity .3s;
}

.human-text:hover {
  opacity: .4;
}

.human-gif-anim {
  z-index: 1;
  opacity: 0;
  background-image: var(--image-i157f7b44);
  background-position: 50%;
  background-size: cover;
  width: 530px;
  max-width: 140%;
  height: 200%;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 390px;
  right: auto;
}

.skill-no {
  font-size: 20px;
  position: relative;
  bottom: 40px;
  left: -10px;
}

.skill-panel {
  padding-top: 40px;
  padding-bottom: 40px;
}

.instagram-container {
  width: 100%;
  height: 100vh;
  margin-top: 20vh;
  position: absolute;
}

.instagram-content {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.instagram-image {
  max-width: 25vw;
  max-height: 300px;
}

.instagram-description {
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-top-gradient {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(#000, #000 0%, #000 1%, #000 1%, rgba(0, 0, 0, 0) 101%);
  height: 50%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.instagram-bottom-gradient {
  opacity: .8;
  background-image: linear-gradient(to top, #000, #000 0%, #000 1%, #000 1%, rgba(0, 0, 0, 0) 101%);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-background {
  z-index: -1;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-display {
  font-size: 80px;
  line-height: 1.2;
}

.details-nav-right-content {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.details-nav-left {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.details-nav-left:hover {
  text-decoration: none;
}

.maring-right-10 {
  margin-right: 10px;
}

.image-overlay {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-down-container {
  overflow: hidden;
}

.arrow-down-container.center {
  text-align: center;
}

.background-black {
  z-index: -1;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-title {
  color: #fff;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

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

.represent-title {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 700;
  display: inline-block;
}

.represent-container {
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-details {
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}

.content-details p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

.content-details h3, .content-details h4, .content-details h5, .content-details h6 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.content-details h2, .content-details h1 {
  text-align: center;
}

.progress-container {
  background-color: rgba(0, 0, 0, .2);
  height: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.progress-bar {
  background-color: #000;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.horizontal-line {
  background-color: #000;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-item-list-container {
  column-count: 2;
}

.underline-placeholder {
  background-color: rgba(0, 0, 0, .2);
  height: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gird-project-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-image-grid-item {
  margin-bottom: 30px;
}

.hide-on-desktop {
  display: none;
}

.empty-state {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 5px;
  font-size: 20px;
}

.empty-state.black {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .1);
}

.post-item {
  width: 100%;
  padding-bottom: 20px;
}

.post-item:hover {
  text-decoration: none;
}

.post-item-image-container {
  flex-direction: column;
  justify-content: flex-end;
  max-height: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.post-item-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.post-read-more {
  z-index: 0;
  justify-content: space-between;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subscribe-form {
  padding: 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
  position: relative;
}

.form-input {
  border-top: 0 solid #000;
  border-bottom: 2px solid #acacac;
  border-left: 0 #000;
  border-right: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 20px;
  transition: border-color .2s;
}

.form-input:focus {
  border-bottom-color: #000;
}

.form-input::placeholder {
  color: #acacac;
}

.form-input.large {
  border-bottom-width: 4px;
  height: auto;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 60px;
  font-weight: 600;
}

.subscribe-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--image-4157bbe6);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.subscribe-image {
  width: 100%;
}

.success-message {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 20px;
}

.error-message {
  border-radius: 3px;
  font-size: 20px;
}

.post-collection-item {
  padding-bottom: 60px;
}

.contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #000;
  border-radius: 3px;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #000;
}

.submit-button.large {
  border-bottom-width: 10px;
  border-radius: 3%;
  font-size: 100px;
  font-weight: 700;
  text-decoration: none;
}

.submit-button.black-button {
  color: #fff;
  background-color: #000;
  margin-top: 5px;
}

.submit-button.black-button:hover {
  background-color: rgba(0, 0, 0, .8);
}

.black-20 {
  color: rgba(0, 0, 0, .2);
}

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

.instagram-grid {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.insta-content {
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.insta-content._1 {
  top: 15%;
  left: -10%;
}

.insta-content._2 {
  top: 0%;
  bottom: 0;
  right: 0;
}

.insta-content._4 {
  top: 20%;
  left: 10%;
}

.insta-content._7 {
  top: -20%;
  left: -10%;
}

.insta-content._10 {
  top: -20%;
}

.insta-text-container {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.instagram-grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asset-licensing-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.sticky-title-assets {
  position: relative;
}

.visit-asset-page {
  padding-right: 30px;
}

.licensing-card {
  margin-top: 140px;
  padding-top: 0;
}

.licensing-card.no-margin-top {
  margin-top: 0;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.change-log-panel {
  border-bottom: 1px solid #cecece;
  padding-top: 40px;
  padding-bottom: 40px;
}

.changel-log-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.image {
  align-self: center;
}

.paragraph {
  letter-spacing: .4px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 1.2;
  }

  ol {
    padding-left: 35px;
  }

  .nav-link {
    margin-left: 10px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-flex-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section.overflow-hidden-on-mobile {
    overflow: hidden;
  }

  .hero-text {
    font-size: 290px;
  }

  .section-hero.full-height {
    min-height: 70vh;
  }

  .flex-container {
    justify-content: flex-start;
  }

  .link-underline.thick {
    height: 7px;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .project-item-arrow {
    width: 40px;
    margin-top: -11px;
  }

  .project-item-image {
    opacity: 0;
    height: 130%;
    margin-top: 0%;
    margin-left: 0;
    display: block;
    position: absolute;
    top: -15%;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .category-acronym {
    top: 10px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .write-email-content {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .write-email-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-first {
    flex-direction: column;
    align-items: flex-start;
  }

  .span-space.only-on-desktop {
    display: none;
  }

  .project-item-style-2 {
    padding-right: 0;
  }

  .project-view-more {
    display: none;
  }

  .human-gif-anim {
    left: 210px;
  }

  .instagram-container {
    height: auto;
    position: relative;
  }

  .instagram-image {
    width: auto;
    max-width: 130%;
    max-height: none;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .content-details h2, .content-details h1 {
    text-align: left;
  }

  .content-details figcaption {
    font-size: 24px;
  }

  .underline-placeholder {
    height: 7px;
  }

  .display-on-desktop {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .submit-button.large {
    padding-left: 30px;
    padding-right: 30px;
  }

  .submit-button.black-button {
    text-decoration: none;
  }

  .instagram-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .insta-content._1, .insta-content._4, .insta-content._7 {
    top: 0%;
    left: 0%;
  }

  .insta-content._10 {
    top: 0%;
  }

  .instagram-grid-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }

  .instagram-grid-content.vertical-top {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  ul {
    padding-left: 35px;
  }

  ol {
    padding-left: 30px;
  }

  .nav-link {
    text-align: left;
    margin-left: 0;
    font-size: 24px;
    font-weight: 700;
    display: block;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .hero-text {
    margin-top: 0;
    font-size: 140px;
  }

  .hero-text-container {
    top: -50px;
  }

  .hero-hello-text {
    top: 0;
  }

  .hero-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 5fr 1fr;
  }

  .link.footer-link {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link.footer-link.mobile-no-padding-left {
    padding-left: 0;
  }

  .link-underline.thick {
    height: 5px;
  }

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

  .right-text {
    text-align: left;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .horizontal-scroller, .horizontal-scroller.hero {
    height: auto;
    min-height: 60vh;
  }

  .category-acronym {
    top: 30px;
  }

  .category-acronym.top-left {
    width: 100%;
    font-size: 18px;
    top: 50px;
  }

  .horizontal-scroller-content {
    height: 100%;
    padding-top: 80px;
  }

  .horizontal-scroller-content.no-padding-top {
    padding-top: 0;
  }

  .horizontal-scroll-track {
    position: relative;
  }

  .scroller-track, .scroller-track.hero, .scroller-track.hero.large {
    width: 100%;
  }

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

  .nav-menu {
    background-color: #fff;
    border-bottom: 2px solid #000;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav-menu.black {
    background-color: #000;
    border-bottom-color: #fff;
  }

  .brand.no-padding {
    padding-left: 0;
  }

  .menu-button {
    border-radius: 5px;
    padding-top: 15px;
    line-height: 1;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    color: #000;
  }

  .menu-button.black {
    color: #fff;
    border-radius: 5px;
  }

  .menu-button.black.w--open {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgba(255, 255, 255, .15);
    background-clip: border-box;
  }

  .footer-flex-first {
    flex: none;
  }

  .min-width-100 {
    min-width: 90vw;
  }

  .human-gif-anim {
    width: 400px;
    max-width: 100%;
    height: 300px;
    left: 90px;
  }

  .skill-no {
    bottom: 30px;
    left: 0;
  }

  .instagram-container {
    margin-top: 0;
  }

  .text-display {
    font-size: 50px;
  }

  .utility-page-content {
    max-width: none;
  }

  .content-details figcaption {
    font-size: 20px;
  }

  .post-item-list-container {
    column-count: 1;
  }

  .underline-placeholder {
    height: 5px;
  }

  .gird-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-grid-item {
    margin-bottom: 20px;
  }

  .subscribe-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .form-input.large {
    font-size: 40px;
    font-weight: 500;
  }

  .blog-featured-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-image {
    width: 100%;
  }

  .submit-button.large {
    border-bottom-width: 6px;
    padding-top: 13px;
    font-size: 60px;
  }

  .changel-log-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .category-acronym-text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  ul {
    padding-left: 30px;
  }

  .fixed-nav {
    padding: 10px 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .hero-text {
    font-size: 120px;
  }

  .section-hero {
    padding-top: 80px;
  }

  .hero-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 7fr 1fr;
  }

  .flex-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .link.link-margin {
    margin-bottom: 10px;
  }

  .link-underline.thick {
    height: 3px;
  }

  .project-item-image {
    height: 80%;
    top: 10%;
  }

  .menu-button.black {
    color: #fff;
  }

  .human-gif-anim {
    width: 310px;
    max-width: 80%;
    height: 230px;
    top: -30%;
    left: 50px;
  }

  .skill-no {
    bottom: 20px;
  }

  .instagram-container {
    overflow: hidden;
  }

  .text-display {
    font-size: 40px;
  }

  .details-nav-right-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .details-nav-left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .content-details figcaption {
    font-size: 16px;
  }

  .post-item-list-container {
    column-count: 1;
  }

  .underline-placeholder {
    height: 3px;
  }

  .project-image-grid-item {
    margin-bottom: 20px;
  }

  .subscribe-form {
    padding-top: 20px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .form-input {
    width: 100%;
  }

  .form-input.large {
    font-size: 30px;
  }

  .submit-button.large {
    border-bottom-width: 5px;
    padding: 10px 15px 7px;
    font-size: 40px;
  }

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

  .instagram-grid-content {
    overflow: hidden;
  }
}

#w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-0e79c2f0 {
  grid-area: 1 / 2 / 4 / 6;
}

#w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-0e79c2f0 {
  grid-area: 3 / 6 / 4 / 9;
  align-self: end;
}

#w-node-a81920e7-654d-6bfe-c901-4e4bb8c15a2c-0e79c2f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2b3b450-921b-2434-ad30-5380f9449999-0e79c2f0 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_99bc6bd0-837d-9882-425d-1889465cdbba-465cdbb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99bc6bd0-837d-9882-425d-1889465cdbc7-465cdbb7 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6272-f86f626c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6274-f86f626c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6277-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f627c-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f627f-f86f626c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de92693f-5cd7-2490-e574-5df6f86f6282-f86f626c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_412e2dac-74bc-3df0-9f69-04680acd9e81-f86f626c, #w-node-_402c8395-dd99-9c8a-b01f-e4b710612818-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6284-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6289-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f628c-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6291-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6294-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6299-f86f626c, #w-node-_6a6f6c90-0ab1-bc3f-9989-3dded5beb247-f86f626c, #w-node-_863cd2a4-be04-280e-bb5b-0b6a9c7ac149-f86f626c, #w-node-d0ab94fb-0884-d8d9-c568-f8c4fc3c2e35-f86f626c, #w-node-_3c867b16-6c34-cf57-f660-d9ad20a365bf-f86f626c, #w-node-f81c9a7c-5611-708c-0994-4d677549c357-9579c2f5, #w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f0114148-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f011414d-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-9579c2f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50b51607-829b-abb6-529d-5019aeef85c3-9579c2f5, #w-node-_105881a7-9283-0134-c2d2-276c40a8f552-9579c2f5, #w-node-bbd11b33-41b2-46f5-245e-69190e8ef56c-9579c2f5, #w-node-_9685f9d8-fd9b-b52f-bdf0-80f34f44c80c-9579c2f5, #w-node-_2af06506-b9a3-e0d2-eb38-432559f10817-9579c2f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_418bb44c-4439-0238-84f8-29dd865eae78-9579c2f5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f2680002-e7ab-73d5-0e09-743ca33aef6a-9579c2f5, #w-node-ca50e3be-3535-6c25-f876-82ce14254ea4-9579c2f5, #w-node-_5efeef61-8102-981c-8df2-b9f187b51055-9579c2f5, #w-node-c71e9171-08a9-db7b-ee8b-d96ff14bc404-9579c2f5, #w-node-_9ecb30ac-f93e-d2cb-81bd-06a6820c0fbf-9579c2f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_986f29b6-8617-52ec-89ea-f40121739289-7b79c2f9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c4169244-38a2-eb11-ba9a-e7804053fc88-7b79c2f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f27ca08-0fda-cecf-ef60-797126c7be87-ee79c2fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f27ca08-0fda-cecf-ef60-797126c7be8c-ee79c2fb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_38ddf452-1dab-1994-6468-3ddbc4107f48-1979c2f2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_26cd800f-5e50-b07b-1a54-d263037033ee-037033eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26cd800f-5e50-b07b-1a54-d263037033fb-037033eb {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_628a0af1-8f0a-d523-d11a-321825b9db12-3779c2f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56af175a-9ba3-d5bc-96b0-e1b4547d263f-7b79c2f4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (min-width: 1440px) {
  #w-node-de92693f-5cd7-2490-e574-5df6f86f6294-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f6299-f86f626c, #w-node-_6a6f6c90-0ab1-bc3f-9989-3dded5beb247-f86f626c, #w-node-_863cd2a4-be04-280e-bb5b-0b6a9c7ac149-f86f626c, #w-node-d0ab94fb-0884-d8d9-c568-f8c4fc3c2e35-f86f626c, #w-node-_3c867b16-6c34-cf57-f660-d9ad20a365bf-f86f626c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbd11b33-41b2-46f5-245e-69190e8ef56c-9579c2f5, #w-node-f2680002-e7ab-73d5-0e09-743ca33aef6a-9579c2f5, #w-node-c71e9171-08a9-db7b-ee8b-d96ff14bc404-9579c2f5 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-0e79c2f0 {
    grid-column-end: 7;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-0e79c2f0 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-a81920e7-654d-6bfe-c901-4e4bb8c15a2c-0e79c2f0, #w-node-_99bc6bd0-837d-9882-425d-1889465cdbba-465cdbb7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_99bc6bd0-837d-9882-425d-1889465cdbc7-465cdbb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de92693f-5cd7-2490-e574-5df6f86f6272-f86f626c, #w-node-de92693f-5cd7-2490-e574-5df6f86f627f-f86f626c, #w-node-f81c9a7c-5611-708c-0994-4d677549c357-9579c2f5, #w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f0114148-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f011414d-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-9579c2f5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_50b51607-829b-abb6-529d-5019aeef85c3-9579c2f5, #w-node-_105881a7-9283-0134-c2d2-276c40a8f552-9579c2f5, #w-node-bbd11b33-41b2-46f5-245e-69190e8ef56c-9579c2f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9685f9d8-fd9b-b52f-bdf0-80f34f44c80c-9579c2f5, #w-node-_2af06506-b9a3-e0d2-eb38-432559f10817-9579c2f5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_418bb44c-4439-0238-84f8-29dd865eae78-9579c2f5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5efeef61-8102-981c-8df2-b9f187b51055-9579c2f5, #w-node-c71e9171-08a9-db7b-ee8b-d96ff14bc404-9579c2f5, #w-node-_9ecb30ac-f93e-d2cb-81bd-06a6820c0fbf-9579c2f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_986f29b6-8617-52ec-89ea-f40121739289-7b79c2f9, #w-node-c4169244-38a2-eb11-ba9a-e7804053fc88-7b79c2f9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4f27ca08-0fda-cecf-ef60-797126c7be87-ee79c2fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f27ca08-0fda-cecf-ef60-797126c7be8c-ee79c2fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_26cd800f-5e50-b07b-1a54-d263037033ee-037033eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_26cd800f-5e50-b07b-1a54-d263037033fb-037033eb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-0e79c2f0 {
    grid-column-end: 3;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-0e79c2f0 {
    grid-column-end: 4;
  }

  #w-node-a81920e7-654d-6bfe-c901-4e4bb8c15a2c-0e79c2f0 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2b3b450-921b-2434-ad30-5380f9449999-0e79c2f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99bc6bd0-837d-9882-425d-1889465cdbba-465cdbb7, #w-node-de92693f-5cd7-2490-e574-5df6f86f6274-f86f626c, #w-node-f81c9a7c-5611-708c-0994-4d677549c357-9579c2f5, #w-node-da88d4c7-ec88-0ec4-b020-3f7d1e5da1fc-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f0114148-9579c2f5, #w-node-_155a6be8-f39e-de48-b75a-3960f011414d-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136e9-9579c2f5, #w-node-ae2a9521-3b71-251a-8c46-fc51abc136ee-9579c2f5, #w-node-_986f29b6-8617-52ec-89ea-f40121739289-7b79c2f9, #w-node-c4169244-38a2-eb11-ba9a-e7804053fc88-7b79c2f9, #w-node-_4f27ca08-0fda-cecf-ef60-797126c7be87-ee79c2fb, #w-node-_4f27ca08-0fda-cecf-ef60-797126c7be8c-ee79c2fb {
    grid-column: span 2 / span 2;
  }

  #w-node-_38ddf452-1dab-1994-6468-3ddbc4107f48-1979c2f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_26cd800f-5e50-b07b-1a54-d263037033ee-037033eb {
    grid-column: span 2 / span 2;
  }

  #w-node-fe7ffcb7-f360-286d-0f0f-8ffafcc7ce68-3779c2f3, #w-node-f92268fc-5531-ce9b-e013-69d117f9847d-3779c2f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_628a0af1-8f0a-d523-d11a-321825b9db12-3779c2f3 {
    grid-column: span 2 / span 2;
  }

  #w-node-a8e5325a-153f-4cd6-3325-2536be8d3aaf-e479c2fc, #w-node-_6d5a2770-0752-8098-1853-f98a2959468f-e479c2fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56af175a-9ba3-d5bc-96b0-e1b4547d263f-7b79c2f4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3f32631-6e7f-fd2b-83df-bd58ae7b1a25-0e79c2f0 {
    grid-column: 1 / 3;
  }

  #w-node-a7f4ec36-8b25-2bbb-bd92-46e5098299e7-0e79c2f0 {
    grid-column-end: 4;
  }

  #w-node-_50b51607-829b-abb6-529d-5019aeef85c3-9579c2f5, #w-node-_105881a7-9283-0134-c2d2-276c40a8f552-9579c2f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-bbd11b33-41b2-46f5-245e-69190e8ef56c-9579c2f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9685f9d8-fd9b-b52f-bdf0-80f34f44c80c-9579c2f5, #w-node-_2af06506-b9a3-e0d2-eb38-432559f10817-9579c2f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_418bb44c-4439-0238-84f8-29dd865eae78-9579c2f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2680002-e7ab-73d5-0e09-743ca33aef6a-9579c2f5, #w-node-ca50e3be-3535-6c25-f876-82ce14254ea4-9579c2f5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5efeef61-8102-981c-8df2-b9f187b51055-9579c2f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-c71e9171-08a9-db7b-ee8b-d96ff14bc404-9579c2f5, #w-node-_9ecb30ac-f93e-d2cb-81bd-06a6820c0fbf-9579c2f5 {
    grid-column: span 1 / span 1;
  }
}


