@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-BlackOblique.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Bold.ttf') format("truetype"), url('../fonts/GTWalsheimPro-UltraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-LightOblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-RegularOblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-ThinOblique.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-MediumOblique.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-UltraBoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/GTWalsheimPro-UltraLightOblique.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --p_b: #0b1319;
  --dim_grey_bar_color: #636360;
  --yellow: #fffe84;
  --werid_white: #dadada;
  --green: #53e5cd;
  --pwhite: #fff;
  --white_blue: #f5f8fa;
  --bg1: #05090c;
  --data_pink: #d66396;
  --light-blue: var(--white_blue);
  --tekoored: #d02d51;
  --beleaf: #dd55a8;
  --rei_red: #d10734;
  --farm_blue: #26217f;
  --tekooblack: #161414;
  --grey: #c7c6c6;
  --page_grey: #e2e2e2;
  --resole: #1e1a33;
  --royal-blue: #2566ba;
}

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

.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;
}

.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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6em;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--p_b);
  margin-bottom: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
}

a {
  color: #1a1b1f;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  object-fit: cover;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

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

.heading-5 {
  z-index: 0;
  color: var(--dim_grey_bar_color);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  position: absolute;
}

.heading-5.prm {
  color: var(--yellow);
}

.heading-5.prm.bmode {
  color: #6b6b68;
}

.heading-5.prm.white {
  color: var(--werid_white);
}

.nav_bar_menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.heading {
  z-index: 1;
  box-sizing: border-box;
  clear: none;
  color: var(--p_b);
  vertical-align: middle;
  align-self: auto;
  padding-right: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  position: relative;
  overflow: clip;
}

.heading.bmode {
  color: var(--pwhite);
}

.nav_div {
  justify-content: space-between;
  align-items: center;
  padding: 3em 5vw;
  display: flex;
  overflow: visible;
}

.nav_div.primary {
  padding-left: 2vw;
  padding-right: 2vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_div.primary.bmode {
  padding-top: 3em;
  padding-bottom: 3em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_div.primary.secondary {
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph-2 {
  clear: none;
  color: var(--p_b);
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  padding-left: 2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
  position: relative;
}

.paragraph-2.bmode {
  color: var(--white_blue);
  padding-left: 3vw;
}

.paragraph {
  color: var(--p_b);
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
}

.paragraph.bmode {
  color: var(--white_blue);
}

.body {
  background-color: var(--white_blue);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  font-size: 1vw;
  line-height: 1.6vw;
  display: flex;
}

.greet {
  color: var(--bg1);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 15em 2vw 0;
  display: block;
  position: static;
}

.greet._02 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding-top: 15vw;
  padding-bottom: 0;
}

.greet-block-2 {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 25vw;
  display: inline-block;
  position: relative;
}

.heading-4 {
  z-index: 1;
  color: #fffe84;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-3 {
  z-index: 2;
  color: var(--p_b);
  padding: 0 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 48px;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: visible;
}

.paragraph-4 {
  color: var(--p_b);
  -webkit-text-stroke-color: var(--p_b);
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

.link-block-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.paragraph-6 {
  color: var(--p_b);
  margin-top: 2vw;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
}

.to_the_top {
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 1vw;
  display: flex;
}

.to_the_top.data_theft {
  color: var(--pwhite);
}

.portfolio_title {
  aspect-ratio: auto;
  color: var(--bg1);
  object-fit: fill;
  margin-left: 0;
  margin-right: 1vw;
  padding-top: .3vw;
  padding-bottom: .1vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  display: inline-block;
  position: static;
  overflow: visible;
}

.portfolio_title.wrape {
  display: inline-block;
}

.portfolio_title.small {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.heading-8 {
  color: #0b1319;
  margin-left: 0;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-12 {
  z-index: 0;
  color: var(--pwhite);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 28px;
  position: absolute;
}

.heading-12.bmode {
  color: var(--dim_grey_bar_color);
}

.heading-12.yellow {
  color: var(--yellow);
}

.heading-12.yellow.pink {
  color: var(--data_pink);
}

.heading-12.yellow.rei_red {
  color: #71575e;
}

.heading-12.grey {
  color: var(--dim_grey_bar_color);
}

.image-9 {
  object-fit: cover;
  width: 30vw;
  height: 44vw;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  inset: 0%;
}

.portfolio_linkblock {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.portfolio_linkblock.agri, .portfolio_linkblock.resole {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-3 {
  grid-row-gap: 16px;
  color: var(--yellow);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  justify-content: stretch;
  place-items: stretch center;
  margin-top: 0;
  padding: 5em;
  transition: opacity .2s;
}

.image-8-copy {
  object-fit: cover;
  width: auto;
  height: 30vw;
  margin-left: 0;
  display: block;
  position: static;
  inset: 0%;
}

.image-10 {
  object-fit: cover;
  width: auto;
  height: auto;
  margin-left: 0;
  display: inline-block;
}

.portfolio_section {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-8 {
  object-fit: cover;
  width: auto;
  height: auto;
  display: inline-block;
}

.to_top {
  z-index: 999999;
  opacity: .9;
  color: #fff;
  white-space: normal;
  mix-blend-mode: multiply;
  object-fit: fill;
  border: 0 #0b1319;
  border-radius: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 3.5em;
  height: 3.5em;
  margin-bottom: 5em;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.to_top.suntzu {
  z-index: 1000001;
  mix-blend-mode: normal;
}

.heading-9 {
  color: #0b1319;
  justify-content: flex-start;
  margin-left: 0;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.portfolio_title-copy {
  color: #0b1319;
  margin-left: 0;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-11 {
  z-index: 2;
  color: var(--white_blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline;
  position: static;
}

.heading-11.bmode {
  border-color: var(--white_blue);
  color: var(--white_blue);
}

.heading-11.b {
  color: var(--p_b);
}

.portfolio_ani {
  cursor: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.portfolio_ani:hover {
  transform: none;
}

.portfolio_ani._1 {
  width: 45em;
  height: 29em;
  position: relative;
  overflow: hidden;
}

.portfolio_ani._2 {
  width: 30em;
  height: 44em;
  line-height: 1.6vw;
  position: relative;
  overflow: hidden;
}

.portfolio_ani._3 {
  object-fit: fill;
  width: 40em;
  height: 22.5em;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.portfolio_ani._4 {
  object-fit: fill;
  width: 28em;
  height: 36em;
  position: relative;
  overflow: hidden;
}

.portfolio_ani._5 {
  width: 35em;
  height: 29.6em;
  margin-top: 0;
}

.portfolio_ani.beleaf {
  width: 43vw;
  height: 24vw;
}

.portfolio_ani._7 {
  width: 30em;
  height: 20em;
}

.portfolio_ani.who-am-i {
  width: 32vw;
  height: 44vw;
}

.portfolio_ani.the_butterfly_dream {
  width: 42em;
  height: 22em;
}

.section-2 {
  color: #1a1b1f;
}

.div-block {
  color: var(--p_b);
  margin-top: 0;
}

.section-3 {
  margin-top: auto;
}

.section-3.prm {
  z-index: 9999;
  background-color: #0000;
  position: static;
}

.footer_div {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 3em 2vw;
  display: flex;
  position: static;
}

.footer_text_link {
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
}

.footer_text_link.phone {
  color: #0b1319;
  font-family: Gtwalsheimpro, sans-serif;
  text-decoration: none;
}

.footer_text_link.phone.bmode {
  color: var(--pwhite);
  font-weight: 300;
  text-decoration: none;
}

.footer_text_link.slash {
  color: #0e0e0e;
  padding-left: .5em;
  padding-right: .5em;
}

.footer_text_link.slash.bmode {
  color: var(--pwhite);
}

.footer_text_link.email {
  color: #0b1319;
  font-family: Gtwalsheimpro, sans-serif;
  text-decoration: none;
}

.footer_text_link.email.bmode {
  color: var(--pwhite);
  font-weight: 300;
  text-decoration: none;
}

.body-2 {
  background-color: var(--pwhite);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-13 {
  color: #0b1319;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.heading-13.bmode {
  color: var(--pwhite);
  font-size: 22px;
  font-weight: 300;
}

.section-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10em;
  margin-bottom: 5em;
  padding: 0 2vw 0;
  display: flex;
}

.div-block-10 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-right: 10em;
  display: flex;
}

.div-block-11 {
  width: auto;
}

.about {
  margin-top: .3em;
  margin-right: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-14 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 38px;
  font-weight: 500;
  display: block;
  position: relative;
}

.image-12 {
  object-fit: cover;
  width: 100em;
  height: 30em;
}

.body-3 {
  background-color: var(--pwhite);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: column;
  display: flex;
}

.body-3.plastic-landscape {
  background-color: var(--light-blue);
}

.textbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 28vw;
  padding-right: 28vw;
  display: flex;
}

.textbox.gap {
  margin-top: 5vw;
}

.contact_menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5em;
  padding-right: 0;
  font-family: Gtwalsheimpro, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-2 {
  padding-top: 0;
  font-family: Mulish, sans-serif;
  text-decoration: underline;
}

.button-2 {
  color: var(--p_b);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  padding: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 300;
  text-decoration: underline;
  display: flex;
  position: static;
}

.button-2:hover {
  color: var(--p_b);
}

.div-block-13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2em;
  display: flex;
}

.image-13 {
  text-align: left;
  object-fit: cover;
  text-decoration: none;
}

.body_text {
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.body_text.without_button_margin {
  margin-bottom: 0;
}

.body_text.top {
  margin-top: 10vw;
  margin-bottom: 15vw;
}

.body_text.next-project {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.body_head {
  color: var(--data_pink);
  font-size: 22px;
  font-weight: 500;
}

.body_head.yellow {
  color: #dd8c06;
  margin-bottom: .2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 500;
}

.body_head.red {
  color: var(--tekoored);
  margin-bottom: .2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.body_head.blue {
  color: var(--beleaf);
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.body_head.green {
  color: #211835;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.body_head.blue2 {
  color: var(--p_b);
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.body_head.hello_white {
  color: var(--data_pink);
  font-weight: 400;
}

.body_head.rei {
  color: var(--rei_red);
  font-weight: 400;
  line-height: 1.4em;
}

.body_head.butterfly {
  color: var(--green);
  font-weight: 400;
}

.body_head.plasticlandspcae {
  color: var(--farm_blue);
  font-weight: 400;
}

.imgbox {
  margin-top: 8.5em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.imgbox.resole {
  object-fit: fill;
}

.imgbox.myday {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 57vw;
  display: flex;
  overflow: hidden;
}

.imgbox.who-am-i {
  justify-content: center;
  height: 55vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.imgbox.rei {
  justify-content: center;
  width: 100vw;
  height: 70vw;
  display: flex;
  overflow: hidden;
}

.imgbox.qilin {
  justify-content: center;
  display: flex;
}

.body_text_p {
  color: var(--pwhite);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

.body_text_p.jump {
  text-align: left;
  justify-content: flex-start;
  width: 35vw;
  margin-top: 0;
  margin-bottom: 5vw;
  margin-right: 1vw;
  font-weight: 300;
  display: block;
  position: static;
}

.body_text_p.jump.black {
  text-align: left;
  width: 35vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.body_text_p.jump.black.arrow {
  text-align: right;
  align-self: auto;
  margin-bottom: 1vw;
  padding-right: 5vw;
  font-family: Bitter, serif;
}

.body_text_p.jump.black.margin {
  text-align: right;
  align-self: auto;
  margin-bottom: 3vw;
}

.body_text_p.white {
  line-height: 1.3em;
}

.body_text_p.black {
  color: var(--tekooblack);
  margin-top: .7vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 300;
  line-height: 1.32em;
  position: static;
}

.div-block-14 {
  background-color: #0000;
  padding-right: 0;
}

.heading-15 {
  z-index: 0;
  color: var(--yellow);
  margin-top: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
}

.div-block-16 {
  display: block;
  position: static;
}

.section-6 {
  padding-left: 2vw;
  padding-right: 2vw;
}

.heading-16 {
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.paragraph-10 {
  margin-top: .5em;
  padding-top: 0;
  font-family: Bitter, serif;
  font-size: 36px;
}

.div-block-17 {
  object-fit: fill;
  margin-top: 5vw;
  position: static;
}

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

.section-7 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.image-19 {
  object-fit: cover;
}

.div-block-24 {
  object-fit: fill;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image-20 {
  object-fit: cover;
  width: auto;
  height: auto;
  margin-top: 1vw;
}

.div-block-25 {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-26 {
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  margin-left: 5vw;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.image-21 {
  object-fit: cover;
  width: 40vw;
  height: 40vw;
}

.div-block-28 {
  object-fit: fill;
  width: 50vw;
  height: auto;
  overflow: hidden;
}

.image-22 {
  object-fit: cover;
  width: auto;
  height: 50vw;
}

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

.div-block-29 {
  margin-top: 1vw;
  overflow: hidden;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 1vw;
  display: flex;
  overflow: visible;
}

.div-block-30._20px {
  margin-left: 20px;
}

.extra_text {
  justify-content: flex-end;
  display: flex;
}

.extra_text.left {
  justify-content: flex-start;
  width: 50vw;
  margin-bottom: 2vw;
}

.extra_text.left.nosection {
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

.extra_text.left.top-margin {
  margin-top: 5vw;
}

.extra_text.left.top-margin.extra-margin {
  margin-top: 10vw;
}

.extra_text.left.topleftmargin {
  margin-top: 5vw;
  margin-left: 5vw;
}

.extra_text.center {
  justify-content: center;
}

.extra_text.center.top_margin {
  margin-top: 5vw;
}

.extra_text.center.top_margin.extra {
  margin-top: 10vw;
}

.extra_text.center.btm_margin {
  margin-bottom: 2vw;
  padding-left: 28vw;
  padding-right: 28vw;
}

.extra_text.vertical {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5vw;
  margin-right: 5vw;
}

.extra_text.top_margin {
  margin-top: 2vw;
}

.section-with-gap {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-top: 15vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section-with-gap._1 {
  margin-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section-with-gap.keyo {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0f0f0f;
  background-clip: padding-box;
  border-radius: 0;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto;
}

.grid-4._2 {
  grid-template-rows: auto auto;
}

.grid-4._3 {
  grid-template-rows: 17vw auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
}

.image-24 {
  height: 50vw;
}

.div-block-32 {
  width: 55vw;
}

.div-block-32._70 {
  width: 70vw;
}

.image-25, .image-26 {
  width: auto;
}

.div-block-33, .div-block-34, .div-block-35 {
  width: 55vw;
}

.div-block-36, .div-block-37 {
  width: 60vw;
}

.div-block-38 {
  height: auto;
  line-height: 0;
}

.div-block-39 {
  display: block;
  position: relative;
}

.div-block-40 {
  width: 50vw;
  height: 31vw;
  overflow: hidden;
}

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.div-block-42 {
  width: 49vw;
  height: 31vw;
  margin-left: 0;
  overflow: hidden;
}

.div-block-43 {
  justify-content: space-between;
  height: 15vw;
  display: flex;
}

.div-block-43._1 {
  margin-top: 1.5vw;
}

.div-block-44 {
  height: 15vw;
  margin-top: 1vw;
}

.div-block-45, .div-block-46 {
  width: 24vw;
}

.div-block-47 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1vw;
  display: flex;
  overflow: hidden;
}

.div-block-48 {
  width: 55vw;
  height: 35vw;
}

.section-9 {
  margin-top: 10vw;
}

.grid-5 {
  background-color: var(--p_b);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10em 25em;
}

.div-block-49 {
  width: auto;
  height: 20vw;
  overflow: hidden;
}

.image-27 {
  mix-blend-mode: luminosity;
}

.div-block-50 {
  opacity: 1;
  mix-blend-mode: luminosity;
  height: 20vw;
  overflow: hidden;
}

.image-28 {
  opacity: .95;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  height: 20vw;
  line-height: 30px;
}

.image-29, .image-30, .image-31, .image-32 {
  opacity: .95;
}

.section-10 {
  justify-content: center;
  display: flex;
}

.div-block-51 {
  margin-top: 5vw;
}

.div-block-52 {
  margin-top: 5vw;
  display: block;
}

.body-4 {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 20vw;
  display: flex;
}

.div-block-54.pushright {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-54.pushleft {
  align-items: center;
}

.div-block-55 {
  width: 20vw;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-55.left {
  justify-content: center;
  align-items: center;
}

.image-34 {
  object-fit: cover;
  height: 25vw;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.image-34._4 {
  align-self: center;
  height: 25vw;
}

.image-34.botton {
  height: 25vw;
}

.caption_img {
  align-self: auto;
  margin-top: .5em;
  margin-bottom: 1em;
  font-weight: 300;
}

.caption_img.b {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.caption_img.botton {
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 18px;
}

.jumpparagrah {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.jumpparagrah.left {
  justify-content: flex-start;
}

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

.s {
  margin-top: 15vw;
  padding-left: 15vw;
  padding-right: 15vw;
}

.div-block-58 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-59 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-35 {
  object-fit: cover;
  height: 25vw;
}

.image-35.rice {
  opacity: .9;
}

.div-block-60 {
  width: 25vw;
  height: 25vw;
  margin-bottom: 1vw;
  margin-right: 1vw;
}

.div-block-60.right_botton {
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-60.botton {
  margin-bottom: 0;
}

.section_without_margin {
  margin-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section_without_margin._1 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_without_margin._0 {
  background-color: var(--page_grey);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_without_margin.grey {
  background-color: var(--page_grey);
}

.div-block-61 {
  background-color: #e2e2e2;
  flex-direction: row;
  justify-content: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.div-block-61._1 {
  background-color: #0000;
  padding-top: 5vw;
  padding-bottom: 10vw;
}

.image-36 {
  object-fit: contain;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  height: 33vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.section_with_margin {
  text-align: right;
  order: 0;
  align-self: auto;
  margin-top: 15vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section_with_margin._1 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_with_margin.without {
  padding-left: 0;
  padding-right: 0;
}

.section_with_margin.smaller_margin {
  margin-top: 10vw;
}

.section_with_margin.smaller_margin.nothing {
  background-color: #0000;
  margin-top: 0;
  padding: 0 2vw;
}

.section_with_margin.noleft_right {
  background-color: #bfbebe;
  margin-top: 10vw;
  padding: 5vw;
}

.div-block-63 {
  width: 80vw;
  margin-bottom: 1vw;
  margin-right: 1vw;
}

.div-block-64 {
  justify-content: flex-start;
  display: flex;
}

.div-block-65 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 20vw;
  height: auto;
  margin-right: 0;
  display: flex;
}

.image-37 {
  object-fit: cover;
  height: 44vw;
}

.div-block-66 {
  mix-blend-mode: normal;
  display: flex;
}

.image-38 {
  white-space: normal;
}

.image-39 {
  height: auto;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  margin-bottom: 1vw;
  margin-left: 15vw;
  display: block;
}

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

.text-span-2 {
  color: var(--p_b);
  font-family: Bitter, serif;
  font-weight: 400;
}

.body-5 {
  background-color: var(--white_blue);
  flex-direction: column;
  display: flex;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.vedio_top {
  margin-top: 10em;
  padding-left: 0;
  padding-right: 0;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-weight: 600;
}

.titile {
  margin-top: .5vw;
  margin-bottom: .5vw;
  font-size: 23px;
  font-weight: 600;
  display: block;
}

.div-block-69 {
  width: 35vw;
  height: auto;
}

.image-40 {
  box-shadow: 1px 1px 20px #26217f4d;
}

.div-block-70 {
  background-color: var(--pwhite);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.div-block-71 {
  width: 50vw;
}

.div-block-72 {
  justify-content: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.div-block-73 {
  width: 60vw;
}

.div-block-74 {
  width: 50vw;
}

.div-block-75 {
  justify-content: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.div-block-76 {
  justify-content: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.image-41 {
  width: auto;
  padding-right: 1vw;
}

.div-block-77 {
  margin-top: 1vw;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 5vw;
  display: flex;
}

.div-block-79 {
  width: 50vw;
}

.background-video {
  object-fit: contain;
  width: 80vw;
  height: 45vw;
}

.div-block-80 {
  justify-content: center;
  width: auto;
  height: 45vw;
  display: flex;
}

.div-block-81 {
  width: 50vw;
}

.div-block-82 {
  justify-content: center;
  display: flex;
}

.div-block-83 {
  width: 35vw;
}

.div-block-84 {
  width: 35vw;
  margin-left: 1vw;
}

.div-block-85 {
  margin-top: 1vw;
  display: flex;
}

.div-block-86 {
  align-items: center;
  width: 35vw;
  height: 50vw;
  display: flex;
}

.image-42 {
  object-fit: cover;
  width: auto;
  height: 50vw;
}

.div-block-87 {
  width: 30vw;
  padding-left: 1vw;
}

.div-block-88 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1vw;
  display: flex;
}

.background-video-2 {
  width: 80vw;
  height: 45vw;
}

.div-block-89 {
  width: 35vw;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.image-43 {
  height: auto;
}

.body-6 {
  background-color: var(--pwhite);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-91 {
  width: 41vw;
}

.div-block-92 {
  justify-content: space-between;
  margin-top: 1vw;
  display: flex;
}

.div-block-93 {
  width: 54vw;
}

.div-block-94 {
  align-items: center;
  height: 20vw;
  margin-top: 1vw;
  display: flex;
  overflow: hidden;
}

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

.div-block-96 {
  width: 30vw;
  height: 30vw;
}

.image-44 {
  object-fit: cover;
  height: 30vw;
}

.image-45 {
  background-color: var(--white_blue);
  height: 30vw;
  margin-left: 0;
}

.div-block-97 {
  width: auto;
  margin-left: 1vw;
}

.image-46 {
  height: 20vw;
}

.div-block-98 {
  background-color: #f5f8fa;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 1vw;
  display: flex;
}

.div-block-99 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
}

.div-block-100, .div-block-101 {
  width: 30vw;
}

.div-block-102 {
  justify-content: center;
  display: flex;
}

.background-video-3 {
  object-fit: fill;
  width: 80vw;
  height: 44vw;
}

.div-block-103 {
  padding-left: 0;
  padding-right: 0;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: stretch stretch;
  height: 20vw;
  margin-top: 1vw;
  display: flex;
}

.div-block-104 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 10vw;
  display: flex;
}

.div-block-105 {
  justify-content: space-between;
  align-items: stretch;
  height: 10vw;
  margin-top: 1vw;
  display: flex;
}

.section-11 {
  background-color: var(--white_blue);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.image-47 {
  text-align: left;
  object-fit: cover;
  border-radius: 1vw;
  flex: 0 auto;
  width: 75vw;
  height: 50vw;
  display: block;
  position: static;
}

.div-block-106 {
  background-color: var(--resole);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 55vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 15px #0000000d;
}

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

.div-block-107._1 {
  margin-top: 1vw;
}

.image-48 {
  margin-left: 1vw;
  margin-right: 1vw;
}

.div-block-108 {
  margin-top: 1vw;
  overflow: visible;
  box-shadow: 6px 0 15px #00000026;
}

.image-49 {
  box-shadow: 4px 4px 15px #00000026;
}

.image-50 {
  overflow: visible;
}

.div-block-109 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-51 {
  object-fit: cover;
}

.body-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-111 {
  margin-right: 0;
}

.div-block-112, .div-block-113, .div-block-114 {
  margin-top: 0;
}

.image-52 {
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.div-block-115 {
  margin-top: 5vw;
}

.body-8 {
  background-color: var(--pwhite);
}

.image-53 {
  height: 80vw;
}

.div-block-116 {
  margin-top: 10vw;
}

.div-block-118 {
  justify-content: center;
  width: auto;
  margin-top: 1vw;
  display: flex;
}

.image-54 {
  object-fit: cover;
  width: 45vw;
  height: 40vw;
  margin-left: 1vw;
  padding-left: 0;
}

.image-55 {
  width: 42vw;
  height: 40vw;
}

.div-block-119 {
  background-color: #0000;
  justify-content: space-around;
  height: auto;
  margin-bottom: 1vw;
  display: flex;
}

.div-block-119._1 {
  justify-content: space-around;
}

.image-56, .image-57 {
  width: 15vw;
  height: auto;
}

.image-58 {
  mix-blend-mode: darken;
  object-fit: cover;
  width: 21vw;
  height: 50vw;
}

.slider {
  width: 45vw;
  height: 60vw;
}

.div-block-120 {
  justify-content: center;
  display: flex;
}

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

.image-59 {
  width: 50vw;
  height: 35vw;
  margin-right: 0;
  padding-right: 0;
}

.image-60 {
  width: 45vw;
  margin-right: 1vw;
}

.image-61 {
  margin-top: 1vw;
}

.image-62 {
  width: 60vw;
  height: auto;
  margin-right: 1vw;
}

.image-63 {
  width: 35vw;
}

.icon, .icon-2, .icon-3, .icon-4 {
  color: var(--p_b);
}

.prototype-button {
  color: var(--p_b);
  background-color: #f883ca;
  margin-top: 2vw;
  padding: 6px 12px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-9 {
  background-color: var(--white_blue);
}

.section_0_margin {
  margin-top: 15vw;
}

.beleaf_proccess {
  margin-top: 1vw;
}

.image-64 {
  object-fit: contain;
}

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

.body-10 {
  background-color: var(--bg1);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-65 {
  opacity: .95;
  height: 20vw;
}

.image-66 {
  opacity: .95;
  mix-blend-mode: normal;
  height: 20vw;
}

.image-67 {
  opacity: .95;
  height: 20vw;
}

.div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-123 {
  justify-content: center;
  margin-top: 1vw;
  display: flex;
}

.div-block-124 {
  justify-content: flex-end;
  margin-top: 1vw;
  display: flex;
}

.div-block-126 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.image-68, .image-69 {
  width: 80vw;
}

.div-block-127 {
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.image-70 {
  width: 50vw;
  margin-right: 1vw;
}

.image-71 {
  width: 47vw;
}

.div-block-128 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.div-block-129 {
  margin-top: 1vw;
  overflow: hidden;
}

.image-72 {
  width: 60vw;
}

.div-block-130 {
  margin-top: 1vw;
}

.image-73 {
  width: 50vw;
}

.div-block-131 {
  justify-content: flex-end;
  display: flex;
}

.image-74 {
  width: 75vw;
}

.div-block-132 {
  justify-content: center;
  display: flex;
}

.image-75 {
  width: 75vw;
}

.div-block-133 {
  justify-content: center;
  display: flex;
}

.text-span-8 {
  opacity: .6;
  line-height: 2.5;
}

.subtitle {
  opacity: .4;
  height: auto;
  font-size: 23px;
  line-height: 1.4;
}

.links {
  font-family: Mulish, sans-serif;
  text-decoration: underline;
}

.links.beleaf {
  margin-top: 0;
  font-family: Mulish, sans-serif;
  text-decoration: underline;
}

.links.resole {
  font-family: Gtwalsheimpro, sans-serif;
  text-decoration: underline;
}

.link-bottom {
  margin-top: 2vw;
}

.paragraph-11 {
  font-family: Bitter, serif;
}

.body-11 {
  background-color: var(--white_blue);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.portfolio_section_block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  margin-right: 15vw;
  display: grid;
}

.portfolio_section_block.top {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between flex-start;
  place-items: stretch stretch;
  margin-top: auto;
  margin-right: 5vw;
  display: grid;
}

.portfolio_section_block.right {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 15vw;
  margin-right: 5vw;
  display: flex;
}

.portfolio_section_block.right._2column {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: stretch start;
  margin-bottom: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.portfolio_section_block.right._1 {
  justify-content: flex-end;
  display: flex;
}

.portfolio_section_block.even {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.portfolio_section_block.left {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-right: 15vw;
  display: flex;
}

.portffolio_ani_n1 {
  overflow: hidden;
}

.portffolio_ani_n1.butterfly_dream {
  border-radius: 0;
  display: block;
  overflow: clip;
}

.portffolio_ani_n1.who_am_i {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.portffolio_ani_n1.rei_kawa {
  aspect-ratio: auto;
  border-radius: 0;
  width: auto;
}

.portffolio_ani_n1.te_koo {
  overflow: hidden;
}

.portffolio_ani_n1.resole {
  border-radius: 0;
}

.image-76 {
  width: 55vw;
}

.home_cover {
  border-radius: 0;
  width: 50vw;
  height: 30vw;
}

.home_cover.sun {
  width: 45vw;
  height: 30vw;
  overflow: hidden;
}

.home_cover.resole {
  object-fit: cover;
  border-radius: 0;
  width: 42vw;
  height: 21vw;
  overflow: clip;
}

.home_cover.my-day {
  border-radius: 0;
  width: 41vw;
  height: 55vw;
}

.home_cover.rei_kawa {
  border-radius: 0;
  width: 49vw;
  height: 51vw;
}

.home_cover.beleaf {
  border-radius: 0;
  width: 50vw;
  height: 30vw;
}

.home_video {
  width: 40vw;
  height: 30vw;
  display: block;
}

.home_video.data_theft {
  border-radius: 5px;
  width: 54vw;
  height: 30vw;
}

.home_video.qilin {
  width: 54vw;
  height: 30vw;
}

.home_video.butterfly {
  border-radius: 0;
  width: 56vw;
  height: 33vw;
}

.home_video.agriculutre {
  border-radius: 0;
  width: 55vw;
  height: 30vw;
}

.home_video.keyo {
  border-radius: 0;
  width: 60vw;
  height: 35vw;
}

.home {
  height: 30vw;
}

.image-78 {
  object-fit: cover;
  width: 40vw;
  height: 45vw;
}

.image-79 {
  object-fit: contain;
  width: 45vw;
  height: auto;
}

.image-80 {
  width: 45vw;
  height: 35vw;
}

.home_top {
  text-align: left;
  margin-top: 10vw;
  display: block;
}

.section-12 {
  margin-top: 0;
}

.image-81 {
  width: 100vw;
  height: 35vw;
}

.background-video-8 {
  width: 50vw;
  height: 35vw;
}

.home_middle {
  margin-top: 10vw;
  display: block;
}

.home_middle.top {
  margin-top: 10vw;
}

.image-82 {
  object-fit: cover;
  width: auto;
  height: 46vw;
}

.background-video-9 {
  width: 25vw;
  height: 25vw;
}

.body-12 {
  color: var(--pwhite);
  background-color: #0f0806;
}

.video {
  height: auto;
}

.div-block-134 {
  height: 52vw;
  overflow: hidden;
}

.image-83 {
  height: 52vw;
}

.div-block-135 {
  justify-content: center;
  display: flex;
}

.div-block-136 {
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.background-video-10 {
  height: 40vw;
}

.div-block-137 {
  width: 50vw;
  height: 40vw;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 0;
  display: grid;
}

.image-84 {
  object-fit: cover;
}

.image-85 {
  width: 100vw;
  height: auto;
}

.image-86, .image-87, .image-88, .image-89 {
  width: 100vw;
}

.div-block-139 {
  margin-top: 1vw;
  display: flex;
}

.div-block-140 {
  height: 40vw;
  margin-right: 1vw;
  overflow: hidden;
}

.image-90 {
  height: 50vw;
}

.image-91 {
  height: 40vw;
}

.div-block-141 {
  width: 80vw;
}

.image-94, .link-block-9 {
  width: 100vw;
}

.link-block-10 {
  width: 100em;
}

.link-block-11 {
  width: 100vw;
}

.home_video_link {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.home_video_link.agriculture-revolution {
  border-radius: 0;
  width: auto;
}

.home_video_link.keyo {
  border-radius: 0;
}

.link-block-12, .link-block-13, .home_link_block {
  overflow: hidden;
}

.home_link_block.who_am_i, .home_link_block.te_koo {
  border-radius: 0;
}

.home_video_link_block, .link-block-14 {
  width: 100%;
  overflow: hidden;
}

.body-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--p_b);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-95 {
  width: 55vw;
  height: 70vw;
}

.div-block-143 {
  flex-direction: column;
  display: flex;
}

.image-96 {
  height: 45vw;
}

.div-block-144 {
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.image-97 {
  height: 45vw;
}

.div-block-145 {
  margin-top: 0;
  margin-bottom: 10vw;
}

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

.image-98 {
  width: auto;
  height: 40vw;
}

.background-video-11 {
  width: 40vw;
  height: 40vw;
}

.body-14 {
  background-color: var(--white_blue);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-147 {
  justify-content: center;
  display: flex;
}

.image-99 {
  height: 45vw;
}

.image-99._1, .image-100, .image-100._1 {
  height: 30vw;
}

.image-100._2 {
  height: 35vw;
}

.image-100._3 {
  height: 45vw;
}

.div-block-148 {
  margin-left: 2vw;
}

.div-block-149 {
  justify-content: flex-start;
  margin-top: 2vw;
  display: flex;
}

.div-block-149.right {
  justify-content: flex-end;
}

.div-block-149.center {
  justify-content: center;
}

.image-101 {
  width: 60vw;
}

.div-block-150 {
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.project-tag {
  opacity: .58;
  outline-offset: 0px;
  color: var(--dim_grey_bar_color);
  outline: 3px #1a1b1f;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}

.project-tag.seperater {
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
}

.project-tag.seperater.small, .project-tag.small {
  font-size: 18px;
}

.img_div {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.img_div.left_align {
  justify-content: flex-start;
}

.img_div.left_align.stack_margin, .img_div.top_margin {
  margin-top: 1vw;
}

.img_div.top_margin.left {
  justify-content: flex-start;
}

.img_div.stack-margin {
  margin-top: 1vw;
}

.img_div.right_align {
  justify-content: flex-end;
}

.img_div.right_align.stack_margin {
  margin-top: 1vw;
}

.image-102, .image-103 {
  height: 30vw;
}

.image-104 {
  mix-blend-mode: normal;
  width: 22vw;
  height: 30vw;
}

.image-105 {
  mix-blend-mode: darken;
  width: auto;
  height: 20vw;
}

.image-107 {
  text-align: left;
  object-fit: cover;
  flex: 0 auto;
  width: 5vw;
  height: 35vw;
}

.image-108 {
  width: auto;
  height: 20vw;
}

.image-109 {
  mix-blend-mode: darken;
  width: auto;
  height: 20vw;
}

.image-110 {
  height: 30vw;
}

.image-111 {
  height: 30vw;
  line-height: 28px;
}

.image-112 {
  height: 40vw;
}

.image-113, .image-114 {
  height: 20vw;
}

.image-115 {
  height: 40vw;
}

.image-116 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  height: 35vw;
}

.image-117, .image-118 {
  height: 40vw;
}

.image-119 {
  width: 20vw;
  height: 30vw;
}

.image-120 {
  width: 19vw;
  height: 30vw;
}

.image-121 {
  width: 20vw;
  height: 30vw;
}

.image-122, .image-123, .image-124 {
  height: 40vw;
}

.image-125, .image-126, .image-127 {
  height: 45vw;
}

.image-128 {
  height: 30vw;
  overflow: clip;
}

.image-129 {
  object-fit: cover;
  object-position: 59% 50%;
  width: 45vw;
  height: 55vw;
}

.body_suntzu {
  background-color: var(--bg1);
}

.background-video-12 {
  width: 100vw;
  height: 55vw;
  overflow: hidden;
}

.background-video-13 {
  border-radius: 1vw;
  width: 47.5vw;
  height: 42.5vw;
}

.quick-stack {
  padding: 0;
}

.background-video-14 {
  width: 10vw;
  height: 10vw;
}

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

.quick-stack-2 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 0 0;
}

.quick-stack-2._20px {
  margin-top: 1vw;
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-video-15 {
  border-radius: 1vw;
  width: 96vw;
  height: 50vw;
}

.video-2 {
  width: 30vw;
  height: auto;
}

.quick-stack-3 {
  height: 37vw;
  padding: 0;
}

.quick-stack-4 {
  padding: 0;
}

._10vw-t {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10vw;
  margin-bottom: 0;
  padding: 0 0 0;
}

._10vw-t.last {
  margin-bottom: 10vw;
}

._10vw-t.first {
  margin-top: 10vw;
}

._10vw-t.b {
  margin-bottom: 10vw;
}

.image-130 {
  width: 37vw;
  height: 53.5vw;
}

.image-131 {
  height: 53.5vw;
}

.video-3 {
  width: 14vw;
}

.div-block-151 {
  aspect-ratio: 2.39;
  width: 30vw;
  height: 52vw;
  overflow: hidden;
}

.div-block-152 {
  justify-content: center;
  margin-top: 0;
  padding-bottom: 10vw;
  display: flex;
  overflow: clip;
}

.div-block-152._2 {
  justify-content: flex-end;
  margin-top: 10vw;
}

.div-block-152._1 {
  justify-content: flex-start;
  margin-top: 10vw;
}

.div-block-151-copy {
  width: auto;
  height: 52vw;
  margin-left: 0;
}

.image-132, .image-132._2 {
  height: 52vw;
}

.image-133, .image-134 {
  border-radius: 1vw;
  width: 80vw;
  margin-top: 0;
}

.div-block-153 {
  width: auto;
}

.image-135 {
  width: 40vw;
  height: 35vw;
}

.div---20px--left {
  margin-left: 1vw;
}

.home_top1 {
  margin-top: 20vw;
}

.home_top1.top {
  margin-top: 10vw;
}

.quick-stack-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.home_last {
  margin-top: 15vw;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
}

.home_last.top {
  margin-top: 10vw;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.image-136 {
  overflow: visible;
}

.video-4 {
  width: auto;
  height: auto;
}

.image-137 {
  height: auto;
  overflow: clip;
}

.image-138, .image-139, .image-140 {
  overflow: visible;
}

.image-141 {
  border-radius: 20px;
  width: 95vw;
}

.div-block-151-copy-copy {
  width: auto;
  height: 52vw;
  margin-left: 1vw;
}

.keyo {
  border-radius: 10px;
}

.keyo._20 {
  border-radius: 1.5vw;
  margin-top: 1vw;
}

.background-video-16 {
  border-radius: 1vw;
  width: 40vw;
  height: 65vw;
}

.background-video-17 {
  border-radius: 1vw;
  width: 80vw;
  height: 45vw;
}

.cell-2 {
  flex-flow: row;
}

.image-142, .image-143, .image-144, .image-145 {
  overflow: visible;
}

.image-146 {
  height: 60vw;
}

.image-148 {
  height: auto;
}

.cell-4 {
  border-radius: 0;
}

.italic-text {
  font-style: italic;
}

.credit_intro_block {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5vw 2vw 0;
  padding: 0;
  display: block;
}

.intro_unit {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  line-height: 29px;
  display: block;
}

.intro_unit.rows {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5vw;
  line-height: 29px;
  display: grid;
}

.intro_unit.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start stretch;
  display: grid;
}

.intro_unit_elements {
  flex: 0 auto;
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.32em;
  display: inline-block;
}

.intro_unit_elements.title {
  color: var(--grey);
  margin-top: 0;
  font-size: 22px;
}

.intro_unit_elements.title.rows {
  margin-top: .5vw;
}

.intro_unit_elements.name {
  text-align: left;
  justify-content: stretch;
  margin-top: 0;
  line-height: 1.3em;
  display: block;
}

.intro_unit_elements.butterflydream {
  color: var(--pwhite);
}

.intro_unit_head {
  color: var(--grey);
  flex: none;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.32em;
  display: block;
}

.intro_unit_head.yellow {
  color: #dd8c06;
  margin-bottom: .2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 500;
}

.intro_unit_head.red {
  color: var(--tekoored);
  margin-bottom: .2vw;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.intro_unit_head.blue {
  color: var(--beleaf);
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.intro_unit_head.green {
  color: #211835;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.intro_unit_head.blue2 {
  color: var(--p_b);
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.intro_unit_head.hello_white {
  color: var(--data_pink);
  font-weight: 400;
}

.intro_unit_head.rei {
  color: var(--rei_red);
  font-weight: 400;
  line-height: 1.4em;
}

.intro_unit_head.butterfly {
  color: var(--green);
  font-weight: 400;
}

.intro_unit_head.plasticlandspcae {
  color: var(--farm_blue);
  font-weight: 400;
}

.intro_unit_head.teko {
  color: var(--dim_grey_bar_color);
}

.intro_to_work {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.intro_work_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.intro_block.flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
  overflow: visible;
}

.intro_block.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.title, .name {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.round-img {
  border-radius: 1vw;
}

._1vw-margin {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: auto;
  margin-top: 1vw;
  padding: 0 0 0;
}

._1vw-margin._10vw-btm {
  margin-bottom: 10vw;
}

._1vw-margin.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack-8 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-bottom: 1vw;
  padding: 0;
}

.background-video-18 {
  width: auto;
  height: 53vw;
}

.background-video-19 {
  height: 55vw;
}

.background-video-20 {
  height: 54vw;
  margin-top: 1vw;
}

.quick-stack-9 {
  background-color: #f8f9fb;
}

.cell-5 {
  border-radius: 1vw;
}

._1vw-radius {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-radius: 1vw;
  flex: 1;
  width: 96vw;
  padding: 0;
  overflow: clip;
}

._1vw-radius._50vw-height {
  flex: 1;
}

.image-149 {
  width: 54vw;
  height: 30vw;
  overflow: hidden;
}

.image-150 {
  width: auto;
  height: auto;
}

.div-block-157 {
  width: 50vw;
  height: auto;
}

.div-block-158 {
  width: 65vw;
}

.background-video-21 {
  width: 44vw;
  height: 16vw;
}

.image-151 {
  width: 35vw;
  height: 25vw;
  overflow: hidden;
}

.image-152 {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  height: 50vw;
  overflow: clip;
}

._50vw-height {
  display: flex;
}

._1vw-radius_1vwtop {
  border-radius: 1vw;
  height: 45vw;
  margin-top: 1vw;
  padding: 0;
}

._w-100vw_h-45vw_1-radius {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 1vw;
  width: 100vw;
  height: 45vw;
  overflow: clip;
}

.background-video-22 {
  width: 96vw;
  height: 55vw;
}

.n-margin {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 96vw;
  padding: 0;
}

.background-video-23 {
  width: auto;
  height: auto;
}

.background-video-24, .image-153 {
  width: 48vw;
  height: 48vw;
}

.background-video-26 {
  flex: 1;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 47.5vw;
  height: 47vw;
  display: flex;
  overflow: hidden;
}

.div-block-160 {
  width: 30vw;
  height: 30vw;
}

.div-block-161 {
  margin-bottom: 1vw;
  display: block;
}

.div-block-162 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15vw;
  display: grid;
}

.slider-2 {
  height: 32vw;
}

.slide {
  height: auto;
}

.slider-3 {
  height: 47vw;
}

.left-arrow, .right-arrow {
  color: #000;
}

.background-video-27 {
  border-radius: 1vw;
  flex: 0 auto;
  align-self: auto;
  width: 30vw;
  height: 54vw;
  display: block;
  overflow: clip;
}

.background-video-28 {
  border-radius: 1vw;
  width: 30vw;
  height: 40vw;
}

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

.div-block-163 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-items: flex-start;
  display: flex;
}

.paragraph-12 {
  z-index: -1;
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.link-block-15 {
  flex: 0 auto;
  display: flex;
}

.link-block-15.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  z-index: -1;
  float: none;
  clear: none;
  color: var(--yellow);
  vertical-align: middle;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-size: 28px;
  font-weight: 900;
  display: block;
  position: absolute;
  overflow: hidden;
}

.heading-17.other-color {
  color: var(--dim_grey_bar_color);
}

.heading-18 {
  color: var(--dim_grey_bar_color);
  margin-left: 0;
  font-size: 28px;
  font-weight: 900;
  display: inline-block;
  position: absolute;
}

._16-9_1radius {
  border-radius: 1vw;
  width: 47.5vw;
  height: 26vw;
  overflow: hidden;
}

._16-9_1radius._2 {
  height: 23vw;
  margin-bottom: 1vw;
}

.background-video-30 {
  width: 47vw;
}

._15vw-t {
  margin-top: 15vw;
  padding: 0;
}

._15vw-t.b {
  margin-bottom: 15vw;
}

.image-154 {
  width: 57vw;
}

.project-link {
  font-weight: 300;
  text-decoration: underline;
}

.project-link.w--current, .project-link.b {
  color: var(--pwhite);
}

.next-project {
  color: #858585;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.project-block {
  width: 30vw;
}

.next_project {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.next_project.without_button_margin {
  margin-bottom: 0;
}

.next_project.top {
  margin-top: 10vw;
  margin-bottom: 15vw;
}

.next_project.next-project {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-155 {
  height: 53vw;
}

.background-video-31 {
  border-radius: 1vw;
  width: 48vw;
  height: 53vw;
}

.slider-4 {
  border-radius: 1vw;
  width: 47.5vw;
  height: 53vw;
}

.icon-5, .icon-6 {
  color: #000;
}

.image-156 {
  overflow: clip;
}

.image-157 {
  object-fit: contain;
}

._5vw-b {
  margin-bottom: 5vw;
}

.code-embed {
  margin-bottom: 0;
}

.section-13 {
  margin-bottom: 10vw;
}

._15vw-div {
  margin-bottom: 15vw;
}

.section-14 {
  background-color: #fafafa;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5vw;
  display: flex;
}

.section-15 {
  background-color: #fafafa;
}

.link-block-16 {
  display: flex;
}

@media screen and (min-width: 1920px) {
  .nav_bar_icon {
    display: none;
  }

  .heading-5.prm {
    color: var(--yellow);
  }

  .paragraph-2 {
    padding-left: 2vw;
    display: block;
  }

  .paragraph-2.bmode {
    padding-left: 3vw;
  }

  .portfolio_title {
    color: var(--p_b);
    padding-bottom: .1vw;
    font-size: 29px;
    font-weight: 300;
  }

  .portfolio_title.wrape {
    padding-bottom: 1vw;
  }

  .portfolio_title.small {
    font-size: 22px;
  }

  .footer_div {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .body_text.without_button_margin {
    margin-bottom: 5vw;
  }

  .body_head.yellow, .body_head.red {
    font-size: 24px;
  }

  .body_head.blue {
    font-family: Gtwalsheimpro, sans-serif;
    font-size: 24px;
  }

  .body_head.green {
    font-size: 24px;
    font-weight: 500;
  }

  .body_head.blue2 {
    font-size: 24px;
    font-weight: 400;
  }

  .body_head.rei, .body_head.butterfly {
    font-size: 24px;
    font-weight: 500;
  }

  .body_head.plasticlandspcae {
    font-size: 24px;
  }

  .body_text_p {
    font-size: 24px;
    line-height: 1.4em;
  }

  .body_text_p.jump.black {
    width: 34vw;
    margin-right: 0;
  }

  .body_text_p.black {
    font-size: 24px;
    font-weight: 300;
  }

  .body_text_p.black.with-link {
    flex-direction: column;
    align-items: flex-end;
    display: block;
  }

  .extra_text.center {
    margin-right: 0;
  }

  .section-with-gap._1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .titile {
    font-size: 29px;
  }

  .image-55 {
    width: 44vw;
  }

  .subtitle {
    font-size: 29px;
    font-weight: 400;
  }

  .links.resole {
    font-family: Gtwalsheimpro, sans-serif;
    font-size: 24px;
  }

  .portfolio_section_block {
    justify-items: start;
  }

  .portfolio_section_block.top, .portfolio_section_block.right, .portfolio_section_block.right._2column {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .portfolio_section_block.even {
    flex-wrap: nowrap;
    display: flex;
  }

  .portfolio_section_block.left {
    display: flex;
  }

  .portffolio_ani_n1.rei_kawa {
    width: auto;
  }

  .home_cover {
    width: 50vw;
    height: 35vw;
    overflow: hidden;
  }

  .home_cover.my-day, .home_cover.rei_kawa {
    width: 45vw;
    height: 55vw;
  }

  .home_cover.beleaf {
    width: 50vw;
    height: 35vw;
  }

  .home_video {
    width: 50vw;
    height: 30vw;
  }

  .home_video.agriculutre {
    width: 50vw;
    height: 35vw;
  }

  .home_video.keyo {
    width: 55vw;
  }

  .image-78 {
    height: 43vw;
  }

  .image-80 {
    width: 45vw;
    height: 35vw;
  }

  .div-block-136 {
    width: auto;
    height: auto;
  }

  .div-block-137 {
    width: 50vw;
    height: 40vw;
  }

  .image-92 {
    height: auto;
  }

  .image-93 {
    width: 30vw;
  }

  .div-block-141 {
    width: 30vw;
    overflow: hidden;
  }

  .image-97 {
    height: 45vw;
  }

  .div-block-145 {
    margin-bottom: 10vw;
  }

  .div-block-150 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .project-tag {
    opacity: .4;
    color: var(--p_b);
    font-family: Gtwalsheimpro, sans-serif;
    font-size: 29px;
    font-style: italic;
    font-weight: 100;
  }

  .project-tag.seperater {
    font-size: 23px;
    font-style: italic;
  }

  .project-tag.seperater.small {
    font-size: 18px;
  }

  .project-tag.small {
    font-size: 20px;
  }

  .img_div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .img_div.left_align {
    justify-content: flex-start;
  }

  .img_div.right_align {
    justify-content: flex-end;
  }

  .img_div.right_align.stack_margin {
    margin-top: 1vw;
  }

  .image-102 {
    width: 22vw;
    height: 30vw;
  }

  .image-103 {
    width: 33vw;
    height: 30vw;
  }

  .image-104 {
    width: 22vw;
    height: 30vw;
  }

  .image-105 {
    width: auto;
    height: 20vw;
  }

  .image-106 {
    height: 35vw;
  }

  .image-128 {
    height: 30vw;
  }

  .image-129 {
    width: 45vw;
    height: 55vw;
  }

  .link-3 {
    align-items: stretch;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    overflow: visible;
  }

  .div-block-151 {
    width: 32vw;
  }

  .div-block-152 {
    justify-content: center;
    margin-top: 10vw;
  }

  .div-block-151-copy, .div-block-153 {
    width: auto;
  }

  .image-135 {
    width: 40vw;
  }

  .quick-stack-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
  }

  .home_last {
    margin-top: 12vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-151-copy-copy {
    width: auto;
  }

  .image-146 {
    height: 60vw;
  }

  .image-147 {
    width: 100vw;
  }

  .intro_unit_elements {
    font-size: 24px;
  }

  .intro_unit_elements.teko {
    color: var(--tekooblack);
  }

  .intro_unit_head, .intro_unit_head.yellow, .intro_unit_head.red {
    font-size: 24px;
  }

  .intro_unit_head.blue {
    font-family: Gtwalsheimpro, sans-serif;
    font-size: 24px;
  }

  .intro_unit_head.green {
    font-size: 24px;
    font-weight: 500;
  }

  .intro_unit_head.blue2 {
    font-size: 24px;
    font-weight: 400;
  }

  .intro_unit_head.rei, .intro_unit_head.butterfly {
    font-size: 24px;
    font-weight: 500;
  }

  .intro_unit_head.plasticlandspcae {
    font-size: 24px;
  }

  .intro_to_work {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  ._1vw-margin {
    border-radius: 1vw;
  }

  ._1vw-margin.right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .quick-stack-9 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding: 1vw;
  }

  ._1vw-radius {
    width: 96vw;
  }

  .background-video-21 {
    width: 45vw;
    height: 18vw;
  }

  .image-151 {
    width: 40vw;
  }

  .background-video-22 {
    text-align: left;
    border-radius: 1vw;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 96vw;
    height: 50vw;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .background-video-25 {
    width: 50vw;
    height: 50vw;
  }

  .background-video-28 {
    height: 35vw;
  }

  .link-block-15.w--current {
    width: auto;
  }

  .heading-17, .heading-18 {
    margin-left: 0;
    position: absolute;
  }

  .next_project.without_button_margin {
    margin-bottom: 5vw;
  }

  .slider-4 {
    width: 50vw;
    height: 53vw;
  }

  ._5vw-b {
    margin-bottom: 15vw;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .nav_bar_icon {
    flex: 0 auto;
    order: 0;
    width: 3em;
    font-size: 20px;
    display: block;
  }

  .heading-5.prm.white {
    color: var(--werid_white);
  }

  .nav_bar_menu {
    z-index: -1;
    background-color: var(--yellow);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .nav_bar_menu.bmode {
    background-color: #84bdff;
  }

  .nav_bar_menu.greenb {
    background-color: var(--green);
  }

  .heading {
    position: relative;
  }

  .nav_div {
    z-index: 9999;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
  }

  .nav_div.primary.bmode, .nav_div.primary.secondary {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .paragraph-2 {
    align-items: center;
    padding-top: 0;
    padding-left: 2vw;
    display: block;
  }

  .paragraph-2.bmode {
    padding-left: 5vw;
  }

  .paragraph {
    text-align: center;
    border-bottom: .5px dotted #000;
    margin-top: .5em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 32px;
  }

  .nav_bar_link {
    border-bottom: 0 #000;
  }

  .greet-block-2 {
    padding-right: 25vw;
  }

  .heading-4 {
    font-size: 42px;
  }

  .heading-3, .paragraph-4 {
    font-size: 32px;
  }

  .portfolio_title {
    font-size: 22px;
  }

  .portfolio_title.small {
    font-size: 16px;
  }

  .image-9 {
    object-fit: cover;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .portfolio_linkblock.tekoo {
    color: #233b9e;
  }

  .portfolio_linkblock.who_am_i {
    height: auto;
    overflow: visible;
  }

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

  .image-8-copy {
    height: auto;
  }

  .portfolio_ani._1 {
    width: 90em;
    height: 55em;
  }

  .portfolio_ani._2 {
    width: 80em;
    height: 50em;
  }

  .portfolio_ani._3 {
    width: 90em;
    height: 50em;
  }

  .portfolio_ani._4 {
    width: 50em;
    height: 64.7em;
  }

  .portfolio_ani._5 {
    width: 70em;
    height: 50em;
    margin-top: 0;
  }

  .portfolio_ani.beleaf {
    width: 80vw;
    height: 45vw;
  }

  .portfolio_ani.who-am-i {
    width: 65vw;
    height: 96vw;
  }

  .portfolio_ani.the_butterfly_dream {
    width: 90em;
    height: 50em;
  }

  .div-block {
    margin-top: 5vw;
  }

  .footer_text_link {
    font-size: 16px;
  }

  .footer_text_link.phone {
    line-height: 1.3em;
  }

  .heading-13, .heading-13.bmode {
    font-size: 16px;
  }

  .section-4 {
    flex-direction: column;
    padding-left: 5em;
    padding-right: 5em;
  }

  .div-block-10 {
    padding-right: 0;
  }

  .about {
    margin-right: 0;
  }

  .image-12 {
    object-fit: contain;
    width: 100em;
  }

  .textbox {
    padding-left: 5em;
    padding-right: 5em;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .body_head {
    font-size: 16px;
  }

  .body_head.yellow, .body_head.red, .body_head.blue, .body_head.green, .body_head.blue2, .body_head.hello_white, .body_head.rei, .body_head.butterfly, .body_head.plasticlandspcae {
    font-size: 20px;
  }

  .imgbox {
    margin-top: 6.5em;
  }

  .imgbox.rei {
    height: 125vw;
  }

  .body_text_p {
    font-size: 20px;
  }

  .body_text_p.jump {
    width: 69vw;
    font-size: 20px;
  }

  .body_text_p.jump.black {
    width: 69vw;
    margin-left: 1em;
  }

  .div-block-14 {
    padding-right: 0;
  }

  .section-6 {
    padding-left: 5em;
    padding-right: 5em;
  }

  .div-block-24 {
    width: 100vw;
    height: 51vw;
  }

  .div-block-25 {
    height: 40vw;
  }

  .image-21 {
    width: auto;
    height: auto;
  }

  .div-block-28 {
    width: 60vw;
  }

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

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

  .grid-4._3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-24 {
    height: 80vw;
  }

  .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    width: 80vw;
  }

  .div-block-48 {
    width: 80vw;
    height: auto;
  }

  .grid-5 {
    padding: 5em;
  }

  .div-block-53 {
    grid-column-gap: 0px;
  }

  .div-block-55 {
    width: 25vw;
    height: 67vw;
  }

  .image-34 {
    height: 20vw;
  }

  .caption_img.b, .caption_img.botton {
    font-size: 16px;
  }

  .div-block-57 {
    height: 153.598px;
  }

  .image-35 {
    height: 30vw;
  }

  .div-block-60 {
    width: 30vw;
    height: 30vw;
  }

  .section_without_margin {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-62 {
    height: 33vw;
  }

  .section_with_margin.product_design {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-63 {
    width: 80vw;
  }

  .div-block-67 {
    width: 80vw;
    margin-left: 5vw;
  }

  .div-block-68 {
    padding-left: 0;
    padding-right: 0;
  }

  .titile {
    font-size: 22px;
  }

  .div-block-69, .div-block-71 {
    width: 70vw;
  }

  .div-block-73 {
    width: 90vw;
  }

  .div-block-74 {
    width: 70vw;
  }

  .div-block-76 {
    flex-direction: column;
  }

  .image-41 {
    margin-bottom: 1vw;
    padding-right: 0;
  }

  .div-block-79 {
    width: 90vw;
  }

  .div-block-81 {
    width: 80vw;
  }

  .div-block-89 {
    width: 90vw;
  }

  .div-block-91 {
    width: 96vw;
  }

  .div-block-92 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-93 {
    width: 96vw;
    margin-top: 1vw;
  }

  .div-block-94 {
    flex-direction: row;
    display: flex;
  }

  .div-block-107 {
    display: block;
  }

  .image-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-109 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-52 {
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .div-block-116 {
    margin-top: 5vw;
  }

  .image-55 {
    width: 45vw;
  }

  .slider {
    width: 85vw;
    height: 113vw;
  }

  .image-65, .image-66, .image-67 {
    height: 23vw;
  }

  .div-block-122 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-123, .div-block-124 {
    display: block;
  }

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

  .subtitle {
    font-size: 22px;
  }

  .link-bottom {
    margin-top: 5vw;
  }

  .portfolio_section_block, .portfolio_section_block.top {
    margin-right: 5vw;
  }

  .portfolio_section_block.right {
    margin-left: 5vw;
  }

  .portfolio_section_block.right._2column {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .portfolio_section_block.even {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .portffolio_ani_n1 {
    width: auto;
  }

  .portffolio_ani_n1.resole {
    flex-flow: row;
    display: block;
    overflow: hidden;
  }

  .home_cover {
    width: 50vw;
    height: 45vw;
  }

  .home_cover.sun {
    width: 55vw;
  }

  .home_cover.resole {
    border-radius: 1vw;
    width: 40vw;
    height: 35vw;
    overflow: visible;
  }

  .home_cover.my-day {
    width: 40vw;
    height: 55vw;
  }

  .home_cover.rei_kawa {
    width: 50vw;
    height: 55vw;
  }

  .home_cover.beleaf {
    width: 55vw;
    height: 35vw;
  }

  .home_video {
    height: 34vw;
  }

  .home_video.data_theft {
    height: 40vw;
  }

  .home_video.qilin {
    width: 40vw;
    height: 40vw;
  }

  .home_video.butterfly {
    width: 55vw;
    height: 35vw;
  }

  .home_video.agriculutre {
    width: 52vw;
    height: 40vw;
  }

  .div-block-134 {
    width: auto;
    height: 100vw;
  }

  .image-83 {
    width: 70vw;
    height: 100vw;
  }

  .div-block-136 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
  }

  .background-video-10 {
    justify-content: flex-start;
    align-items: stretch;
    height: 60vw;
    display: block;
  }

  .div-block-137 {
    width: auto;
    height: 60vw;
  }

  .div-block-138 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .home_link_block.resole {
    overflow: hidden;
  }

  .image-95 {
    width: 100vw;
    height: 125vw;
  }

  .image-96, .image-97 {
    height: 80vw;
  }

  .image-101 {
    width: 100vw;
  }

  .project-tag, .project-tag.seperater {
    font-size: 19px;
  }

  .project-tag.seperater.small, .project-tag.small {
    font-size: 14px;
  }

  .image-102, .image-103 {
    height: 50vw;
  }

  .image-104 {
    height: 40vw;
  }

  .image-105, .image-109 {
    height: 30vw;
  }

  .image-110, .image-111 {
    height: 40vw;
  }

  .image-119 {
    width: 25vw;
    height: 40vw;
  }

  .image-120 {
    width: 23vw;
    height: 40vw;
  }

  .image-121 {
    width: 24vw;
    height: 40vw;
  }

  .image-123, .image-124 {
    height: 50vw;
  }

  .image-128 {
    height: 33vw;
  }

  .quick-stack-2 {
    margin-bottom: 1vw;
  }

  ._10vw-t {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

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

  .div-block-154 {
    flex: 0 auto;
    width: 55vw;
    overflow: visible;
  }

  .div-block-155 {
    flex: 0 auto;
    width: 40vw;
    display: block;
  }

  .intro_unit_elements, .intro_unit_elements.title, .intro_unit_head, .intro_unit_head.yellow, .intro_unit_head.red, .intro_unit_head.blue, .intro_unit_head.green, .intro_unit_head.blue2, .intro_unit_head.hello_white, .intro_unit_head.rei, .intro_unit_head.butterfly, .intro_unit_head.plasticlandspcae {
    font-size: 20px;
  }

  .intro_to_work {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr;
    margin-left: 5em;
    margin-right: 5em;
  }

  ._1vw-margin {
    width: auto;
  }

  ._1vw-radius {
    width: 96vw;
  }

  .div-block-159 {
    width: 60vw;
  }

  .link-block-15 {
    display: flex;
  }

  .link-block-15.w--current {
    width: 6vw;
  }

  .heading-17, .heading-18 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .nav_bar_icon {
    align-self: flex-start;
    width: 40px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .nav_bar_menu {
    background-color: var(--yellow);
    height: 0;
  }

  .heading {
    font-size: 22px;
    position: relative;
  }

  .nav_div.primary.bmode, .nav_div.primary.secondary {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .paragraph-2 {
    text-align: left;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 1vw;
    font-size: 20px;
    text-decoration: none;
    display: block;
  }

  .paragraph {
    font-size: 32px;
  }

  .greet-block-2 {
    padding-right: 0;
  }

  .heading-4 {
    font-size: 24px;
    display: block;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1.4em;
    display: inline-block;
  }

  .paragraph-4 {
    font-size: 22px;
  }

  .link-block-8 {
    margin-top: 20px;
  }

  .paragraph-6 {
    font-size: 22px;
    font-weight: 400;
  }

  .portfolio_title {
    text-align: left;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .portfolio_linkblock.agri {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
    inset: 0%;
  }

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

  .image-8-copy {
    width: auto;
    height: auto;
    position: static;
  }

  .image-10, .image-8 {
    width: auto;
    height: auto;
  }

  .to_top {
    margin-bottom: 1em;
  }

  .to_top.suntzu {
    margin-bottom: 3em;
  }

  .portfolio_ani._1 {
    width: 90em;
    height: 55em;
  }

  .portfolio_ani._2 {
    width: 90em;
    height: 54.5em;
  }

  .portfolio_ani._3 {
    width: 90em;
    height: 50em;
    margin-left: 0;
    position: relative;
  }

  .portfolio_ani._4 {
    width: 65em;
    height: 84.2em;
  }

  .div-block {
    margin-top: 5vw;
  }

  .footer_text_link, .heading-13 {
    font-size: 13px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .about {
    margin-right: 0;
    font-size: 20px;
  }

  .heading-14 {
    line-height: 1.2em;
  }

  .textbox {
    padding-left: 3em;
    padding-right: 3em;
  }

  .link-2, .button-2 {
    font-size: 16px;
  }

  .body_head {
    font-size: 14px;
  }

  .body_head.yellow, .body_head.red {
    font-size: 20px;
  }

  .imgbox {
    margin-top: 4.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .imgbox.rei {
    height: 125vw;
  }

  .body_text_p {
    font-size: 20px;
    font-weight: 300;
  }

  .body_text_p.jump {
    width: 73vw;
    margin-left: 1vw;
    font-size: 20px;
  }

  .body_text_p.jump.black {
    width: 73vw;
    margin-left: 1em;
    margin-right: 0;
  }

  .body_text_p.jump.black.margin {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .body_text_p.black {
    margin-top: 1.5vw;
  }

  .div-block-14 {
    padding-right: 1em;
  }

  .div-block-17 {
    text-align: center;
    display: block;
  }

  .section-7 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-24 {
    width: 100vw;
    height: 60vw;
  }

  .div-block-25 {
    height: 50vw;
  }

  .image-21 {
    width: 100vw;
    height: auto;
  }

  .div-block-28 {
    width: 75vw;
    height: 50vw;
  }

  .extra_text.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-4._2 {
    grid-template-rows: auto auto;
  }

  .image-24 {
    object-fit: cover;
    height: 70vw;
  }

  .div-block-32._70 {
    width: 90vw;
  }

  .div-block-40 {
    width: 80vw;
    height: 49vw;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vw;
    margin-bottom: 1vw;
  }

  .div-block-42 {
    width: 80vw;
    height: 50vw;
  }

  .div-block-43 {
    height: 25vw;
  }

  .div-block-45 {
    width: 39vw;
    height: auto;
  }

  .div-block-46 {
    width: 39vw;
  }

  .div-block-48 {
    width: 80vw;
  }

  .grid-5 {
    padding: 2em;
  }

  .image-33 {
    width: 39vw;
  }

  .caption_img.b, .caption_img.botton {
    font-size: 13px;
  }

  .s {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-35 {
    height: 40vw;
  }

  .div-block-60 {
    width: 40vw;
    height: 40vw;
  }

  .div-block-61 {
    margin-left: 0;
    margin-right: 0;
  }

  .section_with_margin.product_design {
    padding-left: 2vw;
  }

  .div-block-66 {
    flex-direction: column;
  }

  .div-block-68, .vedio_top {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-91, .div-block-93 {
    width: 96vw;
  }

  .div-block-94 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-95 {
    width: auto;
  }

  .background-video-4 {
    width: auto;
    height: 40vw;
  }

  .background-video-5 {
    height: 50vw;
  }

  .div-block-110 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-116 {
    margin-top: 5vw;
  }

  .div-block-117 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .div-block-118 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-54 {
    width: 80vw;
    height: 80vw;
  }

  .image-55 {
    width: 90vw;
    height: 70vw;
    margin-bottom: 5vw;
  }

  .image-67 {
    height: 23vw;
  }

  .div-block-122 {
    align-items: center;
  }

  .portfolio_section_block {
    flex-direction: column;
    display: flex;
  }

  .portfolio_section_block.top {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .portfolio_section_block.right {
    flex-direction: column;
    display: flex;
  }

  .portfolio_section_block.right._2column {
    flex-direction: column;
    margin-top: 5vw;
    display: flex;
  }

  .portfolio_section_block.even {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: center;
    align-items: flex-start;
  }

  .portffolio_ani_n1 {
    margin-top: 5vw;
  }

  .portffolio_ani_n1.butterfly_dream {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5vw;
    display: flex;
  }

  .portffolio_ani_n1.who_am_i {
    margin-top: 5vw;
    display: block;
  }

  .portffolio_ani_n1.rei_kawa, .portffolio_ani_n1.te_koo, .portffolio_ani_n1.resole, .portffolio_ani_n1.data_theft {
    margin-top: 5vw;
  }

  .home_cover {
    width: 100vw;
    height: 45vw;
  }

  .home_cover.sun {
    width: 100vw;
    height: 60vw;
  }

  .home_cover.resole {
    width: 100vw;
    height: 30vw;
  }

  .home_cover.my-day {
    width: 41vw;
    height: 50vw;
  }

  .home_cover.rei_kawa {
    width: 60vw;
    height: 50vw;
  }

  .home_cover.beleaf {
    width: 54vw;
    height: 35vw;
  }

  .home_video {
    height: 50vw;
  }

  .home_video.data_theft {
    width: 90vw;
    height: 50vw;
  }

  .home_video.qilin {
    width: 70vw;
    height: 70vw;
  }

  .home_video.butterfly {
    width: 55vw;
    height: 35vw;
  }

  .home_video.agriculutre {
    width: 55vw;
    height: 50vw;
  }

  .home_video.keyo {
    width: 61vw;
    height: 45vw;
  }

  .div-block-142 {
    justify-content: flex-start;
    display: block;
  }

  .image-95 {
    width: 100vw;
    height: 125vw;
  }

  .image-96, .image-97 {
    height: 100vw;
  }

  .div-block-145 {
    justify-content: center;
    display: flex;
  }

  .div-block-146 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-98 {
    width: auto;
    height: 88vw;
  }

  .image-129 {
    width: 100vw;
    height: 55vw;
  }

  .div-block-151-copy, .image-132 {
    height: 49vw;
  }

  .image-135 {
    width: 100vw;
    height: 35vw;
  }

  .div-block-151-copy-copy {
    height: 49vw;
  }

  .image-142, .image-143, .image-144, .image-145 {
    overflow: visible;
  }

  .div-block-154 {
    width: 55vw;
  }

  .intro_unit_head, .intro_unit_head.yellow, .intro_unit_head.red, .intro_unit_head.teko {
    font-size: 20px;
  }

  .intro_to_work {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .background-video-20 {
    margin-top: 0;
  }

  .div-block-159 {
    width: 60vw;
  }

  .background-video-26._1vw-radius {
    width: 96vw;
  }

  .background-video-27 {
    width: 50vw;
    height: 96vw;
  }

  .background-video-28 {
    width: 50vw;
    height: 70vw;
  }

  .link-block-15.w--current {
    align-self: center;
    width: auto;
    padding-bottom: .5vw;
  }

  .heading-17 {
    margin-left: 0;
    font-size: 22px;
    position: absolute;
  }

  .heading-18 {
    margin-left: 0;
    font-size: 22px;
  }

  ._16-9_1radius {
    width: 96vw;
    height: 51vw;
  }

  ._16-9_1radius._2 {
    width: 48vw;
    height: 23vw;
    margin-bottom: 0;
  }

  ._16-9_1radius.small {
    width: 48vw;
    height: 23vw;
  }

  .image-155 {
    height: 96vw;
  }

  .background-video-31 {
    aspect-ratio: auto;
    border-radius: 1vw;
    width: 96vw;
    height: 96vw;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .slider-4 {
    width: 96vw;
    height: 96vw;
  }

  .slide-nav-2 {
    border-style: solid;
  }

  .div-block-165 {
    flex: 1;
    align-self: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .nav_bar_icon {
    width: 40px;
  }

  .nav_bar_menu {
    height: 0;
  }

  .nav_div {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .nav_div.primary {
    padding: 1em 5vw;
  }

  .nav_div.primary.bmode, .nav_div.primary.secondary {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .paragraph-2 {
    padding-top: .35vw;
    padding-left: 1vw;
  }

  .paragraph-2.bmode {
    padding-left: 7vw;
  }

  .greet {
    margin-top: 20em;
    margin-bottom: 10em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .greet-block-2 {
    padding-right: 0;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .paragraph-4 {
    font-size: 22px;
  }

  .link-block-8 {
    margin-top: 20px;
  }

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

  .portfolio_title {
    margin-left: 0;
    font-size: 22px;
    line-height: 1.2em;
  }

  .portfolio_title.wrape {
    line-height: 1.2em;
  }

  .portfolio_title.small {
    padding-bottom: .5vw;
    font-size: 13px;
  }

  .heading-8 {
    margin-left: 0;
    font-size: 16px;
  }

  .image-9 {
    width: auto;
    height: auto;
    margin-left: 0;
  }

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

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

  .to_top {
    margin-bottom: 1em;
  }

  .to_top.suntzu {
    margin-bottom: 1em;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .heading-9 {
    margin-left: 0;
    font-size: 16px;
  }

  .portfolio_title-copy {
    margin-left: 0;
    font-size: 20px;
  }

  .portfolio_ani._1, .portfolio_ani._2 {
    width: 90em;
    height: 55em;
  }

  .portfolio_ani._3 {
    width: 90em;
    height: 50em;
    margin-left: 0;
  }

  .portfolio_ani._4 {
    justify-content: flex-start;
    width: 60em;
    height: 77.7em;
    display: block;
  }

  .footer_div {
    flex-direction: column;
  }

  .footer_text_link.phone {
    line-height: 1.1em;
  }

  .heading-13 {
    font-size: 13px;
    line-height: 1.1em;
  }

  .div-block-2 {
    line-height: 1.1em;
  }

  .section-4 {
    margin-top: 5.5em;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .about {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-14 {
    line-height: 1.2em;
  }

  .image-12 {
    height: 15em;
  }

  .textbox {
    padding-left: 1em;
    padding-right: 1em;
  }

  .link-2, .button-2 {
    font-size: 20px;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .body_text {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .body_head {
    font-size: 20px;
  }

  .imgbox {
    margin-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .imgbox.rei {
    height: 125vw;
  }

  .body_text_p {
    font-size: 20px;
  }

  .body_text_p.jump, .body_text_p.jump.black {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .body_text_p.jump.black.arrow {
    margin-right: 0;
  }

  .body_text_p.black {
    margin-top: 1.5vw;
    line-height: 1.3em;
  }

  .section-6 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-7 {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-24 {
    width: 100vw;
    height: 60vw;
  }

  .div-block-25 {
    height: 50vw;
  }

  .div-block-30 {
    justify-content: center;
    align-items: stretch;
  }

  .extra_text.left {
    width: 96vw;
  }

  .extra_text.left.topleftmargin {
    margin-left: 0;
  }

  .extra_text.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
  }

  .grid-4._2 {
    grid-template-rows: auto auto;
  }

  .image-24 {
    height: 90vw;
  }

  .div-block-32._70 {
    width: 80vw;
  }

  .div-block-40 {
    width: 80vw;
    height: 50vw;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vw;
  }

  .div-block-42 {
    width: 80vw;
    height: 49vw;
  }

  .div-block-43 {
    height: 25vw;
  }

  .div-block-45, .div-block-46 {
    width: 39vw;
  }

  .div-block-48 {
    width: 80vw;
  }

  .grid-5 {
    padding: 1em;
  }

  .div-block-52 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .caption_img.b, .caption_img.botton {
    font-size: 13px;
  }

  .s {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section_without_margin {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-61 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-36 {
    object-fit: cover;
  }

  .div-block-63 {
    width: 98vw;
    margin-right: 0;
    overflow: clip;
  }

  .div-block-66 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-67 {
    width: 98vw;
    margin-left: 0;
  }

  .div-block-68 {
    padding-left: 0;
    padding-right: 0;
  }

  .vedio_top {
    margin-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .titile {
    font-size: 16px;
  }

  .div-block-102 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-53 {
    height: auto;
  }

  .div-block-116, .div-block-117 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-67 {
    height: 23vw;
  }

  .div-block-122 {
    align-items: center;
  }

  .image-68, .image-69 {
    width: 100vw;
  }

  .image-70 {
    width: 60vw;
  }

  .image-72 {
    width: 80vw;
  }

  .image-73 {
    width: 100vw;
  }

  .subtitle {
    font-size: 17px;
    line-height: 0;
  }

  .portfolio_section_block.even {
    justify-content: space-between;
    display: block;
    overflow: clip;
  }

  .portfolio_section_block.left {
    margin-top: 5vw;
  }

  .portffolio_ani_n1.butterfly_dream {
    overflow: hidden;
  }

  .portffolio_ani_n1.who_am_i {
    text-align: center;
  }

  .portffolio_ani_n1.rei_kawa {
    justify-content: center;
    display: flex;
  }

  .home_cover {
    width: 100vw;
    height: 63vw;
  }

  .home_cover.resole {
    width: 100vw;
    height: 80vw;
  }

  .home_cover.my-day {
    width: 100vw;
    height: 125vw;
  }

  .home_cover.rei_kawa {
    width: 100vw;
    height: 121vw;
  }

  .home_cover.beleaf {
    width: 100vw;
    height: 54vw;
  }

  .home_video.butterfly {
    width: 100vw;
    height: 60vw;
  }

  .home_video.agriculutre {
    width: 100vw;
    height: 70vw;
  }

  .home_video.keyo {
    width: 100vw;
    height: 55vw;
  }

  .home_middle {
    margin-top: 0;
  }

  .home_link_block {
    overflow: visible;
  }

  .home_link_block.rei {
    text-align: center;
  }

  .image-95 {
    object-fit: cover;
    width: 100vw;
    height: 125vw;
  }

  .project-tag, .project-tag.seperater {
    font-size: 16px;
  }

  .project-tag.seperater.small, .project-tag.small {
    font-size: 12px;
    line-height: 15px;
  }

  .portfolio_title_box {
    margin-top: 1vw;
    line-height: 18px;
  }

  .img_div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img_div.left_align, .img_div.right_align.stack_margin {
    display: block;
  }

  .image-102 {
    text-align: left;
    width: 96vw;
    height: 136vw;
    overflow: clip;
  }

  .image-103 {
    height: 100vw;
    line-height: 1px;
  }

  .image-104 {
    width: 100vw;
    height: 150vw;
  }

  .image-105, .image-109 {
    width: 100vw;
    height: 65vw;
  }

  .image-110, .image-111 {
    width: 100vw;
    height: 150vw;
    margin-bottom: 1vw;
  }

  .image-112, .image-113, .image-114 {
    width: auto;
    height: auto;
  }

  .image-115 {
    height: auto;
  }

  .image-117 {
    width: auto;
    height: auto;
  }

  .image-118 {
    height: auto;
  }

  .image-119 {
    width: 100vw;
    height: 150vw;
    margin-bottom: 1vw;
  }

  .image-120 {
    width: 100vw;
    height: 120vw;
    margin-bottom: 1vw;
  }

  .image-121 {
    width: 100vw;
    height: 150vw;
    margin-bottom: 1vw;
  }

  .image-122 {
    height: auto;
  }

  .image-123 {
    width: 100vw;
    height: 150vw;
  }

  .image-124, .image-125, .image-126 {
    width: 100vw;
    height: 150vw;
    margin-bottom: 1vw;
  }

  .image-127 {
    width: 100vw;
    height: 150vw;
  }

  .image-128 {
    width: 99vw;
    height: 75vw;
  }

  .image-129 {
    width: 100vw;
    height: 65vw;
  }

  .background-video-13 {
    width: 98vw;
    height: 98vw;
  }

  .div-block-151-copy, .image-132 {
    height: 46vw;
  }

  .image-133, .image-134 {
    width: 100vw;
  }

  .div-block-153 {
    justify-content: flex-start;
    display: block;
  }

  .image-135 {
    width: 100vw;
    height: 64vw;
  }

  .image-139 {
    width: auto;
  }

  .div-block-151-copy-copy {
    height: 46vw;
  }

  .background-video-16 {
    width: 47vw;
    height: 80vw;
  }

  .background-video-17 {
    width: 100vw;
    height: 54vw;
  }

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

  .div-block-154, .div-block-155 {
    width: auto;
  }

  .div-block-156 {
    overflow: clip;
  }

  .credit_intro_block {
    margin-left: 1em;
    margin-right: 1em;
  }

  .intro_unit.rows, .intro_unit.grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .intro_unit_elements {
    font-size: 20px;
  }

  .intro_unit_elements.title, .intro_unit_elements.title.rows {
    font-size: 14px;
  }

  .intro_unit_elements.name {
    font-size: 22px;
  }

  .intro_unit_head {
    margin-top: 2vw;
    font-size: 20px;
  }

  .intro_unit_head.teko {
    font-size: 20px;
  }

  .intro_to_work {
    margin-left: 0;
    margin-right: 0;
  }

  .title {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    font-size: 16px;
  }

  ._1vw-margin {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  ._1vw-radius {
    width: 96vw;
  }

  .image-149 {
    width: 100vw;
    height: 55vw;
  }

  .div-block-157 {
    width: auto;
  }

  .div-block-159 {
    width: 96vw;
  }

  .background-video-21 {
    width: 100vw;
    height: 55vw;
  }

  .image-151 {
    width: 100vw;
    height: 55vw;
    overflow: clip;
  }

  .background-video-26 {
    width: auto;
    height: 96vw;
  }

  .div-block-162 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slider-3 {
    height: 96vw;
  }

  .background-video-27 {
    width: 56vw;
    height: 100vw;
  }

  .background-video-28 {
    width: 55vw;
    height: 80vw;
  }

  .div-block-163 {
    aspect-ratio: auto;
    text-align: left;
    text-decoration: none;
    display: block;
  }

  .div-block-164 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block-15.w--current {
    width: auto;
    padding-bottom: .5vw;
    display: flex;
  }

  .heading-17 {
    margin-left: 0;
    display: block;
    position: absolute;
  }

  .heading-18 {
    margin-left: 0;
  }

  ._16-9_1radius._2 {
    width: 96vw;
    height: 46vw;
  }

  .project-block {
    width: 50vw;
  }

  .next_project {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .slider-4 {
    width: 96vw;
  }
}

#w-node-_4c8d9b1b-cb38-7a80-5f87-ec1046896e2e-8ced7911 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0719ff6b-7e93-b881-ce2e-a677fd57b5e0-8ced7911, #w-node-cf0541ac-1e10-4b10-9a9c-f8f7ee0ca75d-8ced7911, #w-node-_26f599fd-b6b0-bdae-60b4-f6e7fe1c2938-8ced7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca29b85f-d18b-892a-c982-83a7f1d8f961-8ced7911 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca29b85f-d18b-892a-c982-83a7f1d8f962-8ced7911, #w-node-ca29b85f-d18b-892a-c982-83a7f1d8f969-8ced7911, #w-node-ca29b85f-d18b-892a-c982-83a7f1d8f96b-8ced7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68556580-c20b-497b-1195-6e726caed271-8ced7911 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_06746fae-acac-a8eb-52e4-88f6ed9d6ccf-8ced7911, #w-node-fb74fc9d-cb81-f55a-d3e7-f7a3357ac719-8ced7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb74fc9d-cb81-f55a-d3e7-f7a3357ac70f-8ced7911 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb74fc9d-cb81-f55a-d3e7-f7a3357ac710-8ced7911 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ccc7013-fc13-31a0-3210-541e20f821fd-8ced7911 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e785e649-c890-368c-c938-da54f9bf1069-8ced7915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e785e649-c890-368c-c938-da54f9bf106c-8ced7915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_224904cc-8b9b-3644-e455-05e78c127bc3-8ced7919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224904cc-8b9b-3644-e455-05e78c127bc6-8ced7919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_2f1a543b-86bc-300d-ffa9-ee535eb3d4cf-8ced7919, #w-node-b6ac62c0-6766-1ff0-b785-1dd2c702566a-8ced7919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99fa56a0-3f34-a0e4-cdb5-8f46c97e852b-8ced791a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_99fa56a0-3f34-a0e4-cdb5-8f46c97e852e-8ced791a, #w-node-_3e1e8bed-cea0-f4d2-6e20-06816c210953-8ced791a, #w-node-_3b1d2899-3372-cf70-03dd-50104540cebc-8ced791a, #w-node-_29eecc65-fb8d-8bb2-9214-3ad3a31dded9-8ced791a, #w-node-_29eecc65-fb8d-8bb2-9214-3ad3a31ddeda-8ced791a, #w-node-a3b4d6e2-b385-0649-925d-f696aa89f1bb-8ced791a, #w-node-_8fa5f133-0470-7117-69dc-81b4b0b25366-8ced791a, #w-node-_8fa5f133-0470-7117-69dc-81b4b0b25367-8ced791a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d93e35-95f4-3220-1120-bc8fae34b387-8ced791b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-f2d93e35-95f4-3220-1120-bc8fae34b38a-8ced791b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d360ee59-77ac-50f3-4fe7-435f21898027-8ced791b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_96ac8f96-aca5-cc8a-7058-848a408089a9-8ced791b, #w-node-_96ac8f96-aca5-cc8a-7058-848a408089aa-8ced791b, #w-node-_96ac8f96-aca5-cc8a-7058-848a408089ab-8ced791b, #w-node-_96ac8f96-aca5-cc8a-7058-848a408089ac-8ced791b, #w-node-_96ac8f96-aca5-cc8a-7058-848a408089ad-8ced791b, #w-node-_5a5ab48b-02d4-84d2-8971-f49089a5191c-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1637a85e-8260-c6f5-075d-400464aea29d-8ced791d {
  grid-area: span 5 / span 1 / span 5 / span 1;
  justify-self: end;
}

#w-node-_00a00aa9-660f-1dba-944a-e01ceaa18b8c-8ced791d, #w-node-_2c255d4c-535a-d522-e57c-6c34fe3eb40e-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c255d4c-535a-d522-e57c-6c34fe3eb410-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_35ceba41-3744-67eb-9ffb-dd72ad1767d9-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3db52189-d1a8-b8df-968f-55840c271710-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0394983c-d2be-9d27-fe41-13958a5e496d-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1d94b54d-a32c-d319-70f3-b7e8c37700ea-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4c87b66-6b31-a09d-b66f-e0744bc5a68a-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_82707aa0-51af-1fa1-48d4-31b5ed542336-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_82707aa0-51af-1fa1-48d4-31b5ed542338-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2bc00a68-638b-e1b5-34ee-fef78eee8969-8ced791d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c41cc1e0-19a1-3fa5-399b-033036cced7a-8ced791d, #w-node-_2010c847-17d3-7744-3edb-77ab61dc5880-8ced791d, #w-node-_5b1a9360-31dc-75df-9f36-ce14b23318bf-8ced791d, #w-node-_3188253c-91df-d78c-246e-41c96efb1bf0-8ced791d, #w-node-cb918934-a7e6-86d3-472a-4311411d333e-8ced791d, #w-node-_7bdfd4c7-6811-080c-21d5-090d74e685d0-8ced791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_028f34ef-34eb-09e5-012b-c47a1b1d9aae-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-da1a70a5-430a-e36f-3cf0-6c30bea37b33-8ced791e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddd286e4-a57e-65a6-0b9b-b3811f5ad1fa-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_77722119-4be4-5980-2350-91660ba0cc5f-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e79f362-dd46-476b-8d67-ea8952e07ac4-8ced791e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e79f362-dd46-476b-8d67-ea8952e07ac5-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8e79f362-dd46-476b-8d67-ea8952e07ac9-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e880426c-6428-9bef-b137-23f3c1869473-8ced791e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e880426c-6428-9bef-b137-23f3c1869474-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e880426c-6428-9bef-b137-23f3c1869478-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e880426c-6428-9bef-b137-23f3c1869479-8ced791e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e880426c-6428-9bef-b137-23f3c186947a-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e880426c-6428-9bef-b137-23f3c186947e-8ced791e, #w-node-_37259b9f-ad5d-f56e-a05b-eb24dd1bb77f-8ced791e, #w-node-_32a22784-c4d0-18a1-52db-bb336379ece1-8ced791e, #w-node-a07e7839-7a03-d429-c805-52d8dbb86129-8ced791e, #w-node-_835763ad-d7dd-986e-60c4-c4127f589a46-8ced791e, #w-node-b38b769b-55da-0d7b-6331-052d734f0416-8ced791e, #w-node-e880ff3e-d441-64b7-5910-7c42800a4df9-8ced791e, #w-node-_3416ce82-8fc2-b97c-1793-66174c54d7db-8ced791e, #w-node-_12cc9ddd-8c73-edfc-5e6a-5efbc1ce998a-8ced791e, #w-node-_427b38b1-b88f-aefa-e30b-fc6717768e02-8ced791e, #w-node-fa47b356-38ed-cd9d-108d-5d9eaae10c2a-8ced791e, #w-node-_8c7e6054-8ead-3799-2c67-edf6398f5a5d-8ced791e, #w-node-a0868fec-613b-a665-24f3-1a249ad344e3-8ced791e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41304f9c-473b-cad8-e3b8-8113d39257b6-8ced791f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_41304f9c-473b-cad8-e3b8-8113d39257c0-8ced791f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d26e0c5-e2ea-760f-d85b-2fab14484054-8ced7920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-dfdcae12-62de-496d-e9d8-1cd896e31fa2-8ced7920, #w-node-_44b4a0c9-4d28-8d20-749b-47bcc493191f-8ced7920, #w-node-_6bff8cd8-6566-ea75-3459-ce0a867d3ddd-8ced7920 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f84f6ed-7778-c40b-43f8-b7481bde8175-8ced7922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_54e0b299-fff0-43f5-bc14-4974de293d91-8ced7922 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5b800815-4e52-5404-b9a6-eef165ace847-8ced7922 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5b800815-4e52-5404-b9a6-eef165ace848-8ced7922 {
  grid-column: span 2 / span 2;
}

#w-node-_15729d1e-013e-51e3-bb9f-2f127b9389fe-8ced7922 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea409fbc-5915-5b68-7626-d9d4492fe72b-8ced7922 {
  grid-row: span 2 / span 2;
}

#w-node-_51ec161c-60e9-a44a-ebc9-714283db1d83-8ced7922 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f879c749-28ba-7f34-2b42-685c724cbf88-8ced7922 {
  grid-row: span 2 / span 2;
}

#w-node-d4328f87-efec-24f4-6368-2d3301c58b61-8ced7922 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_596e3b7c-5f11-4d28-787b-5866b625312d-b625311f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_596e3b7c-5f11-4d28-787b-5866b6253130-b625311f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6fd838-0c25-680d-ccd8-637945ceb144-8ced7923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-dc6fd838-0c25-680d-ccd8-637945ceb147-8ced7923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97a94a37-aa15-ea28-dc2d-031fb5d408b0-8ced7923 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_54e0b299-fff0-43f5-bc14-4974de293d91-8ced7923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-db7e33ec-d9c8-e8aa-7fe7-baa901d8bb0a-8ced7923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_332238e7-d64d-6e2a-cf18-63cdeac453ed-8ced7923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e88408f6-8f07-c17c-a2ff-9eb21558cfea-8ced7923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_615554a5-a8d4-e6a0-be6b-1d1624c95b06-8ced7923 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-dc6fd838-0c25-680d-ccd8-637945ceb144-8ced7924 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-dc6fd838-0c25-680d-ccd8-637945ceb147-8ced7924 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e0b299-fff0-43f5-bc14-4974de293d91-8ced7924 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1b4a4099-1761-bab8-92d6-49121dfe36d0-8ced7924 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d9d97551-9fe8-97a6-523b-8603637acdd3-8ced7924, #w-node-_5aa58090-1170-af60-0f9d-3b1ee8c0a64e-8ced7924 {
  grid-column: span 2 / span 2;
}

#w-node-_2f84f6ed-7778-c40b-43f8-b7481bde8175-8ced7925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_2f84f6ed-7778-c40b-43f8-b7481bde8178-8ced7925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e77cca-0706-3c88-f093-54176336fdce-8ced7925 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_54e0b299-fff0-43f5-bc14-4974de293d91-8ced7925 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1f4affe8-8c6e-9d02-c550-82ee245367a8-8ced7925 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_182c0a71-c2df-d208-8156-54ea09aef1d7-8ced7925 {
  grid-column: span 4 / span 4;
}

#w-node-_10a847e8-15f4-898b-ab92-9334e733a52e-8ced7925, #w-node-f059606a-1a1c-6a70-1205-2c7771a1b12b-8ced7925 {
  grid-column: span 2 / span 2;
}

#w-node-_71bc3ff1-f7f1-2456-9c2e-60b20f326c0d-8ced7925, #w-node-d1b91677-da22-0ce2-eb50-d6578d200df9-8ced7925, #w-node-d3acaa5e-1df9-5a3d-5462-2a72f231b4c4-8ced7925 {
  grid-column: span 4 / span 4;
}

#w-node-_5a29d052-d03f-edc6-0d16-00aba30331f4-8ced7925 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_4c8d9b1b-cb38-7a80-5f87-ec1046896e2e-8ced7911 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf0541ac-1e10-4b10-9a9c-f8f7ee0ca75d-8ced7911 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca29b85f-d18b-892a-c982-83a7f1d8f961-8ced7911 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca29b85f-d18b-892a-c982-83a7f1d8f969-8ced7911 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb74fc9d-cb81-f55a-d3e7-f7a3357ac70f-8ced7911 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b4a4099-1761-bab8-92d6-49121dfe36d0-8ced7924 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d9d97551-9fe8-97a6-523b-8603637acdd3-8ced7924, #w-node-_5aa58090-1170-af60-0f9d-3b1ee8c0a64e-8ced7924 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f2d93e35-95f4-3220-1120-bc8fae34b38a-8ced791b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1637a85e-8260-c6f5-075d-400464aea29d-8ced791d {
    grid-area: span 4 / span 1 / span 4 / span 1;
    justify-self: center;
  }

  #w-node-_1d94b54d-a32c-d319-70f3-b7e8c37700ea-8ced791d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f84f6ed-7778-c40b-43f8-b7481bde817b-8ced7922 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54e0b299-fff0-43f5-bc14-4974de293d91-8ced7922 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_596e3b7c-5f11-4d28-787b-5866b6253130-b625311f, #w-node-_596e3b7c-5f11-4d28-787b-5866b6253133-b625311f, #w-node-dc6fd838-0c25-680d-ccd8-637945ceb147-8ced7923, #w-node-_89feec24-74c5-92b7-0e2c-3a47103bafd5-8ced7923, #w-node-dc6fd838-0c25-680d-ccd8-637945ceb147-8ced7924, #w-node-_226a7077-7aca-7360-1908-0910e4945554-8ced7924, #w-node-_2f84f6ed-7778-c40b-43f8-b7481bde8178-8ced7925, #w-node-a6fe519e-8b41-d6dd-d95a-133797561b0e-8ced7925 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4affe8-8c6e-9d02-c550-82ee245367a8-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a29d052-d03f-edc6-0d16-00aba30331f4-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1637a85e-8260-c6f5-075d-400464aea29d-8ced791d {
    place-self: start center;
  }

  #w-node-_15729d1e-013e-51e3-bb9f-2f127b9389fe-8ced7922 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea409fbc-5915-5b68-7626-d9d4492fe72b-8ced7922 {
    grid-row: span 1 / span 1;
  }

  #w-node-_51ec161c-60e9-a44a-ebc9-714283db1d83-8ced7922 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f879c749-28ba-7f34-2b42-685c724cbf88-8ced7922 {
    grid-row: span 2 / span 2;
  }

  #w-node-_1f4affe8-8c6e-9d02-c550-82ee245367a8-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a29d052-d03f-edc6-0d16-00aba30331f4-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1637a85e-8260-c6f5-075d-400464aea29d-8ced791d {
    grid-area: span 3 / span 1 / span 3 / span 1;
    place-self: start center;
  }

  #w-node-_5b800815-4e52-5404-b9a6-eef165ace847-8ced7922 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5b800815-4e52-5404-b9a6-eef165ace84f-8ced7922 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b800815-4e52-5404-b9a6-eef165ace851-8ced7922 {
    grid-column: span 2 / span 2;
  }

  #w-node-ea409fbc-5915-5b68-7626-d9d4492fe72b-8ced7922 {
    grid-row: span 49 / span 49;
  }

  #w-node-_226a7077-7aca-7360-1908-0910e4945554-8ced7924 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7e77cca-0706-3c88-f093-54176336fdce-8ced7925, #w-node-_1f4affe8-8c6e-9d02-c550-82ee245367a8-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a29d052-d03f-edc6-0d16-00aba30331f4-8ced7925 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-BlackOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype'), url('../fonts/GTWalsheimPro-UltraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-RegularOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-ThinOblique.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-UltraBoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-UltraLightOblique.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}