.footer {
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  border-bottom: black solid 140px;
}

.footer-wrapper {
  display: grid;
  justify-items: center;
}

.footer-inner {
  overflow: hidden;
  width: calc(100% - 4rem);
  max-width: min(100%, 1100px);
  margin-top: 50px;
  display: grid;
  justify-content: space-between;
  align-items: end;
  justify-items: stretch;
  grid-template-columns: 1fr 1fr;
}
.footer-inner .right p {
  text-align: right;
}

.links a {
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
  color: black;
}

.social-icons div {
  display: inline-block;
}
.social-icons img {
  width: 18px;
  height: 18px;
}

.instagram {
  margin-right: 18px;
}

.copywright {
  font-size: 13px;
}

.mobile-break {
  display: none;
}

@media screen and (max-width: 660px) {
  body {
    padding-bottom: 180px !important;
  }
  .footer {
    border-bottom: none;
  }
  .footer-inner {
    margin: 0;
    grid-template-columns: 1fr;
    padding-top: 12px;
  }
  .footer-inner .left {
    margin-top: 20px;
  }
  .footer-inner * {
    text-align: left;
  }
  .footer-inner .dot {
    display: inline;
    margin: 0px 12px;
  }
  .footer-inner .desktop-dot {
    display: none;
  }
  .footer-inner .mobile-break {
    display: inline-block;
  }
  .copywright {
    margin-top: 20px;
    font-size: 12px;
    text-align: left !important;
  }
  .links a {
    font-size: 14px;
  }
}
header {
  color: black;
  height: 200px;
  width: 100vw;
  position: absolute;
  top: -200px;
  left: 0;
  display: grid;
  padding-top: 200px;
  justify-items: center;
  transition: 2s;
  transition: top 0s;
  transition: padding 0s;
}

.header-wrapper {
  width: min(100vw - 60px, 1100px);
  padding: 12px;
}

.header-inner {
  display: grid;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  grid-template-columns: 1fr 3fr;
  padding-top: 3rem;
  max-width: min(100vw, 1100px);
}
.header-inner h1 {
  margin: 0;
}
.header-inner-left h1 {
  text-align: left;
}
.header-inner-right h1 {
  text-align: right;
}

@font-face {
  font-family: freight-big-pro;
  src: url(https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/l?subset_id=2&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/d?subset_id=2&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}
.page-title-full-name {
  text-transform: none;
  color: black;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.1;
}

.page-sub-title {
  text-transform: none;
  font-size: 11px;
  color: black;
  font-weight: 300;
}

.dot {
  font-size: 14px;
  cursor: default;
}

.contact-cta a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: black;
}

.header-offscreen {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 12;
  height: 54px;
  padding-top: 0;
  box-shadow: 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  transition: top 0.6s ease-in-out;
}
.header-offscreen h1 {
  font-size: 20px;
  font-weight: 300;
}
.header-offscreen h2 {
  display: none;
}
.header-offscreen .header-inner {
  padding-top: 0;
}
.header-offscreen .title-break {
  display: none;
}

.menu-toggle {
  display: none;
}

.mobile-header {
  display: none;
}

.header-inner-bottom-mobile {
  display: none;
}

