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

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

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

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

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  width: 60%;
  height: 100%;
  display: flex;
}

.nav-bar {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-width-container {
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  display: flex;
}

.chloe-wenner-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.chloe {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.chloe-text {
  color: #f6f4ed;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 12.3rem;
  display: flex;
}

.wenner-text {
  color: #97afd7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 10.7rem;
  font-weight: 300;
}

.characteristics {
  color: #f6f4ed;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 32px;
}

.slanted-nav-bar {
  background-image: url('../images/nav-bar.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: 50vh;
  position: absolute;
}

.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/circle-nav.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 4rem;
  display: flex;
}

.menu-button {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: #e95238;
}

.circle {
  background-image: url('../images/circle-nav.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-section {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0;
  padding-left: 16px;
  display: block;
  position: relative;
}

.home-hero-section.contact {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.home-hero-section.about {
  padding-left: 0;
}

.home-hero-section.port {
  width: 100%;
  padding-right: 16px;
}

.outer-home-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.outer-home-div.contact {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.outer-home-div.port {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: flex-start;
  align-items: flex-start;
}

.inner-home-div {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-left: 56px;
  display: flex;
  position: static;
  overflow: visible;
}

.inner-home-div.contact {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  display: block;
}

.inner-home-div.port {
  padding-left: 0;
}

.title-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-image: url('../images/blue-circle.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-right: 30px;
  font-size: 4px;
  display: block;
}

.chloe-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 20px;
  line-height: 100px;
  display: flex;
}

.chloe-div.contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: auto;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.chloe-div.about {
  padding-left: 0;
  padding-right: 0;
}

.chloe-div.port {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
}

.authentic-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chloe-heading {
  color: #f6f4ed;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9rem;
}

.chloe-header {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 11rem;
  font-weight: 300;
}

.wenner-heading {
  color: #f6f4ed;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 13rem;
  font-weight: 300;
  line-height: 170px;
  display: flex;
}

.circle-image {
  background-image: url('../images/circle-nav.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding-top: 23px;
  padding-right: 0;
}

.paragraph {
  color: #f6f4ed;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 3rem;
  line-height: 60px;
}

.paragraph-div {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-div {
  flex: 1;
}

.project-section {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.contain-project-div {
  width: 100%;
}

.inner-project-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.info-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 36px;
  display: flex;
}

.heading {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 1.4rem;
}

.type {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f6f4ed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-image-div {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/Screenshot-2026-02-18-at-10.02.09-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 135px 135px;
  justify-content: center;
  align-items: center;
  width: 1050px;
  height: 100%;
  display: flex;
}

.div-block-2.go-philly {
  background-image: url('../images/Screenshot-2026-02-25-at-11.21.02-AM.png');
  border-top-right-radius: 135px;
  border-bottom-left-radius: 0;
  width: 500px;
  display: flex;
}

.image {
  width: 40px;
}

.down-arrow-div {
  background-color: #e95238;
  border-radius: 0;
  width: 100%;
  height: 30vh;
  margin-top: 60px;
}

.icon-2 {
  background-image: url('../images/circle-nav.svg');
  background-position: 0 0;
  background-size: auto;
}

.menu-button-2 {
  color: #3330;
  background-image: url('../images/circle-nav.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: fixed;
  inset: 3% 3% auto 28%;
}

.navbar {
  background-color: #000;
  width: auto;
  position: relative;
  inset: 0%;
}

.navbar.go-philly {
  background-color: #000;
}

.navbar.olipop {
  background-color: #f6f4eb;
}

.navbar.white {
  background-color: #f6f4ec;
}

.navbar.home {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-3 {
  color: #3330;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
}

.brand {
  z-index: 1;
  color: #f6f4ed;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ffc7c7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  display: flex;
}

.container-2.projects {
  justify-content: space-between;
}

.container-2.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  background-color: #e95238;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link-block {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 9rem;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.nav-link-block.w--current {
  overflow: hidden;
}

.nav-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button-3 {
  z-index: 1;
  padding: 24px 0 24px 24px;
}

.menu-button-3.w--open {
  background-color: #e95238;
}

.nav-menu {
  background-color: #e95238;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 30px;
}

.nav-link-text {
  font-size: 7rem;
  line-height: 10rem;
  transform: translate(0);
}

.text-block {
  color: #f6f4ed;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.project-div-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.project-type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: 1rem;
  display: flex;
}

.text-block-2 {
  color: #f6f4ec;
  width: 4rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-block-3 {
  color: #f6f4ec;
  font-family: Lora, sans-serif;
}

.text-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  font-size: 1.1rem;
  line-height: 25px;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/Screenshot-2026-02-25-at-11.21.02-AM.png');
  background-position: 0 0;
  background-size: auto;
}

.philly-image {
  background-image: url('../images/Screenshot-2026-02-25-at-11.21.02-AM.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 460px;
  height: 750px;
}

.philly-image.be-nola {
  background-image: url('../images/benola_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 900px;
  background-attachment: scroll;
}

.philly-image.olipop {
  background-image: url('../images/front-cover.png');
}

.be-nola-image {
  background-image: url('../images/benola.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50rem;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  width: 480px;
  height: 350px;
}

.text-block-4 {
  color: #f6f4ec;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.project-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.olipop-image {
  background-image: url('../images/front-cover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45rem;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 0;
  width: 480px;
  height: 350px;
}

.design-process-section {
  background-color: #000;
  height: 150vh;
}

.outer-process-div {
  height: 150vh;
}

.inner-process-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
}

.quote-div {
  width: 90%;
  line-height: 30px;
}

.process-div {
  width: 60%;
}

.text-block-5 {
  color: #f6f4eb;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 90px;
}

.text-block-6 {
  color: #f6f4eb;
  font-family: Lora, sans-serif;
  font-size: 1.3rem;
  line-height: 25px;
}

.work-together-section {
  background-color: #000;
  height: 100vh;
}

.curve-div {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  background-color: #a80001;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.curve-div.olipop {
  background-color: #efe8a8;
}

.curve-div.be-nola {
  background-color: #5c4575;
}

.outer-together-div {
  background-color: #000;
}

.inner-together-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 150vh;
  display: flex;
}

.together-text-outer-div {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-me-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.curve {
  background-image: url('../images/curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150vh;
}

.heading-3 {
  color: #f6f4eb;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 150px;
}

.text-span-5 {
  color: #99b0d7;
  font-size: 10rem;
  line-height: 130px;
}

.inner-curve-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  background-color: #f6f4eb00;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 400px;
  height: 90px;
}

.text-block-7 {
  color: #e85338;
  background-color: #f6f4eb;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  justify-content: center;
  align-items: center;
  padding: 49px 41px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.bold-text {
  font-size: 10rem;
  line-height: 130px;
}

.botton-nav-div {
  background-color: #e85338;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chloe-wenner-bottom {
  padding: 24px;
}

.text-block-8 {
  color: #f6f4eb;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-span-6 {
  color: #f6f4eb;
  font-weight: 300;
}

.line {
  background-color: #f6f4ed;
  width: 100%;
  height: 1px;
}

.line.home {
  background-color: #e95238;
  border: 1.5px solid #e95238;
  width: 100%;
}

.line.about {
  background-color: #e95238;
}

.highlighted-work-div {
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 100px 0 20px 20px;
  font-size: 8rem;
  display: flex;
}

.highlighted-work-div.work-experience {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.highlighted-work-div.home {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0 20px 0 0;
  font-size: 9rem;
}

.highlighted-work-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f6f4ec;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  display: block;
}

.body {
  background-color: #000;
}

.benefit-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.card-wrap {
  border-radius: 1rem;
  width: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content {
  background-image: url('../images/blue-circle.svg');
  background-position: 0 0;
  background-size: auto;
  width: 3rem;
  position: relative;
}

.benefits_card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefits_wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  container-type: inline-size;
}

.benefits_card_mask_clip {
  overflow: hidden;
}

.benefits_card_wrap {
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: row;
  width: 100%;
  padding: 1rem;
  transition: width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits_card_mask_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.benefits_card_img {
  opacity: .8;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits_card_text {
  text-wrap: balance;
  margin-bottom: 1rem;
  padding-top: .7rem;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

.benefits_card_title {
  text-wrap: balance;
  font-size: 2rem;
}

.benefits_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.benefits_card_icon {
  width: 3rem;
}

.highlighted-work-section {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.container-1100 {
  width: 1100px;
}

.c-main {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.c-main.featured, .c-main.portfolio {
  width: 85%;
}

.card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f6f4eb;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.card-wrapper.featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  margin-bottom: 0;
}

.card-wrapper.portfolio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.card-inner-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
}

.card-inner-wrapper._1 {
  -webkit-backdrop-filter: drop-shadow(20px 20px #e95238);
  backdrop-filter: drop-shadow(20px 20px #e95238);
  background-image: url('../images/Screenshot-2026-02-25-at-11.21.02-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  height: 750px;
  margin: 46px 0;
}

.card-inner-wrapper._1.soap {
  background-color: #ddd;
  background-image: none;
  height: 650px;
}

.card-inner-wrapper._1.dd {
  height: 650px;
}

.card-inner-wrapper._1.dd.cudi {
  background-image: url('../images/cudifront.jpg');
  background-size: cover;
}

.card-inner-wrapper._1.hburg {
  background-image: url('../images/harrisonburg-signage.jpg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper._1.book-cover {
  background-image: url('../images/frontmockup.jpeg');
  background-position: 68%;
  background-size: cover;
  height: 650px;
  margin-top: 0;
}

.card-inner-wrapper._1.drink {
  background-image: url('../images/MockUpDiagonalgreen.jpg');
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper._2 {
  background-color: #5c4575;
  background-image: url('../images/be_nola_spread.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  height: 750px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.card-inner-wrapper._2.be-nola {
  height: 650px;
}

.card-inner-wrapper._2.dd {
  background-image: url('../images/jazz-fesitval.jpg');
  background-position: 48%;
  background-size: cover;
  height: 650px;
  margin-top: 0;
  margin-bottom: 46px;
}

.card-inner-wrapper._2.nourish {
  background-image: url('../images/Render_Mockup_1920_1920_2025-12-02.png');
  background-size: cover;
  height: 650px;
  margin-top: 0;
}

.card-inner-wrapper._2.laughs {
  background-color: #dfdfdf;
  background-image: url('../images/capstone-poster-mockup.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
  margin-top: 0;
  margin-bottom: 0;
}

.card-inner-wrapper._3 {
  background-image: url('../images/front-cover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 750px;
  margin-top: 46px;
  margin-bottom: 46px;
  display: flex;
}

.card-inner-wrapper._3.take-off {
  background-color: #fafafa;
  background-image: url('../images/take-off-cover.jpg');
  background-position: 30%;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper._3.take-off:hover {
  background-position: 50%;
}

.card-inner-wrapper._3.dd {
  height: 650px;
}

.card-inner-wrapper._3.olipop {
  border-radius: 40px;
  height: 650px;
  margin-top: 0;
  margin-bottom: 46px;
}

.card-inner-wrapper._3.take-off2 {
  background-image: url('../images/take-off-long-photo.jpg');
  background-position: 50% 45%;
  background-size: cover;
  height: 500px;
}

.card-inner-wrapper.be-nola1 {
  background-image: url('../images/be_nola_spread.png');
  background-position: 0 0;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper.be-nola2 {
  background-image: url('../images/be_nola_bars.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper.olipop-1 {
  background-image: url('../images/mission-statement.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 550px;
}

.card-inner-wrapper.olipop-1._2 {
  background-image: url('../images/b-corp-page.png');
}

.card-inner-wrapper.olipop-2 {
  background-image: url('../images/future-goals2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 550px;
}

.card-inner-wrapper.be-nola {
  background-image: url('../images/be_nola_bars_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-top: 46px;
}

.card-inner-wrapper.comedy {
  background-image: url('../images/comedy-festival.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.card-inner-wrapper.jazz {
  background-image: url('../images/ticketmockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-bottom: 46px;
  position: relative;
}

.card-inner-wrapper.cudi {
  background-image: url('../images/vinyl-cd-mockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-top: 46px;
}

.card-inner-wrapper.nourish {
  background-image: url('../images/shampoo_conditioner-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-bottom: 46px;
}

.card-inner-wrapper.hburg {
  background-image: url('../images/orange-hburg-water.jpg');
  background-position: 25%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-bottom: 46px;
}

.card-inner-wrapper.hburg2 {
  background-image: url('../images/lettherhead.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-bottom: 46px;
}

.card-inner-wrapper.ecom {
  background-image: url('../images/poppi-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-bottom: 46px;
}

.card-inner-wrapper.philly {
  background-image: url('../images/phone_mockup_5.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.card-inner-wrapper.posty {
  background-image: url('../images/posty.jpg');
  background-position: 49%;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper.gophilly2 {
  background-image: url('../images/Screenshot-2026-02-25-at-11.21.02-AM.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper.eagles {
  background-image: url('../images/eaglewebsite-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
}

.card-inner-wrapper.be-nola-image {
  background-image: url('../images/be_nola_spread.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 40%;
  height: 700px;
  margin: 60px 26px 28px 28px;
}

.card-inner-wrapper.be-nola-image.illustration3 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.16-PM.png'), url('../images/be_nola_spread.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.card-inner-wrapper.be-nola-image.illustration2 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.14-PM.png'), url('../images/be_nola_spread.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.card-inner-wrapper.be-nola-image.illustration1 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.12-PM.png');
  background-position: 50%;
  background-size: cover;
}

.card-inner-wrapper.music {
  background-image: url('../images/capstone-poster-mockup.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  height: 650px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.card-section {
  background-color: #f6f4ec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-section.be-nola {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.card-section.olipop {
  height: 100vh;
}

.card-section.black {
  background-color: #000;
  height: auto;
  position: relative;
}

.card-overlay {
  z-index: 1;
  background-color: #03020280;
  border-radius: 40px;
  transition: border .2s;
  position: absolute;
  inset: 0%;
}

.card-overlay.olipop {
  background-color: #00000021;
}

.card-content-wrapper {
  z-index: 2;
  border-radius: 0;
  padding: 27px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-content-wrapper.port {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.card-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.card-heading.featured {
  font-size: 2.3rem;
  line-height: 20px;
}

.card-heading.port {
  font-size: 5rem;
}

.card-p {
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Lora, sans-serif;
  font-size: 1.3rem;
}

.card-p.port {
  font-size: 1.5rem;
}

.project-button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #f6f4eb;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  transition: background-color .2s;
  display: flex;
}

.project-button:hover {
  background-color: #e95238;
  border-width: 0;
}

.project-button.black-hover {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}

.project-button.black-hover:hover {
  background-color: #000;
}

.project-button.red:hover {
  background-color: #a80001;
}

.project-button.pink-hover:hover {
  background-color: #5c4575;
}

.project-button.black {
  border-color: #000;
}

.project-button.black:hover {
  background-color: #f1e8a7;
}

.project-button.black-hover {
  padding-left: 20px;
  padding-right: 20px;
}

.project-button.green-hover {
  border-color: #000;
  width: 80%;
}

.project-button.green-hover:hover {
  background-color: #d74922;
  border-width: 2px;
  border-color: #d74922;
}

.project-button.benola {
  width: 80%;
}

.project-button.benola:hover {
  background-color: #d36391;
}

.project-button.purple {
  border-color: #000;
}

.project-button.purple:hover {
  background-color: #fce5f0;
}

.text-block-9 {
  color: #f6f4ec;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.text-block-9.black {
  color: #000;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
}

.lottie-animation-3 {
  width: 1200px;
  display: flex;
}

.process-scroll-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-visual {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-wrap {
  width: 30em;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

.process-scroll-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.process-scroll-item {
  height: 100%;
}

.image-3 {
  max-width: 100%;
  max-height: 100%;
}

.content-container {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.process-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 100px;
}

.right {
  width: 80%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.right-card {
  background-color: #f6f4eb;
  background-image: linear-gradient(#0000, #f6f4eb);
  width: 500px;
  margin-bottom: 100px;
  padding: 0 50px 100px;
  transition: opacity .2s;
  position: sticky;
  top: 100px;
}

.right-card._1 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 500px;
  margin-bottom: 73px;
  padding: 21px;
  display: flex;
  overflow: hidden;
}

.right-card._1.orange {
  background-color: #e95238;
  background-image: none;
}

.right-card._1.blue {
  background-color: #98afd8;
  background-image: none;
}

.right-card._2 {
  background-color: #e95238;
  background-image: none;
}

.right-card._3 {
  background-color: #98afd8;
  background-image: none;
}

.style-square {
  z-index: 5;
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  background-color: #ffffff14;
  border: 1px solid #f6f4ed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: 90%;
  margin-bottom: 0;
  padding: 67px;
  display: flex;
  position: relative;
}

.style-square.contact-me {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 83%;
  height: 45%;
  margin-top: 0;
  padding: 30px 51px;
  display: block;
}

.spacer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.spacer._1 {
  height: 40vh;
}

.spacer.about {
  border-radius: 0;
}

.spacer.cream {
  background-color: #f6f4ec;
}

.text-block-10 {
  color: #f6f4ea;
  border: 0 solid #fff0;
  width: auto;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 100px;
}

.text-block-10._2 {
  color: #f6f4eb;
}

.text-block-10.blue {
  font-size: 9rem;
  line-height: 80px;
}

.text-block-10.orange {
  color: #e95238;
}

.process-heading {
  color: #000;
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.process-heading._2 {
  color: #f6f4eb;
}

.process-heading._1 {
  color: #f6f4eb;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 6rem;
  line-height: 10px;
}

.process-heading._1.orange {
  color: #e95238;
}

.heading-4 {
  color: #f6f4eb;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 121px 0 181px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 80px;
  position: static;
}

.paragraph-2 {
  color: #000;
  font-family: Lora, sans-serif;
  font-size: 1rem;
}

.paragraph-2._2 {
  color: #f6f5eb;
}

.paragraph-2._1 {
  color: #f6f4eb;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-2._1.orange {
  color: #e95238;
}

.paragraph-3 {
  color: #f6f4eb;
  font-family: Lora, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.lottie-animation-4 {
  width: 100%;
}

.lottie-animation-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.lottie-animation-5 {
  background-color: #000;
}

.lets-work-together-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.lets-work-together-section.olipop {
  background-color: #f4f3eb;
}

.lets-work-together-section.project {
  justify-content: center;
  align-items: flex-end;
  height: 120vh;
}

.lets-work-together-section.white {
  z-index: 4;
  background-color: #f4f3eb;
  position: static;
}

.lets-work-together-section.about {
  justify-content: center;
  align-items: center;
}

.bottom-container {
  z-index: 4;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #f6f4ec;
  text-align: left;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 170px;
}

.heading-5.scroll-highlight {
  text-align: center;
  font-size: 7.8rem;
  font-weight: 700;
}

.heading-5.scroll-highlight.black {
  z-index: 20;
  color: #000;
  position: relative;
}

.text-span-7 {
  font-size: 21.3rem;
  line-height: 440px;
  position: relative;
}

.design-traits-header-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-section {
  height: 300vh;
}

.text-span-8 {
  color: #97afd7;
  font-weight: 300;
}

.circle-real1 {
  z-index: 1;
  opacity: .7;
  filter: blur(60px);
  background-color: #e95238;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle-real2 {
  z-index: 2;
  opacity: .7;
  filter: blur(60px);
  background-color: #97afd7;
  border-radius: 50%;
  width: 75vh;
  height: 75vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-reall3 {
  z-index: 2;
  opacity: .7;
  filter: blur(60px);
  background-color: #9cb0d2;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-real4 {
  z-index: 1;
  opacity: .5;
  filter: blur(60px);
  background-color: #e95238;
  border-radius: 50%;
  width: 65vh;
  height: 65vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-real5 {
  z-index: 1;
  opacity: .4;
  filter: blur(60px);
  background-color: #e95238;
  border-radius: 52%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 147px auto 0% 30%;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section._2 {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}

.section.top {
  justify-content: center;
  align-items: flex-end;
  height: 45vh;
  min-height: auto;
}

.section.top.contact {
  height: 48vh;
}

.section.contact {
  min-height: 44vh;
}

.card {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  min-height: 90vh;
  display: flex;
  position: absolute;
}

.circle-2 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-2.purple {
  filter: blur(40px);
  background-color: #000;
  inset: -25% auto auto -25%;
}

.circle-2.red {
  background-color: #353535;
  inset: -25% -25% auto auto;
}

.circle-2.orange {
  background-color: #1b1a1a;
  inset: auto -25% -25% auto;
}

.circle-2.yellow {
  background-color: #1d1d1d;
  inset: auto auto -25% -25%;
}

.circle-3 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-3.purple {
  filter: blur(40px);
  background-color: #000;
  inset: -25% auto auto -25%;
}

.circle-4 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-4.red {
  background-color: #353535;
  inset: -25% -25% auto auto;
}

.circle-4.purple {
  filter: blur(40px);
  background-color: #000;
  inset: -25% auto auto -25%;
}

.circle-4.orange {
  background-color: #1b1a1a;
  inset: auto -25% -25% auto;
}

.circle-4.yellow {
  background-color: #1d1d1d;
  inset: auto auto -25% -25%;
}

.circle-5 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-5.purple {
  filter: blur(40px);
  background-color: #000;
  inset: -25% auto auto -25%;
}

.page-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.page-wrapper.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.page-wrapper.featured-project {
  height: 40vh;
}

.page-wrapper.home {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.page-wrapper.home.black {
  background-color: #000;
}

.page-wrapper.port {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  height: 40vh;
}

.circles {
  filter: blur(70px);
  background-color: #272727;
  border-radius: 100vh;
  width: 90vw;
  height: 90vh;
  position: absolute;
  inset: auto auto -25% -25%;
}

.circles.darkcolor {
  background-color: #272727;
  inset: -25% -25% auto auto;
}

.circles.grey {
  background-color: #f6f4ed;
  inset: -25% auto auto -25%;
}

.circles.black {
  background-color: #f6f4ed;
  inset: auto -25% -25% auto;
}

.circle-6 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-6.red {
  background-color: #535353;
  inset: -25% -25% auto auto;
}

.circle-6.purple {
  filter: blur(40px);
  background-color: #000;
  inset: -25% auto auto -25%;
}

.circle-6.orange {
  background-color: #161616;
  inset: auto -25% -25% auto;
}

.circle-6.yellow {
  background-color: #272727;
  inset: auto auto -25% -25%;
}

.gradient-background {
  z-index: 1;
  position: relative;
  top: -27px;
  overflow: hidden;
}

.circle-7 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-7.red {
  opacity: 1;
  filter: blur(40px);
  background-color: #98afd8;
  width: 40vw;
  height: 40vh;
  inset: 37% -10% auto auto;
}

.circle-7.red._1 {
  width: 50vw;
  height: 50vh;
}

.circle-7.purple {
  opacity: .51;
  filter: blur(80px);
  background-color: #97afd7;
  border-radius: 100vw;
  width: 40vw;
  height: 40vh;
  inset: -5% auto auto -5%;
}

.circle-7.purple._1 {
  width: 50vw;
  height: 50vh;
}

.circle-7.orange {
  opacity: .66;
  filter: blur(80px);
  background-color: #e95238;
  border-radius: 300vw;
  width: 40vw;
  height: 40vh;
  inset: auto -5% 44% auto;
}

.circle-7.orange.div-block-2 {
  width: 50vw;
  height: 50vh;
}

.circle-7.yellow {
  filter: blur(80px);
  background-color: #e95238;
  width: 40vw;
  height: 40vh;
  inset: auto auto -5% -5%;
}

.circle-7.yellow._1 {
  width: 50vw;
  height: 50vh;
}

.overlay {
  background-image: linear-gradient(#fff0 57%, #000);
  width: 100%;
  height: 100vh;
  position: relative;
}

.text-span-9 {
  font-size: 12rem;
  font-weight: 300;
  line-height: 300px;
}

.text-span-10 {
  font-size: 8rem;
  line-height: 140px;
}

.paragraph-4 {
  color: #f6f4ed;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding: 0 26px 0 0;
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  line-height: 35px;
}

.paragraph-4.scroll-highlight {
  width: 100%;
  padding: 0;
  font-size: 2.5rem;
  line-height: 60px;
}

.gradient-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.gradient-div.wenner {
  height: auto;
  display: block;
  position: static;
  inset: 0%;
}

.heading-6 {
  color: #f6f4ec;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 18rem;
  line-height: 250px;
}

.heading-6.contact {
  margin-bottom: 0;
  padding: 0;
  font-size: 15rem;
  line-height: 220px;
}

.heading-6.featured {
  font-size: 15rem;
}

.heading-6.port {
  margin-bottom: 0;
  font-size: 15rem;
}

.text-span-11 {
  color: #97afd7;
  font-weight: 300;
}

.title-headings {
  color: #f6f4ea;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
}

.title-headings.scroll-highlight {
  text-align: center;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: 110px;
}

.title-headings.scroll-highlight.ex {
  margin-bottom: 0;
}

.title-headings.scroll-highlight.home {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
}

.title-headings.scroll-highlight.home:hover {
  background-image: url('../images/take-off-long-photo_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.title-headings.scroll-highlight.black {
  color: #000;
  -webkit-text-stroke-color: #ffe76e00;
}

.title-headings.scroll-highlight.philly {
  text-align: center;
  font-size: 8rem;
}

.title-headings.scroll-highlight.olipop {
  color: #000;
  font-size: 8rem;
}

.title-headings.scroll-highlight.benola {
  font-size: 8rem;
}

.title-headings.scroll-highlight.behind-design {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 10rem;
  line-height: 200px;
  display: flex;
}

.title-headings.scroll-highlight.about {
  text-align: center;
  width: auto;
  font-size: 8rem;
  line-height: 120px;
}

.title-headings.home {
  color: #f6f4eb;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 2.45rem;
}

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

.inspo-outer-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.nav-graphic-designer {
  width: auto;
  height: auto;
}

.text-block-11 {
  color: #f6f4ec;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-block-11.black {
  color: #000;
}

.quote-card {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.text-block-12 {
  z-index: 5;
  color: #f6f4eb;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 90px;
  position: relative;
}

.text-span-12, .text-span-13 {
  font-size: 6rem;
  font-weight: 600;
}

.designprocess-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e95238;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding: 0 10px;
  display: flex;
}

.designprocess-div.about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-left: 0;
  padding-right: 0;
}

.designprocess-div.philly {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a80001;
  flex-flow: column;
}

.designprocess-div.olipop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: column;
}

.designprocess-div.nola {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #5d4575;
  flex-flow: column;
}

.paragraph-5 {
  color: #f6f4ec;
  font-family: Lora, sans-serif;
  font-size: 2.3rem;
  line-height: 50px;
}

.paragraph-5.scroll-highlight {
  text-align: left;
  width: 50%;
  padding: 31px 56px 31px 31px;
  font-size: 2.2rem;
  line-height: 42px;
}

.paragraph-5.scroll-highlight.about {
  text-align: center;
  width: 75%;
  font-size: 2rem;
  line-height: 40px;
}

.paragraph-5.scroll-highlight.philly, .paragraph-5.scroll-highlight.olipop {
  width: 80%;
}

.button-slider {
  position: absolute;
}

.ghost-button {
  width: 120px;
  position: relative;
}

.button-outer-wrapper {
  border: 1px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  display: flex;
  position: relative;
}

.button-inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #f6f4ec;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.7rem;
}

.button-background-hover {
  background-color: #e95238;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
}

.link-divs {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.chloe-wenner-link-div.transition {
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  display: flex;
}

.chloe-wenner-link-div.black {
  color: #000;
}

.text-block-13 {
  color: #f6f4ec;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-13.black {
  color: #000;
}

.text-block-13.transition {
  font-size: 4rem;
}

.text-block-13.chloe {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  font-size: 6rem;
  line-height: 0;
}

.lottie-animation-6 {
  width: 50px;
  margin: 10px 33px 25px;
  padding: 0;
}

.text-span-14 {
  font-weight: 300;
}

.text-span-14.wenner {
  font-size: 5.2rem;
}

.about-me-paragraph {
  color: #f6f4ec;
  margin-top: 25px;
  font-family: Lora, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.photo-div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 75vh;
  display: flex;
}

.about-div {
  width: 65%;
}

.image-4 {
  width: auto;
  height: auto;
  display: block;
}

.circle-qualities {
  width: 40vh;
  height: 40vh;
}

.spacer-about {
  width: 100%;
  height: 40vh;
}

.experience-section {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 135vh;
  display: flex;
}

.experience-section.home {
  z-index: 3;
  text-align: left;
  background-color: #0000;
  border: 0 solid #f6f4eb00;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.experience-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.experience-div.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}

.title-arrow-div {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-arrow-div:hover {
  pointer-events: auto;
}

.lottie-animation-7 {
  width: 50px;
  height: 50px;
  padding: 0;
}

.accordian-info {
  height: auto;
  overflow: hidden;
}

.accordian-info-text {
  color: #f6f4ea;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 40px;
}

.text-block-14 {
  color: #f6f4ea;
  padding-bottom: 27px;
  font-family: Lora, sans-serif;
  font-size: 1rem;
}

.info-heading-type-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.go-philly-home-section {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: static;
}

.go-philly-home-section.olipop {
  background-image: linear-gradient(#f6f4ec, #0000 27%), linear-gradient(0deg, #f6f4ec, #0000 51%), url('../images/front-cover.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.go-philly-home-section.be-nola {
  background-image: linear-gradient(#000, #0000 27%), linear-gradient(0deg, #000, #0000004d 85%), url('../images/be_nola_bars_1.jpg');
}

.home-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 85%;
  height: 85vh;
  padding: 0 0 49px 49px;
  display: flex;
}

.go-philly-logo-div {
  width: 50%;
}

.sub-heading-text {
  color: #f6f4ed;
  height: auto;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 60px;
}

.sub-heading-text.olipop-sub {
  color: #000;
}

.about-project-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-project-section.scroll-highlight {
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.about-project-section.scroll-highlight.be-nola {
  height: 80vh;
}

.about-project-section.cream-color {
  background-color: #f6f4ec;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.about-project-section.cream-color.olipop {
  justify-content: center;
  align-items: center;
}

.about-info-div {
  background-color: #a8000100;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  padding: 0;
  display: flex;
}

.paragraph-6 {
  color: #f6f4ed;
  font-family: Lora, sans-serif;
  font-size: 2rem;
  line-height: 40px;
}

.paragraph-6.scroll-highlight {
  width: 90%;
  margin-bottom: 0;
}

.animation-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.olipop-curve-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.olipop-curve-section.be-nola {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 160vh;
}

.olipop-curve-section.olipop {
  color: #f6f4ec;
  background-color: #f6f4ec;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.olipop-curve-section.olipop-images {
  background-color: #f6f4ec;
  height: 0;
}

.olipop-curve-section.gophilly {
  color: #fff;
}

.slider-container {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  overflow: hidden;
}

.screen-sliders {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  left: 0;
  overflow: hidden;
}

.screen-mask {
  width: 300px;
  height: 600px;
  overflow: visible;
}

.screen-slide {
  margin-left: 25px;
  overflow: hidden;
}

.slider-button {
  padding-left: 0;
}

.card-slider {
  object-fit: fill;
  background-color: #fff0;
  padding-top: 166%;
}

.image-5 {
  position: absolute;
}

.image-6 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.screen-info-div {
  color: #fff;
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.17-PM.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.screen-info-div.log-in {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.19-PM.png');
}

.screen-info-div.personalize {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.33-PM.png');
}

.screen-info-div.profile {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.38-PM.png');
}

.screen-info-div.home-screen {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.48-PM.png');
}

.screen-info-div.shop {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.45-PM.png');
}

.screen-info-div.merch {
  background-image: url('../images/Screenshot-2025-04-22-at-4.51.48-PM.png');
}

.screen-info-div.stream {
  background-image: url('../images/Screenshot-2025-04-22-at-4.52.10-PM.png');
}

.screen-info-div.menu {
  background-image: url('../images/Screenshot-2025-04-22-at-4.49.42-PM.png');
}

.screen-info-div.confirmation {
  background-image: url('../images/Screenshot-2025-04-22-at-4.51.57-PM.png');
}

.heading-7 {
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

._50--container {
  width: 80%;
  padding: 0 49px 49px;
}

._50--container._100 {
  z-index: 1;
  width: 85%;
  max-width: 100%;
  position: relative;
}

._50--container.olipop {
  padding: 31px;
}

.screen-info-pop-up {
  background-color: #0000;
  background-image: linear-gradient(360deg, #000 47%, #fff0);
  border: 0 solid #f6f4ec;
  height: auto;
  padding: 0 29px 24px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.heading-8 {
  color: #f6f4ec;
  text-align: left;
  background-color: #0000;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.goal-inner-div {
  z-index: 10;
  position: relative;
}

.goal-heading {
  color: #f6f4ec;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 80px;
}

.goal-heading.black {
  color: #000;
}

.paragraph-7 {
  z-index: 1;
  color: #000;
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  line-height: 33px;
  position: relative;
}

.paragraph-7.white {
  color: #f6f4ed;
}

.paragraph-7.olipop-about {
  z-index: 1;
  position: relative;
}

.text-block-15 {
  color: #f6f4eb;
  font-family: Lora, sans-serif;
  font-size: 1rem;
}

.screen-small-info {
  color: #f6f4ec;
  font-family: Lora, sans-serif;
  font-size: 1rem;
}

.text-block-17 {
  color: #f6f4eb;
}

.olipop-logo {
  width: 370px;
  max-width: 100%;
}

.be-nola-logo {
  width: 450px;
}

.animation-header {
  width: 70%;
  padding: 0;
}

.heading-9 {
  color: #f6f4eb;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: #a80001;
  font-weight: 700;
}

.animation-video {
  width: 70%;
}

.challenges-section {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.challenges-section.olipop {
  background-color: #f4f3eb;
  height: 45vh;
}

.challenges-section.benola, .challenges-section.philly {
  height: 60vh;
}

.image-backgroun-section {
  background-color: #000;
  background-image: url('../images/phone_mockup_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.back-to-top-section {
  background-color: #000;
  height: 10vh;
}

.back-to-top-section.olipop {
  background-color: #f4f3eb;
}

.top-div {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-inner-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  color: #f6f4eb;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.text-block-18.black {
  color: #000;
}

.lottie-animation-8 {
  width: 20px;
}

.link-block-4 {
  text-decoration: none;
  position: static;
}

.link-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bird-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bird.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-span-18 {
  color: #d36391;
  font-weight: 700;
}

.image-7 {
  max-width: 60%;
  position: static;
  inset: auto 0% 0% auto;
}

.bird-image {
  width: 40%;
  position: absolute;
  inset: 0%;
}

.be-nola-process {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f4ed;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.be-nola-process.olipop {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.color1 {
  background-color: #fce5ef;
  width: 100%;
  height: 200px;
}

.color1._2 {
  background-color: #d36391;
}

.color1._3 {
  background-color: #5c4575;
}

.color1._4 {
  background-color: #f0dcc6;
}

.color1._5 {
  background-color: #d5502c;
}

.image-8 {
  width: 200px;
}

.text-span-19, .text-span-20 {
  color: #d36391;
  font-weight: 700;
}

.be-nola-art {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60vh;
  display: flex;
}

.seed-outer-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 20vh;
  display: flex;
}

.image-9, .image-10 {
  width: 250px;
}

.contact-info-div {
  width: 80%;
  height: 50vh;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f6f4ec;
  flex-flow: column;
  font-family: Lora, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.text-field {
  color: #000;
  -webkit-text-stroke-color: #000;
  border: 1px solid #f6f4ec;
  border-radius: 0;
  width: 40%;
  font-size: 1.4rem;
}

.form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  height: auto;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  display: flex;
}

.field-label {
  margin-bottom: -3px;
  font-weight: 300;
}

.field-label-2 {
  font-weight: 300;
}

.submit-button {
  width: 100%;
  padding: 20px 55px;
  font-weight: 400;
}

.text-field-2 {
  padding: 62px 62px 39px;
}

.curve1-div {
  z-index: 0;
  width: 750px;
  position: absolute;
  inset: 2613px auto auto 0%;
}

.curve1-div._2 {
  width: 800px;
  top: 2553px;
}

.image-11 {
  z-index: 0;
  overflow-wrap: normal;
  position: static;
  inset: 835px auto 0% 0%;
}

.olipop-book-section {
  background-image: linear-gradient(#0000 56%, #f6f4ec), linear-gradient(#f6f4ec, #fff0 32%), url('../images/founders.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 90vh;
}

.olipop-book-section.page2 {
  background-image: linear-gradient(#fff0 65%, #f6f4ec), url('../images/founders.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lottie-animation-9 {
  width: 20px;
}

.lottie-animation-10 {
  width: 25px;
  height: 25px;
}

.lottie-animation-11 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.link-block-6 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.curve3 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.curve4 {
  z-index: 1;
  width: 700px;
  position: absolute;
  inset: 4528px 0% 0% auto;
}

.image-13, .image-14 {
  position: absolute;
}

.image-15 {
  z-index: 1;
  width: 750px;
  position: relative;
  top: 4475px;
}

.lottie-animation-12 {
  width: 25px;
}

.lottie-animation-13 {
  width: 30px;
}

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

.lottie-animation-14 {
  width: 35px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-animation-14.turn {
  transform: rotate(0);
}

.back-arrow {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.back-arrow.back {
  padding-left: 18px;
}

.type-menu-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-section {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.container-1101 {
  max-width: 1200px;
}

.container-contact {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.field-label {
  color: #f6f4ec;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 25px;
}

.form-block-2 {
  background-color: #20202000;
  width: 100%;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.heading-10 {
  color: #f6f4ec;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.submit-button-2 {
  background-color: #000;
  border: 2px solid #f6f4ec;
  border-radius: 40px;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
}

.submit-button-2:hover {
  background-color: #e95238;
  border-width: 0;
}

.textarea {
  color: #000;
  background-color: #f6f4ec;
  border-radius: 5px;
  margin-bottom: 29px;
  font-family: Lora, sans-serif;
}

.text-field-3, .text-field-4 {
  background-color: #f6f4ec;
  border-radius: 5px;
  font-family: Lora, sans-serif;
}

.flex-box-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.mask {
  border-radius: 40px;
  width: 100%;
  height: 90vh;
}

.slider {
  background-color: #f6f4ed;
  height: 100vh;
  padding: 13px;
}

.slide {
  background-image: url('../images/founders.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/b-corp-page2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/b-corp-page3.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/mission-statement.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/gut-health.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.be-nola-slider-section {
  height: auto;
}

.slider-2 {
  height: 900px;
}

.slide-6 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.14-PM.png');
  background-position: 50%;
  background-size: cover;
}

.mask-2 {
  width: 50%;
  overflow: visible;
}

.slide-7 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.12-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.14-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.12-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.28-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Screenshot-2026-03-25-at-5.42.16-PM.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
  overflow: hidden;
}

.text-span-21 {
  color: #f05327;
}

.transition {
  z-index: 2000;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  text-align: left;
  background-color: #e9523800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.text-block-19 {
  color: #f6f4ed;
  text-align: center;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 75px;
  display: flex;
}

.text-span-22 {
  letter-spacing: 0;
  font-size: 4.7rem;
  font-weight: 300;
}

.transition-background {
  background-color: #e9523800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.lottie-animation-15 {
  width: 100%;
  margin-bottom: -5px;
}

.transition-trigger {
  display: none;
}

.transition-color {
  background-color: #98aed8;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
}

.transition-cw {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.lottie-animation-16 {
  width: 50px;
  margin: 10px 33px 25px;
}

.lottie-animation-17 {
  width: 25px;
  height: 25px;
}

.text-span-23 {
  color: #97afd7;
  font-weight: 300;
}

.heading-11 {
  color: #f6f4eb;
  text-align: left;
  -webkit-text-stroke-color: #97afd7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 13rem;
  line-height: 200px;
}

.paragraph-8 {
  color: #f6f4eb;
  width: auto;
  font-family: Lora, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 35px;
}

.bold-text-2 {
  color: #e95238;
}

.front-home-section {
  background-color: #e95238;
  width: 40%;
  height: 80vh;
}

.button-sections {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9523800;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 70vh;
  padding-right: 16px;
  display: block;
}

.vertical-div {
  background-color: #e95238;
  width: 30%;
  height: 22vh;
}

.container-white {
  background-color: #f6f4eb;
  width: 30%;
  height: 15vh;
}

.all-link-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.single-text-div {
  background-color: #f6f4eb;
  width: 100%;
  height: 100%;
}

.line-container {
  z-index: 1;
  width: 30vw;
  max-width: 100%;
  height: 100vh;
  position: relative;
  inset: 0% auto 0% 0%;
}

.moving-text-div {
  padding-bottom: 0;
}

.moving-text-holder {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 20vw;
  line-height: 1;
  display: flex;
  transform: rotate(-90deg);
}

.text-block-20 {
  color: #000;
  width: 100vh;
  height: 100%;
  padding-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 4vw;
}

.nav-link-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-1102 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-3 {
  background-color: #e95238;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-link-block-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 12rem;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.menu-button-4 {
  z-index: 1;
}

.menu-button-4.w--open {
  background-color: #e95238;
}

.nav-menu-2 {
  background-color: #e95238;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation-18 {
  width: 30px;
}

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

.nav-link-text-2 {
  font-size: 7rem;
  line-height: 10rem;
  transform: translate(0);
}

.text-block-21 {
  color: #f6f4ed;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.home-page-section {
  z-index: 2;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: auto;
  display: block;
  position: relative;
}

.home-page-section.about {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-right: 16px;
  display: flex;
}

.div-block-6 {
  padding: 25px 80px;
}

.about-me-button {
  border: 1px solid #f6f4eb;
  border-radius: 40px;
  width: auto;
  height: auto;
  padding: 0;
}

.about-me-button:hover {
  background-color: #e95238;
  border-color: #e95238;
}

.text-block-22 {
  color: #f6f4eb;
  width: auto;
  height: auto;
  font-family: Oswald, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.about-me-button-text {
  color: #f6f4eb;
  padding: 12px 70px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.head-shot-image-div {
  background-image: url('../images/55179733361_e7c7d318ea_o.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 700px;
  padding: 0;
  display: flex;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.outer-icon-div {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  display: flex;
}

.card-paragraph {
  color: #f2f0dc;
  text-align: center;
  padding: 31px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 25px;
}

.scroll-target {
  border: 0 solid #000;
}

.card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #f2f0dc;
  border-radius: 0 0 10px 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 40%;
  padding: .4rem 1.5rem .3rem;
  display: flex;
  overflow: hidden;
}

.card-content:hover {
  opacity: 1;
}

.card-content.second {
  background-color: #264e2f;
  height: 30%;
}

.heading-type {
  color: #f2f0dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 135px 135px 52px;
  font-size: 5rem;
}

.heading-type.second {
  color: #264e2f;
}

.first-quarter-superbowl {
  background-color: #e9fff705;
  background-image: linear-gradient(#264e2f, #264e2f);
  height: auto;
  padding-bottom: 91px;
}

.first-quarter-superbowl.second {
  background-color: #f2f0dc;
  background-image: none;
}

.card-div {
  opacity: .57;
  background-color: #f2f0dcf0;
  background-image: url('../images/jefferytouchdown.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 22rem;
  height: 30rem;
  transition: opacity .4s, transform .25s;
  display: flex;
  position: relative;
  box-shadow: 7px 9px 5px #0003;
}

.card-div:hover {
  opacity: 1;
  transform: scale(1.1);
}

.card-div.secondquarter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/phillyspecial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50rem;
  height: 35rem;
  padding: 0;
  transition: opacity .5s, transform .25s;
  box-shadow: 8px 9px 5px #0003;
}

.card-div.secondquarter:hover {
  transform: none;
}

.scroll-trigger {
  pointer-events: none;
  border: 10px solid #f000;
  width: auto;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.image-18 {
  border-radius: 40px;
  width: 80%;
  max-width: none;
  height: 100%;
}

.text-span-24 {
  color: #f6f4ea;
  font-size: 10rem;
  font-weight: 700;
  line-height: 170px;
}

.text-span-24.designer, .text-span-24.home {
  font-size: 7rem;
  font-weight: 300;
}

.text-span-24.olipop {
  color: #000;
  font-size: 11.5rem;
}

.text-span-24.benola {
  font-size: 11.5rem;
}

.text-span-25 {
  color: #e95238;
  font-weight: 300;
}

.text-span-25.red {
  color: #a80001;
  -webkit-text-stroke-color: #a80001;
}

.text-span-25.green {
  color: #000;
}

.text-span-25.pink {
  color: #d36491;
}

.text-span-25.orange {
  -webkit-text-stroke-color: #d74922;
}

.text-span-26 {
  font-weight: 200;
}

.home-holder-div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/phone_mockup_5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
  width: 95%;
  height: 750px;
}

.home-holder-div.olipop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/b-corp-page3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.home-holder-div.be-nola {
  background-image: linear-gradient(#00000080, #00000080), url('../images/be_nola_bars_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-video {
  width: 100%;
  height: 100%;
}

.animations-play-div {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.video-div {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-div.philly {
  width: 50%;
  height: 100vh;
  position: static;
}

.welcome-to-go-philly-div {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.welcome-to-go-philly-div.olipop {
  background-color: #f6f4ed;
}

.about-go-philly-paragraph {
  color: #f6f4ec;
  text-align: center;
  width: 80%;
  font-family: Lora, sans-serif;
  font-size: 3rem;
  line-height: 60px;
}

.about-go-philly-paragraph.scroll-highlight {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.about-go-philly-paragraph.scroll-highlight.black {
  z-index: 2;
  color: #000;
  position: relative;
}

.about-go-philly-paragraph.scroll-highlight.purple {
  color: #5d4575;
}

.about-olipop-div {
  background-color: #efe8a7;
  width: auto;
  height: 100vh;
  display: flex;
}

.about-text-div {
  background-color: #f6f4ed;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.olipop-p-text {
  width: 85%;
  font-family: Lora, sans-serif;
  font-size: 1.7rem;
  line-height: 30px;
}

.olipop-p-text.purple {
  color: #5d4575;
  width: 80%;
}

.bold-text-3 {
  color: #000;
}

.olipop-mockup-section {
  background-image: url('../images/olipop-mockup.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.outer-mockup-section {
  background-color: #f6f4ec;
  justify-content: center;
  align-items: flex-end;
  height: 130vh;
  display: flex;
}

.olipop-mockup-div {
  background-image: url('../images/olipop-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.be-nola-images-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f4ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.be-nola-large-image {
  background-color: #f6f4ed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.granola-set-div {
  background-image: url('../images/be_nola_spread.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  width: 90%;
  height: 90vh;
  margin-left: 13px;
  margin-right: 13px;
}

.granola-illustration {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin-right: 0;
  display: flex;
}

.granola-illustration.right {
  justify-content: space-between;
  align-items: flex-end;
  transform: none;
}

.image-19 {
  width: 80%;
}

.about-olipop-section {
  background-color: #f6f4ec;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70vh;
  display: flex;
}

.about-olipop-type {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-9 {
  text-align: center;
  width: 75%;
  font-family: Lora, sans-serif;
  font-size: 3rem;
  line-height: 60px;
}

.background-video-2 {
  z-index: 0;
  opacity: .35;
  height: auto;
  position: static;
  inset: 0%;
}

.div-block-7 {
  height: 100vh;
}

.link-block-11, .link-block-12 {
  text-decoration: none;
}

.be-active-text {
  color: #5d4575;
  font-family: Lora, sans-serif;
  font-size: 3rem;
}

.text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  font-weight: 300;
}

.text-span-32 {
  font-size: 8rem;
  line-height: 100px;
}

.behind-design-text {
  color: #f6f4ec;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  line-height: 150px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home-hero-section {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .home-hero-section.contact {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .home-hero-section.about {
    width: 70%;
  }

  .outer-home-div.contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 60px 0 0;
  }

  .inner-home-div {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .inner-home-div.contact {
    justify-content: center;
    align-items: center;
  }

  .chloe-div, .chloe-div.about {
    padding-left: 56px;
  }

  .chloe-div.port {
    padding-left: 3px;
  }

  .curve-div.be-nola {
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .line.about {
    margin-top: 7px;
  }

  .highlighted-work-div {
    width: 90%;
  }

  .highlighted-work-div.work-experience {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-main {
    width: 100%;
    display: flex;
  }

  .c-main.olipop {
    flex-flow: row;
    width: 90%;
    display: block;
  }

  .card-wrapper {
    width: 90%;
  }

  .card-wrapper.olipop {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .card-inner-wrapper._1 {
    height: 450px;
    margin-bottom: 0;
  }

  .card-inner-wrapper._1.hburg {
    margin-bottom: 46px;
  }

  .card-inner-wrapper._2 {
    height: 450px;
    margin-bottom: 0;
  }

  .card-inner-wrapper._2.dd {
    margin-top: 46px;
  }

  .card-inner-wrapper._3 {
    height: 450px;
  }

  .card-inner-wrapper.be-nola1, .card-inner-wrapper.be-nola2 {
    height: 400px;
  }

  .card-inner-wrapper.olipop-1 {
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 300px;
    display: flex;
  }

  .card-inner-wrapper.olipop-2 {
    background-image: url('../images/future-goals2.png');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 300px;
  }

  .card-inner-wrapper.be-nola-image.illustration3, .card-inner-wrapper.be-nola-image.illustration2 {
    width: 90%;
    margin-top: 0;
  }

  .card-inner-wrapper.be-nola-image.illustration1 {
    width: 90%;
    height: 700px;
    margin-top: 0;
  }

  .card-section.olipop {
    width: 100%;
  }

  .card-overlay.olipop {
    background-color: #0000001f;
  }

  .card-content-wrapper {
    padding: 30px;
  }

  .card-content-wrapper.port {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-heading {
    margin-bottom: 34px;
    font-size: 3rem;
    line-height: 1px;
  }

  .card-heading.port {
    font-size: 3.5rem;
  }

  .card-p {
    margin-bottom: 21px;
    font-size: 2rem;
  }

  .project-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .text-block-9 {
    padding: 8px;
    font-size: 2rem;
  }

  .right-card._1 {
    width: 90%;
  }

  .style-square {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    padding: 26px;
  }

  .spacer {
    height: 80vh;
  }

  .spacer._1 {
    height: 20vh;
  }

  .spacer.about {
    height: auto;
  }

  .text-block-10 {
    font-size: 8rem;
  }

  .process-heading._1 {
    font-size: 5rem;
  }

  .paragraph-2._1 {
    font-size: .9rem;
    line-height: 20px;
  }

  .bottom-container {
    width: 85%;
  }

  .heading-5.scroll-highlight {
    text-align: center;
    font-size: 6rem;
    line-height: 100px;
  }

  .section.top {
    height: 30vh;
  }

  .section.top.contact {
    height: 10vh;
  }

  .section.contact {
    justify-content: center;
    align-items: flex-end;
    height: 20vh;
    min-height: auto;
    position: relative;
  }

  .page-wrapper {
    height: 110vh;
  }

  .page-wrapper.home {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 130vh;
  }

  .page-wrapper.home.black {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: center;
    align-items: flex-start;
    height: 150vh;
  }

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

  .heading-6.contact {
    margin-bottom: 0;
    padding: 0;
    font-size: 12rem;
  }

  .heading-6.port {
    font-size: 10rem;
  }

  .title-headings.scroll-highlight {
    font-size: 4rem;
  }

  .title-headings.scroll-highlight.ex {
    font-size: 5rem;
  }

  .title-headings.scroll-highlight.behind-design {
    font-size: 8rem;
    line-height: 130px;
  }

  .title-headings.scroll-highlight.about {
    font-size: 7rem;
    line-height: 120px;
  }

  .text-block-12 {
    font-size: 3.5rem;
    line-height: 70px;
  }

  .text-span-12 {
    font-size: 3.5rem;
  }

  .text-span-13 {
    font-size: 3.5rem;
    line-height: 70px;
  }

  .designprocess-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 50px;
  }

  .designprocess-div.about {
    height: 100vh;
  }

  .designprocess-div.philly {
    justify-content: center;
    align-items: center;
  }

  .designprocess-div.olipop {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .designprocess-div.nola {
    justify-content: center;
    align-items: center;
  }

  .paragraph-5.scroll-highlight {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 40px;
  }

  .paragraph-5.scroll-highlight.about {
    width: 95%;
    font-size: 2rem;
  }

  .paragraph-5.scroll-highlight.philly, .paragraph-5.scroll-highlight.olipop {
    width: 90%;
  }

  .about-me-paragraph {
    font-size: 1.4rem;
  }

  .photo-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 300px;
  }

  .about-div {
    width: 100%;
  }

  .experience-section.home {
    justify-content: center;
    align-items: center;
  }

  .accordian-info {
    width: 65%;
    overflow: hidden;
  }

  .info-heading-type-div {
    width: 60%;
  }

  .go-philly-logo-div {
    width: 45%;
  }

  .go-philly-logo-div.be-nola {
    width: 55%;
  }

  .sub-heading-text {
    font-size: 3.4rem;
  }

  .about-project-section.scroll-highlight {
    height: 50vh;
  }

  .about-info-div {
    width: 90%;
  }

  .olipop-curve-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 130vh;
  }

  .olipop-curve-section.be-nola {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

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

  ._50--container._100 {
    z-index: 2;
  }

  .be-nola-logo {
    width: 600px;
  }

  .animation-header {
    width: 90%;
    padding: 0;
  }

  .challenges-section {
    height: 120vh;
  }

  .back-to-top-section {
    justify-content: center;
    align-items: center;
    height: 15vh;
    display: flex;
  }

  .top-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .bird-div {
    width: 400px;
  }

  .contact-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 0;
  }

  .form-2 {
    padding-top: 0;
    padding-bottom: 19px;
    padding-right: 0;
  }

  .flex-box-div {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    font-size: 12rem;
  }

  .home-page-section {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-page-section.about {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .head-shot-image-div {
    background-image: url('../images/55179733361_e7c7d318ea_o.jpg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    width: 700px;
    height: 550px;
  }

  .text-span-24.designer, .text-span-24.home {
    font-size: 5rem;
  }

  .background-video.philly {
    height: 100%;
  }

  .animations-play-div {
    flex-flow: column;
    height: 200vh;
  }

  .video-div.philly {
    width: 100%;
    height: 100%;
  }

  .welcome-to-go-philly-div {
    width: 100%;
  }

  .welcome-to-go-philly-div.olipop {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
  }

  .about-go-philly-paragraph.scroll-highlight {
    font-size: 2.7rem;
  }

  .about-olipop-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f6f4ed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 170vh;
  }

  .about-text-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 89px;
    display: flex;
  }

  .olipop-p-text {
    width: 90%;
  }

  .be-nola-images-section {
    flex-flow: column;
  }

  .paragraph-9.scroll-highlight {
    width: 90%;
    font-size: 1.7rem;
    line-height: 35px;
  }

  .be-active-text {
    text-align: center;
    font-size: 2.5rem;
    line-height: 40px;
  }

  .text-span-32 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-section {
    width: 95%;
  }

  .home-hero-section.contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-hero-section.about {
    width: 100%;
  }

  .chloe-div.contact {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .chloe-div.about {
    width: auto;
    padding-left: 12px;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .curve-div.olipop {
    height: 100vh;
  }

  .line.about {
    width: 100%;
  }

  .highlighted-work-div {
    padding-left: 0;
  }

  .highlighted-work-div.work-experience {
    margin-left: 0;
    padding-left: 10px;
  }

  .highlighted-work-div.featured {
    padding-top: 0;
  }

  .c-main {
    flex-flow: column;
  }

  .c-main.featured {
    width: 100%;
  }

  .card-wrapper {
    flex-flow: column;
  }

  .card-inner-wrapper._2 {
    background-position: 50% 80%;
    background-size: 160%;
  }

  .card-inner-wrapper.be-nola1, .card-inner-wrapper.be-nola2 {
    height: 350px;
  }

  .card-section, .card-overlay {
    overflow: hidden;
  }

  .card-heading {
    margin-bottom: 15px;
    font-size: 3.4rem;
    line-height: 40px;
  }

  .card-p {
    font-size: 1.75rem;
  }

  .project-button {
    padding: 21px;
  }

  .project-button.black-hover {
    width: 90%;
    padding: 25px 14px;
  }

  .text-block-9 {
    font-size: 2rem;
  }

  .lottie-animation-2 {
    width: 30px;
  }

  .spacer {
    height: 60vh;
  }

  .spacer.about {
    width: auto;
  }

  .spacer.cream {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
  }

  .spacer.home {
    height: 85vh;
  }

  .process-heading._1 {
    font-size: 4rem;
  }

  .heading-5.scroll-highlight {
    font-size: 6rem;
    line-height: 100px;
  }

  .section._2 {
    min-height: 80vh;
  }

  .section.top {
    height: 40vh;
  }

  .section.contact {
    min-height: 40vh;
  }

  .page-wrapper {
    height: 130vh;
  }

  .page-wrapper.contact {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .page-wrapper.home {
    height: 125vh;
  }

  .circle-7.red {
    overflow: hidden;
  }

  .paragraph-4 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .heading-6 {
    font-size: 8rem;
    line-height: 130px;
  }

  .heading-6.contact {
    justify-content: center;
    align-items: flex-start;
    font-size: 7.8rem;
    line-height: 150px;
    display: block;
  }

  .heading-6.port {
    font-size: 7rem;
  }

  .text-span-11 {
    font-size: 8rem;
  }

  .title-headings.scroll-highlight {
    font-size: 3rem;
  }

  .title-headings.scroll-highlight.ex {
    font-size: 4rem;
  }

  .title-headings.scroll-highlight.philly {
    font-size: 5.5rem;
    line-height: 30px;
  }

  .title-headings.scroll-highlight.olipop {
    font-size: 6rem;
    line-height: 60px;
  }

  .title-headings.scroll-highlight.benola {
    font-size: 7rem;
  }

  .title-headings.scroll-highlight.about {
    font-size: 5rem;
    line-height: 50px;
  }

  .design-inspo-section {
    height: 100vh;
  }

  .quote-card {
    width: 100%;
  }

  .text-block-12 {
    width: 100%;
    font-size: 2.4rem;
    line-height: 40px;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .text-span-12 {
    font-size: 2.4rem;
  }

  .text-span-13 {
    font-size: 2.4rem;
    line-height: 60px;
  }

  .designprocess-div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .designprocess-div.about {
    width: 97%;
    height: 60vh;
  }

  .designprocess-div.philly {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 85vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .designprocess-div.olipop {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .paragraph-5.scroll-highlight {
    font-size: 1.7rem;
    line-height: 35px;
  }

  .paragraph-5.scroll-highlight.about {
    font-size: 1.5rem;
    line-height: 34px;
  }

  .paragraph-5.scroll-highlight.philly {
    width: 98%;
  }

  .paragraph-5.scroll-highlight.olipop {
    width: 100%;
  }

  .photo-div {
    width: 500px;
  }

  .experience-section {
    height: 170vh;
  }

  .experience-section.home {
    justify-content: center;
    align-items: center;
  }

  .title-arrow-div {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .lottie-animation-7 {
    width: 30px;
    height: 30px;
  }

  .go-philly-home-section._2 {
    justify-content: center;
    align-items: center;
  }

  .home-div {
    padding-left: 25px;
  }

  .go-philly-logo-div.be-nola {
    width: 70%;
  }

  .sub-heading-text {
    font-size: 2rem;
  }

  .about-info-div {
    width: 98%;
  }

  .paragraph-6.scroll-highlight {
    font-size: 1.8rem;
  }

  .olipop-curve-section.be-nola {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
  }

  .screen-mask {
    width: 200px;
    height: 400px;
  }

  ._50--container._100 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .goal-heading {
    font-size: 3rem;
  }

  .image-backgroun-section {
    height: 60vh;
  }

  .back-to-top-section {
    height: 30vh;
  }

  .top-div {
    justify-content: center;
    align-items: center;
  }

  .bird-div {
    height: 400px;
  }

  .image-9, .image-10 {
    width: 170px;
  }

  .curve1-div {
    width: 500px;
    display: none;
    top: 1593px;
  }

  .curve1-div._2 {
    width: 550px;
  }

  .olipop-book-section {
    height: 100vh;
  }

  .curve3 {
    top: 0%;
  }

  .curve4 {
    width: 500px;
    top: 4960px;
  }

  .image-15 {
    width: 550px;
    top: 4912px;
  }

  .flex-box-div {
    justify-content: flex-start;
    align-items: center;
  }

  .image-16 {
    max-width: 200%;
  }

  .image-16.olipop {
    max-width: 150%;
  }

  .heading-11 {
    font-size: 9rem;
    line-height: 150px;
  }

  .head-shot-image-div {
    width: 650px;
    height: 500px;
  }

  .heading-type {
    line-height: 70px;
  }

  .text-span-24 {
    font-size: 7rem;
  }

  .text-span-24.designer {
    font-size: 3.5rem;
  }

  .text-span-24.home {
    font-size: 4rem;
  }

  .text-span-24.olipop {
    font-size: 9rem;
  }

  .text-span-24.benola {
    font-size: 10rem;
  }

  .about-go-philly-paragraph.scroll-highlight {
    font-size: 2rem;
    line-height: 40px;
  }

  .outer-mockup-section {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
  }

  .olipop-mockup-div {
    height: 100vh;
  }

  .about-olipop-section {
    height: 50vh;
  }

  .text-span-32 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .outer-home-div {
    justify-content: center;
    align-items: center;
  }

  .outer-home-div.contact {
    padding: 5px 0;
  }

  .inner-home-div {
    padding-left: 10px;
  }

  .inner-home-div.contact {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    line-height: 25px;
  }

  .chloe-div {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .chloe-div.contact {
    font-size: 3rem;
  }

  .nav-link-text {
    font-size: 4rem;
    line-height: 8rem;
  }

  .curve-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 70vh;
  }

  .highlighted-work-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .highlighted-work-div.work-experience {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    padding-left: 15px;
  }

  .highlighted-work-div.about {
    padding-top: 54px;
  }

  .highlighted-work-div.featured {
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-left: 10px;
  }

  .c-main {
    justify-content: center;
    align-items: center;
  }

  .c-main.featured {
    width: 100%;
  }

  .c-main.olipop {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 97%;
  }

  .card-wrapper.olipop {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card-inner-wrapper._1.soap {
    height: 350px;
  }

  .card-inner-wrapper._1.hburg {
    background-size: cover;
    height: 300px;
  }

  .card-inner-wrapper._1.book-cover {
    height: 300px;
  }

  .card-inner-wrapper._2 {
    background-image: url('../images/be_nola_bars.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .card-inner-wrapper._2.dd {
    height: 300px;
  }

  .card-inner-wrapper._2.nourish {
    height: 300px;
    display: none;
  }

  .card-inner-wrapper._2.laughs, .card-inner-wrapper._3.take-off, .card-inner-wrapper._3.olipop {
    height: 300px;
  }

  .card-inner-wrapper.olipop-1 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .card-inner-wrapper.olipop-2 {
    width: 90%;
  }

  .card-inner-wrapper.be-nola, .card-inner-wrapper.comedy, .card-inner-wrapper.jazz, .card-inner-wrapper.cudi, .card-inner-wrapper.nourish {
    height: 300px;
  }

  .card-inner-wrapper.hburg {
    height: 300px;
    display: none;
  }

  .card-inner-wrapper.hburg2, .card-inner-wrapper.ecom, .card-inner-wrapper.philly, .card-inner-wrapper.posty {
    height: 300px;
  }

  .card-inner-wrapper.gophilly2 {
    height: 300px;
    display: none;
  }

  .card-inner-wrapper.eagles {
    height: 300px;
  }

  .card-section.olipop {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .card-overlay {
    background-color: #000000a3;
  }

  .card-content-wrapper.port {
    padding-left: 10px;
  }

  .card-heading {
    font-size: 2.3rem;
  }

  .card-heading.port {
    font-size: 2.6rem;
  }

  .project-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-right: 0;
    padding: 9px 18px;
  }

  .project-button.black-hover {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-9 {
    padding: 0;
    font-size: 1.5rem;
  }

  .process-section.about {
    justify-content: flex-start;
    align-items: center;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.about {
    width: 90%;
  }

  .right-card._1 {
    width: 100%;
    height: 100%;
  }

  .style-square {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: 100%;
    padding: 26px 16px;
  }

  .spacer {
    height: 60vh;
  }

  .text-block-10 {
    font-size: 6rem;
  }

  .process-heading._1 {
    font-size: 3rem;
  }

  .paragraph-2._1 {
    font-size: 1rem;
    line-height: 20px;
  }

  .lets-work-together-section.project {
    height: 80vh;
  }

  .bottom-container {
    width: 95%;
  }

  .heading-5.scroll-highlight {
    font-size: 6rem;
    line-height: 90px;
  }

  .section._2 {
    min-height: 30vh;
    overflow: hidden;
  }

  .page-wrapper {
    height: 135vh;
  }

  .page-wrapper.contact {
    height: 113vh;
  }

  .page-wrapper.featured-project {
    justify-content: center;
    align-items: center;
    height: 25vh;
  }

  .page-wrapper.home {
    justify-content: space-between;
    align-items: center;
    height: 95vh;
  }

  .page-wrapper.home.black {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-wrapper.aboutme {
    height: 180vh;
  }

  .page-wrapper.port {
    height: 20vh;
  }

  .heading-6 {
    font-size: 6rem;
    line-height: 100px;
  }

  .heading-6.contact {
    font-size: 4rem;
    line-height: 60px;
  }

  .heading-6.featured {
    font-size: 5rem;
    line-height: 80px;
  }

  .heading-6.port {
    font-size: 4rem;
  }

  .text-span-11 {
    font-size: 5rem;
    line-height: 100px;
  }

  .text-span-11.featured {
    font-size: 5rem;
    line-height: 80px;
  }

  .title-headings.scroll-highlight {
    text-align: left;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .title-headings.scroll-highlight.ex {
    font-size: 3rem;
  }

  .title-headings.scroll-highlight.philly {
    font-size: 4.5rem;
  }

  .title-headings.scroll-highlight.benola {
    text-align: center;
    font-size: 6rem;
  }

  .title-headings.scroll-highlight.work {
    margin-bottom: 0;
    font-size: 2.75rem;
  }

  .title-headings.scroll-highlight.behind-design {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 90px;
  }

  .title-headings.scroll-highlight.about {
    font-size: 3rem;
    line-height: 55px;
  }

  .title-headings.home {
    font-size: 2.3rem;
  }

  .design-inspo-section {
    height: 50vh;
    display: none;
    overflow: visible;
  }

  .inspo-outer-div {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .quote-card {
    width: 0%;
  }

  .text-block-12 {
    width: auto;
    padding: 0;
    font-size: 1.3rem;
  }

  .designprocess-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .designprocess-div.about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .designprocess-div.nola {
    height: 70vh;
  }

  .paragraph-5.scroll-highlight {
    text-align: left;
    font-size: 1.3rem;
    line-height: 32px;
  }

  .about-me-paragraph {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .photo-div {
    width: 300px;
    height: 400px;
  }

  .experience-section {
    justify-content: center;
    align-items: flex-start;
    height: 130vh;
  }

  .experience-section.home {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .experience-div.home, .accordian-info {
    width: 95%;
  }

  .accordian-info-text {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .text-block-14 {
    font-size: .8rem;
    line-height: 20px;
  }

  .home-div {
    width: 100%;
    padding-left: 10px;
  }

  .go-philly-logo-div {
    width: 65%;
  }

  .go-philly-logo-div.be-nola {
    width: 70%;
  }

  .sub-heading-text {
    font-size: 3rem;
  }

  .about-project-section.scroll-highlight {
    height: 50vh;
  }

  .about-project-section.cream-color {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-6.scroll-highlight {
    font-size: 1.7rem;
    line-height: 30px;
  }

  .olipop-curve-section.olipop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .olipop-curve-section.olipop-images {
    height: 100vh;
  }

  .screen-mask {
    width: 250px;
    height: 500px;
  }

  ._50--container.gophilly {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  ._50--container.olipop {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .goal-outer-div.olipop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .goal-inner-div.olipop {
    width: 90%;
  }

  .paragraph-7, .paragraph-7.white {
    font-size: 1.3rem;
    line-height: 28px;
  }

  .paragraph-7.olipop {
    font-size: 1.8rem;
  }

  .be-nola-logo {
    width: 700px;
  }

  .challenges-section.olipop {
    height: 80vh;
  }

  .image-backgroun-section {
    background-size: 200%;
  }

  .image-9, .image-10 {
    width: 150px;
  }

  .curve1-div {
    width: 100%;
    top: 1619px;
  }

  .curve1-div._2 {
    width: 90%;
    top: 1583px;
  }

  .image-11 {
    width: 90%;
    max-width: none;
  }

  .curve4 {
    width: auto;
    position: static;
    top: 4955px;
  }

  .image-12 {
    z-index: 1;
    position: absolute;
    top: 4927px;
  }

  .image-15 {
    width: 420px;
    max-width: none;
    top: 4888px;
  }

  .contact-section {
    flex-flow: column;
  }

  .form-block-2 {
    flex-flow: column;
    display: block;
  }

  .form-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 1.8rem;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-16 {
    max-width: 150%;
  }

  .image-16.be-nola {
    max-width: 130%;
  }

  .image-17 {
    width: 110%;
    max-width: none;
  }

  .heading-11 {
    font-size: 5rem;
    line-height: 80px;
  }

  .paragraph-8 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .about-me-button {
    width: auto;
  }

  .outer-icon-div {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
  }

  .heading-type {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5rem;
    line-height: 55px;
  }

  .heading-type.second {
    padding-top: 76px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
  }

  .first-quarter-superbowl {
    height: auto;
  }

  .firstquarter-superbowl-type {
    width: 100%;
  }

  .card-div {
    width: 19rem;
  }

  .card-div.secondquarter {
    width: 30rem;
  }

  .text-span-24 {
    font-size: 5.7rem;
    line-height: 140px;
  }

  .text-span-24.designer {
    font-size: 3rem;
  }

  .text-span-24.home {
    font-size: 3.5rem;
  }

  .text-span-24.benola {
    font-size: 8rem;
    line-height: 120px;
  }

  .animations-play-div {
    height: 100vh;
  }

  .video-div {
    width: 100%;
    height: 100%;
  }

  .video-div.philly {
    aspect-ratio: auto;
    object-fit: fill;
    display: none;
    overflow: visible;
  }

  .granola-illustration {
    justify-content: flex-start;
    align-items: center;
  }

  .image-19 {
    width: 70%;
  }

  .be-active-text {
    font-size: 2rem;
    line-height: 90px;
  }

  .text-span-32 {
    font-size: 3rem;
  }
}


