:root {
  --text-main: #171717;
  --text-secondary\<deleted\|variable-58cc325b\>: #e8674a;
  --blur-color: #f5f3f266;
  --red: #cd2e3a;
  --eggplant: #854a60;
  --lt-green: #afa842;
  --blue: #0047a0;
  --white: white;
  --blur-extra: #f8f2ef66;
  --transparent: #0000;
  --coral: #f76035;
  --yolk: #eead35;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  letter-spacing: 1px;
  background-color: #f5f3f2;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 145%;
}

h2 {
  color: #fff;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: #fff;
  letter-spacing: 1px;
  width: auto;
  min-width: 25ch;
  max-width: 40ch;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

a {
  color: var(--text-main);
  text-decoration: underline;
}

.section {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.section.section--nav-logo-animation {
  background-image: url('../images/Abraham-08.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.logo-container {
  position: absolute;
}

.logo-container.logo-container--white {
  z-index: 2;
  inset: 0%;
}

.logo-container.logo-container--black {
  z-index: 2;
  opacity: 0;
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: static;
}

.logo-container__logo {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.logo-container__logo.logo--white {
  display: none;
}

.logo-container__logo.logo--black {
  color: #131313;
  display: none;
}

.navlink-container__link {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
  display: inline-block;
}

.navlink-container__link:hover {
  color: var(--text-secondary\<deleted\|variable-58cc325b\>);
}

.logo-container__logo-image.logo-image--light {
  vertical-align: middle;
  width: 100px;
  max-width: 100%;
}

.navbar {
  background-color: var(--blur-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px #00000026;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px auto 0;
  padding-top: 0;
  display: flex;
}

.container__navlink-container {
  justify-content: flex-start;
  display: flex;
}

.container__navlink-container.hidden {
  display: none;
}

.container__navlink-container.left {
  justify-content: flex-end;
}

.shoutout-link {
  color: #fff;
  font-size: 1em;
}

.shoutout-text {
  color: #fff;
  font-size: 1.15em;
  line-height: 1.5;
  position: absolute;
  inset: auto 3% 3% auto;
}

.cube-border-glass-effect {
  padding-bottom: 40px;
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clone-project-button {
  background-color: #e8674a;
  border-radius: 7px;
  padding: 17px 23px;
  font-size: 15px;
  transition: box-shadow .2s, transform .2s;
  position: absolute;
  inset: 110px 30px auto auto;
}

.clone-project-button:hover {
  transform: translate(0, -7px);
  box-shadow: 0 2px 20px 2px #0003;
}

.hero_heading {
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0;
  font-weight: 900;
  display: flex;
  position: relative;
}

.hero_heading_larg {
  color: var(--red);
  justify-content: center;
  align-items: flex-end;
  margin: -44px 20px 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 6rem;
  display: flex;
  box-shadow: 0 2px 5px #0000;
}

.hero_heading_larg.project {
  color: var(--eggplant);
  margin-top: -23px;
  margin-bottom: 20px;
  font-size: 3.7rem;
}

.hero_heading_larg.project.process {
  font-size: 2.8rem;
}

.hero_heading_larg.black_text {
  color: var(--blue);
}

.hero_heading_larg.aboutme {
  margin-top: -27px;
  margin-bottom: 20px;
  font-size: 4rem;
}

.hero_heading_larg.inspiration {
  color: var(--eggplant);
  margin-top: -24px;
  font-size: 3rem;
}

.sonmat_definition {
  background-image: url('../images/Black.png');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  display: flex;
  position: relative;
}

.card-block {
  z-index: 3;
  clear: both;
  background-color: var(--white);
  box-shadow: 3px 3px 11px 0 var(--text-main);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin: 98px 0 362px 0%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.card-block.hero {
  flex-flow: row;
}

.card-block.parallax {
  margin-top: 0;
  margin-bottom: 339px;
  margin-left: 0%;
}

.card-block.parallax.process {
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: -2px;
  margin-left: 0;
}

.card-block.parallax.inspiration {
  justify-content: flex-start;
  align-items: center;
  width: 45svw;
  margin-top: 60px;
  margin-bottom: 297px;
  margin-left: 5%;
}

.card-block.about {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.card-block.definition {
  flex: 0 auto;
  align-self: center;
  margin-top: 225px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card_paragraph {
  color: var(--text-main);
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-top: -19px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.card_paragraph.inspiration {
  padding-right: 35px;
  font-size: 1rem;
  display: block;
}

.heading {
  color: var(--text-main);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
  font-family: Black Han Sans, sans-serif;
  display: flex;
}

.heading.process {
  margin-top: 20px;
}

.section-divider-bae_divider_1727120621281 {
  color: #fb5844;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.chopsticks {
  z-index: 20;
  float: left;
  clear: none;
  vertical-align: top;
  max-width: 38%;
  margin-top: -245px;
  margin-right: -469px;
  position: absolute;
  inset: 7px 0% 0% -47px;
}

.sushi {
  z-index: 20;
  float: right;
  clear: none;
  vertical-align: bottom;
  max-width: 50%;
  margin-top: -188px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-teaser-subtitle {
  max-width: 70%;
  font-family: Archivo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.button {
  color: #f5f1dd;
  text-align: center;
  letter-spacing: .03rem;
  background-color: #000;
  border: .15em solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button.is-bright {
  color: #000;
  background-color: #f5f1dd;
}

.portfolio-teaser-component {
  color: #f5f1dd;
  background-image: url('../images/Purple.png');
  background-position: 0%;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 120svh;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.portfolio-teaser-component.is-1 {
  background-image: url('../images/Abraham-07.webp');
  background-size: cover;
}

.portfolio-teaser-component.is-3 {
  background-image: url('../images/Abraham-13.webp');
  background-size: cover;
}

.portfolio-teaser-component.is-3.footer {
  background-image: url('../images/Abraham-10.webp');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 100svh;
  padding-bottom: 0;
}

.portfolio-teaser-component.is-3.footer.aboutme_footer {
  background-image: url('../images/Abraham-16.webp');
}

.portfolio-teaser-component.is-3.footer.photo-footer {
  background-image: url('../images/Abraham-7.jpeg');
}

.portfolio-teaser-component.green {
  background-image: url('../images/Green.png');
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.portfolio-teaser-component.inspiration {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding-left: 3rem;
}

.portfolio-teaser-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 41rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.portfolio-teaser-title {
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: .85;
}

.nav_section {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.nav_section.logo_animate {
  background-image: url('../images/Abraham-08.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 120svh;
  transform: translate(0);
}

.nav_section.about {
  background-image: url('../images/Artboard-9.png');
  background-position: 0 0;
  background-size: contain;
  height: auto;
}

.navlink-container__link-2 {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link-2:hover {
  color: #e8674a;
}

.navlink-container__link-3 {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link-3:hover {
  color: #e8674a;
}

.image {
  max-width: 25%;
}

.navlink-container__link-4 {
  color: var(--text-main);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link-4:hover {
  color: #e8674a;
}

.navlink-container__link-4.w--current {
  color: var(--text-main);
}

.navlink-container__link-4.w--current:hover {
  color: var(--white);
}

.image-2 {
  vertical-align: middle;
  width: 100px;
}

.navlink-container__link-5 {
  color: #171717;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  transition: color .2s;
}

.navlink-container__link-5:hover {
  color: var(--white);
}

.div-block {
  width: 30%;
}

.image-3 {
  position: fixed;
  inset: 0% 0% auto;
}

.image-4 {
  vertical-align: bottom;
  max-width: 25%;
  margin-top: 10px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50%;
  display: flex;
}

.link-block.w--current {
  margin-top: 0;
}

.hearo_text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0% 5%;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  opacity: 1;
  vertical-align: top;
  mix-blend-mode: screen;
  max-width: 50%;
  margin-bottom: 30px;
}

.heading-2 {
  margin-bottom: 60px;
}

.div-block-2 {
  height: 100px;
  margin-bottom: 60px;
}

.hero_by {
  color: var(--white);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10%;
  padding-left: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 3rem;
  line-height: 125%;
  display: flex;
}

.hero_by.photos {
  color: var(--white);
  justify-content: center;
  margin-right: 0%;
}

.container {
  justify-content: flex-end;
  align-items: center;
  margin-left: 5%;
  margin-right: 0%;
  display: flex;
}

.by_section {
  background-color: var(--text-main);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-divider-bae_divider_1727137104644, .section-divider-bae_divider_1727137105989, .section-divider-bae_divider_1727137113310, .section-divider-bae_divider_1727137117976, .section-divider-bae_divider_1727137118256, .section-divider-bae_divider_1727137121807, .section-divider-bae_divider_1727137123874, .section-divider-bae_divider_1727137124174, .section-divider-bae_divider_1727137124522 {
  color: #0a0a0a;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.section-divider-bae_divider_1727137128274, .section-divider-bae_divider_1727137129590, .section-divider-bae_divider_1727137129889, .section-divider-bae_divider_1727137130172, .section-divider-bae_divider_1727137130519, .section-divider-bae_divider_1727137141407 {
  color: #0a0a0a;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(180deg);
}

.section-divider-bae_divider_1727137388014 {
  color: #050505;
  transform-style: preserve-3d;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.section-divider-bae_divider_1727137408463 {
  color: #050505;
  width: 100%;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.section-divider-bae_divider_1727137460150 {
  color: #0a0a0a;
  transform-style: preserve-3d;
  width: 100%;
  height: 46px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.section-divider-bae_divider_1727137475231 {
  color: #0a0a0a;
  transform-style: preserve-3d;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(0)rotateZ(0);
}

.div-block-3 {
  height: 100svh;
}

.son-mat_text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  mix-blend-mode: soft-light;
  justify-content: flex-start;
  margin-right: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 40rem;
  display: flex;
}

.sonmat_text_wrapper {
  background-color: var(--text-main);
  mix-blend-mode: hard-light;
  width: 100svw;
  margin-top: -166px;
  display: none;
}

.heading-3 {
  z-index: 30;
  position: absolute;
}

.image-6 {
  width: 50%;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
}

.hero-paragraph {
  background-color: var(--text-main);
  color: var(--white);
  text-align: justify;
  border-radius: 20px;
  flex-flow: row;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.3;
  display: block;
}

.hero-paragraph.enlarge {
  color: var(--lt-green);
  align-self: center;
}

.text-span {
  font-style: italic;
  font-weight: 700;
}

.about_card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero_card {
  background-color: var(--blur-extra);
  box-shadow: 0 2px 11px 4px var(--text-main);
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50svw;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  transform: translate(0);
}

.hero_card.footer {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.hero_card.about {
  justify-content: center;
  align-items: center;
}

.portfolio_img {
  z-index: 30;
  justify-content: flex-end;
  width: 40%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.yummy {
  z-index: 1;
  clear: none;
  box-shadow: 1px 2px 8px 0 var(--text-main);
  border-radius: 20px;
  width: 50%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 79px;
  position: relative;
  left: 433px;
  transform: rotate(0);
}

.image-8 {
  z-index: 50;
  width: 30svw;
  max-width: 35svw;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-subscribe {
  background-color: var(--transparent);
  border: 1px #000;
  justify-content: center;
  padding: 0;
  display: flex;
  position: relative;
}

.container-3 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--text-main);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-family: Archivo Black, sans-serif;
  font-size: 1.2vw;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--white);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-logo {
  justify-content: center;
  display: flex;
}

.image-9 {
  width: 30%;
}

.link-block-2 {
  justify-content: center;
  display: flex;
}

.woman_cook {
  z-index: 30;
  border-radius: 20px;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  margin-top: 13px;
  margin-left: 0;
  margin-right: 60px;
  display: inline-flex;
  position: relative;
  inset: 15% auto auto -32px;
}

.section-2 {
  background-image: url('../images/BackgroundGreen.png');
  background-position: 0 0;
  background-size: contain;
}

.scrolltext_container-2 {
  align-items: center;
  width: 30vw;
  padding-top: 13.9em;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  inset: 0% 0% 0% auto;
}

.column-scroll-sticky-inner {
  z-index: 2;
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.column-scroll-sticky-2 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

._3columun_section {
  z-index: 1000;
  background-color: var(--transparent);
  background-image: url('../images/Artboard-9.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 0;
  position: relative;
}

.scrolltext-heading {
  z-index: 1;
  color: #ffbb01;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}

.column-scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-scroll-wrapper-2 {
  width: 100%;
  height: 350vh;
  position: relative;
}

._3columun_section-2 {
  z-index: 1000;
  background-color: #131313;
  padding-top: 0;
  position: relative;
}

.image-11 {
  border-radius: 20px;
  margin-top: 31px;
}

.people_eat {
  border-radius: 20px;
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 19px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.italic {
  font-style: italic;
}

.aboutme_image {
  box-shadow: 3px 2px 5px 3px var(--text-main);
  border-radius: 20px;
  width: 40svw;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
}

.aboutme_footer {
  background-image: url('../images/Abraham-16.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-12 {
  z-index: 30;
  max-width: 70%;
  position: relative;
  inset: -97px auto 1% 0%;
}

.quick-stack-2 {
  margin-bottom: 40px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  align-items: center;
}

.path, .path-2 {
  color: var(--text-main);
}

.section-3 {
  background-color: var(--text-main);
  padding-top: 60px;
}

.container-4 {
  column-count: 2;
  column-rule-width: 20px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.lightbox {
  margin: 10px 0;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .card-block {
    margin-bottom: 487px;
    margin-left: 23%;
    padding-bottom: 4px;
  }

  .card-block.parallax {
    margin-left: -28%;
  }

  .card-block.parallax.process {
    margin-bottom: 0;
  }

  .card-block.parallax.inspiration {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 10%;
  }

  .card_paragraph, .card_paragraph.inspiration {
    font-size: 1.3rem;
  }

  .chopsticks {
    max-width: 35%;
    position: absolute;
  }

  .sushi {
    inset: auto 0% 0% auto;
  }

  .portfolio-teaser-component.inspiration {
    justify-content: center;
    align-items: flex-start;
    min-height: 120svh;
    padding-left: 0;
  }

  .hero_card {
    margin-top: 111px;
  }

  .image-8 {
    width: 35%;
    max-width: 40%;
  }

  .woman_cook {
    width: 100%;
    max-width: none;
  }

  .quick-stack {
    margin-bottom: 20px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: 80%;
    max-width: none;
    display: block;
    position: relative;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 49px;
  }

  h2 {
    letter-spacing: 7px;
    font-size: 39px;
  }

  h3 {
    font-size: 39px;
  }

  p {
    font-size: 16px;
  }

  .section {
    padding: 60px;
  }

  .section.section--nav-logo-animation {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .navbar__container {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero_heading_larg {
    margin-top: -34px;
    font-size: 5rem;
    display: flex;
  }

  .hero_heading_larg.project.process {
    color: var(--lt-green);
    font-size: 4rem;
  }

  .hero_heading_larg.inspiration {
    color: var(--eggplant);
    font-size: 4rem;
  }

  .sonmat_definition {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .card-block {
    align-items: center;
    width: 80svw;
    margin: 127px auto 272px;
  }

  .card-block.parallax {
    margin-top: 0;
    margin-bottom: 210px;
    margin-left: auto;
  }

  .card-block.parallax.process {
    width: auto;
  }

  .card-block.about {
    width: 85svw;
  }

  .chopsticks {
    margin-top: -68px;
    display: inline-flex;
  }

  .sushi {
    margin-top: -117px;
  }

  .portfolio-teaser-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 120px;
  }

  .portfolio-teaser-component.is-1 {
    background-color: var(--text-main);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100vw;
    min-height: 60svh;
  }

  .portfolio-teaser-component.is-3 {
    background-color: var(--text-main);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100svw;
    min-height: 70svh;
  }

  .portfolio-teaser-component.is-3.footer {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .portfolio-teaser-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav_section {
    padding: 60px;
  }

  .nav_section.logo_animate {
    padding-top: 13px;
    display: block;
  }

  .nav_section.about {
    height: auto;
  }

  .image-4 {
    max-width: 35%;
    margin-top: 0;
  }

  .link-block.w--current {
    justify-content: space-between;
    align-items: center;
  }

  .hero_by {
    font-size: 2.5rem;
  }

  .image-6 {
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .hero-paragraph {
    line-height: 1.3;
  }

  .hero_card {
    flex-flow: column;
    align-items: center;
    width: 80svw;
    margin-top: 39px;
  }

  .hero_blur_card {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .image-8 {
    margin-top: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .woman_cook {
    width: auto;
    max-width: 120%;
    margin-top: 40px;
    margin-right: -107px;
    display: block;
  }

  .quick-stack {
    grid-row-gap: 34px;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .aboutme_image {
    min-width: 85svw;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

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

  h2 {
    font-size: 37px;
  }

  h3 {
    text-align: right;
    font-size: 29px;
  }

  .hero_heading_larg {
    margin-top: -24px;
    margin-bottom: 20px;
    font-size: 3.5rem;
  }

  .hero_heading_larg.project.process {
    margin-top: -15px;
    font-size: 3.3rem;
  }

  .hero_heading_larg.inspiration {
    color: var(--eggplant);
    margin-top: -15px;
    font-size: 3.3rem;
  }

  .sonmat_definition {
    background-size: 150%;
    padding-left: 10px;
  }

  .card-block {
    margin-bottom: 324px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-block.parallax {
    margin-bottom: 238px;
  }

  .card-block.parallax.process {
    justify-content: flex-start;
    align-items: center;
    width: 90svw;
    margin-left: auto;
  }

  .card-block.parallax.inspiration {
    width: 90svw;
    margin-left: 0%;
    margin-right: 0;
  }

  .card-block.about {
    width: 90svw;
  }

  .card-block.definition {
    margin-top: 119px;
    margin-bottom: 284px;
  }

  .card_paragraph, .card_paragraph.inspiration {
    padding-left: 30px;
    padding-right: 30px;
  }

  .chopsticks {
    max-width: 50%;
    margin-top: -147px;
    margin-left: -18px;
    margin-right: -467px;
  }

  .sushi {
    max-width: 80svw;
    margin-top: -174px;
  }

  .portfolio-teaser-subtitle {
    font-size: 1.1rem;
  }

  .portfolio-teaser-component {
    background-size: 150%;
  }

  .portfolio-teaser-component.is-3.footer {
    background-position: 50% 100%;
    background-size: contain;
    min-height: 55svh;
    position: relative;
    inset: 0%;
  }

  .portfolio-teaser-component.is-3.footer.aboutme_footer {
    height: auto;
  }

  .portfolio-teaser-component.green {
    min-height: auto;
  }

  .portfolio-teaser-component.inspiration {
    padding-left: 0;
  }

  .portfolio-teaser-title {
    font-size: 3.4rem;
  }

  .nav_section.about {
    background-size: 150%;
  }

  .image-4 {
    max-width: 50%;
  }

  .hero_by {
    z-index: 40;
    margin-right: 2%;
    font-size: 1.9rem;
    position: relative;
  }

  .container {
    z-index: 20;
    position: relative;
  }

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

  .hero-paragraph {
    line-height: 1.2;
  }

  .hero_card {
    flex-flow: column;
    align-items: center;
    margin-top: 58px;
  }

  .image-8 {
    width: 70%;
  }

  .footer-subscribe {
    z-index: 20;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-sticky-2 {
    position: static;
  }

  .column-scroll-wrapper-2 {
    height: auto;
  }

  .quick-stack {
    margin-bottom: 20px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .aboutme_image {
    min-width: 90svw;
    margin-bottom: 10px;
  }

  .quick-stack-3 {
    padding-top: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    text-align: center;
  }

  p {
    width: auto;
    min-width: 25ch;
    max-width: 40ch;
  }

  .section {
    padding: 30px 15px;
  }

  .section.section--nav-logo-animation {
    background-position: 50% 0;
    background-size: 100%;
    height: 100svh;
  }

  .navbar {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar__container {
    margin-top: 0;
  }

  .hero_heading {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero_heading_larg {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 2.8rem;
  }

  .hero_heading_larg.project.process {
    font-size: 1.8rem;
  }

  .hero_heading_larg.aboutme {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .hero_heading_larg.inspiration {
    font-size: 2rem;
  }

  .sonmat_definition {
    background-size: 200%;
    justify-content: center;
    padding-left: 0;
  }

  .card-block {
    width: 90svw;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-block.parallax {
    margin-bottom: 224px;
    margin-left: 0;
  }

  .card-block.parallax.inspiration {
    width: 90svw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .card-block.about {
    width: 90svw;
  }

  .card-block.definition {
    margin-top: 110px;
    margin-bottom: 195px;
    padding-bottom: 20px;
  }

  .card_paragraph {
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .card_paragraph.inspiration {
    padding-left: 10px;
    padding-right: 10px;
  }

  .chopsticks {
    width: 80svw;
    max-width: 100%;
    margin-top: 0;
    margin-left: 35px;
    top: -177px;
    left: -134px;
  }

  .sushi {
    max-width: 95svw;
  }

  .portfolio-teaser-component {
    background-size: cover;
  }

  .portfolio-teaser-component.is-1 {
    background-position: 50%;
    background-size: contain;
    min-height: 30vh;
  }

  .portfolio-teaser-component.is-3 {
    min-height: 35svh;
  }

  .portfolio-teaser-component.is-3.footer {
    min-height: auto;
  }

  .portfolio-teaser-component.is-3.footer.aboutme_footer {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: 100svw;
  }

  .portfolio-teaser-component.green {
    background-size: 200%;
  }

  .portfolio-teaser-component.inspiration {
    background-size: 200%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav_section {
    padding: 30px 15px;
  }

  .nav_section.logo_animate {
    background-size: auto 100%;
    height: auto;
    padding-top: 34px;
  }

  .nav_section.about {
    height: auto;
  }

  .image-4 {
    max-width: 80%;
  }

  .link-block.w--current {
    width: 70px;
    height: auto;
  }

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

  .image-6 {
    width: 70%;
  }

  .hero-paragraph {
    text-align: justify;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .hero_card {
    width: 90svw;
    margin-bottom: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_card.footer {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
  }

  .portfolio_img {
    justify-content: flex-end;
    width: auto;
    padding-right: 0;
    display: block;
    inset: 0%;
  }

  .image-8 {
    width: 100%;
    display: none;
  }

  .container-3 {
    flex-flow: row;
    justify-content: flex-end;
    max-width: none;
    display: block;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .woman_cook {
    z-index: 20;
    border-radius: 20px;
    width: 90svw;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-sticky-2 {
    height: auto;
  }

  ._3columun_section {
    display: none;
  }

  .scrolltext-heading {
    font-size: 4rem;
    display: block;
  }

  .column-scroll-image {
    aspect-ratio: auto;
    max-height: 100%;
    display: inline-block;
    overflow: visible;
  }

  ._3columun_section-2 {
    display: none;
  }

  .aboutme_image {
    margin-bottom: 20px;
  }

  .cell-2 {
    align-items: center;
  }

  .image-12 {
    max-width: 100%;
    top: 0;
  }

  .cell-3 {
    align-items: stretch;
  }

  .path, .path-2 {
    color: var(--text-main);
  }

  .container-4 {
    column-count: auto;
  }
}

#w-node-_554e795d-b14b-47af-5741-0f5133998874-815e3780 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6707437-d739-4ca7-547f-5285f0e3a5b6-815e3780 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-cb2f06ea-be7d-5268-303a-57740904ca97-2a6562f5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-f6707437-d739-4ca7-547f-5285f0e3a5b6-815e3780 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_10f9379c-76e1-5b2a-fd93-2ea4d5591a4d-815e3780 {
    grid-row: span 2 / span 2;
  }

  #w-node-cb2f06ea-be7d-5268-303a-57740904ca97-2a6562f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_554e795d-b14b-47af-5741-0f5133998874-815e3780 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f6707437-d739-4ca7-547f-5285f0e3a5b6-815e3780 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_10f9379c-76e1-5b2a-fd93-2ea4d5591a4d-815e3780 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_554e795d-b14b-47af-5741-0f5133998874-815e3780, #w-node-cb2f06ea-be7d-5268-303a-57740904ca97-2a6562f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


