:root {
  --primary--white: #efede9;
  --primary--black: black;
  --primary--blue\<deleted\|variable-615cca1a-7768-01a3-f4e1-c009d19d3e58\>: #0a23f4;
  --primary--text--neutral: #666;
  --primary--charcoal: #242424;
  --primary--oat: #e2ded5;
  --text-color--neutral-dark\<deleted\|variable-afb6d5b2-f816-3cec-81e0-5239a59c4787\>: #666;
  --primary--text--neutral-dark: #444;
  --primary--text--neutral-darkest: #111;
  --primary--color: #babac3c7;
}

body {
  background-color: var(--primary--white);
  color: var(--primary--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

p {
  line-height: 1.4;
}

a {
  color: var(--primary--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 3px solid var(--primary--blue\<deleted\|variable-615cca1a-7768-01a3-f4e1-c009d19d3e58\>);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 3rem;
}

.info-page-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.medium-text {
  text-align: center;
  font-weight: 400;
}

.medium-text.neutral {
  color: var(--primary--text--neutral);
  font-weight: 400;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #00000026;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

._12-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.style-guide-heading-wrapper {
  margin-bottom: 6rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.form-message-error.blue {
  color: var(--primary--blue\<deleted\|variable-615cca1a-7768-01a3-f4e1-c009d19d3e58\>);
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.style-guide-color-swatch.black {
  background-color: var(--primary--black);
}

.style-guide-color-swatch.white {
  background-color: var(--primary--white);
  border: 1px solid #00000012;
}

.style-guide-color-swatch.charcoal {
  background-color: var(--primary--charcoal);
}

.style-guide-color-swatch.oat {
  background-color: var(--primary--oat);
}

.rich-text h1 {
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 3rem;
}

.rich-text h2 {
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--primary--text--neutral);
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.form-input {
  background-color: #fff0;
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  min-height: 4rem;
  margin-bottom: 2rem;
  padding: 1rem 0 1rem 0;
  font-size: 1rem;
}

.form-input:focus {
  border-bottom-color: var(--text-color--neutral-dark\<deleted\|variable-afb6d5b2-f816-3cec-81e0-5239a59c4787\>);
  color: var(--primary--text--neutral-dark);
}

.form-input:focus-visible {
  border-bottom-color: var(--primary--text--neutral-darkest);
}

.form-input[data-wf-focus-visible] {
  border-bottom-color: var(--primary--text--neutral-darkest);
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  color: var(--primary--black);
  background-color: #0000;
  padding: .5rem 0;
  font-size: .9rem;
  line-height: 140%;
}

.form-submit-button:hover {
  border-color: #ffffff4d #ffffff4d var(--primary--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.container {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 6rem;
}

.container.heading {
  padding: 10rem 1rem 6rem;
}

.container.footer {
  max-width: 48rem;
  padding-top: 0;
  padding-bottom: 1rem;
}

.typography-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.large-text {
  font-size: 1.25rem;
  line-height: 1.4;
}

.style-guide-label {
  background-color: var(--primary--oat);
  color: var(--primary--black);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.small {
  margin-bottom: 1rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.item-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.link-button.w--current {
  padding: 0;
}

.button-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.underline {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 0;
  display: flex;
}

.line-fill {
  background-color: var(--primary--text--neutral-darkest);
  width: 100%;
  height: 100%;
}

.section.ikke {
  display: none;
}

.extra-large-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.progress-bar {
  z-index: 89;
  background-color: var(--primary--text--neutral);
  width: 100vw;
  height: 3px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link {
  color: var(--primary--black);
}

.block-quote {
  border-left-color: var(--primary--text--neutral);
}

.page-wrapper {
  overflow: clip;
}

.animation-left-0-1 {
  justify-content: space-between;
  align-items: flex-end;
}

.animation-left-0-3.ikke {
  display: none;
}

.image-wrapper {
  z-index: 0;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  position: relative;
  bottom: 8rem;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: #dbdbdb;
  width: 100%;
  height: 1px;
}

.left-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25%;
}

.right-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.experience-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-bottom: 0;
  display: flex;
}

._125px-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 125px;
  display: flex;
}

.date-wrapper {
  flex-flow: column;
  display: flex;
}

.experience-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.navigation {
  z-index: 888;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: 1rem 0% auto;
}

.menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.menu-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary--oat);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.logo-link {
  width: 100%;
  padding-left: 1rem;
  text-decoration: none;
}

.menu-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--primary--oat);
  cursor: pointer;
  border-radius: .25rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-link:hover {
  color: var(--primary--white);
  background-color: #36353a;
}

.mobile-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.mobile-menu-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 100%;
  padding: 9px;
  display: flex;
  position: relative;
}

.mobile-menu-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1b1e;
  border-radius: 92px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow: auto;
}

.mobile-logo-link {
  width: auto;
  height: 1.25rem;
  display: inline-flex;
}

.mobile-logo-link.w--current {
  margin-left: 0;
}

.mobile-menu-expand-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #36353a;
  border: 1px solid #222325;
  border-radius: 80px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.mobile-menu-expand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a1b1e;
  border-radius: 23px;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.mobile-menu-expand-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch end;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
}

.mobile-menu-link {
  color: var(--primary--white);
  text-align: center;
  font-weight: 400;
  line-height: 142.857%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.mobile-menu-link:hover {
  color: #fafafa;
  text-decoration: none;
}

.education-item-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.semi-bold-text {
  color: var(--primary--text--neutral-dark);
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

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

.skills-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.logo-text {
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  display: none;
}

.form-block {
  width: 100%;
}

.form-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.margin-top.large {
  margin-top: 4rem;
}

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.table-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.table-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  text-decoration: none;
  transition: border-color .35s;
  display: grid;
  position: relative;
}

.project-text {
  z-index: 2;
  color: var(--primary--black);
  position: relative;
}

.arrow-up-icon {
  z-index: 2;
  background-image: url('../images/Arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
}

.table-row-background {
  background-color: var(--primary--oat);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.small-text {
  font-size: .9rem;
  line-height: 1.3;
}

.small-text.neutral {
  color: var(--primary--text--neutral);
  text-align: center;
}

.footer-item {
  justify-content: center;
  display: flex;
}

.avatar-wrapper {
  margin-right: 1rem;
}

.avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 7rem;
  min-width: 3rem;
  height: 7rem;
  min-height: 3rem;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.outline-hover-social-wrap {
  display: flex;
}

.social-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.social-link-block.invert {
  filter: invert();
}

.sc-social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.3rem;
  position: relative;
}

.sc-social-icon.header {
  width: 4em;
  height: 4em;
}

.social-link-circle {
  z-index: 1;
  border: .1em solid #ececec;
  border-radius: 50%;
  width: 130%;
  height: 130%;
  display: none;
  position: absolute;
}

.available-item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.available-circle {
  background-color: #00f018;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.footer-link-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.cursor-wrapper {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 2px solid #f70;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transition: opacity .3s;
}

.hero-intro-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-font {
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 16em;
  line-height: .9;
}

.display-heading-wrapper {
  max-width: 48rem;
}

.overflow-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  overflow: hidden;
}

.into-text-wrapper {
  max-width: 32rem;
  margin-top: -4rem;
}

.contact-block-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  padding-top: 100px;
  display: flex;
}

._404-lottie {
  height: 250px;
}

@media screen and (max-width: 991px) {
  ._12-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .image-wrapper {
    max-width: 40vw;
  }

  .right-column {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .menu-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .table-row {
    grid-template-columns: 1fr 3fr;
  }

  .cursor-wrapper {
    display: none;
  }

  .display-font {
    font-size: 30vw;
  }

  .into-text-wrapper {
    margin-top: -2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  ._12-column-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(16px, 1fr);
    grid-auto-columns: 1fr;
  }

  .container {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.heading {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .large-text {
    font-size: 1.5rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .nav-link {
    display: none;
  }

  .image-wrapper {
    max-width: 45vw;
    bottom: 4rem;
  }

  .content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .left-column {
    margin-bottom: 0;
    position: static;
  }

  .right-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .experience-item {
    flex-flow: column;
  }

  .navigation {
    flex-flow: column;
    align-items: stretch;
    top: 0;
  }

  .menu-content {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .logo-link {
    display: none;
  }

  .logo-link.w--current {
    display: block;
  }

  .menu-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-menu {
    display: flex;
  }

  .mobile-menu-content {
    background-color: var(--primary--oat);
    border-radius: .4rem;
    padding: .25rem 1rem;
  }

  .mobile-logo-link {
    height: auto;
    font-size: 1.5rem;
    text-decoration: none;
  }

  .mobile-menu-expand-link {
    background-color: var(--primary--oat);
    color: var(--primary--text--neutral-darkest);
    border-style: none;
    border-radius: .25rem;
  }

  .mobile-menu-icon {
    filter: invert();
  }

  .mobile-menu-expand {
    background-color: var(--primary--oat);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    display: none;
  }

  .mobile-menu-expand-list {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

  .mobile-menu-link, .mobile-menu-link:hover {
    color: var(--primary--text--neutral-darkest);
  }

  ._3-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mobile-logo {
    font-family: Inter Tight, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .table-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .arrow-up-icon {
    width: 20px;
    height: 20px;
  }

  .sc-social-icon.header {
    width: 3em;
    height: 3em;
  }

  .display-font {
    font-size: 35vw;
  }

  .into-text-wrapper {
    max-width: 28rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .container.heading {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .progress-bar {
    height: 5px;
  }

  .image-wrapper {
    z-index: 1;
    max-width: none;
    bottom: 0;
  }

  .image {
    display: inline-block;
  }

  .content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .left-column {
    margin-bottom: 0;
  }

  .right-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navigation {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-wrapper {
    align-items: stretch;
  }

  .menu-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .mobile-menu-content {
    padding-left: 1rem;
  }

  ._3-column-grid, .skills-list-wrapper {
    width: 100%;
  }

  .table-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .project-text {
    max-width: 90%;
  }

  .arrow-up-icon {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .footer-content {
    justify-content: center;
    align-items: center;
  }

  .available-item-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .hero-intro-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .display-font {
    text-align: center;
    font-size: 50vw;
  }

  .display-heading-wrapper {
    width: 100%;
    margin-bottom: -2rem;
  }

  .into-text-wrapper {
    margin-top: 0;
  }

  .contact-block-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
}

#w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523b7-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523bd-66db49fe {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523ba-66db49fe {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523c0-66db49fe {
  grid-area: 4 / 3 / 4 / 4;
}

#w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced279-66db49fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced286-66db49fe {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_45e9e59b-d86b-85cd-a008-f66b71a222e3-66db49fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e6f74f28-1ab6-a4a7-6fbe-f0faf7e831d8-66db49fe, #w-node-_274b1e3a-d03c-134a-7fc0-0e9006c6301b-66db49fe {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ca-66db49fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5cd-66db49fe {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ff6c2e82-7f32-0fb9-b88f-a6e19e9b6e11-66db49fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6653c494-e917-bf65-6e66-ef793c9353dc-66db49fe, #w-node-f1e7d717-af7c-34f0-bfa8-e30607faf82d-66db49fe {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf833-66db49fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf836-66db49fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf839-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf83c-66db49fe {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf83f-66db49fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf842-66db49fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf845-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf848-66db49fe {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf84b-66db49fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf84e-66db49fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf851-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf854-66db49fe {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf857-66db49fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf85a-66db49fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf85d-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf860-66db49fe {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf863-66db49fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf866-66db49fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf869-66db49fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f1e7d717-af7c-34f0-bfa8-e30607faf86c-66db49fe {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f3eff455-0564-9daa-860d-f9ec2a1e7757-66db49fe {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f336c7d7-3182-1c89-74a5-1fbe691099a7-66db49fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_38ce6a3c-4b73-06a7-6c66-c061aeba0967-66db49fe {
  grid-area: 2 / 6 / 3 / 8;
  justify-self: center;
}

#w-node-_38ce6a3c-4b73-06a7-6c66-c061aeba096f-66db49fe {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-_7198584e-79fc-adf0-315e-c4b844e264af-66db4a00, #w-node-_7198584e-79fc-adf0-315e-c4b844e264b5-66db4a00, #w-node-_14ac6d74-820c-0a92-6c85-6d2dc22e243d-66db4a00, #w-node-_3aa11c0d-9d2d-7984-b3ae-5b69a1d5c4b8-66db4a00, #w-node-_7198584e-79fc-adf0-315e-c4b844e264d0-66db4a00 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced279-66db49fe {
    grid-column-end: 3;
  }

  #w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced286-66db49fe {
    grid-area: 1 / 3 / 3 / 9;
  }

  #w-node-_45e9e59b-d86b-85cd-a008-f66b71a222e3-66db49fe {
    grid-column-end: 3;
  }

  #w-node-e6f74f28-1ab6-a4a7-6fbe-f0faf7e831d8-66db49fe {
    grid-column: 3 / 9;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ca-66db49fe {
    grid-column-end: 3;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5cd-66db49fe {
    grid-column: 3 / 9;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ce-66db49fe, #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5d6-66db49fe {
    grid-column: span 1 / span 1;
  }

  #w-node-ff6c2e82-7f32-0fb9-b88f-a6e19e9b6e11-66db49fe {
    grid-column-end: 3;
  }

  #w-node-_6653c494-e917-bf65-6e66-ef793c9353dc-66db49fe, #w-node-f1e7d717-af7c-34f0-bfa8-e30607faf82d-66db49fe, #w-node-f3eff455-0564-9daa-860d-f9ec2a1e7757-66db49fe {
    grid-column: 3 / 9;
  }

  #w-node-f336c7d7-3182-1c89-74a5-1fbe691099a7-66db49fe {
    grid-column-end: 3;
  }

  #w-node-_38ce6a3c-4b73-06a7-6c66-c061aeba0967-66db49fe {
    grid-column: 1 / 9;
  }

  #w-node-_7198584e-79fc-adf0-315e-c4b844e264af-66db4a00, #w-node-_7198584e-79fc-adf0-315e-c4b844e264b5-66db4a00, #w-node-_14ac6d74-820c-0a92-6c85-6d2dc22e243d-66db4a00, #w-node-_3aa11c0d-9d2d-7984-b3ae-5b69a1d5c4b8-66db4a00, #w-node-_7198584e-79fc-adf0-315e-c4b844e264d0-66db4a00 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523b7-66db49fe {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523bd-66db49fe {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523ba-66db49fe {
    grid-row: 2 / 3;
  }

  #w-node-abc6702d-ff43-bd3d-1ec5-1713b1f523c0-66db49fe {
    grid-row: 4 / 5;
  }

  #w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced279-66db49fe {
    grid-column-end: 5;
  }

  #w-node-_6c9cb61f-ccb1-2b03-8700-f7ddf9ced286-66db49fe {
    grid-column: 1 / 5;
    grid-row-start: 2;
  }

  #w-node-_45e9e59b-d86b-85cd-a008-f66b71a222e3-66db49fe {
    grid-column-end: 5;
  }

  #w-node-e6f74f28-1ab6-a4a7-6fbe-f0faf7e831d8-66db49fe {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ca-66db49fe {
    grid-column-end: 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5cd-66db49fe {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ce-66db49fe {
    grid-column: 1 / 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5d6-66db49fe {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5de-66db49fe {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ff6c2e82-7f32-0fb9-b88f-a6e19e9b6e11-66db49fe {
    grid-column-end: 5;
  }

  #w-node-_6653c494-e917-bf65-6e66-ef793c9353dc-66db49fe, #w-node-f1e7d717-af7c-34f0-bfa8-e30607faf82d-66db49fe, #w-node-f3eff455-0564-9daa-860d-f9ec2a1e7757-66db49fe {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f336c7d7-3182-1c89-74a5-1fbe691099a7-66db49fe {
    grid-column-end: 5;
  }

  #w-node-_38ce6a3c-4b73-06a7-6c66-c061aeba0967-66db49fe {
    grid-area: 3 / 1 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5ce-66db49fe {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_7bc66717-2690-3b93-a058-fd8f21ebf5d6-66db49fe {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_38ce6a3c-4b73-06a7-6c66-c061aeba0967-66db49fe {
    justify-self: center;
  }
}


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