.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.7em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.masthead-section {
  height: 100vh;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 68vw;
  max-width: 63rem;
  display: flex;
}

.nav-container {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000080;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.body {
  background-color: #000;
  background-image: url('../images/Dot-Background-7.png');
  background-position: 0 0;
  background-size: 14px;
  background-attachment: fixed;
  font-family: Inter, sans-serif;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  margin: 1.25rem .9375rem 1rem;
  padding: 0 0 .25rem;
  font-size: 14px;
  transition: color .2s;
}

.nav-link:hover {
  color: #777;
}

.nav-link.w--current {
  color: #fff;
  box-shadow: inset 0 -4px #ffffff40;
}

.nav-link.w--current:active, .nav-link.w--current:visited {
  box-shadow: none;
}

.nav-jp-icon {
  width: 35px;
  margin-top: 12px;
  margin-left: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  inset: 0% 0% auto;
}

.button-secondary {
  color: #ccc;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  padding: .625rem 30px .625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: color .2s, border-color .2s;
}

.button-secondary:hover {
  color: #fff;
  border-color: #fff;
}

.button-primary {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: .625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: background-color .2s;
}

.button-primary:hover {
  background-color: #999;
}

.button-primary.button-case-study {
  margin-top: 20px;
}

.heading {
  font-weight: 600;
}

.latest-stories-section {
  padding-bottom: 3.75rem;
}

.case-study-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #1d1d1d;
  border-radius: 15px;
  width: 80vw;
  max-width: 1200px;
  height: 600px;
}

.div-block.anim-zoomin-del00 {
  box-sizing: border-box;
  object-fit: fill;
  overflow: visible;
}

.paragraph {
  color: #888;
  font-size: 16px;
}

.paragraph.anim-scrollin-del02 {
  font-size: 1rem;
}

.container {
  max-width: 63rem;
  padding-top: 40px;
  padding-bottom: 100px;
}

.case-study-p {
  color: #888;
  padding-top: 10px;
}

.case-study-p.anim-scrollin-del04 {
  color: #999;
  font-size: .875rem;
  line-height: 1.25rem;
}

.div-block-2 {
  width: 100%;
  padding-top: 3px;
  display: flex;
}

.container-2 {
  max-width: 63rem;
  padding-top: 0;
  padding-bottom: 1.875rem;
}

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

.section {
  padding-bottom: 3.5rem;
}

.heading-2 {
  color: #555;
  font-weight: 600;
}