@media screen and (max-width: 660px) {
  header {
    z-index: 12;
    background-color: black;
    position: fixed;
    top: 0;
    right: 0px;
    left: unset;
    width: 240px;
    height: 100vh;
    overflow: clip;
    padding-top: 0;
    transition: right 1s ease;
  }
  header * {
    color: white !important;
  }
  .header-inner {
    max-width: 200px;
    grid-template-columns: 1fr;
  }
  .header-inner-left {
    display: none;
  }
  .contact-cta {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    grid-row-gap: 8px;
  }
  .dot {
    display: none;
  }
  #side-nav-toggle {
    display: initial !important;
    width: 40px;
    height: 40px;
    top: 14px;
    right: 195px;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    transition: right 1s ease;
  }
  .menu-toggle {
    display: block;
    margin-bottom: 20px;
    position: fixed;
    top: 14px;
    right: 195px;
    z-index: 100;
    transition: right 1s ease, background-color 0.4s ease;
    background-color: none;
    padding: 8px;
    width: 24px;
    height: 24px;
  }
  .menu-bar {
    width: 24px;
    height: 4px;
    background-color: white;
    transition: background-color 1s ease, transform 1s ease, opacity 1s ease, top 1s ease;
    position: absolute;
  }
  .menu-bar:nth-child(2) {
    width: 18px;
    margin-left: 6px;
  }
  .menu-bar-first, .menu-bar-third {
    top: calc(50% - 6px);
  }
  .menu-bar-second {
    opacity: 0;
  }
  .menu-bar-first {
    transform: rotate(45deg);
  }
  .menu-bar-third {
    transform: rotate(-45deg);
  }
  .mobile-header {
    position: absolute;
    top: 56px;
    padding: 30px;
    display: grid;
    justify-items: center;
  }
  .mobile-header-inner {
    display: grid;
    justify-items: left;
    width: 100%;
  }
  .mobile-header-inner h1 {
    font-size: 35px;
  }
  .contact-cta a {
    font-size: 24px;
    font-weight: 100;
  }
  .header-inner-bottom-mobile {
    display: block;
    position: absolute;
    bottom: 30px;
  }
  .header-inner-bottom-mobile p {
    font-size: 11px;
    font-weight: 200;
    text-align: left !important;
    padding: 8px;
  }
}
.bars-wrapper {
  position: relative;
  height: 100%;
}

#side-nav-toggle {
  display: none;
}

#side-nav-toggle:checked ~ .header {
  right: -240px;
}

#side-nav-toggle:checked {
  right: 20px;
}

#side-nav-toggle:checked ~ .menu-toggle {
  right: 20px;
  background-color: rgb(229, 229, 229);
  transition: right 1s ease, background-color 0.6s 0.6s ease;
}
#side-nav-toggle:checked ~ .menu-toggle .menu-bar {
  background-color: black;
  transform: rotate(0deg);
}
#side-nav-toggle:checked ~ .menu-toggle .menu-bar-first {
  top: 0;
}
#side-nav-toggle:checked ~ .menu-toggle .menu-bar-second {
  top: calc(50% - 2px);
  opacity: 1;
}
#side-nav-toggle:checked ~ .menu-toggle .menu-bar-third {
  top: calc(100% - 4px);
}

.coming-soon-message {
  height: 600px;
  display: grid;
  justify-content: center;
  text-align: center;
  align-content: center;
}
.coming-soon-message h1 {
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 4.875rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.1rem;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #3c0470, #3c0470 50%, #4b10fe 50%);
  background-size: 200% 100%;
  background-position: 100%;
}
.coming-soon-message h1:hover {
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}
.coming-soon-message a {
  text-decoration: none;
  font-size: 3rem;
  background: black;
  color: white;
  border: solid black 2px;
  padding: 6px;
  border-radius: 12px;
}

.project-block-head {
  width: 300px;
  height: 300px;
  position: relative;
}
.project-block-head img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project-block-head h2 {
  position: absolute;
  left: 18px;
  bottom: 8px;
  color: white;
  font-size: 2.5rem;
}

.project-block-info {
  width: 276px;
  padding: 12px;
}

.project-wrapper {
  width: 100%;
}

.projects {
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: start;
  justify-items: center;
  margin-bottom: 100px;
}

.project img {
  width: 100%;
  opacity: 1;
  transition: 0.5s;
}
.project a {
  position: relative;
  top: 0;
  display: block;
}
.project a:hover img {
  opacity: 0.2;
}
.project a:hover div {
  opacity: 1;
}

.project-title {
  position: absolute;
  top: 50%;
  color: black;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}

