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

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 24px 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.masthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0px;
}

.masthead:hover {
  color: #4332ff;
}

.nav-link {
  margin-right: 8px;
  padding: 12px 21px 10px;
  border-radius: 42px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #f8f9f8;
  color: #4332ff;
  text-decoration: none;
}

.nav-link.w--current {
  padding: 12px 21px 10px;
  background-color: #4332ff;
  color: #fff;
  line-height: 21px;
}

.nav-link.nav-link-last {
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 21px;
  cursor: pointer;
}

.nav-link.nav-link-last:hover {
  border-style: none;
  border-width: 2px;
  border-color: #4332ff;
  background-color: #f8f9f8;
  color: #4332ff;
}

.nav-link.nav-link-last.w--current:hover {
  background-color: #4332ff;
  color: #fff;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 24px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyrigt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 15px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.social-link:hover {
  opacity: 0.7;
}

.social-link.social-link-last {
  margin-right: 0px;
}

.body-large {
  margin-bottom: 40px;
  background-color: #fff;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.body-large.body-large-last {
  margin-bottom: 100px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-section {
  padding: 40px 24px 120px;
}

.introduction {
  padding: 80px 40px 40px;
}

.introduction-container {
  width: 100%;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.introduction-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
}

.preamble-header {
  display: block;
  width: 200px;
  margin: 0px auto 21px;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.preamble-header.preamble-header-small {
  width: 100%;
  max-width: 400px;
  margin-bottom: 24px;
  color: #aab1b0;
  font-size: 18px;
  line-height: 24px;
}

.work-grid {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.work-container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.work-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #b6bbba;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  cursor: pointer;
}

.work-item:hover {
  border-radius: 14px;
  box-shadow: 0 2px 24px -2px rgba(36, 49, 46, 0.22);
}

.work-item.work-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 280px;
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.work-info-toast {
  position: static;
  width: 100%;
  padding: 20px 30px 22px;
}

.work-info-toast.info-toast-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toast-round {
  display: inline-block;
  margin-right: 8px;
  padding: 14px 24px 12px;
  border-radius: 24px;
  background-color: #4332ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.toast {
  display: inline-block;
  margin-right: 8px;
  padding: 14px 24px 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.toast.toast-round {
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 10px;
}

.toast.toast-round.toast-light {
  margin-right: 6px;
  background-color: #f8f9f8;
  font-weight: 400;
}

.toast.toast-round.toast-round-small {
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

.toast.toast-square {
  padding: 12px 16px 10px;
  background-color: #fff;
  color: #24312e;
}

.toast.toast-square.toast-light {
  margin-right: 6px;
  background-color: #f8f9f8;
}

.toast.toast-square.toast-square-small {
  margin-bottom: 8px;
  padding-top: 11px;
  font-size: 16px;
  line-height: 18px;
}

.footer-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.about-section {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 120px;
}

.masthead-link {
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  color: #24312e;
  text-decoration: none;
}

.masthead-link:hover {
  color: #4332ff;
}

.masthead-link:active {
  color: #24312e;
}

.masthead-link:visited {
  color: #24312e;
  text-decoration: none;
}

.masthead-link.w--current:hover {
  color: #4332ff;
}

.about-container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.about-grid {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-image {
  width: 100%;
  margin-bottom: 24px;
}

.about-column-left {
  margin-right: 60px;
}

.about-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-social-links.social-links-left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h3 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.about-column-right {
  padding-right: 16px;
  padding-left: 16px;
}

.about-tags {
  margin-bottom: 40px;
}

.body-link {
  border-bottom: 1px solid #6a5fd8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #6a5fd8;
  text-decoration: none;
  cursor: pointer;
}

.body-link:hover {
  color: #4e41d6;
}

.cs-intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 40px;
  padding: 100px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f9f8;
}

.cs-text-container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cs-feature-image {
  width: 1180px;
  max-height: 580px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.cs-title {
  margin-top: 0px;
  margin-bottom: 21px;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
}

.cs-text-block {
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.cs-subhead {
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.cs-subhead.cs-details {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  text-align: center;
}

.cs-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-section-header {
  max-width: 580px;
  margin: 0px auto 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.cs-section-image {
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.cs-details-dash {
  color: #b7bbba;
}

.cs-bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9f8;
  cursor: default;
}

.cs-button-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px 11px 21px;
  border-radius: 36px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.cs-button-nav:hover {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
  color: #4332ff;
}

.cs-button-nav.cs-button-back {
  padding-right: 21px;
  padding-left: 18px;
  background-color: #f8f9f8;
}

.cs-button-nav.cs-button-back:hover {
  -webkit-transform: translate(-12px, 0px);
  -ms-transform: translate(-12px, 0px);
  transform: translate(-12px, 0px);
}

.cs-button-text {
  margin-right: 12px;
  text-decoration: none;
}

.cs-button-text:hover {
  margin-right: 12px;
}

.cs-button-text.cs-button-text-back {
  margin-right: 0px;
  margin-left: 12px;
}

.egg-emoji:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cs-project-details {
  display: block;
}

.cs-project-details-columns {
  margin-bottom: 40px;
  grid-column-gap: 28px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.cs-project-detail-header {
  font-family: "Space Grotesk", sans-serif;
  color: #24312e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.cs-project-detail-item {
  font-family: "Space Grotesk", sans-serif;
  color: #5a605f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.about-column {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.h4 {
  margin-bottom: 48px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  color: #24312e;
}

@media screen and (max-width: 991px) {
  .header-nav {
    padding-top: 28px;
    padding-bottom: 24px;
    border-bottom: 2px none #f8f9f8;
  }

  .masthead {
    font-size: 20px;
  }

  .nav-link.w--current {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-link.nav-link-last {
    padding-top: 12px;
    padding-bottom: 10px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 16px;
    cursor: pointer;
  }

  .nav-link.nav-link-last:hover {
    background-color: #fff;
    color: #4332ff;
  }

  .footer-copyrigt {
    width: 30%;
    font-size: 14px;
  }

  .social-links {
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 22px;
  }

  .body-large.body-large-last {
    margin-bottom: 90px;
  }

  .work-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .introduction {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .introduction-title {
    font-size: 36px;
    line-height: 50px;
  }

  .preamble-header {
    font-size: 18px;
    line-height: 24px;
  }

  .preamble-header.preamble-header-small {
    font-size: 16px;
  }

  .work-grid {
    grid-auto-flow: row;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .work-item {
    height: 460px;
  }

  .work-item:hover {
    border-radius: 14px;
  }

  .work-item.work-preview {
    text-decoration: none;
  }

  .work-info-toast.info-toast-center {
    text-decoration: none;
  }

  .toast.toast-round {
    font-size: 18px;
  }

  .toast.toast-round.toast-round-small {
    text-decoration: none;
  }

  .footer-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    font-size: 14px;
  }

  .about-section {
    padding-top: 60px;
  }

  .about-section.about-single-col {
    padding-top: 80px;
  }

  .about-grid {
    margin-right: 24px;
    margin-left: 24px;
  }

  .about-column-left {
    margin-right: 40px;
  }

  .about-column-right {
    width: 80%;
    min-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 0px;
  }

  .image {
    line-height: 0px;
  }

  .cs-intro-section {
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cs-feature-image {
    max-height: 420px;
  }

  .cs-title {
    margin-bottom: 32px;
    font-size: 52px;
    line-height: 60px;
  }

  .cs-subhead {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .cs-bottom-nav {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs-button-nav {
    margin-top: 0px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cs-button-nav.cs-button-back {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }

  .footer-copyrigt {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 18px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .body-large {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .introduction-title {
    line-height: 48px;
  }

  .preamble-header {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .preamble-header.preamble-header-small {
    font-size: 14px;
    line-height: 22px;
  }

  .work-item {
    height: 380px;
  }

  .work-item.work-preview {
    width: 100%;
    height: 280px;
    max-width: 480px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .work-info-toast {
    padding: 18px 20px 20px;
  }

  .toast.toast-round {
    padding-top: 13px;
    font-size: 16px;
    line-height: 18px;
  }

  .toast.toast-square {
    padding-top: 13px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-message {
    width: auto;
    margin-bottom: 48px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .about-section {
    padding-bottom: 80px;
  }

  .about-section.about-single-col {
    padding-top: 80px;
  }

  .about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-column-left {
    width: 260px;
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .about-column-right {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .cs-intro-section {
    padding-top: 100px;
  }

  .cs-text-container {
    padding-bottom: 24px;
  }

  .cs-title {
    margin-bottom: 21px;
    font-size: 38px;
    line-height: 44px;
  }

  .cs-subhead {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .cs-subhead.cs-details {
    font-size: 16px;
  }

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

  .cs-section-header {
    font-size: 36px;
    line-height: 42px;
  }

  .cs-bottom-nav {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-button-nav {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .header-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .masthead {
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 32px;
  }

  .nav-link {
    padding: 10px 24px 8px;
    font-size: 15px;
    line-height: 21px;
  }

  .nav-link.w--current {
    width: auto;
    padding: 10px 24px 8px;
    font-size: 15px;
    text-align: center;
  }

  .nav-link.nav-link-last {
    width: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }

  .nav-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .footer-copyrigt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link {
    width: 22px;
    height: 22px;
    margin-right: 22px;
  }

  .body-large {
    font-size: 16px;
    line-height: 24px;
  }

  .body-large.body-large-last {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-container {
    display: block;
  }

  .footer-container {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .introduction {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .introduction-title {
    font-size: 21px;
    line-height: 30px;
  }

  .preamble-header {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 21px;
  }

  .preamble-header.preamble-header-small {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 20px;
  }

  .work-grid {
    grid-row-gap: 16px;
  }

  .work-item {
    height: 320px;
  }

  .work-item.work-preview {
    height: 260px;
  }

  .work-info-toast {
    padding: 10px 16px 18px;
  }

  .work-info-toast.info-toast-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .toast.toast-round {
    margin-bottom: 8px;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 15px;
    line-height: 15px;
  }

  .toast.toast-square {
    margin-left: 4px;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 15px;
    line-height: 15px;
  }

  .footer-message {
    margin-bottom: 40px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-section.about-single-col {
    padding-top: 52px;
  }

  .about-column-left {
    width: 200px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .about-social-links.social-links-left-align {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .about-column-right {
    width: 100%;
    min-width: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-tags {
    margin-bottom: 32px;
  }

  .cs-intro-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cs-text-block {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .cs-subhead {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .cs-subhead.cs-details {
    font-size: 15px;
  }

  .cs-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-section-header {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .cs-bottom-nav {
    padding-top: 40px;
  }

  .cs-button-nav {
    padding-top: 11px;
    font-size: 16px;
    line-height: 18px;
  }

  .cs-button-nav.cs-button-back {
    margin-top: 32px;
  }

  .about-column {
    margin-bottom: 40px;
  }

  .h4 {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-e0c7941fa0ba-6ce1db10 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-e133f73dda1f-6ce1db10 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-231bd0146e38-6ce1db10 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-9dd0caaa39b6-6ce1db10 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-e0c7941fa0ba-2d5ccf59 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

#w-node-e133f73dda1f-2d5ccf59 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-231bd0146e38-2d5ccf59 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-9dd0caaa39b6-2d5ccf59 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

@media screen and (max-width: 991px) {
  #w-node-e0c7941fa0ba-6ce1db10 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-e133f73dda1f-6ce1db10 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-231bd0146e38-6ce1db10 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-9dd0caaa39b6-6ce1db10 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-e0c7941fa0ba-2d5ccf59 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-e133f73dda1f-2d5ccf59 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-231bd0146e38-2d5ccf59 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-9dd0caaa39b6-2d5ccf59 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}