:root {
  --light--button-background: var(--brand-1);
  --dark--background: var(--dark);
  --light--text: var(--dark);
  --brand-2: #645df6;
  --light--background: var(--light);
  --light: #fafafa;
  --dark--text: var(--light);
  --light--button-color: var(--light);
  --dark: #010011;
  --dark--button-background: var(--brand-2);
  --brand-1: #2a20f3;
  --dark--button-color: var(--light);
  --dark--size: 1rem;
  --light--offset: 0rem;
}

body {
  color: #f5f5f5;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

li {
  color: #010011;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.page-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.page-wrapper.no-bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.about-hero, .section.case-study-section {
  padding-top: 180px;
}

.section {
  padding: 100px 16px;
}

.section.cta {
  background-color: var(--light--button-background);
}

.section.work-tiles {
  padding-top: 0;
}

.section.work {
  background-color: #f4f4f4;
}

.section.work.hide {
  display: none;
}

.section.about-hero, .section.case-study-section {
  padding-top: 180px;
}

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

.section.padding-case-study {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.padding-case-study.terraform {
  background-color: #dcd8ff;
}

.section.hero-section-copy {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.section.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.footer {
  background-color: var(--dark--background);
  border-top: 1px solid #202020;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.quote {
  background-color: #010011;
  display: block;
}

.section.grey-section {
  background-color: #eee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grey-section.hide {
  display: none;
}

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

.container.projects-container, .container.width-1280px {
  max-width: 1280px;
}

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

.container._404-container {
  width: 100%;
}

.container.width-940px {
  max-width: 830px;
}

.container.projects-container, .container.width-1280px {
  max-width: 1280px;
}

.container.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container.projects-container, .container.width-1280px {
  max-width: 1280px;
}

.navbar-wrapper {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.nav-link {
  color: var(--light--text);
  text-transform: none;
  border-right: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-link:hover {
  color: var(--brand-2);
  background-color: #e5e5e5;
}

.nav-link.w--current {
  color: var(--light--text);
  font-weight: 400;
}

.nav-link.no-stroke {
  border-right-style: none;
}

.nav-link.modal {
  color: var(--light--background);
  cursor: pointer;
  border-right-style: none;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.nav-link.modal:hover {
  background-color: #0000;
}

.nav-link.left-stroke {
  border-left: 1px solid #ccc;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h1 {
  color: var(--light--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 68px;
}

.h1.case-study-h1 {
  margin-bottom: 10px;
}

.h1.home-page {
  font-size: 72px;
  line-height: 80px;
}

.paragraph {
  color: #010011;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.paragraph.large {
  font-size: 18px;
  line-height: 145%;
}

.paragraph.text-medium {
  font-weight: 500;
}

.paragraph.top-margin {
  margin-top: 32px;
}

.paragraph.small {
  color: var(--light--background);
  font-size: 15px;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px none var(--brand-2);
  color: var(--light--text);
  background-color: #fff500;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 51px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.button.dark {
  border-color: var(--light--text);
  background-color: var(--light--text);
  flex: none;
}

.button.light-ghost {
  color: #645df6;
  background-color: #0000;
  width: 280px;
}

.button.new-dark {
  color: var(--light);
  background-color: #000;
}

.button.ghost {
  color: #010011;
  background-color: #fff;
  border: 2px solid #010011;
  width: 280px;
}

.button.ghost.widthauto {
  width: auto;
  padding-left: 48px;
}

.button.width-auto {
  width: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.h2 {
  color: var(--light--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
  line-height: 38.4px;
}

.h2.cta {
  font-size: 48px;
  line-height: 120%;
}

.h2.case-study-h2 {
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 120%;
}

.h2.case-study-h2.new-h2 {
  color: #010011b3;
  font-weight: 400;
  line-height: 150%;
}

.h2.webflow-heading-h2 {
  font-size: 56px;
  line-height: 68px;
}

.h2.light {
  color: var(--dark--text);
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
}

.h2.light.blue {
  color: #a6dfff;
  font-size: 28px;
}

.h2.light.yellow {
  color: #ffe5c6;
  font-size: 28px;
}

.h2.light.green {
  color: #a3e4a2;
  font-size: 28px;
}

.h2.light.red {
  color: #feb3bc;
  font-size: 28px;
}

.h2.light.pink {
  color: #e68ad6;
  font-size: 28px;
}

.h2.light.purple {
  color: #d8a8f0;
  font-size: 28px;
}

.footer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
}

.h3.case-study-h3 {
  color: #010011;
  font-size: 24px;
  line-height: 36px;
}

.h3.black {
  color: var(--light--text);
}

.h3.black.experience-heading {
  font-size: 20px;
  line-height: 28px;
}

.link-highlight {
  color: #645df6;
  font-weight: 500;
  text-decoration: underline;
}

.contact-me-overlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #01001199;
  justify-content: space-between;
  align-items: center;
  padding: 23px 16px 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-me-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.contact-me-form-block {
  width: 500px;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--light--background);
  color: var(--light--text);
  background-color: #f4f4f4;
  border-radius: 12px;
  height: 45px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Helveticanowtext, sans-serif;
}

.text-area {
  border: 1px solid var(--light--button-color);
  background-color: var(--light--background);
  color: var(--light--text);
  border-radius: 12px;
  min-height: 150px;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Helveticanowtext, sans-serif;
}

.footer-social-links-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #202020;
  width: 100%;
  height: 1px;
}

.quote-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link-text {
  color: var(--dark--text);
  cursor: pointer;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 145%;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

.footer-link-text:hover {
  color: #f8cb46;
}

.footer-link-text.small {
  color: var(--light--background);
  font-size: 16px;
}

.footer-link-text.large {
  font-size: 24px;
}

.error-message {
  background-color: #ff0c29;
  border-radius: 8px;
  padding: 16px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.error-message.full-width {
  width: 100%;
}

.success-message {
  text-align: left;
  background-color: #41835c;
  border-radius: 8px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-block-divider {
  background-color: #f5f5f5;
  width: 500px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.contact-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 500px;
  font-family: Helveticanowtext, sans-serif;
  text-decoration: none;
  display: flex;
}

.contact-details-wrapper-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-details-link {
  color: var(--light);
  font-weight: 500;
  text-decoration: none;
}

.contact-details-text-block {
  font-weight: 300;
}

.contact-details-text-block.heading-text {
  color: var(--light--background);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.back-to-top-wrapper {
  background-color: #f4f4f4;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.back-to-top-wrapper.w--current {
  border-radius: 0;
}

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

.image-7 {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(0);
}

.image-8 {
  display: none;
  position: absolute;
  inset: 20% auto auto -5%;
}

.section-heading-wrapper {
  margin-bottom: 60px;
}

.section-heading-wrapper.webflow-wrapper {
  width: 70%;
}

.webflow-projects-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 24px;
  display: grid;
}

.webflow-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light--text);
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 16px;
  display: flex;
}

.webflow-link {
  color: var(--light--text);
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
}

.webflow-link:hover {
  color: var(--brand-2);
}

.notif-banner {
  background-color: #fff500;
  display: flex;
}

.notif-banner.hide {
  background-color: #d500ff;
  display: none;
}

.notif-banner-text-wrapper {
  color: var(--dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pill {
  color: #fff;
  background-color: #8d0606;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-family: Helveticanowtext, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.pill.cs-2 {
  background-color: #bcce29;
}

.pill.cs-5 {
  background-color: #d657c2;
}

.pill.cs-7 {
  background-color: #968f00;
}

.pill.cs-3 {
  background-color: #0900c5;
}

.pill.cs-4 {
  background-color: #005f14;
}

.pill.cs-6 {
  background-color: #0b0081;
}

.subheading {
  color: #01001199;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Helveticanowtext, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.subheading.small {
  color: var(--light--background);
  font-size: 15px;
}

.subheading.large {
  font-size: 18px;
  line-height: 145%;
}

.case-study-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.case-study-pill-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-more-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #645df6;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-family: Helveticanowtext, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.case-study-inside-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.h3-wrapper-div {
  margin-top: 40px;
}

.case-study-card-wrappers {
  grid-column-gap: 32px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  background-image: url("https://cdn.prod.website-files.com/666a02bd30f03edf3f9555a5/66e1f3ebe04c614b6745da54_Frame%201000004747.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.div-block-15.fifth {
  background-image: url("https://cdn.prod.website-files.com/666a02bd30f03edf3f9555a5/66f079c6ad05806eb18f2a90_Group%2048096406.svg");
}

.div-block-15.second {
  background-image: url("https://cdn.prod.website-files.com/666a02bd30f03edf3f9555a5/67824c4ec73e4c234e1ab80b_13-2Frame%201000004747.svg");
}

.div-block-15.third {
  background-image: url("https://cdn.prod.website-files.com/666a02bd30f03edf3f9555a5/66f1d3fd1715a8f882211fe0_Asset%205.avif");
}

.div-block-15.fourth {
  background-image: url("https://cdn.prod.website-files.com/666a02bd30f03edf3f9555a5/66e069d397d85825b2ba019e_Group%2048096401.png");
}

.text-span-7 {
  font-weight: 900;
}

.hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 36px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-link.modal {
    padding-top: 1px;
  }

  .contact-me-form-wrapper {
    margin-right: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .back-to-top-wrapper {
    border-radius: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.modal {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container.navbar-container {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar {
    border-bottom-style: none;
    padding: 16px;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-end;
    padding-right: 34px;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #eee;
  }

  .icon {
    color: #010111;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero-section {
    padding-top: 150px;
  }

  .section.hero-section-copy, .section.hero-section {
    padding-top: 150px;
  }

  .section.case-study-section {
    padding-top: 160px;
  }

  .section.hero-section-copy {
    padding-top: 150px;
  }

  .nav-link.modal {
    display: flex;
  }

  .hero-wrapper {
    width: 100%;
  }

  .h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .h1.case-study-h1 {
    margin-bottom: 10px;
  }

  .h1.home-page {
    font-size: 42px;
    line-height: 130%;
  }

  .paragraph {
    font-size: 16px;
  }

  .button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .button, .button.dark, .button.ghost, .button.light-ghost, .button.dark, .button.ghost, .button.light-ghost {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.light.blue, .h2.light.yellow, .h2.light.green, .h2.light.red, .h2.light.pink, .h2.light.purple {
    line-height: 36px;
  }

  .h2.cta {
    font-size: 36px;
  }

  .h2.light {
    font-size: 24px;
    line-height: 35px;
  }

  .h2.light.blue, .h2.light.yellow, .h2.light.green, .h2.light.red, .h2.light.pink, .h2.light.purple, .h2.light.blue, .h2.light.yellow, .h2.light.green, .h2.light.red, .h2.light.pink, .h2.light.purple {
    line-height: 36px;
  }

  .h2.case-study-h2 {
    font-size: 20px;
    line-height: 150%;
  }

  .h2.case-study-h2.new-h2 {
    font-size: 20px;
  }

  .h2.webflow-heading-h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .work-projects-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .work-link-block {
    flex-flow: column-reverse;
    height: auto;
    display: flex;
  }

  .cta-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cta-button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .about-me-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .about-me-image-wrapper {
    width: 100%;
    height: 500px;
  }

  .footer-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block {
    font-size: 16px;
    font-weight: 400;
  }

  .h3.black.experience-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .h3.case-study-h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-me-overlay {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #010011b3;
    display: none;
  }

  .contact-me-form-block {
    width: 100%;
    margin-right: 0;
  }

  .footer-social-links-wrapper {
    flex-flow: wrap;
  }

  .work-content-wrapper {
    width: 100%;
    height: 400px;
    padding: 32px 16px 32px 15px;
  }

  .work-content-wrapper.first, .work-content-wrapper.second, .work-content-wrapper.third, .work-content-wrapper.fourth, .work-content-wrapper.fifth, .work-content-wrapper.sixth, .work-content-wrapper.first, .work-content-wrapper.second, .work-content-wrapper.third, .work-content-wrapper.fourth, .work-content-wrapper.fifth, .work-content-wrapper.sixth {
    width: 100%;
    height: auto;
  }

  .work-image-wrapper {
    width: 100%;
  }

  .work-image-wrapper.first, .work-image-wrapper.second, .work-image-wrapper.third, .work-image-wrapper.fourth, .work-image-wrapper.fifth, .work-image-wrapper.sixth, .work-image-wrapper.first, .work-image-wrapper.second, .work-image-wrapper.third, .work-image-wrapper.fourth, .work-image-wrapper.fifth, .work-image-wrapper.sixth {
    height: 300px;
  }

  .quote-wrapper {
    width: 100%;
  }

  .footer-link-text {
    font-size: 16px;
  }

  .form-block-divider, .contact-details-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .utility-page-content {
    padding: 0 16px;
  }

  ._404-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-study-content-wrapper {
    width: 100%;
  }

  .case-study-team-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-study-team-info, .case-study-team-info-text {
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .image-7, .image-8 {
    display: none;
  }

  .experience-wrapper.images {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .experience-wrapper-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-wrapper-div.cta-button-wrapper {
    flex-flow: row;
  }

  .experience-company-name, .experience-company-time {
    font-size: 14px;
    line-height: 20px;
  }

  .webflow-projects-wrapper {
    flex-flow: column;
    display: flex;
  }

  .bgfa-case-study-image {
    width: 100%;
  }

  .sticky-note-wrapper {
    box-shadow: none;
    width: 100%;
  }

  .sticky-note-wrapper.purple, .sticky-note-wrapper.green, .sticky-note-wrapper.blue, .sticky-note-wrapper.red, .sticky-note-wrapper.pink, .sticky-note-wrapper.yellow, .sticky-note-wrapper.purple, .sticky-note-wrapper.green, .sticky-note-wrapper.blue, .sticky-note-wrapper.red, .sticky-note-wrapper.pink, .sticky-note-wrapper.yellow {
    transform: none;
  }

  .about-me-photo {
    margin-bottom: 0;
  }

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

  .case-study-wrapper-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .case-study-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .case-study-wrapper-2 {
    width: 100%;
    height: 250px;
  }

  .case-study-pill-wrapper {
    flex-flow: wrap;
  }

  .read-more-link-block {
    color: #010011;
    font-weight: 500;
  }

  .cs-research-div {
    flex-flow: column;
    display: flex;
  }

  .cs-research-div-text {
    font-size: 16px;
  }

  .persona-wrapper {
    display: flex;
  }

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

  .wireframe-slider-slide-div {
    width: 70%;
  }

  .div-block-10, .div-block-11, .div-block-13, .div-block-14 {
    flex-flow: column;
    display: flex;
  }

  .case-study-card-wrappers {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-15 {
    height: 170px;
  }
}
