:root {
  --cta-color: #ff008c;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.heading {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.titel-logo {
  color: #000;
  margin-top: 20px;
  font-size: 3em;
}

.section {
  justify-content: space-between;
  align-items: center;
  height: 700px;
  display: flex;
}

.section.footer {
  background-color: #fff0;
  background-image: none;
  background-size: auto;
  height: 300px;
}

.section.footer.footer-about-me {
  background-image: none;
  justify-content: space-between;
  align-items: flex-end;
}

.section.hero {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 100px;
  margin-bottom: 20px;
}

.section.about-me-section {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-link {
  color: #444;
  margin: 22px 8px 10px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: border-radius .4s, color .4s, background-color .4s, border-radius .4s;
}

.nav-link:hover {
  color: #000;
  background-color: #ffefe9a8;
  border-radius: 100px;
}

.nav-link.w--current {
  color: #444;
  font-size: 18px;
}

.nav-link.cta {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link.current-page {
  color: #000;
  background-color: #ffefe9a8;
  border-radius: 100px;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 8px 16px;
}

.nav-link.current-page.w--current {
  color: #333;
}

.nav-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  z-index: 999;
  color: #3330;
  background-color: #fff0;
  position: relative;
  inset: 0% 0% auto;
}

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

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 96px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-image {
  border: 0 solid #818181;
  border-radius: 12px;
  width: 100%;
  max-width: 105%;
  transition: width .4s ease-in-out, border-radius .4s;
  box-shadow: 1px 8px 12px #00000008;
}

.case-image:hover {
  border-radius: 24px;
  width: 101%;
}

.info-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

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

.container {
  border: 0 solid #000;
  max-width: 90%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 8px;
}

.container.footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.contact-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 0;
  display: block;
}

.container.intro {
  border-top-color: #1e1d1d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.container.case-cards {
  max-width: 3000px;
  margin: 80px 5% 140px;
  padding-right: 0%;
}

.nav-container {
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 100px;
  font-family: Manrope, sans-serif;
  font-size: 4vw;
  line-height: 1.1;
}

.heading-3 {
  border-bottom: 1px dotted #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  font-size: 4em;
}

.button {
  font-size: 2em;
}

.case-link {
  color: #000;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1vw;
  line-height: 1;
}

.case-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.case-title.next-project {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 800;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  border-top: 0 dashed #1e1d1d;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 105%;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 7em;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.link-block:hover {
  width: 105%;
}

.link-block.image-left {
  margin-top: 200px;
  margin-bottom: 200px;
}

.link-block.image-right {
  grid-template-columns: .25fr .75fr;
  margin: 200px auto;
}

.link-block.next {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  grid-template-columns: .4fr .6fr;
  padding-top: 4rem;
  padding-bottom: 8em;
}

.paragraph {
  text-decoration: none;
}

.link-case {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 2em;
  line-height: 1;
}

.paragraph-2 {
  color: #3f3a3a;
}

.case-paragraph {
  color: #818181;
  padding-top: 8px;
  font-size: 1.15rem;
  line-height: 1.4;
}

.case-paragraph.next-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4em;
  text-decoration: none;
}

.project-details {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
}

.project-details.next {
  font-size: 1.1em;
}