@media screen and (max-width: 800px) {
  .projects {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .projects {
    grid-template-columns: 1fr;
  }
  .project-title {
    position: absolute;
    top: calc(100% + 4px);
    color: #636363;
    font-size: 12px;
    text-align: left;
    opacity: 1;
  }
}
.load-3 {
  margin-top: 40px;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4b9cdb;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-ms-keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.media-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  grid-gap: 40px;
  font-weight: 300;
}
.media-container .media {
  width: 100%;
}
.media-container img, .media-container video {
  width: 100%;
}
.media-container h1, .media-container h2, .media-container h3, .media-container h4, .media-container h5, .media-container h6, .media-container p {
  margin-bottom: 16px;
}
.media-container h1 {
  font-weight: 200;
  font-size: 32px;
  line-height: 1;
}
.media-container h2, .media-container h3 {
  font-weight: 300;
  font-size: 13px;
}
.media-container p {
  font-size: 14px;
}

.project-description {
  font-size: 13px;
  line-height: 15px;
}

.project-video-caption {
  margin-bottom: 20px;
}
.project-video-caption h4 {
  font-weight: 400;
  font-size: 11px;
}

@media screen and (max-width: 660px) {
  .media-container {
    grid-template-columns: 1fr;
  }
  .media-container .media-description {
    grid-row: 1;
  }
  .project-video-caption {
    justify-items: start !important;
  }
  .project-video-caption h4 {
    text-align: left;
    color: #636363;
  }
}
.contact-header {
  margin-bottom: 70px;
}
.contact-header h1, .contact-header h2 {
  text-align: center;
  font-weight: 200;
}
.contact-header h1 {
  font-size: 32px;
}
.contact-header h2 {
  font-size: 18px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  grid-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 22px;
  padding: 20px;
}
.contact .left {
  background-color: black;
  color: white;
  border-radius: 22px;
  height: calc(100% - 40px);
  padding: 20px 40px;
}
.contact .left h1 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 26px;
}
.contact .left h2, .contact .left p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 20px;
}
.contact .left svg {
  stroke: white;
  fill: white;
}
.contact .right form {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.contact .right form button[type=submit] {
  color: white;
  background-color: black;
  border: solid black 1px;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}
.contact .right h3 {
  font-size: 14px;
  font-weight: 300;
}
.contact .right input {
  background-color: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  max-width: calc(100% - 6px);
  border-bottom: solid grey 1px;
  height: 33px;
}
.contact .right input:hover, .contact .right input:active, .contact .right input:focus-visible {
  border-radius: 4px;
  background-color: unset;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
}
.contact .right label {
  font-size: 12px;
}

.form-full-width {
  grid-column: 1/span 2;
  width: 100%;
}
.form-full-width input {
  width: 100%;
}

.center-x {
  display: grid;
  justify-items: center;
  width: 100%;
}

textarea {
  background-color: unset;
  resize: none;
  max-width: calc(100% - 6px);
  height: 140px !important;
  border: solid 1px grey;
  border-radius: 4px;
  width: 100%;
}
textarea:hover, textarea:active, textarea:focus-visible {
  border-radius: 4px;
  background-color: unset;
  outline: none;
}

.contact-item {
  display: grid;
  grid-template-columns: 35px 1fr;
  margin-bottom: 20px;
}
.contact-item p, .contact-item svg {
  display: inline-block;
}
.contact-item svg {
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 660px) {
  .contact-header {
    display: none;
  }
  .form-full-width {
    grid-column: 1;
  }
  .contact-header h1 {
    font-size: 28px;
  }
  .contact-header h2 {
    font-size: 20px;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .contact .left {
    grid-row: 2;
  }
  .contact .right {
    width: 100%;
  }
  .contact .right form {
    grid-template-columns: 1fr;
  }
  .contact .right form div {
    width: 100%;
  }
  .contact .right form div input {
    width: 100%;
  }
}
.about-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 34px;
}
.about-header .left h1 {
  font-size: 24px;
  font-weight: 200;
}
.about-header .left h2 {
  font-size: 16px;
  font-weight: 200;
}
.about-header .right {
  text-align: right;
  font-weight: 200;
}
.about-header .right a {
  font-size: 18px;
  color: black;
}

.about-content p {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 200;
}

@media screen and (max-width: 660px) {
  .mobile-header {
    padding-top: 0;
  }
  .about-top-header-mobile * {
    font-weight: 200;
  }
  .about-top-header-mobile h2 {
    font-size: 14px;
  }
  .about-header {
    display: none;
  }
}
.resume-content h1 {
  font-size: 24px;
  font-weight: 200;
}
.resume-content h2 {
  font-size: 16px;
  font-weight: 200;
}
.resume-content a {
  font-size: 18px;
  color: black;
  font-weight: 200;
}
.resume-content p {
  font-weight: 200;
  font-size: 14px;
}

.resume-header, .resume-section {
  margin-bottom: 34px;
  font-weight: 300;
}

.work-items {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-content: center;
  align-items: end;
  grid-column-gap: 50px;
}

@media screen and (max-width: 660px) {
  .about-header .left h1 {
    font-size: 22px;
  }
  .about-header .left h2 {
    font-size: 12px;
  }
  .about-header .right a {
    font-size: 16px;
  }
}
.landing-content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: center;
}
.landing-content h1 {
  color: white;
  font-size: 32px;
  line-height: 1;
  font-weight: 200;
  text-align: left;
}
.landing-content svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.landing-link {
  width: 100%;
  position: fixed;
  bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 300 !important;
}
.landing-link a {
  color: white;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 1s ease;
}
.landing-link a:hover {
  opacity: 1;
}

