@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #141414;
  --white: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.section-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 500px;
}

.background {
  cursor: auto;
  background-color: #eee;
  background-image: linear-gradient(#eee, #f2f2f2);
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  display: flex;
}

.heading {
  -webkit-text-stroke-color: black;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 37px;
}

.title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.paragraph {
  color: var(--black);
  margin-bottom: 3px;
}

.link-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#fdfdfdb3, #f3f3f3 2%, #f3f3f3);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px;
  box-shadow: 0 15px 30px #00000008, 0 -10px 25px -5px #ffffffb3;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.heading-2.experience-heading {
  padding-left: 20px;
}

.primary-button {
  background-color: #000;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
  box-shadow: 0 5px 10px #0000001a;
}

.tertiary-button {
  color: #000;
  background-color: #fff0;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
  transition: border-color .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 1px #f6f6f6;
}

.tertiary-button:hover {
  background-color: #f9f9f9;
  border-color: #fff;
  box-shadow: 0 10px 15px -5px #00000005;
}

.link-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-container {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/4-noise.png');
  background-position: 0 0;
  background-size: 400px;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
  position: relative;
}

.block-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.experience-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#fcfcfcb3, #fafafa 0% 0%, #f3f3f3 2%, #f5f5f5);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px;
  transition: flex-grow 1s;
  box-shadow: 0 15px 30px #00000008, 0 -10px 30px -5px #ffffffb3;
}

.date {
  width: 95px;
  margin-bottom: 0;
  line-height: 22px;
}

.company {
  width: 190px;
  margin-bottom: 0;
  line-height: 22px;
}

.title {
  margin-bottom: 0;
  line-height: 22px;
}

.experience-row {
  border: 0 #000;
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 1px 1px #f6f6f6bf;
}

.flex-block {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.experience-list-item {
  border-bottom: 1px solid #e2e2e2;
  align-items: stretch;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 1px 1px #f6f6f6e6;
}

.experience-list-item.last-llst-item {
  box-shadow: none;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.experience-list-item.first-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 1px #f6f6f68c;
}

.experience-list-item.nose {
  display: none;
}

.left-align-list {
  justify-content: flex-start;
  align-items: center;
}

.comapny-link {
  color: #000;
}

.list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.open-info-button {
  box-shadow: none;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 15px;
  text-decoration: none;
  transition: color .5s linear, border-color .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.open-info-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.open-info-button:active {
  box-shadow: none;
}

.button {
  color: #000;
  background-color: #f9f9f9;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 10px 15px -5px #00000005;
}

.arrow-down {
  margin-bottom: 0;
  transform: rotate(90deg);
}

.paragraph-2 {
  transform: rotate(0);
}

.more-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  margin-bottom: 0;
  transform: rotate(90deg);
}

.more-info {
  margin-bottom: 0;
}

.noise {
  z-index: 0;
  opacity: .8;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ff7a7a;
  background-image: url('../images/4-noise-texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.top-portion {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom-portion {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: none;
  box-shadow: 0 5px 20px -10px #00000005;
}

.investors-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  height: 100%;
}

.paragraph-4 {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  line-height: 22px;
  display: flex;
}

.investor-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 328px;
}

.mobile-date {
  width: 95px;
  margin-bottom: 0;
  line-height: 22px;
  display: none;
}

.investor-logo {
  overflow: hidden;
}

.paragraph-5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 100px;
  display: flex;
}

.link-block {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 15px;
  text-decoration: none;
  transition: color .5s linear, border-color .5s cubic-bezier(.39, .575, .565, 1), background-color .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 0 10px 15px -5px #00000005;
}

.link-block:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.link-block.case-studies {
  background-color: #fafafa00;
  border-color: #e2e2e2;
  box-shadow: 0 1px #f6f6f6;
}

.link-block.case-studies:hover {
  color: #141414;
  background-color: #fafafa;
  border-color: #fff;
  box-shadow: 0 10px 15px -5px #00000005;
}

.see-work {
  margin-bottom: 0;
}

.arrow-external {
  margin-bottom: 0;
  display: block;
  transform: rotate(-45deg);
}

.div-block-2 {
  background-color: red;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-6 {
  font-weight: 400;
}

.less-info {
  margin-bottom: 0;
  display: flex;
}

.more-info-section {
  margin-top: 0;
  margin-bottom: 0;
}

.close-info-button {
  box-shadow: none;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 15px;
  text-decoration: none;
  transition: color .5s linear, border-color .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.close-info-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.close-info-button:active {
  box-shadow: none;
}

.arrow-up {
  margin-bottom: 0;
  transform: rotate(-90deg);
}

.photo {
  width: 100px;
  display: none;
}

.photo-wrapper {
  width: 600px;
  height: 350px;
  position: fixed;
  inset: 0%;
}

.link-gradient-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  border-radius: 9px;
  padding: 20px;
}

.experience-gradient-wrapper {
  background-color: #eee;
  border-radius: 9px;
  width: 873px;
  padding-top: 20px;
}

.cursor {
  z-index: 1001;
  background-color: #000;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: relative;
}

.cursor-wrapper {
  z-index: 10000;
  position: fixed;
}

.about-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.about-gradient-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ececec;
  border-radius: 9px;
  flex-flow: column;
  width: 550px;
  height: 350px;
  padding: 20px;
}