.body {
  color: #333;
  background-color: #f7f7f7;
  background-image: url('../images/gradient.png');
  background-repeat: repeat-x;
  background-size: cover;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.body.without-gradient {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.link {
  color: #000;
  font-size: 2em;
}

.link-2 {
  color: #000;
  font-size: 2em;
  text-decoration: none;
}

.heading-8 {
  font-size: 3em;
}

.bold-text {
  font-size: 1em;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.section-2 {
  width: 100%;
}

.contact-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.footer-links {
  color: #000;
  padding-top: 1em;
  font-size: 2em;
  text-decoration: none;
}

.footer-links.external {
  text-decoration: underline;
}

.div-block-6, .div-block-7 {
  flex-flow: column;
  display: flex;
}

.status {
  width: 100%;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 20em;
  grid-row-gap: 20em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-name {
  color: #585656;
  font-size: 20px;
}

.image {
  border-radius: 100px;
  height: 224px;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.container-2 {
  display: flex;
}

.card-status {
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.intro-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 20px;
}

.intro-description {
  color: #585656;
  max-width: 500px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.image-2 {
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.case-study {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.next-project-image {
  display: block;
}

.next-project {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: grid;
}

.section-3 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-summary {
  color: #585656;
  font-size: 1.7em;
  line-height: 1.4;
}

.problem-soluition-title {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600;
  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;
  margin-bottom: 20px;
  display: grid;
}

.problem-solution {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 20px;
  display: grid;
}

.paragraph-6 {
  font-size: 14px;
}

.case-text {
  color: #585656;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.4;
}

.case-text.design-challenge {
  color: #333;
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 400;
}

.background-video {
  z-index: 10000;
  height: 700px;
}

.container-3 {
  width: 90%;
  max-width: 1200px;
}

.case, .case-study-images {
  width: 100%;
}

.darker-section {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cas {
  margin-top: 40px;
  font-size: 34px;
  font-weight: 700;
}

.image-3 {
  width: 100%;
}

.div-block-11 {
  margin-bottom: 40px;
  display: flex;
}

.section-4 {
  border-top: 0 solid #fff;
}

.div-block-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.div-block-13 {
  display: flex;
}

.button-card-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.button-number {
  color: #515f74;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-3 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-3.underline-trail {
  text-transform: lowercase;
  font-weight: 500;
}

.custom-styles {
  display: none;
}

.div-block-14 {
  width: 100%;
}

.page-load {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

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

.left-panel {
  background-color: #f7f7f7;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-panel {
  background-color: #f7f7f7;
  background-image: none;
  background-size: auto;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block {
  z-index: 2000;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
}

.image-4 {
  z-index: 2000;
  position: absolute;
}

.about-me {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  max-width: 1200px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.image-5 {
  border-radius: 1000px;
  max-width: 90%;
  height: 500px;
  display: block;
}

.about-me-paragraph {
  font-size: 2.8em;
  line-height: 1.4;
}

.image-6 {
  opacity: 1;
  border-radius: 1000px;
  width: 100%;
  height: 600px;
  display: block;
}

.image-7 {
  border-radius: 1000px;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 600px;
  display: block;
  overflow: visible;
}

.image-8 {
  border-radius: 1000px;
  width: 100%;
  max-width: 380px;
}

.heading-12 {
  font-size: 2.8em;
}

.blur-layer {
  width: 100%;
  position: fixed;
}

.blur-1 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 0%;
}

.blur-2 {
  filter: blur(5px);
}

.light-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-13 {
  font-size: 36px;
}

.case-heading {
  margin-bottom: 30px;
  font-size: 36px;
}

.case-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  text-decoration: none;
  display: grid;
}

.case-links {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.next-project-title {
  color: #a3a3a3;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .titel-logo {
    font-size: 2.8em;
  }

  .section.footer {
    background-size: 2000px;
  }

  .section.hero {
    margin-top: 100px;
    margin-bottom: auto;
  }

  .nav-link {
    color: #000;
    font-size: 16px;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.current-page.w--current {
    font-size: 16px;
  }

  .heading-2 {
    margin-bottom: 60px;
    font-size: 5vw;
  }

  .menu-button {
    color: #2e2e2e;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #61585800;
  }

  .case-title {
    font-size: 22px;
  }

  .link-block {
    grid-row-gap: 2.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 2rem;
    padding-bottom: 10em;
  }

  .link-block.next {
    grid-template-columns: 1fr;
  }

  .case-paragraph {
    font-size: 20px;
  }

  .project-details {
    margin-bottom: 0;
    font-size: 16px;
  }

  .body {
    background-position: 81% 0;
  }

  .status {
    font-size: 18px;
  }

  .company-name {
    color: #525252;
  }

  .image {
    height: 180px;
  }

  .div-block-9 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
  }

  .intro-title {
    font-size: 20px;
  }

  .intro-description {
    color: #525252;
    width: 100%;
    font-size: 20px;
  }

  .next-project {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .case-text.design-challenge {
    padding-bottom: 0;
  }

  .background-video.desktop-video {
    height: 500px;
  }

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

  .about-me {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-5 {
    height: 416px;
  }

  .about-me-paragraph {
    font-size: 2.6em;
  }

  .image-8 {
    max-width: 250px;
  }

  .heading-12 {
    font-size: 2.7em;
  }

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

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: right;
    margin-left: 20px;
    margin-right: 0;
    font-size: 16px;
  }

  .nav-link.current-page {
    margin-left: 20px;
    font-size: 16px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: right;
    background-color: #ffb6bbd9;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container {
    display: block;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 2em;
    line-height: 1;
  }

  .heading-7 {
    font-size: 2px;
  }

  .menu-button {
    margin-top: 12px;
    padding-right: 10px;
  }

  .case-title, .case-paragraph {
    font-size: 20px;
  }

  .body {
    background-position: 79% 0;
  }

  .footer-links {
    line-height: 1.4;
    text-decoration: none;
  }

  .company-name {
    font-size: 18px;
  }

  .intro-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .intro-description {
    font-size: 18px;
  }

  .image-2 {
    margin-top: 0;
  }

  .product-summary {
    color: #5f5f5f;
  }

  .problem-solution {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .case-text {
    margin-bottom: 0;
  }

  .case-text.design-challenge {
    font-size: 1.9em;
  }

  .background-video {
    height: 600px;
  }

  .background-video.desktop-video {
    height: 350px;
  }

  .case-study-images {
    width: 100%;
  }

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

  .cas {
    margin-top: 20px;
    font-size: 28px;
  }

  .heading-10, .heading-11 {
    font-size: 22px;
  }

  .text-block {
    font-size: 41px;
  }

  .about-me {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-me-paragraph {
    font-size: 2.6em;
  }

  .image-8 {
    max-width: 200px;
  }

  .heading-12 {
    font-size: 2.7em;
    line-height: 1.4;
  }

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

  .case-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .brand, .brand-2, .brand-3, .brand-4, .brand-5, .brand-6, .brand-7, .brand-8 {
    padding-left: 0;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .titel-logo {
    font-size: 2.6em;
  }

  .section {
    height: 500px;
    margin-bottom: 40px;
  }

  .section.footer {
    background-position: 50% 35%;
    background-size: 1500px;
    flex-flow: row;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .section.hero {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .nav-menu {
    color: #000;
    background-color: #ffb6bbd9;
  }

  .container {
    max-width: 90%;
  }

  .container.case-cards {
    margin-top: 20px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 3.9em;
    line-height: 1.2;
  }

  .menu-button {
    padding-right: 10px;
  }

  .case-title {
    font-size: 20px;
  }

  .link-block {
    padding-top: 0;
  }

  .case-paragraph {
    font-size: 18px;
  }

  .project-details {
    margin-bottom: 0;
    font-size: 16px;
  }

  .body {
    background-position: 76% 24%;
  }

  .contact-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-bottom: 40px;
  }

  .status {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .div-block-8 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .company-name {
    font-size: 17px;
  }

  .image {
    max-width: none;
    height: 140px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .card-status {
    margin-right: 40px;
  }

  .intro-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .intro-description {
    flex-flow: wrap;
    width: auto;
    max-width: none;
    font-size: 18px;
    display: block;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .product-summary {
    color: #5f5f5f;
    font-size: 1.4em;
  }

  .case-text {
    font-size: 1.2em;
  }

  .case-text.design-challenge {
    font-size: 1.5em;
  }

  .background-video {
    height: 400px;
  }

  .background-video.desktop-video {
    height: 200px;
  }

  .case-study-images {
    width: 100%;
  }

  .darker-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cas {
    margin-top: 10px;
    font-size: 24px;
  }

  .div-block-12 {
    grid-template-columns: minmax(200px, 1fr);
    width: auto;
  }

  .div-block-13 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-14 {
    width: auto;
    max-width: none;
  }

  .text-block {
    text-align: center;
    width: 290px;
    font-size: 32px;
  }

  .about-me {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-me-paragraph {
    font-size: 2.3em;
  }

  .image-8 {
    max-width: 150px;
  }

  .heading-12 {
    font-size: 2.4em;
    line-height: 1.4;
  }

  .light-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-heading {
    font-size: 26px;
  }
}

#w-node-_108ef31c-0a95-6142-e366-3816f69dbfa9-dd89fee8, #w-node-_0426cb67-c437-98da-b21a-7aa325a3b4a4-dd89fee8, #w-node-_0426cb67-c437-98da-b21a-7aa325a3b4a5-dd89fee8, #w-node-f2e0b53f-3f03-8dd3-f362-617446b75955-dd89fee8, #w-node-_64f56400-6364-3149-1d7d-24c0a0dddeb9-dd89fee8, #w-node-ba16d47b-fcc1-8e8b-84b2-e672665b0680-dd89fee8, #w-node-ba16d47b-fcc1-8e8b-84b2-e672665b0681-dd89fee8, #w-node-_01b5333a-db34-9d9f-fd57-66b51a03f255-dd89fee8, #w-node-_01b5333a-db34-9d9f-fd57-66b51a03f256-dd89fee8, #w-node-_6684544e-61a9-df44-0fa8-8cf7084a469f-dd89fee8, #w-node-_49b31868-92b7-6591-1c62-8da0d88e8771-dd89fee8, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89fee9, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89fee9, #w-node-d26002e4-1ebc-d7a6-a98e-ef307faa4675-dd89fee9, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89feea, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89feea, #w-node-aa515b9e-5c95-2b8c-c791-5c5728b43ee8-dd89feea, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89feeb, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89feeb, #w-node-_7976ead5-6e04-20e4-20e0-8c67269c5848-dd89feeb, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89feec, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89feec, #w-node-_58bf6e11-db0e-2812-e904-bae746f0caad-dd89feec, #w-node-_0a32cbfc-29fa-93c4-95e0-34561e098691-dd89feed, #w-node-c2834d35-bd77-dc7c-417a-af7bd86c3a96-dd89feed, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89feee, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89feee, #w-node-d26002e4-1ebc-d7a6-a98e-ef307faa4675-dd89feee, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecadfa-dd89feef, #w-node-_9ee69761-8420-fa0c-2768-d759f2ecae01-dd89feef, #w-node-d26002e4-1ebc-d7a6-a98e-ef307faa4675-dd89feef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_108ef31c-0a95-6142-e366-3816f69dbfa9-dd89fee8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


