.public-sans-300 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.public-sans-400 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.public-sans-500 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.public-sans-600 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.public-sans-700 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.public-sans-800 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.public-sans-900 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  background: rgb(255, 255, 255);
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  color: rgb(0, 0, 0);
}

button, input, select, textarea {
  color: rgb(34, 34, 34);
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal;
  overflow-wrap: break-word;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga";
}

li {
  list-style: none;
  position: relative;
}

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

.ie9 img[src*=".svg"], img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}

th, td {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, pre {
  display: block;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-top: 1px solid rgb(204, 204, 204);
  margin: 1em 0;
  padding: 0;
}

.content-list li,
p {
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .content-list li,
  p {
    font-size: 1.25rem;
  }
}

.content-list,
p {
  margin-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .content-list,
  p {
    margin-bottom: 40px;
  }
}

.content-list li {
  list-style: disc;
  margin-left: 20px;
}

p + .content-list {
  margin-top: -24px;
}
@media screen and (min-width: 1000px) {
  p + .content-list {
    margin-top: -40px;
  }
}

strong {
  font-weight: 700;
}

.main-container, .text-container, .figcaption {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 1000px) {
  .main-container, .text-container, .figcaption {
    padding: 0;
  }
}

.main-container {
  position: relative;
  z-index: 4;
}

.figcaption {
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (min-width: 1000px) {
  .main-container {
    width: 66.66%;
  }
  .text-container {
    width: 66.66%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .text-container {
    margin-left: 33.33%;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .text-container {
    width: 33.33%;
  }
}
.content-title {
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 28px;
  letter-spacing: -0.031rem;
}
@media screen and (min-width: 1000px) {
  .content-title {
    font-size: 36px;
    letter-spacing: -0.025rem;
    margin-bottom: 32px;
  }
}

.content-title + .figcaption {
  padding: 0;
}

.pullquote {
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 24px;
  border-left: 1px solid #000;
  padding-left: 24px;
  line-height: 140%;
}
@media screen and (min-width: 1000px) {
  .pullquote {
    font-size: 36px;
    letter-spacing: -0.025rem;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1400px) {
  .pullquote-container {
    width: 50%;
    margin-left: 33.33%;
  }
}

.content-block,
.project-hero-wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .content-block,
  .project-hero-wrapper {
    margin-bottom: 120px;
  }
}

.bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.button {
  display: inline-block;
  background: #1B13ED;
  color: #ffffff;
  text-decoration: none;
  border-radius: 40px;
  transition: opacity 0.3s;
  padding: 16px 32px;
}
.button:hover {
  opacity: 0.8;
}

.next-link {
  color: rgb(0, 0, 0);
}
.next-link:hover {
  text-decoration: none;
}

.project-hero-wrapper {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (min-width: 1000px) {
  .project-hero-wrapper {
    padding-bottom: 60px;
  }
}
.project-hero-wrapper .warning-container {
  margin-bottom: 24px;
}

@media screen and (min-width: 1000px) {
  .project-hero {
    flex-flow: row;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    min-height: 80vh;
  }
}

.page-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .page-title {
    font-size: 3.5vw;
    margin-bottom: 0;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: -0.063rem;
  }
}
@media screen and (min-width: 1900px) {
  .page-title {
    font-size: 60px;
  }
}

.project-hero-image {
  width: 100%;
  padding: 0 20px;
}

.project-hero-content {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .project-hero-content {
    padding-right: 16.66%;
    padding-left: 0;
    width: 50%;
  }
}

.project-logo {
  width: 120px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .project-logo {
    margin-bottom: 40px;
    width: 197px;
  }
}

.project-hero-content p {
  margin-bottom: 0;
}

.img-wrapper {
  display: flex;
}

.img-wrapper--colored {
  padding: 20px;
}

.img-wrapper--colored.no-padding {
  padding: 0;
}

@media screen and (min-width: 1000px) {
  .img-wrapper.img-1540 {
    display: flex;
    justify-content: center;
  }
  .img-wrapper.img-1540 img {
    max-width: 1540px;
  }
}

@media screen and (min-width: 1000px) {
  .img-wrapper.img-1800 {
    display: flex;
    justify-content: center;
  }
  .img-wrapper.img-1800 img {
    max-width: 1800px;
  }
}

.flex-end,
.img-wrapper.img-1800.flex-end {
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .flex-end,
  .img-wrapper.img-1800.flex-end {
    justify-content: flex-end;
  }
}

.index-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.index-link:hover {
  color: rgb(0, 0, 0);
}

.back-link {
  margin: 0 24px 40px;
  background: rgb(0, 0, 0);
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: -0.031rem;
}
.back-link:hover {
  opacity: 0.9;
}
.back-link span {
  margin-right: 8px;
}
@media screen and (min-width: 1000px) {
  .back-link {
    margin: 0 16.66% 40px;
  }
}
@media screen and (min-width: 1400px) {
  .back-link {
    margin: 0 33.33% 80px;
  }
}

.project-gallery {
  padding: 40px 24px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1000px) {
  .project-gallery {
    margin-top: 4vh;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .project-gallery {
    margin-top: 8vh;
  }
}
@media screen and (min-width: 1400px) {
  .project-gallery {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1000px) {
  .project-thumbnails {
    width: 66.66%;
    display: flex;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .project-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .project-thumbnails {
    margin: 0 auto;
  }
}

.project-thumbnail {
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .project-thumbnail {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1000px) {
  .project-thumbnail {
    width: 25%;
    padding-right: 16px;
    margin-bottom: 0;
  }
  .project-thumbnail img {
    filter: grayscale(100%);
    transition: all 0.3s;
  }
  .project-thumbnail:hover img {
    filter: grayscale(0%);
  }
}
.project-thumbnail:hover h3 {
  text-decoration: underline;
}
.project-thumbnail h3 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  line-height: 140%;
  margin-top: 8px;
  transition: 0.3s;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  .project-thumbnail h3 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .project-thumbnail h3 {
    font-size: 1.125rem;
    letter-spacing: -0.031rem;
  }
}

.thumbnail-client {
  font-size: 0.75rem;
  color: #777;
  margin-top: 4px;
}

.figure {
  margin-top: 24px;
}
.figure iframe {
  width: 100%;
  height: 80vh;
}
@media screen and (min-width: 1000px) {
  .figure {
    margin-top: 40px;
  }
}

.figure-2-col .figcaption, .figure-3-col .figcaption, .figure-4-col .figcaption, .figure-6-col .figcaption {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .figure-2-col {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .figure-3-col {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .figure-3-col {
    width: 50%;
    margin-left: 33.33%;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .figure-4-col {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .figure-4-col .figcaption {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .figure-6-col .figcaption {
    margin-left: auto;
    margin-right: auto;
    width: 66.66%;
  }
}
@media screen and (min-width: 1400px) {
  .figure-6-col .figcaption {
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {
  .figure-scroll .img-wrapper {
    width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1000px) {
  .figure-scroll .img-wrapper img {
    width: auto;
    max-width: none;
    height: 100vh;
  }
}

.figure-auto {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.menu-wrapper {
  position: relative;
  z-index: 4;
}
.menu-wrapper .main-container {
  display: inline-flex;
  align-items: flex-end;
  margin: 32px auto;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .menu-wrapper .main-container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 16.66%;
  }
}
@media screen and (min-width: 1400px) {
  .menu-wrapper .main-container .author {
    width: 25%;
  }
  .menu-wrapper .main-container .author-role {
    display: none;
    font-size: 1rem;
  }
  .menu-wrapper .main-container .menu-list {
    display: flex;
  }
}
.menu-wrapper .main-container .author-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.menu-wrapper .main-container .author-role {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 0.875rem;
  margin-top: 8px;
}

@media screen and (max-width: 1000px) {
  .figure-scroll .img-1000-mobile img {
    width: auto;
    max-width: 1000px;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  .figure-scroll .img-1400-mobile img {
    width: auto;
    max-width: 1400px;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  .figure-scroll .img-1600-mobile img {
    width: auto;
    max-width: 1600px;
    height: auto;
  }
}

.menu-list {
  display: flex;
  width: 100%;
}
.menu-list a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.menu-list a:hover {
  text-decoration: underline;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.9125rem;
  width: 25%;
}
@media screen and (max-width: 999px) {
  .menu-item {
    justify-content: center;
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  .menu-item--works img {
    transform: rotate(-90deg);
  }
}
.menu-item--active {
  opacity: 0.4;
  text-decoration: line-through;
}
.menu-item--active a:hover {
  text-decoration: none;
  cursor: default;
}
.menu-item img {
  width: 20px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1000px) {
  .menu-item img {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.menu-item a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .menu-item a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.lines {
  display: none;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 2;
  height: 100vh;
  inset: 0;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .lines {
    display: flex;
  }
}
.lines .line {
  width: 1px;
  align-self: stretch;
  height: 100vh;
  background-color: #D4E0EB;
}

.project-hero-wrapper,
.project-hero,
.content-block,
.actions {
  position: relative;
  z-index: 4;
}

.menu-wrapper {
  position: relative;
  z-index: 6;
}

@media screen and (min-width: 1400px) {
  .thumbmail-picture {
    height: 60vh;
    overflow: hidden;
  }
}

.thumbmail-picture img {
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .thumbmail-picture img {
    filter: grayscale(100%);
    height: 100%;
    width: auto;
  }
}

.Home {
  background-color: #F5F5F5;
  height: auto;
  min-height: 100vh;
}

.author-home {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .author-home {
    padding-left: 16.66%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .author-home {
    padding-right: 16px;
    width: 16.66%;
    margin-bottom: 46px;
    margin-left: 16.66%;
  }
}
.author-home .author-title {
  font-weight: 200;
  font-size: 1.5rem;
  letter-spacing: -0.031rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .author-home .author-title {
    font-size: 2.25rem;
    letter-spacing: -0.063rem;
  }
}
.author-home .author-role {
  font-size: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .author-home .author-role {
    font-size: 1.125rem;
    letter-spacing: -0.031rem;
  }
}

.warning-container {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .warning-container {
    display: none;
  }
}

.warning-content {
  display: flex;
  width: 100%;
  border-left: 2px solid rgb(231, 79, 106);
  background: #ffeef1;
  padding: 8px 16px;
  color: rgb(231, 79, 106);
}
.warning-content p, .warning-content .warning-signal {
  color: rgb(231, 79, 106);
  font-size: 12px;
}
.warning-content .warning-signal {
  line-height: 160%;
}
.warning-content p {
  margin-left: 8px;
  margin-bottom: 0;
}

.Project .line {
  background-color: #EBF3F5;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 40px 0;
}
@media screen and (min-width: 1000px) {
  .divider {
    margin: 80px 0;
  }
}

.heading-subtitle {
  font-size: 16px;
  margin-bottom: 8px;
}

.heading-title {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.031rem;
}
@media screen and (min-width: 1000px) {
  .heading-title {
    font-size: 60px;
    letter-spacing: -0.063rem;
  }
}

.Stylematch .project-hero-wrapper,
.Stylematch .img-wrapper--colored {
  background-color: #FFF5ED;
}
.Stylematch .project-hero-wrapper .lines,
.Stylematch .img-wrapper--colored .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.Stylematch .project-hero-wrapper .lines .line,
.Stylematch .img-wrapper--colored .lines .line {
  background-color: #FAE9DC;
  height: auto;
}
.Stylematch .project-hero-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .Stylematch .project-hero-image {
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0;
  }
}

.DesignSystem .project-logo {
  width: 142px;
}
.DesignSystem .project-hero-wrapper,
.DesignSystem .img-wrapper--colored {
  background-color: #F3F7FA;
}
.DesignSystem .project-hero-wrapper .lines,
.DesignSystem .img-wrapper--colored .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.DesignSystem .project-hero-wrapper .lines .line,
.DesignSystem .img-wrapper--colored .lines .line {
  background-color: #E2EEF6;
  height: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1259px) {
  .DesignSystem .hero-picture {
    width: 50%;
  }
}
.DesignSystem .project-hero-image {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .DesignSystem .project-hero-image {
    padding: 0;
    margin-right: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1259px) {
  .DesignSystem .project-hero-image {
    width: calc(100% - 160px);
    margin-left: 80px;
  }
}
@media screen and (min-width: 1260px) {
  .DesignSystem .project-hero-image {
    width: 480px;
  }
}

.Templates .project-hero-wrapper,
.Templates .img-wrapper--colored {
  background-color: #F3F7FA;
}
.Templates .project-hero-wrapper .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.Templates .project-hero-wrapper .lines .line {
  background-color: #E4EEF5;
  height: auto;
}
@media screen and (max-width: 999px) {
  .Templates .project-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.Templates .project-hero-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .Templates .project-hero-image {
    max-width: 450px;
  }
}
@media screen and (min-width: 1000px) {
  .Templates .project-hero-image {
    width: 545px;
    max-width: calc(50% - 20px);
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.Honeycomb .project-logo {
  width: 180px;
}
.Honeycomb .project-hero-wrapper,
.Honeycomb .img-wrapper--colored {
  background-color: #FDF4DF;
}
.Honeycomb .project-hero-wrapper .lines,
.Honeycomb .img-wrapper--colored .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.Honeycomb .project-hero-wrapper .lines .line,
.Honeycomb .img-wrapper--colored .lines .line {
  background-color: #F2E6CE;
  height: auto;
}
.Honeycomb .project-hero-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .Honeycomb .project-hero-top-wrapper {
    position: relative;
  }
}
.Honeycomb .project-hero-bee--mobile {
  display: none;
}
.Honeycomb .project-hero-bee--desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  .Honeycomb .project-hero-bee--desktop {
    display: block;
  }
}
.Honeycomb .project-hero-image {
  max-width: 375px;
  margin-left: 50%;
  margin-bottom: 40px;
  display: block;
  transform: translateX(-50%);
}
@media screen and (min-width: 999px) and (max-width: 1279px) {
  .Honeycomb .project-hero-image {
    max-width: none;
    transform: none;
    width: 375px;
    position: absolute;
    top: 0;
    left: 8vw;
    z-index: -2;
    padding: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .Honeycomb .project-hero-image {
    max-width: 772px;
    transform: none;
    width: 47vw;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -2;
    padding: 0;
    margin-left: 0;
  }
}
.Honeycomb .project-hero-bee {
  position: absolute;
  bottom: 0;
  right: -2vw;
  width: 25vw;
  z-index: -2;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.table {
  border-spacing: 8px;
  border: 1px solid #d9e5e8;
  border-bottom: 0;
  background-color: #ffffff;
  width: 100%;
  min-width: 600px;
}
.table tr {
  border-bottom: 1px solid #d9e5e8;
}
.table td {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 300;
}
.table th,
.table td:first-of-type {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 600;
}
.table td,
.table th {
  padding: 8px;
}
.table td:nth-of-type(2),
.table th:nth-of-type(2) {
  border-left: 1px solid #d9e5e8;
  border-right: 1px solid #d9e5e8;
}

.About {
  background-color: #F5F5F5;
  padding-bottom: 120px;
}
.About .project-hero-wrapper,
.About .img-wrapper--colored {
  background-color: transparent;
}
.About .lines .line {
  background-color: #D4E0EB;
}
.About .final-section {
  margin-bottom: 0;
}

.error404 {
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.error-illustration {
  width: 200px;
  margin-bottom: 24px;
  padding: 20px;
}/*# sourceMappingURL=portfolio.css.map */