.monochromatic-profile {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  height: 350px;
  position: absolute;
}

.about-me {
  background-image: linear-gradient(#fdfdfdb3, #f3f3f3 3%, #f3f3f3);
  border-radius: 10px;
  padding: 1px;
  box-shadow: 0 10px 25px -5px #ffffff12, 0 15px 30px #00000008;
}

.profile-photo {
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 10px 25px -5px #00000012;
}

.colour-profile {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  height: 350px;
  position: absolute;
  box-shadow: 0 10px 25px -5px #00000008;
}

.mobile-profile-wrapper {
  display: none;
}

.text-span {
  font-weight: 400;
}

.squiggle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lock {
  display: none;
}

.lock-visible {
  display: block;
}

.utility-page-wrap {
  z-index: 10;
  background-color: #c5c1c100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: absolute;
}

.utility-page-content {
  text-align: center;
  background-color: #ff4747;
  flex-direction: column;
  width: auto;
  padding: 2px 1px;
  display: flex;
}

.utility-page-content.experience-section {
  position: absolute;
}

.utility-page-form {
  background-color: #eee;
  border-radius: 9px;
  flex-direction: column;
  align-items: stretch;
  width: 500px;
  padding: 50px 40px;
  display: flex;
}

.submit-button {
  color: #141414;
  background-color: #fff;
  border-radius: 200px;
  width: 38px;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94), border-radius .5s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  color: #eee;
  background-color: #141414;
}

.text-field {
  color: #141414;
  background-color: #dfdfdf54;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  height: 38px;
  transition: border-color .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #dfdfdf87;
  border-width: 1px;
  border-color: #ffffffd6;
}

.field-label {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.password-input-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image {
  width: auto;
  height: 25px;
}

.password-title-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.heading-3 {
  font-size: 2em;
  font-weight: 400;
}

.password-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
}

.link {
  color: #141414;
}

@media screen and (max-width: 991px) {
  .main-container {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2.5em;
  }

  .experience-section {
    width: 700px;
  }

  .date {
    width: 70px;
  }

  .company {
    width: 140px;
  }

  .bottom-portion {
    flex-flow: column;
  }

  .investors-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 305px;
    height: auto;
  }

  .investor-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    width: 100%;
    height: auto;
  }

  .experience-gradient-wrapper {
    width: 698px;
  }

  .about-section {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .about-gradient-wrapper {
    width: 470px;
    height: 380px;
  }

  .monochromatic-profile {
    object-fit: cover;
    width: 199px;
    height: 380px;
  }

  .colour-profile {
    object-fit: contain;
    width: 199px;
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .background {
    background-image: linear-gradient(#ebebeb, #eee 18%, #f2f2f2);
  }

  .heading {
    line-height: 38px;
  }

  .title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .link-section {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .heading-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.about-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.link-heading-push {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-group {
    flex-flow: wrap;
    width: 100%;
  }

  .main-container {
    padding-top: 2em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-sections, .experience-section {
    width: 100%;
  }

  .date {
    display: none;
  }

  .company {
    text-decoration: underline;
  }

  .experience-list-item.first-list-item {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-align-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .left-align-list.first-mobile-push {
    padding-left: 5px;
    padding-right: 5px;
  }

  .comapny-link {
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .open-info-button {
    width: 100%;
  }

  .arrow-down {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .more-info-block {
    justify-content: space-between;
    width: 100%;
  }

  .top-portion {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bottom-portion {
    margin-bottom: 0;
    display: flex;
  }

  .investors-row, .s, .investor-wrapper {
    width: 100%;
  }

  .mobile-date {
    opacity: .25;
    width: auto;
    text-decoration: none;
    display: block;
  }

  .hustle-fund, .night-capital, .tinder, .investor-logo, .kleiner-perkins, .twitter {
    width: 100%;
  }

  .div-block {
    justify-content: space-between;
    width: 100%;
  }

  .link-block {
    width: 100%;
  }

  .link-block.case-studies {
    width: auto;
  }

  .arrow-external {
    display: block;
  }

  .close-info-button {
    width: 100%;
  }

  .arrow-up {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .photo {
    display: none;
  }

  .link-gradient-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .experience-gradient-wrapper, .about-section {
    width: 100%;
  }

  .about-gradient-wrapper {
    background-color: #eee;
    width: 100%;
    height: 100%;
  }

  .about-me {
    width: 100%;
  }

  .profile-photo {
    display: none;
  }

  .mobile-profile {
    border-radius: 10px;
    width: 100%;
  }

  .mobile-profile-wrapper {
    width: 100%;
    display: flex;
  }

  .text-span {
    font-weight: 400;
  }

  .squiggle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .utility-page-form.experience-gradient-wrapper {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 479px) {
  .title-block {
    margin-bottom: 5px;
  }

  .link-section {
    width: 100%;
  }

  .link-group {
    flex-flow: wrap;
  }

  .block-sections {
    width: 100%;
  }

  .experience-list-item {
    flex-flow: row;
  }

  .investors-row {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .investor-logo {
    overflow: hidden;
  }

  .password-title-flex {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}