body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1b1b1d;
  font-size: 14px;
  line-height: 1.8;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: clarendon-text-pro, sans-serif;
  color: #1b1b1d;
  font-size: 29px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  color: #1b1b1d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

p {
  max-width: 480px;
  margin-bottom: 35px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #1b1b1d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
}

a {
  color: #4b2b8d;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 13px;
  font-weight: 300;
}

strong {
  color: #2d2825;
  font-weight: 700;
}

.logo--desktop {
  position: static;
  left: 4%;
  top: 4%;
  right: -9px;
  bottom: auto;
  z-index: 90;
  display: block;
  width: 280px;
  max-width: 400px;
  margin-right: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #99a6bd;
}

.nav-menu {
  position: static;
  left: 196px;
  display: none;
  padding-top: 8px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 13px;
}

.nav__contact-link {
  position: static;
  left: -248px;
  top: -3px;
  display: none;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  color: #1b1b1d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.navbar {
  position: static;
  top: 0px;
  margin: 28px auto 27px;
  background-color: transparent;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.navbar__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
  opacity: 1;
}

.nav__wrapper {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  position: static;
  margin-right: 0px;
  margin-left: 24px;
  padding: 0px 5px 6px;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 1em;
  font-weight: 600;
}

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

.nav-link.w--current {
  border-bottom: 1px solid #fdba26;
  border-radius: 0px;
  color: #fff;
}

.nav-link.navlink--dark {
  padding-top: 6px;
  color: #1b1b1d;
  font-weight: 700;
}

.nav-link.navlink--dark:hover {
  padding-bottom: 5px;
}

.nav-link.navlink--dark.navlink--button {
  padding: 8px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #ccb673;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.nav-link.navlink--dark.navlink--button:hover {
  background-color: rgba(204, 182, 115, 0.7);
}

.paragraph {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}

.paragraph.p--center {
  max-width: 490px;
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
  -webkit-column-count: auto;
  column-count: auto;
}