.footer {
  background-color: #080808;
  padding-bottom: 1.25rem;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.footer-heading {
  color: #fff;
  text-align: center;
}

.footer-heading.anim-scrollin-del00 {
  color: #555;
  letter-spacing: .02rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-p {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.footer-p.anim-scrollin-del02 {
  color: #888;
}

.footer-buttons-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.footer-copyright {
  color: #555;
  padding-top: 30px;
  font-weight: 400;
  text-decoration: none;
}

.footer-copyright.anim-scrollin-del04 {
  padding-top: 1.6rem;
}

.bold-text {
  font-size: 12px;
  font-weight: 600;
}

.mysuperpowers-p {
  color: #999;
  font-size: .875rem;
  line-height: 1.4rem;
}

.mast-bg-gradient {
  z-index: -1;
  background-image: linear-gradient(#000, #000 0%, #0000);
  width: 100vw;
  height: 55vh;
  position: fixed;
}

.nav-section {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-linkedin-icon {
  background-color: #0000;
  width: 35px;
  margin-top: 18px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case-study-categories {
  color: #888;
  background-color: #0000;
  border: 1px solid #555;
  border-radius: 100px;
  margin-right: 8px;
  padding: 1px 10px;
  font-size: .75rem;
  line-height: 1.25rem;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-arrow {
  margin-top: 30px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
}

.text-field {
  border-radius: 8px;
}

.anim-scrollin-del00 {
  line-height: 1.1em;
}

.latest-stories-container {
  max-width: 63rem;
}

.latest-stories-header.anim-scrollin-del00 {
  font-size: 2rem;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #777;
}

.image-casestudy {
  object-fit: cover;
  border-radius: 15px;
  width: 80vw;
  max-width: 100%;
  max-height: 700px;
}

.image-casestudy.anim-zoomin-del00 {
  width: 95vw;
  max-width: 75rem;
  max-height: 43.75rem;
}

.case-study-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-headline.anim-scrollin-del02 {
  max-width: 49.25rem;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4em;
  line-height: 1.3em;
  transform: translate(0);
}

.hero-heading-sub {
  font-weight: 600;
}

.hero-heading-sub.anim-scrollin-del00 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}

.my-superpowers-heading.anim-scrollin-del00 {
  font-size: 3.4rem;
}

.case-study-header {
  font-size: 1em;
  line-height: 1.3em;
}

.bold-text-2 {
  color: #555;
  font-size: 1.3rem;
  line-height: 1.2rem;
  display: block;
}

.bold-text-3 {
  -webkit-text-stroke-color: red;
  font-size: 4.1rem;
  line-height: 4.9rem;
}

.superpowers-image {
  max-height: 1.5625rem;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.other-works {
  font-size: 3.4rem;
  line-height: 2.7rem;
}

.case-study-secondary {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-container {
  max-width: 63rem;
}

.image-2 {
  transform: rotate(90deg);
}

.masthead-section-casestudies {
  height: 55vh;
}

.hero-section-casestudies {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.masthead-section-project {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.project-section-content {
  margin-bottom: 5rem;
}

.project-section-container {
  clear: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 63rem;
  margin-top: 8vh;
  display: flex;
}

.project-content {
  float: none;
  clear: none;
  flex: 1;
  width: 70%;
  position: static;
  inset: 0% 0% 0% auto;
}

.project-legend {
  float: none;
  clear: none;
  color: #222;
  width: 15vw;
  margin-right: 1vw;
  position: sticky;
  top: 40vh;
  bottom: 60vh;
}

.project-paragraph {
  color: #999;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  list-style-type: disc;
}

.project-overview, .project-research-strategy, .project-website-design, .project-social, .project-print {
  margin-bottom: 3rem;
}

.image-3 {
  width: 100%;
}

.project-image {
  outline-offset: -1px;
  border-radius: 12px;
  outline: 1px solid #000;
  margin-bottom: 1.5rem;
}

.section-title {
  color: #222;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.section-title.active-title {
  color: #fff;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.anim-scrollin-del00 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.heading-4 {
  margin-top: 0;
}

.project-h2, .project-h3, .project-h4, .project-h5, .project-h6, .project-h7 {
  color: #222;
}

.project-section {
  margin-bottom: 4rem;
}

.project-section.digital-newsletter {
  margin-bottom: 0;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4, .image-5, .image-6 {
  border-radius: 12px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-h8 {
  color: #222;
}

.image-7 {
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}

.achievements-grid-div {
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: .8rem;
  display: block;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  width: 100%;
}

.image-8 {
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 8px;
  outline: 1px solid #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: clip;
}

.image-9, .image-10, .image-11, .image-12, .image-13 {
  outline-offset: -1px;
  border-radius: 12px;
  outline: 1px solid #000;
}

.heading-5 {
  color: #fff;
}

.image-14 {
  border-radius: 12px;
}

.digital-newsletter-desktop, .digital-newsletter-challenge-process {
  margin-bottom: 1.5rem;
}

.achievements-grid-p {
  color: #999;
  margin-bottom: 0;
  font-size: .875rem;
}

.container-3 {
  max-width: 63rem;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  border: 1px solid #555;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  border: 1px solid #555;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.case-study-tags {
  color: #777;
  margin-bottom: 7px;
  font-size: .8rem;
}

.image-15 {
  outline-offset: -2px;
  border: 1px solid #000;
  border-radius: 8px;
  outline: 2px solid #000;
  width: 100%;
  display: inline-block;
  overflow: clip;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-16 {
  border-radius: 6px;
}

.social-blocks-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.social-blocks {
  aspect-ratio: 1;
  border: 1px solid #555;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.postcard-image {
  outline-offset: -1px;
  object-fit: cover;
  border-radius: 12px;
  outline: 1px solid #000;
  width: 100%;
  height: 100%;
}

.postcard-block {
  aspect-ratio: 3 / 2;
  border: 1px solid #555;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.flow-chart-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: block;
}

.social-1, .social-2, .social-3, .social-4, .social-5, .social-6, .social-7, .social-8, .social-9 {
  border-radius: 12px;
}

.footer-email {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.25rem;
}

.link-block {
  text-decoration: none;
}

.heading-6 {
  font-size: 1.125rem;
}

.amberhill-lightbox1 {
  width: 100%;
}

.amberhill-lightbox2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 63rem;
  max-width: 90vw;
  margin-top: 3rem;
  display: flex;
}

.image-17 {
  margin-right: 20px;
  transform: rotate(90deg);
}

.view-next-project {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.other-works-container {
  width: 63rem;
  max-width: 95vw;
  margin-bottom: 5rem;
}

.div-block-15 {
  flex: 1;
  display: block;
}

.div-block-16 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow-left {
  margin-right: .625rem;
  padding-left: .5rem;
  transform: rotate(90deg);
}

.arrow-right {
  margin-left: .625rem;
  padding-right: .5rem;
  transform: rotate(-90deg);
}

.link-block-2 {
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.link-block-3 {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.div-block-18 {
  flex: 1;
}

.heading-7 {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .hero-container {
    width: 80vw;
    max-width: 80vw;
  }

  .latest-stories-section {
    padding-bottom: 40px;
  }

  .container {
    width: 80vw;
    max-width: 80vw;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-2 {
    width: 80vw;
    max-width: 80vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.4rem;
    display: flex;
  }

  .latest-stories-container {
    width: 80vw;
    max-width: 80vw;
  }

  .hero-headline {
    font-size: 3.6em;
  }

  .hero-heading-sub.anim-scrollin-del00 {
    width: 35rem;
    margin-bottom: auto;
    font-size: 0;
  }

  .bold-text-2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }

  .bold-text-3 {
    font-size: 4.1rem;
    line-height: 4.8rem;
  }

  .case-study-container, .project-section-container {
    max-width: 80vw;
  }

  .project-legend {
    display: none;
  }

  .project-section.website-design {
    flex-flow: column;
    display: flex;
  }

  .div-block-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .digital-newsletter-mobile, .digital-newsletter-desktop, .digital-newsletter-challenge-process {
    flex-flow: column;
    display: flex;
  }

  .container-3 {
    max-width: 80vw;
  }

  .postcards-grid, .amberhill-lightbox2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
  }

  .container-4 {
    max-width: 80vw;
  }

  .view-next-project {
    font-size: 1.3rem;
  }

  .other-works-container {
    max-width: 80vw;
  }

  .arrow-left, .arrow-right {
    height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    justify-content: center;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
  }

  .nav-jp-icon {
    flex: 0 auto;
    width: 30px;
    margin-top: 12px;
    margin-left: 10px;
    padding-left: 0;
  }

  .container {
    width: 90vw;
    max-width: 90vw;
  }

  .container-2 {
    width: 90vw;
    max-width: 90vw;
    padding-bottom: 1.2rem;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 85vw;
  }

  .section {
    padding-bottom: 1.2rem;
  }

  .latest-stories-container {
    text-align: center;
    width: 90vw;
    max-width: 90vw;
  }

  .image-casestudy.anim-zoomin-del00 {
    width: 90vw;
  }

  .hero-headline {
    font-size: 4em;
  }

  .hero-headline.anim-scrollin-del02 {
    text-align: center;
    line-height: 0;
  }

  .hero-heading-sub.anim-scrollin-del00 {
    text-align: center;
    width: 30rem;
    max-width: 80vw;
    font-size: 2rem;
  }

  .jp-icon, .linkedin-icon {
    display: none;
  }

  .my-superpowers-heading.anim-scrollin-del00 {
    margin-top: 10px;
    font-size: 4em;
  }

  .bold-text-2 {
    font-size: 1.3rem;
    line-height: 2rem;
    display: block;
  }

  .bold-text-3 {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .other-works {
    font-size: 2.5rem;
  }

  .case-study-container {
    max-width: 90vw;
  }

  .masthead-section-casestudies {
    height: 45vh;
  }

  .hero-section-casestudies {
    height: 45vh;
    min-height: 40vh;
  }

  .hero-section-project {
    width: 95vw;
  }

  .project-section-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10vh;
    display: flex;
  }

  .project-section-container {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    max-width: 90vw;
    margin-top: 5vh;
    display: block;
  }

  .project-content {
    text-align: center;
    flex: 0 auto;
    width: 100%;
  }

  .project-section.print-campaigns, .project-section.social-graphics, .project-section.research-strategy, .project-section.featured-designs, .project-section.achievements, .project-section.project-overview {
    flex-flow: column;
    display: flex;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .image-7 {
    display: inline-block;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .container-3 {
    width: 90vw;
    max-width: 90vw;
  }

  .social-blocks-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .postcards-grid {
    grid-template-columns: 1fr;
  }

  .mobile-list {
    text-align: left;
  }

  .amberhill-lightbox2 {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: 90vw;
  }

  .view-next-project {
    font-size: 1.1rem;
  }

  .other-works-container {
    max-width: 90vw;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .masthead-section {
    height: 60vh;
    min-height: 28.125rem;
    max-height: 37.5rem;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    text-align: center;
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .hero-section {
    height: 60vh;
    min-height: 60vh;
    max-height: 37.5rem;
  }

  .button-secondary, .button-primary {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .latest-stories-section {
    padding-bottom: 1.2rem;
  }

  .paragraph.anim-scrollin-del02 {
    font-size: .8rem;
  }

  .container {
    text-align: center;
    padding-top: .2rem;
    padding-bottom: 3.75rem;
  }

  .case-study-p.anim-scrollin-del04 {
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .div-block-2.anim-scrollin-del02 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    place-content: space-between center;
    align-items: center;
    overflow: visible;
  }

  .container-2 {
    text-align: center;
    padding-bottom: .6rem;
  }

  .grid {
    text-align: center;
  }

  .footer-container {
    height: 25vh;
    min-height: 18rem;
    margin-bottom: 1.5rem;
  }

  .footer-heading.anim-scrollin-del00 {
    letter-spacing: .02rem;
    max-width: 85vw;
    font-size: .9rem;
  }

  .footer-p.anim-scrollin-del02 {
    max-width: 85vw;
  }

  .mysuperpowers-p {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .nav-section {
    inset: auto 0% 0%;
  }

  .case-study-categories {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .hero-arrow.anim-scrollin-del04 {
    width: 18px;
    display: none;
  }

  .anim-scrollin-del00 {
    text-align: center;
    line-height: 1em;
  }

  .latest-stories-container {
    font-size: 14px;
  }

  .latest-stories-header.anim-scrollin-del00 {
    font-size: 1.6rem;
  }

  .image-casestudy.anim-zoomin-del00 {
    width: 90vw;
    max-width: 90vw;
  }

  .hero-headline {
    font-size: 2.6em;
  }

  .hero-headline.anim-scrollin-del02 {
    text-align: center;
    font-size: 2.2em;
    line-height: 0;
  }

  .hero-heading-sub.anim-scrollin-del00 {
    text-align: center;
    width: 20rem;
    max-width: 100%;
    font-size: 1rem;
  }

  .my-superpowers-heading.anim-scrollin-del00 {
    font-size: 2.3em;
  }

  .case-study-header {
    font-size: .7em;
    line-height: 1em;
  }

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

  .bold-text-3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .other-works {
    text-align: center;
    font-size: 2rem;
  }

  .masthead-section-casestudies {
    height: 30vh;
  }

  .hero-section-casestudies {
    height: 30vh;
    min-height: 20vh;
  }

  .project-content {
    max-width: 90vw;
  }

  .project-paragraph {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .project-paragraph.anim-scrollin-del02 {
    text-align: center;
    font-size: .875rem;
  }

  .project-social, .project-print {
    text-align: center;
  }

  .project-image {
    margin-bottom: 1rem;
  }

  .project-digital-newsletter, .project-section {
    text-align: center;
  }

  .project-section.digital-newsletter {
    margin-bottom: 0;
  }

  .project-section.print-campaigns, .project-section.social-graphics, .project-section.website-design {
    margin-bottom: 3rem;
  }

  .project-section.featured-designs {
    margin-bottom: 3rem;
    display: flex;
  }

  .project-section.achievements {
    margin-bottom: 3rem;
  }

  .project-section.project-overview {
    margin-bottom: 1rem;
  }

  .div-block-7 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .div-block-10 {
    object-fit: fill;
    grid-template-columns: 1fr;
    justify-content: stretch;
    align-self: auto;
  }

  .case-study-tags {
    color: #777;
    object-fit: none;
    border: 1px #555;
    font-style: normal;
    display: block;
    overflow: visible;
  }

  .image-15 {
    display: block;
  }

  .social-blocks-grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
  }

  .postcards-grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .postcard-image {
    margin-bottom: 1rem;
  }

  .mobile-list {
    text-align: left;
  }

  .social-4, .social-7, .social-8 {
    display: none;
  }

  .footer-email {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }

  .div-block-14 {
    object-fit: fill;
  }

  .amberhill-lightbox2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .container-4 {
    flex-flow: wrap;
    margin-top: .8rem;
  }

  .view-next-project {
    font-size: .8rem;
  }

  .other-works-container {
    margin-bottom: 2rem;
  }

  .arrow-left {
    height: 1.1rem;
    margin-right: .3rem;
  }

  .arrow-right {
    height: 1.1rem;
    margin-left: .3rem;
    padding-right: .5rem;
  }

  .link-block-2, .link-block-3 {
    flex: 1;
  }

  .div-block-18 {
    display: none;
  }
}

#w-node-ee50a46c-66b3-c3bb-4d57-969fd320550e-903c1b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5a3b8c64-c3e9-4c67-5760-919f92040748-903c1b7a, #w-node-_66c2236c-51b8-4d98-85de-e8ea9d472951-903c1b7a, #w-node-_452602f2-f838-9635-c5c5-35cb586cc2e3-903c1b7a, #w-node-_3f5bcd8f-4367-0c81-d7c3-e5c174e31f9c-903c1b7a, #w-node-_7fdc3b4a-c787-4429-3747-56fafc0c8e98-903c1b7a {
  align-self: auto;
}

#w-node-_96edb4b7-985f-12b4-6d75-08f2adb4798c-903c1b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ee50a46c-66b3-c3bb-4d57-969fd320550e-76d4b423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5a3b8c64-c3e9-4c67-5760-919f92040748-76d4b423, #w-node-_66c2236c-51b8-4d98-85de-e8ea9d472951-76d4b423, #w-node-_452602f2-f838-9635-c5c5-35cb586cc2e3-76d4b423, #w-node-_3f5bcd8f-4367-0c81-d7c3-e5c174e31f9c-76d4b423, #w-node-_7fdc3b4a-c787-4429-3747-56fafc0c8e98-76d4b423 {
  align-self: auto;
}

#w-node-_53e3e073-7c10-77a0-aa66-e15c3c077b55-76d4b423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31331120-2923-746e-fd11-6aa2f93cdf16-76d4b423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ee50a46c-66b3-c3bb-4d57-969fd320550e-ff409983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5a3b8c64-c3e9-4c67-5760-919f92040748-ff409983, #w-node-_66c2236c-51b8-4d98-85de-e8ea9d472951-ff409983, #w-node-_452602f2-f838-9635-c5c5-35cb586cc2e3-ff409983, #w-node-_3f5bcd8f-4367-0c81-d7c3-e5c174e31f9c-ff409983, #w-node-_7fdc3b4a-c787-4429-3747-56fafc0c8e98-ff409983 {
  align-self: auto;
}

#w-node-_31331120-2923-746e-fd11-6aa2f93cdf16-ff409983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}


