:root {
  --black: black;
  --white: white;
  --silver: #bdbdbd;
}

body {
  color: var(--black);
  font-family: Ppfraktionsans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  transition: color 1s, background-color 1s;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.pagewrapper {
  transition: color 1s, background-color 1s;
  position: relative;
  overflow: hidden;
}

.pagewrapper.inverted {
  background-color: var(--black);
  color: var(--white);
}

.navbar {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1400px;
  text-align: center;
}

.container.navbar {
  height: 50px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ppfraktionmono, sans-serif;
  font-weight: 700;
  position: relative;
}

.container.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.container.hero.about {
  padding-top: 175px;
}

.container.home-logos {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.thinking {
  max-width: 1000px;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 10rem 6rem;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.container.footer {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.project-info {
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.container.project-credits {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
  display: flex;
}

.container.project-credits.hide {
  display: none;
}

.container.about {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.about-imgs {
  justify-content: center;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
  display: flex;
}

.section.navbar {
  z-index: 9999;
  color: var(--white);
  mix-blend-mode: difference;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.hero {
  padding-top: 0;
  padding-bottom: 8rem;
  position: relative;
}

.section.home-logos {
  padding-top: 0;
  padding-bottom: 12rem;
}

.section.project-highlights {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  position: relative;
}

.section.services {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.work {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.work.about {
  background-color: #000;
}

.section.footer {
  z-index: 9999;
  background-color: var(--black);
  color: var(--white);
  padding-top: 8rem;
  position: relative;
}

.section.footer.general {
  padding-top: 10rem;
}

.section.testimonials {
  padding-top: 14rem;
  padding-bottom: 12rem;
}

.section.project-highlights-mobile {
  height: 100vh;
  padding: 0;
  display: none;
}

.section.project-hero {
  height: 100svh;
  position: relative;
}

.section.project-hero.mediana {
  background-color: #cfc9f8;
}

.section.project-content {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.section.project-highlight-slider {
  padding: 0;
}

.section.project-big-pics {
  height: 100vh;
  padding: 0;
}

.section.project-photos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.section.project-media {
  padding-top: 0;
  padding-bottom: 6rem;
}

.section.credits {
  padding-top: 0;
}

.section.team {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-embed.project-close-icon {
  width: 14px;
  height: 14px;
}

.svg-embed.project-close-icon.inverted {
  filter: invert();
}

.svg-embed.testimonial-logo {
  width: 90px;
}

.svg-embed.testimonial-logo.teip {
  width: 70px;
}

.nav__logo-link {
  width: 50px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav__links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
}

.nav__cta {
  position: absolute;
  left: auto;
  right: 0%;
}

.nav__link {
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.nav__link.cta {
  padding-right: 0;
  position: absolute;
  left: auto;
  right: 0%;
}

.home__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.home__title.about {
  letter-spacing: -2px;
  line-height: 1;
}

.home__subtitle {
  max-width: 750px;
  font-family: Ppfraktionsans, sans-serif;
  font-size: 2rem;
}

.project-card {
  width: 400px;
  height: 400px;
  border: 3px solid #000;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
}

.project-card._2 {
  height: 250px;
  max-width: 250px;
  margin-top: 37px;
  margin-left: 100px;
}

.project-card._3 {
  width: 350px;
  height: 250px;
  margin-top: -171px;
  margin-left: 1185px;
}

.project-card._1 {
  width: 500px;
  height: 300px;
  margin-top: -115px;
  margin-left: -1236px;
}

.project-card._2 {
  height: 200px;
  margin-top: -240px;
  margin-left: -832px;
}

.project-card._4 {
  z-index: 5;
  width: 300px;
  height: 500px;
  margin-top: -27px;
  margin-left: 1462px;
}

.project-card._5 {
  z-index: 3;
  width: 450px;
  height: 450px;
  margin-top: 295px;
  margin-left: 430px;
}

.project-card._6 {
  z-index: 2;
  width: 275px;
  height: 275px;
  margin-top: 580px;
  margin-left: 970px;
}

.project-card._7 {
  z-index: 6;
  width: 300px;
  height: 225px;
  margin-top: 410px;
  margin-left: -240px;
}

.project-card._8 {
  z-index: 5;
  width: 600px;
  height: 400px;
  margin-top: 170px;
  margin-left: -724px;
  position: relative;
}

.project-card._9 {
  width: 500px;
  height: 325px;
  margin-top: 347px;
  margin-left: -1494px;
}

.project-card.more {
  width: 600px;
  border-color: var(--white);
  border-top-style: none;
  position: absolute;
}

.project-card.more.a {
  margin-top: -230px;
  margin-left: -246px;
}

.project-card.more.b {
  margin-top: 182px;
  margin-left: -495px;
}

.project-card.more.c {
  margin-top: -803px;
  margin-left: -1194px;
}

.project-card.more.d {
  margin-top: -396px;
  margin-right: -1434px;
}

.project-card.more.e {
  margin-top: -669px;
  margin-left: -352px;
  margin-right: -1434px;
}

.project-card.more.f {
  margin-top: 516px;
  margin-left: -497px;
  margin-right: -1434px;
}

.project-card.more.g {
  margin-top: 1128px;
  margin-left: -2305px;
  margin-right: -1434px;
}

.project-card.more.h {
  margin-top: 485px;
  margin-left: -3296px;
  margin-right: -1434px;
}

.project-card.about {
  position: relative;
}

.project-card.about.main {
  z-index: 3;
  width: 100%;
  height: 600px;
  max-width: 1000px;
}

.project-card.about.left {
  z-index: 5;
  height: 300px;
  margin-top: 25rem;
  margin-left: -64rem;
  position: absolute;
}

.project-card.about.right {
  z-index: 2;
  width: 300px;
  height: 450px;
  margin: -5rem -64rem 0 0;
  position: absolute;
  left: auto;
}

.project-card__top-bar {
  grid-column-gap: 24px;
  background-color: var(--black);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.project-card__top-bar.more {
  background-color: var(--white);
  color: var(--black);
  border-bottom-style: none;
}

.project-card__top-bar.cta {
  justify-content: space-between;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project-card__top-bar.inverted {
  filter: invert();
}

.card__name {
  grid-column-gap: 8px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.project-card__name-text {
  margin-top: -2px;
}

.project-card__button {
  z-index: -1;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 2px 9px 4px 8px;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.project-card__button.more {
  border-color: var(--black);
  color: var(--black);
}

.project-card__button.highlight {
  z-index: 2;
  display: flex;
}

.project-card__content {
  flex: 1;
  position: relative;
}

.project-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client-logos {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home__logos-text {
  max-width: 850px;
  font-size: 2rem;
}

.horizontal-track {
  width: 400%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: scroll;
}

.project-highlight-panel {
  width: 100vw;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.project-highlight-panel._2 {
  background-color: #9fff98;
}

.project-highlight-panel._3 {
  background-color: #98ecff;
}

.project-highlight-panel._4 {
  background-color: #b798ff;
}

.project-highlight-panel.last {
  margin-right: -100vw;
}

.project-highlight-window {
  z-index: 2;
  width: 1200px;
  height: 50vw;
  max-height: 800px;
  max-width: 80%;
  border: 2px solid #fff;
  flex-direction: column;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.home-section-title.smaller {
  margin-bottom: 4rem;
  font-size: 6rem;
}

.home-section-title.smallest {
  margin-bottom: 0;
  font-size: 5rem;
}

.service-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-card {
  z-index: 10;
  height: 400px;
  min-width: 1000px;
  border: 2px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.service-card.branding {
  z-index: 5;
  margin-bottom: -366px;
  margin-right: -100px;
  position: absolute;
}

.service-card.content {
  margin-bottom: -120px;
  margin-right: -250px;
  position: absolute;
}

.service-card.web {
  margin-bottom: -243px;
  margin-left: -204px;
  margin-right: 0;
  position: absolute;
}

.service-card.active {
  z-index: 10;
}

.service-card__top-bar {
  grid-column-gap: 24px;
  background-color: var(--black);
  color: var(--white);
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.service-card__content {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-card__text-content {
  background-color: var(--white);
  text-align: left;
  border-right: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.service-card__visual {
  background-color: var(--silver);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.service-card__visual.web {
  background-image: url('../images/Service-Web.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-card__visual.content {
  background-image: url('../images/Service-Content.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-card__visual.branding {
  background-image: url('../images/Service-Branding.jpg');
}

.service-card__visual.strategy {
  background-image: url('../images/Service-Strategy.jpg');
}

.service-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.service-card__text {
  max-width: 400px;
  min-width: 300px;
  font-size: 1.25rem;
}

.service-card__img {
  width: 140px;
  object-fit: cover;
}

.service-tab-button {
  opacity: .33;
  cursor: pointer;
  font-family: Ppeditorialnew, sans-serif;
  font-weight: 200;
}

.service-tab-button.active {
  opacity: 1;
  font-weight: 400;
}

.service-tabs {
  z-index: 10;
  grid-column-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.testimonial-card {
  z-index: 5;
  width: 33%;
  background-color: var(--white);
  text-align: left;
  border: 2px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.testimonial-card._2 {
  z-index: 4;
  margin-bottom: -300px;
  margin-right: -100px;
  position: absolute;
}

.testimonial-card._3 {
  z-index: 4;
  margin-bottom: -120px;
  margin-right: -250px;
  position: absolute;
}

.testimonial-card._4 {
  z-index: 4;
  margin-bottom: -200px;
  margin-left: -204px;
  margin-right: 0;
  position: absolute;
}

.testimonial-card__top-bar {
  grid-column-gap: 24px;
  background-color: var(--black);
  color: var(--white);
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.testimonials-marquee {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.testimonial-card__content {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial-card__text {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.custom-code {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.more-work-container {
  height: 1200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.button {
  color: var(--black);
  background-color: rgba(56, 152, 236, 0);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ppfraktionmono, sans-serif;
  font-weight: 700;
}

.cta-container-text {
  max-width: 600px;
}

.div-block {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.footer__locations {
  color: rgba(255, 255, 255, .33);
  font-family: Ppfraktionmono, sans-serif;
  font-size: 1.5rem;
}

.footer__locations.mobile {
  display: none;
}

.footer__links {
  grid-column-gap: 2rem;
  align-items: center;
  font-family: Ppfraktionmono, sans-serif;
  display: flex;
}

.footer__logo-link {
  width: 64px;
  height: 64px;
  margin-top: 2rem;
}

.projects-track {
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-highlight-section-bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  opacity: 0;
  background-image: none;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-highlight-section-bg._2fifty {
  background-image: url('../images/Highlight-bg-2fifty.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-highlight-section-bg.tent {
  background-image: url('../images/Highlight-bg-500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-highlight-section-bg.sorbitos {
  background-image: url('../images/Highlight-bg-kaeru.jpg');
  background-position: 50%;
  background-size: cover;
}

.project-highlight-section-bg.pond {
  background-image: url('../images/Highlight-bg-teip.jpg');
  background-position: 50%;
  background-size: cover;
}

.inverted {
  color: #fff;
  background-color: #000;
  transition: color 1s, opacity 1s;
}

.body {
  transition: all .75s cubic-bezier(.455, .03, .515, .955);
}

.body.inverted {
  transition-property: color, background-color;
}

.project-highlights-slider {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.project-highlight__slide {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-highlight-slider__nav {
  margin-bottom: 2rem;
}

.project-highlight-slider__bg {
  opacity: .2;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/Highlight-bg-2fifty.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-highlight-slider__bg.teip {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/Highlight-bg-teip.jpg');
}

.project-highlight-slider__bg.kaeru {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/Highlight-bg-kaeru.jpg');
}

.project-highlight-slider__bg._500pizza, .project-highlight-slider__bg.unseen, .project-highlight-slider__bg.mediana {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/Highlight-bg-500.jpg');
}

.project-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-hero__img.mediana {
  height: auto;
  border-radius: 8px;
  position: relative;
}

.project__name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.project__subtitle {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 32px;
  line-height: 1.2;
}

.paragraph {
  font-family: Spline Sans, sans-serif;
}

.project__content {
  max-width: 700px;
  font-family: Spline Sans, sans-serif;
  line-height: 1.8;
}

.big-pics-slider {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 2rem;
}

.project-photo-div {
  width: 100%;
  height: 100%;
}

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

.credit-col {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  line-height: 1.6;
  display: flex;
}

.credits-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

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

.mask {
  height: auto;
}

.about__subtitle {
  max-width: 800px;
  font-size: 1.5rem;
}

.about__subtitle.is--team {
  max-width: 620px;
}

.about-section-title {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.about-section-title.smaller {
  margin-bottom: 4rem;
  font-size: 6rem;
}

.about-section-title.smallest {
  margin-bottom: 0;
  font-size: 5rem;
}

.about-section-title.partners {
  margin-top: 12rem;
  font-size: 5rem;
}

.team-members {
  grid-column-gap: 6rem;
  margin-top: 4rem;
  display: flex;
}

.team-img {
  width: 200px;
  height: 200px;
  border-radius: 5000px;
  margin-bottom: 2rem;
}

.team-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-weight: 400;
}

.team-function {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.team-location {
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .container.project-credits, .container.project-media {
    max-width: 1600px;
  }

  .section.project-hero.mediana {
    background-color: #cfc9f8;
  }

  .section.project-content {
    padding-bottom: 8rem;
  }

  .section.project-media {
    padding-top: 0;
  }

  .home__title {
    margin-bottom: 1rem;
  }

  .home__subtitle {
    max-width: 700px;
    font-size: 2rem;
  }

  .home__logos-text {
    font-size: 2rem;
  }

  .project-highlight-window {
    width: 1400px;
  }

  .project-hero__img.mediana {
    width: auto;
    height: auto;
    position: relative;
  }

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

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }

  .container.project-credits {
    max-width: 1600px;
  }

  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.project-hero.mediana {
    background-color: #cfc9f8;
    justify-content: center;
    align-items: center;
  }

  .section.project-media {
    padding-top: 0;
  }

  .service-card, .service-card.branding {
    z-index: 10;
  }

  .service-card.content {
    z-index: 8;
  }

  .service-card.web {
    z-index: 7;
  }

  .service-tab-button {
    transition: all .2s;
  }

  .service-tab-button.active {
    font-weight: 200;
  }

  .projects-track {
    height: 100%;
    align-items: stretch;
    display: flex;
  }

  .project-hero__img.mediana {
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container.hero {
    height: 100vh;
    max-height: 1133px;
    justify-content: center;
    padding-top: 0;
  }

  .container.hero.about {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  .container.thinking {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.project-info {
    font-size: 1rem;
  }

  .section.hero {
    padding-bottom: 20rem;
  }

  .section.hero.about {
    padding-bottom: 0;
  }

  .section.project-highlights {
    display: none;
  }

  .section.project-highlights-mobile {
    display: flex;
  }

  .home__title, .home__title.about {
    font-size: 4rem;
  }

  .home__subtitle {
    max-width: 450px;
    font-size: 1.25rem;
  }

  .project-card {
    border-width: 2px;
  }

  .project-card._3 {
    margin-top: -580px;
    margin-left: 571px;
  }

  .project-card._1 {
    width: 350px;
    height: 20%;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -645px;
    margin-left: -760px;
  }

  .project-card._2 {
    z-index: 2;
    width: 200px;
    height: 175px;
    max-width: 500px;
    margin-top: -312px;
    margin-left: 833px;
  }

  .project-card._4 {
    width: 200px;
    height: 300px;
    margin-top: -411px;
    margin-left: -368px;
    display: none;
  }

  .project-card._5 {
    width: 600px;
    height: 400px;
    margin-top: 784px;
    margin-left: 0;
  }

  .project-card._6 {
    z-index: 4;
    height: 400px;
    margin-top: 1106px;
    margin-left: 583px;
  }

  .project-card._7 {
    z-index: 2;
    width: 225px;
    margin-top: 1150px;
    margin-left: -490px;
  }

  .project-card._8 {
    z-index: 2;
    width: 400px;
    height: 300px;
    margin-top: 336px;
    position: absolute;
  }

  .project-card.more.c {
    margin-left: -637px;
  }

  .project-card.more.e {
    margin-top: -544px;
    margin-right: -1044px;
  }

  .project-card.more.f {
    margin-right: -1396px;
  }

  .project-card.more.g {
    margin-right: -1611px;
  }

  .project-card.about.left {
    margin-top: 36rem;
    margin-left: -46.2rem;
  }

  .project-card.about.right {
    margin-top: -25.1rem;
    margin-right: -45.8rem;
  }

  .project-card__top-bar.cta {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .card__name {
    grid-column-gap: 6px;
    text-align: left;
  }

  .project-card__button, .project-card__button.highlight {
    display: flex;
  }

  .project-card__content {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .project-card__content.mediana {
    background-color: #c1bbfa;
    align-items: center;
    padding: 32px;
  }

  .project-card__image {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .project-card__image.mediana {
    width: auto;
    height: auto;
    border-radius: 4px;
    position: relative;
  }

  .client-logos {
    grid-row-gap: 3rem;
    flex-wrap: wrap;
  }

  .home__logos-text {
    max-width: 620px;
    font-size: 1.5rem;
  }

  .project-highlight-window {
    height: 600px;
    max-width: 80%;
    border-color: #000;
    flex-direction: column;
    display: flex;
  }

  .home-section-title {
    margin-bottom: 3rem;
    font-size: 6rem;
  }

  .home-section-title.smaller, .home-section-title.smallest {
    font-size: 4rem;
  }

  .service-cards {
    margin-left: -50px;
  }

  .service-card {
    width: 500px;
    height: auto;
    min-width: auto;
  }

  .service-card.branding {
    z-index: 11;
    margin-bottom: -378px;
  }

  .service-card.content {
    margin-bottom: -140px;
    margin-right: -185px;
  }

  .service-card.web {
    margin-bottom: -223px;
    margin-left: -100px;
  }

  .service-card__content {
    flex-direction: column-reverse;
  }

  .service-card__text-content {
    border-top: 2px solid #000;
    border-right-style: none;
    padding-top: 3rem;
  }

  .service-card__visual {
    height: 250px;
    flex: none;
  }

  .service-card__title {
    margin-bottom: 1rem;
  }

  .service-tabs {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }

  .testimonial-card {
    width: 100%;
    max-width: 600px;
    flex: none;
  }

  .testimonials-marquee {
    width: 100%;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-card__content {
    padding: 1.1rem;
  }

  .testimonial-card__text {
    font-size: 1rem;
  }

  .footer__title {
    font-size: 2.5rem;
  }

  .footer__locations {
    font-size: 1.2rem;
  }

  .footer__links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .project-highlights-slider {
    background-color: rgba(0, 0, 0, 0);
  }

  .project-highlight-slider__bg.unseen {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/unseen-cover.jpg');
  }

  .project-highlight-slider__bg.mediana {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000), url('../images/mediana-feature-1.jpg');
  }

  .project__name {
    font-size: 4rem;
  }

  .about-section-title {
    margin-bottom: 3rem;
    font-size: 6rem;
  }

  .about-section-title.smaller, .about-section-title.smallest {
    font-size: 4rem;
  }

  .team-members {
    grid-row-gap: 6rem;
    flex-flow: column wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .container.hero {
    max-height: 640px;
  }

  .container.hero.about {
    padding-bottom: 4rem;
  }

  .svg-embed.project-close-icon {
    width: 10px;
    height: 10px;
  }

  .nav__links {
    display: flex;
  }

  .home__title {
    font-size: 2rem;
  }

  .home__title.about {
    letter-spacing: -1px;
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .home__subtitle {
    max-width: 300px;
    font-size: .875rem;
  }

  .project-card {
    font-size: .75rem;
  }

  .project-card._3 {
    width: 150px;
    height: 150px;
    margin-top: -119px;
    margin-left: 393px;
  }

  .project-card._1 {
    width: 175px;
    height: 125px;
    margin-top: -218px;
    margin-left: -465px;
  }

  .project-card._2 {
    width: 180px;
    height: 140px;
    margin-left: 165px;
  }

  .project-card._5 {
    width: 350px;
    height: 275px;
    margin-top: 712px;
    margin-left: -32px;
  }

  .project-card._6 {
    z-index: 1;
    margin-top: 699px;
    margin-left: 427px;
  }

  .project-card._7 {
    width: 150px;
    height: 150px;
    margin-top: 1222px;
    margin-left: -399px;
  }

  .project-card._8 {
    width: 150px;
    height: 200px;
    margin-top: 443px;
    margin-left: -413px;
  }

  .project-card.more {
    width: 300px;
    height: 250px;
  }

  .project-card.more.c {
    margin-top: -964px;
    margin-left: -369px;
  }

  .project-card.more.d {
    margin-top: -858px;
    margin-right: 75px;
  }

  .project-card.more.e {
    margin-top: -993px;
  }

  .project-card.more.f {
    margin-top: 266px;
    margin-right: -925px;
  }

  .project-card.more.g {
    margin-top: 601px;
    margin-left: -1335px;
  }

  .project-card.more.h {
    margin-top: 837px;
    margin-right: -3204px;
  }

  .project-card.about.main {
    height: 400px;
  }

  .project-card.about.left {
    width: 300px;
    height: 200px;
    margin-top: 26.1rem;
    margin-left: -26rem;
  }

  .project-card.about.right {
    width: 200px;
    height: 300px;
    margin-top: -22.1rem;
    margin-right: -29.3rem;
  }

  .project-card__top-bar {
    grid-column-gap: 0px;
    padding: 6px;
  }

  .project-card__top-bar.cta {
    font-size: 1rem;
  }

  .card__name {
    grid-column-gap: 4px;
  }

  .project-card__button {
    border-radius: 5px;
    padding: 2px 6px 3px;
    font-size: .625rem;
  }

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

  .project-highlight-window {
    max-width: 90%;
  }

  .home-section-title, .home-section-title.smaller {
    font-size: 4rem;
  }

  .home-section-title.smallest {
    line-height: 1.1;
  }

  .service-cards {
    margin-left: -42px;
  }

  .service-card {
    width: 300px;
  }

  .service-card__text-content {
    padding: 2rem 1.5rem 1.5rem;
  }

  .service-card__visual {
    height: 200px;
  }

  .service-card__title {
    font-size: 2.5rem;
  }

  .service-card__text {
    width: auto;
    min-width: auto;
    font-size: 1rem;
  }

  .service-tabs {
    grid-column-gap: 1.5rem;
    font-size: 1.5rem;
  }

  .cta-container-text {
    font-size: 1.2rem;
  }

  .footer__title {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .footer__locations {
    font-size: 1rem;
  }

  .footer__links {
    flex-direction: column;
  }

  .slider-arrow {
    display: none;
  }

  .project__name {
    margin-bottom: .5rem;
    font-size: 3rem;
  }

  .project__subtitle {
    font-size: 1.5rem;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .about__subtitle {
    font-size: 1.25rem;
  }

  .about-section-title {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .about-section-title.smaller {
    font-size: 4rem;
  }

  .about-section-title.smallest {
    line-height: 1.1;
  }

  .team-members {
    grid-row-gap: 6rem;
    flex-direction: column;
  }

  .team-function {
    margin-top: .75rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container.hero.about {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .container.thinking {
    padding-top: 8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.work.about {
    padding-bottom: 0;
  }

  .section.team {
    padding-top: 14rem;
  }

  .svg-embed.project-close-icon.cta {
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
  }

  .home__title {
    font-size: 9.5vw;
  }

  .home__title.about {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .home__subtitle {
    max-width: 100%;
    font-size: 1rem;
  }

  .project-card._3 {
    margin-top: -220px;
    margin-left: 360px;
  }

  .project-card._1 {
    width: 150px;
    margin-top: -323px;
    margin-left: -359px;
  }

  .project-card._2 {
    height: 130px;
    margin-top: -335px;
    margin-left: 264px;
  }

  .project-card._5 {
    width: 300px;
    height: 225px;
    margin-top: 568px;
    margin-left: -126px;
  }

  .project-card._6 {
    width: 200px;
    height: 300px;
    margin-top: 808px;
    margin-left: 242px;
  }

  .project-card._7 {
    margin-top: 1014px;
    margin-left: -253px;
  }

  .project-card._8 {
    z-index: 4;
    width: 140px;
    height: 175px;
    margin-top: 377px;
    margin-left: -179px;
  }

  .project-card.more {
    height: 225px;
  }

  .project-card.more.b {
    margin-top: 139px;
    margin-left: -477px;
  }

  .project-card.more.e {
    margin-top: -582px;
    margin-left: -764px;
  }

  .project-card.more.h {
    margin-left: -3406px;
  }

  .project-card.about.left {
    margin-top: 30rem;
    margin-left: -16rem;
  }

  .project-card.about.right {
    margin-right: -18.1rem;
  }

  .project-card__top-bar.cta {
    padding-left: 10px;
    font-size: 1.25rem;
  }

  .card__name.cta {
    grid-column-gap: 8px;
  }

  .project-card__content.mediana {
    padding: 16px;
  }

  .client-logos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }

  .home__logos-text {
    max-width: 350px;
    font-size: 1.25rem;
  }

  .project-highlight-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-highlight-window {
    height: 400px;
  }

  .home-section-title {
    margin-bottom: 2rem;
  }

  .home-section-title.smaller {
    font-size: 3.5rem;
  }

  .home-section-title.smallest {
    font-size: 3rem;
  }

  .service-cards {
    width: 100%;
    margin-left: 0;
  }

  .service-card {
    width: 80%;
    min-width: 260px;
    margin-right: -20px;
  }

  .service-card.branding {
    margin-bottom: -350px;
    margin-right: 35px;
  }

  .service-card.content {
    margin-bottom: -250px;
    margin-right: -65px;
  }

  .service-card.web {
    margin-bottom: -125px;
    margin-left: -70px;
  }

  .service-card__visual {
    height: 175px;
  }

  .service-tab-button {
    font-size: 6vw;
  }

  .service-tabs {
    width: 100%;
    grid-column-gap: 1rem;
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }

  .testimonials-marquee {
    grid-column-gap: 1rem;
  }

  .home-logos__img.tall {
    width: auto;
    height: 35px;
  }

  .home-logos__img.bac, .home-logos__img._2fifty {
    width: 80px;
  }

  .button {
    font-size: 1.25rem;
  }

  .footer__locations {
    display: none;
  }

  .footer__locations.mobile {
    display: block;
  }

  .project__name {
    font-size: 3rem;
  }

  .project__subtitle {
    font-size: 1.25rem;
  }

  .project-pics {
    flex-direction: column;
    display: flex;
  }

  .hide-mobie {
    display: none;
  }

  .about-section-title {
    margin-bottom: 2rem;
  }

  .about-section-title.smaller {
    font-size: 3.5rem;
  }

  .about-section-title.smallest {
    font-size: 3rem;
  }

  .about-section-title.partners {
    margin-top: 8rem;
    margin-bottom: 0;
    font-size: 4rem;
  }

  .team-function {
    margin-top: .5rem;
    margin-bottom: .75rem;
  }
}

#w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-5d78bac7, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-5d78bac7, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-5d78bac7, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-5d78bac7, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-5d78bac7, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-5d78bac7, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-5d78bac7, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-5d78bac7, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-ef721e43, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-ef721e43, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-ef721e43, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-ef721e43, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-ef721e43, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-ef721e43, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-ef721e43, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-ef721e43, #w-node-_0ddf40e6-c7b2-ad24-1306-d0af050fdf0e-ef721e43, #w-node-_91569708-def6-1c99-44a8-5ec7719f8588-ef721e43, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-a1086dd4, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-a1086dd4, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-a1086dd4, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-a1086dd4, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-a1086dd4, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-a1086dd4, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-a1086dd4, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-a1086dd4, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-2adda618, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-2adda618, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-2adda618, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-2adda618, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-2adda618, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-2adda618, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-2adda618, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-2adda618, #w-node-_4d6dc013-ecb4-acad-bcf6-58a8f0a7b6a4-2adda618, #w-node-_5ee335c8-d112-fad4-5750-8afdee6ffa36-2adda618, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-f0a4fe90, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-f0a4fe90, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-f0a4fe90, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-f0a4fe90, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-f0a4fe90, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-f0a4fe90, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-f0a4fe90, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-f0a4fe90, #w-node-_4d6dc013-ecb4-acad-bcf6-58a8f0a7b6a4-f0a4fe90, #w-node-_5ee335c8-d112-fad4-5750-8afdee6ffa36-f0a4fe90, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-0e866aae, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-0e866aae, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-0e866aae, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-0e866aae, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-0e866aae, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-0e866aae, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-0e866aae, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-0e866aae, #w-node-_0ddf40e6-c7b2-ad24-1306-d0af050fdf0e-0e866aae, #w-node-_91569708-def6-1c99-44a8-5ec7719f8588-0e866aae, #w-node-_80d1f840-2d5e-6f65-5d97-904a5073eeba-1fcb2427, #w-node-ba27dd28-8b32-60e3-b981-d58e87922418-1fcb2427, #w-node-_0da5273d-8a7e-14e0-2b6d-8c0e1a545008-1fcb2427, #w-node-c82a6f86-6699-0ca5-e99b-e99391503f27-1fcb2427, #w-node-_3067edc1-8cb8-2e47-aafe-2ff6076f110f-1fcb2427, #w-node-_24bf2b04-e1fc-eb22-ca51-09e409ae6b13-1fcb2427, #w-node-adbcea88-c868-7863-05dd-87d532d19c27-1fcb2427, #w-node-b408ff7d-b1d3-8d60-89f9-b2dbbb2f2522-1fcb2427, #w-node-_0ddf40e6-c7b2-ad24-1306-d0af050fdf0e-1fcb2427, #w-node-_91569708-def6-1c99-44a8-5ec7719f8588-1fcb2427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionsans';
  src: url('../fonts/PPFraktionSans-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionsans';
  src: url('../fonts/PPFraktionSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionsans';
  src: url('../fonts/PPFraktionSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppgatwick variable';
  src: url('../fonts/PPGatwick-Variable.woff') format('woff');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}