.paragraph.p--center.section__subtitle-copy {
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.paragraph.p--center.pareto-section__p--bottom {
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  text-align: center;
}

.button-primary {
  display: none;
  padding: 7px 15px;
  border-radius: 7px;
  background-color: #2d2825;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #1b1b1d;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.button__section-center {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: 'Merriweather Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.button-primary.button__section-center:hover {
  opacity: 0.7;
}

.button-primary.button__section-center.button--grey {
  background-color: #654e5c;
}

.button-primary.button__section-center.button--grey.button--bottom-section {
  width: 210px;
  margin-top: 62px;
}

.button-primary.button__section-center.button--red {
  background-color: #af3929;
}

.button-primary.button__section-center.button--red.button--hide-mobile {
  margin-left: 144px;
  border-style: none;
  border-width: 1px;
  border-color: #1b1b1d;
  background-color: #c4804c;
}

.button-primary.button__section-center.button--red.button--mobile-only {
  display: none;
}

.button-primary.button__section-center.button-blue {
  width: 180px;
  background-color: #68738e;
}

.body {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Merriweather Sans', sans-serif;
  color: #2d2825;
}

.heading {
  font-family: Signifier, sans-serif;
  color: #2d2825;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05ch;
}

.heading.top-section__title {
  width: 460px;
  margin-bottom: 25px;
  line-height: 44px;
  text-align: center;
}

.text-block {
  font-family: 'Merriweather Sans', sans-serif;
  text-align: center;
}

.text-block.textblock__resume {
  color: #2d2825;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.text-block.textblock__topimageheader {
  padding-bottom: 10px;
  font-weight: 700;
}

.text-block.textblock__topimagesubheader {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.text-block.textblock__featured-section {
  max-width: 300px;
  margin: 15px auto 30px;
  font-weight: 300;
}

.image {
  text-align: center;
}

.image.img__top-header-center {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 17px;
}

.divider--slashes {
  width: 157px;
  height: 13px;
  margin: 90px auto;
  background-image: url('../images/Asset-32.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section__top-section {
  max-width: 960px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
}

.text-div__call-out {
  position: relative;
  left: 96px;
  width: 250px;
}

.text-div__call-out.call-out--data {
  left: 19px;
  top: 60px;
}

.text-div__call-out.call-out--product {
  left: 50px;
  top: 6px;
}

.text-div__call-out.call-out--design {
  left: 53px;
  top: 107px;
}

.text-div__call-out.call-out--product-growth {
  left: 15px;
  top: 15px;
  text-align: center;
}

.text-div__call-out.call-out--growth {
  left: -18px;
  top: 10px;
  text-align: right;
}

.text-div__call-out.call-out--eng {
  left: 14px;
  top: 86px;
  text-align: right;
}

.text-div__call-out.call-out--research {
  left: -11px;
  top: 139px;
  text-align: right;
}

.text-div__call-out.call-out--compare-yourself {
  left: 15px;
  top: 63px;
  text-align: center;
}

.text-div__call-out.call-out--short-term {
  left: 15px;
  top: 98px;
  text-align: center;
}

.list {
  margin-top: -8px;
  padding-top: 0px;
  padding-left: 25px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 300;
}

.list.call-out__p--product-growth {
  margin-right: auto;
  margin-left: auto;
  padding-left: 21px;
  font-size: 12px;
  text-align: left;
}

.heading-2 {
  font-size: 22px;
  font-weight: 400;
}

.heading-2.call-out--h2-product {
  border-style: none;
  border-width: 1px;
  border-color: #654e5c;
  color: #4b2b8d;
}

.heading-2.call-out--h2-data {
  color: #af3929;
}

.heading-2.call-out--h2-design {
  color: #df964c;
}

.heading-2.call-out--h2-growth {
  color: #654e5c;
}

.heading-2.call-out--h2-product-growth {
  padding-left: 40px;
  font-size: 28px;
  text-align: left;
}

.heading-2.call-out--h2-eng {
  color: #5f301d;
}

.heading-2.call-out--h2-research {
  color: #e4b13e;
}

.footer__dark-bottom {
  background-color: #24211f;
}

.hero__section-containers {
  position: static;
  top: -466px;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.footer-bottom__copyright {
  margin-top: 358px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.test-image__desktop-tablet {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.featured__div-block {
  width: 300px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Jesse-Germinario-Director-of-Growth-Elevate-Labs-min-1024x609.png');
  background-position: -12px -20px;
  background-size: 325px;
}

.featured__div-block.image--apple-logo {
  background-image: url('../images/apple-developer-og-twitter.png');
  background-position: 0px 2px;
  background-size: cover;
}

.featured__div-block.image--growth-masters {
  background-image: url('../images/c8edac8f-3cea-489b-845b-6341f861b0ab.jpeg');
  background-position: 0px -5px;
  background-size: cover;
}

.featured__div-block.image--looker-conf {
  background-image: url('../images/looker_logo_meta.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px -29px, 0px 0px;
  background-size: cover, auto;
}

.featured__div-block.image--segment-stacked {
  background-image: url('../images/07816566-af9b-470d-aa2e-2f64cbe52c36.jpeg');
  background-position: 0px 4px;
  background-size: cover;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.text-span {
  color: #4b2b8d;
}

.div-block-2 {
  width: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4b2b8d;
}

.bold-text {
  color: #4b2b8d;
}

.link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-section__image-column {
  display: inline-block;
  padding-left: 0px;
}

.top-section__text-column {
  padding-right: 31px;
  padding-left: 31px;
  -o-object-fit: fill;
  object-fit: fill;
}

.pareto-section__columns {
  max-width: 970px;
  margin-right: auto;
  margin-bottom: 180px;
  margin-left: auto;
}

.section__bottom-section {
  margin-left: 39px;
}

.section__bottom-section__p {
  max-width: 100%;
  margin-top: 21px;
  margin-left: 19px;
}

.section__bottom-section__p.p__pre-list {
  margin-bottom: 10px;
}

.wrapper {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.column__featured--two-col-left {
  padding-left: 80px;
}

.column__featured--two-col-right {
  padding-right: 80px;
}

.featured-section__link {
  display: inline-block;
  margin-bottom: 5px;
}

.list-item {
  font-size: 13px;
  font-weight: 300;
}

.polymath-section__list {
  margin-bottom: 0px;
}

.test-image__mobile-wide {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.test-image__mobile-portrait {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.resume__mobile {
  display: none;
}

.text-span-2 {
  color: #654e5c;
}

.bold-text-2 {
  color: #5f301d;
}

.bold-text-3 {
  color: #654e5c;
}

.bold-text-4 {
  color: #2d2825;
}

.bold-text-5 {
  color: #2d2825;
}

.bold-text-6 {
  color: #654e5c;
}

.bold-text-7 {
  color: #af3929;
}

.bold-text-8 {
  color: #654e5c;
}

.bold-text-9 {
  color: #5f301d;
}

.text-span-3 {
  color: #4b2b8d;
}

.bold-text-10 {
  color: #4b2b8d;
}

.bold-text-11 {
  color: #654e5c;
}

.bold-text-12 {
  color: #df964c;
}

.text-span-4 {
  color: #654e5c;
}

.bold-text-13 {
  color: #654e5c;
}

.text-span-5 {
  color: #af3929;
}

.text-span-6 {
  color: #654e5c;
}

.bold-text-14 {
  color: #654e5c;
}

.bold-text-15 {
  color: #af3929;
}

.bold-text-16 {
  color: #af3929;
}

.bold-text-17 {
  color: #654e5c;
}

.bold-text-18 {
  color: #5f301d;
}

.bold-text-19 {
  color: #df964c;
}

.bold-text-20 {
  color: #4b2b8d;
}

.bold-text-21 {
  color: #4b2b8d;
}

.bold-text-22 {
  color: #4b2b8d;
}

.bold-text-23 {
  color: #654e5c;
}

.bold-text-24 {
  color: #df964c;
}

.bold-text-25 {
  color: #af3929;
}

.bold-text-26 {
  color: #e4b13e;
}

.bold-text-27 {
  color: #df964c;
}

.bold-text-28 {
  color: #654e5c;
}

.italic-text {
  color: #2d2825;
}

.text-span-14 {
  color: #4b2b8d;
}

.bold-text-52 {
  color: #4b2b8d;
}

.italic-text-2 {
  color: #2d2825;
}

.bold-text-53 {
  color: #e4b13e;
}

.div-block-3 {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 3px;
  border-color: #2d2825;
  border-radius: 180px;
  background-image: url('../images/IMG_0290.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-3 {
  font-size: 32px;
  line-height: 1.5;
}

.post-capitalist-section__text-block {
  color: #1b1b1d;
  line-height: 1.9;
  font-weight: 600;
}

.text-span-15 {
  color: #68738e;
}

.text-span-16 {
  color: #ccb673;
}

.text-span-17 {
  color: #ccb673;
}

.text-span-18 {
  color: #c4804c;
}

.text-span-19 {
  color: #99a6bd;
}

.text-span-20 {
  color: #99a6bd;
}

.text-span-21 {
  color: #68738e;
}

.text-span-22 {
  color: #c4804c;
}

.text-span-23 {
  color: #68738e;
}

.producer-consumer__emoji-text {
  margin-top: 38px;
  margin-bottom: -46px;
  font-size: 90px;
}

.section-techniques__textblock {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-24 {
  font-size: 90px;
}

.text-span-25 {
  font-size: 30px;
}

.image-5 {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .button-primary.button__section-center {
    border: 1px solid transparent;
  }

  .button-primary.button__section-center:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #ccb673;
  }
}

@media screen and (max-width: 991px) {
  .logo--desktop {
    display: block;
    width: 230px;
  }

  .nav-menu {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: #80a094;
  }

  .nav__contact-link {
    margin-right: 0px;
    margin-left: 118px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .navbar {
    position: relative;
    top: 2px;
  }

  .navbar__wrapper {
    position: relative;
  }

  .menu-button-3 {
    border-radius: 15px;
    background-color: #69728e;
  }

  .menu-button-3.w--open {
    position: static;
  }

  .nav__wrapper {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link.navlink--dark {
    margin-right: 35px;
  }

  .nav-link.navlink--dark.navlink--button {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ccb673;
  }

  .section__top-section {
    max-width: 720px;
  }

  .text-div__call-out.call-out--data {
    left: 40px;
    top: 39px;
  }

  .text-div__call-out.call-out--product {
    left: 40px;
  }

  .text-div__call-out.call-out--design {
    left: 40px;
    top: 71px;
  }

  .text-div__call-out.call-out--product-growth {
    left: -202px;
    top: 313px;
    text-align: left;
  }

  .text-div__call-out.call-out--growth {
    left: -77px;
    top: 107px;
  }

  .text-div__call-out.call-out--eng {
    left: -77px;
    top: 135px;
  }

  .text-div__call-out.call-out--research {
    left: -77px;
    top: 165px;
  }

  .text-div__call-out.call-out--compare-yourself {
    left: 167px;
    top: 288px;
    text-align: right;
  }

  .text-div__call-out.call-out--short-term {
    left: 167px;
    top: -128px;
    text-align: right;
  }

  .hero__section-containers {
    max-width: 728px;
  }

  .footer-bottom__copyright {
    padding-left: 16px;
  }

  .featured__div-block {
    width: 230px;
    height: 120px;
    background-position: -70px -28px;
  }

  .featured__div-block.image--apple-logo {
    background-position: 0px 2px;
  }

  .featured__div-block.image--growth-masters {
    background-position: 0px -2px;
  }

  .featured__div-block.image--looker-conf {
    background-position: 0px -20px, 0px 0px;
  }

  .featured__div-block.image--segment-stacked {
    background-position: -7px 4px;
  }

  .top-section__image-column {
    padding-left: 40px;
  }

  .top-section__text-column {
    padding: 0px 0px 0px 28px;
  }

  .pareto-section__columns {
    margin-bottom: 237px;
  }

  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  li {
    font-size: 13px;
  }

  .paragraph.p--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph.p--center.section__subtitle-copy {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.button__section-center.button--red.button--hide-mobile {
    display: none;
  }

  .button-primary.button__section-center.button--red.button--mobile-only {
    display: block;
    margin-top: 25px;
    background-color: #c4804c;
  }

  .heading {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading.top-section__title {
    width: auto;
  }

  .text-block.textblock__resume {
    color: #2d2825;
  }

  .text-block.textblock__topimagesubheader {
    margin-bottom: 35px;
  }

  .text-div__call-out {
    position: static;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }

  .text-div__call-out.call-out--data {
    left: 0px;
    top: 0px;
    text-align: center;
  }

  .text-div__call-out.call-out--product {
    left: 0px;
    top: 0px;
    text-align: center;
  }

  .text-div__call-out.call-out--design {
    left: 0px;
    top: 0px;
    text-align: center;
  }

  .text-div__call-out.call-out--product-growth {
    text-align: center;
  }

  .text-div__call-out.call-out--growth {
    text-align: center;
  }

  .text-div__call-out.call-out--eng {
    text-align: center;
  }

  .text-div__call-out.call-out--research {
    text-align: center;
  }

  .text-div__call-out.call-out--compare-yourself {
    text-align: center;
  }

  .text-div__call-out.call-out--short-term {
    text-align: center;
  }

  .heading-2.call-out--h2-product-growth {
    padding-left: 0px;
    font-size: 26px;
    text-align: center;
  }

  .test-image__desktop-tablet {
    display: none;
  }

  .top-section__image-column {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-section__text-column {
    padding-left: 0px;
  }

  .pareto-section__columns {
    margin-bottom: 0px;
  }

  .section__bottom-section {
    margin-left: 0px;
    direction: ltr;
  }

  .section__bottom-section__p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column__featured--two-col-left {
    padding-left: 10px;
  }

  .column__featured--two-col-right {
    padding-right: 10px;
  }

  .test-image__mobile-wide {
    display: block;
  }

  .test-image__mobile-portrait {
    display: block;
  }

  .resume__desktop {
    display: none;
  }

  .resume__mobile {
    display: block;
  }

  .bold-text-29 {
    color: #654e5c;
  }

  .text-span-7 {
    color: #5f301d;
  }

  .bold-text-30 {
    color: #5f301d;
  }

  .column__mobile-collapse {
    display: none;
    overflow: hidden;
    height: 0px;
  }

  .text-span-8 {
    color: #654e5c;
  }

  .bold-text-31 {
    color: #654e5c;
  }

  .bold-text-32 {
    color: #5f301d;
  }

  .text-span-9 {
    color: #654e5c;
  }

  .bold-text-33 {
    color: #654e5c;
  }

  .text-span-10 {
    color: #654e5c;
  }

  .bold-text-34 {
    color: #654e5c;
  }

  .text-span-11 {
    color: #5f301d;
  }

  .bold-text-35 {
    color: #5f301d;
  }

  .bold-text-36 {
    color: #df964c;
  }

  .bold-text-37 {
    color: #e4b13e;
  }

  .bold-text-38 {
    color: #654e5c;
  }

  .bold-text-39 {
    color: #af3929;
  }

  .bold-text-40 {
    color: #4b2b8d;
  }

  .bold-text-41 {
    color: #654e5c;
  }

  .bold-text-42 {
    color: #af3929;
  }

  .bold-text-43 {
    color: #654e5c;
  }

  .bold-text-44 {
    color: #654e5c;
  }

  .bold-text-45 {
    color: #5f301d;
  }

  .bold-text-46 {
    color: #4b2b8d;
  }

  .text-span-12 {
    color: #4b2b8d;
  }

  .bold-text-47 {
    color: #4b2b8d;
  }

  .bold-text-48 {
    color: #df964c;
  }

  .bold-text-49 {
    color: #5f301d;
  }

  .text-span-13 {
    color: #df964c;
  }

  .bold-text-50 {
    color: #4b2b8d;
    text-align: left;
  }

  .bold-text-51 {
    color: #df964c;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 12px;
  }

  .logo--desktop {
    display: block;
    overflow: hidden;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 0%;
  }

  .nav-menu {
    right: 8px;
    background-color: #0095a9;
  }

  .nav__contact-link {
    display: none;
    font-size: 8px;
  }

  .navbar__wrapper {
    min-width: 0vw;
    margin-top: -11px;
  }

  .menu-button-3 {
    padding: 5px;
  }

  .nav-link.navlink--dark.navlink--button {
    display: none;
    margin-right: 15px;
    padding: 7px;
    font-size: 0.8em;
  }

  .button-primary.button__section-center {
    display: block;
    width: 80%;
    margin-left: auto;
  }

  .text-block.textblock__resume {
    color: #2d2825;
  }

  .section__top-section {
    margin-top: 40px;
  }

  .list {
    padding-left: 15px;
  }

  .list.call-out__p--product-growth {
    padding-left: 20px;
  }

  .heading-2.call-out--h2-growth {
    font-size: 20px;
  }

  .hero__section-containers {
    max-width: none;
  }

  .footer-bottom__copyright {
    font-size: 10px;
  }

  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item {
    font-size: 12px;
  }

  .column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .test-image__mobile-wide {
    display: none;
  }

  .test-image__mobile-portrait {
    display: block;
    padding: 2px;
  }

  .column-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-3 {
    -o-object-fit: none;
    object-fit: none;
  }

  .heading-3.header_long-wrap {
    font-size: 30px;
  }

  .producer-consumer__emoji-text {
    display: none;
  }
}

@font-face {
  font-family: 'Signifier';
  src: url('../fonts/signifier-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}