.container-b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: rgba(116, 175, 235, 0.4392156863);
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.landing-content, .landing-link {
  z-index: 10;
}

* {
  margin: 0;
  font-family: "Poppins", sans-serif;
  word-break: break-word;
}

body {
  padding-top: 200px;
  padding-bottom: 340px;
  background-color: white;
  font-family: Jmnow, sans-serif;
  color: #110f11;
  font-size: 18px;
  line-height: 1.5;
  height: fit-content;
  position: relative;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  max-width: 100%;
  min-height: calc(100vh - 540px);
}

p, h1, h2, h3 {
  margin: 0;
}

.content, .content-wrapper {
  margin: 0;
  padding: 0;
}

.content-wrapper {
  display: grid;
  width: 100vw;
  justify-content: center;
}

.content {
  width: min(100vw - 60px, 1100px);
}

.messages-wrapper {
  position: absolute;
  top: 0px;
  width: 100vw;
}

.messages {
  position: absolute;
  width: min(100vw, 400px);
  background-color: white;
  z-index: 10;
  border: solid black 2px;
  border-radius: 4px;
  list-style: none;
  top: 20px;
  padding: 16px;
  transition: opacity 5s ease;
}

@media screen and (max-width: 660px) {
  .content {
    padding-top: 0;
  }
}
.button-wrapper-outer {
  display: block;
}
.button-wrapper-inner {
  display: grid;
}
.button-dark-blue {
  box-shadow: inset 2px 2px 2px 0px #4b10fe, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-blue:after {
  background-color: #4b10fe !important;
  box-shadow: inset 2px 2px 2px 0px #4b10fe, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-green {
  box-shadow: inset 2px 2px 2px 0px #138522, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-green:after {
  background-color: #138522 !important;
  box-shadow: inset 2px 2px 2px 0px #138522, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-purple {
  box-shadow: inset 2px 2px 2px 0px #3c0470, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-purple:after {
  background-color: #3c0470 !important;
  box-shadow: inset 2px 2px 2px 0px #3c0470, 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-orange {
  box-shadow: inset 2px 2px 2px 0px rgb(197, 83, 16), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-dark-orange:after {
  background-color: rgb(197, 83, 16) !important;
  box-shadow: inset 2px 2px 2px 0px rgb(197, 83, 16), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.button-default, .button-large {
  color: #f3f3f1;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(84, 84, 84, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.button-default {
  background: #110f11;
  border: none;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
.button-default:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: grey;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(143, 143, 143, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.button-default:active {
  top: 2px;
}
.button-default:hover {
  color: #fff;
}
.button-default:hover:after {
  left: 0;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
