@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Extrafett.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Halbfett.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Extraleicht.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Fett.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Kraftig.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: body;
  src: url('../fonts/Sohne-Leicht.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --bkg: #f9f9f9;
  --blk: #131313;
  --sub: #a1a1a1;
  --line: #ebebeb;
  --wht: #faf6f0;
  --accent: #5e778d;
  --var-1: #ff8550;
  --var-3: #b83274;
  --var-2: #f65108;
  --var-4: #3f269a;
  --var-5: #17064f;
  --var-6: #0f0932;
  --corner: 8px;
  --half-corner: 4px;
}

.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 {
  background-color: var(--bkg);
  color: var(--blk);
  padding-top: 80px;
  font-family: body, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  z-index: 1;
  background-color: var(--bkg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.container.contact-container {
  margin-top: -5px;
  padding: 0 0% 2em;
}

.light-text {
  color: var(--sub);
  font-weight: 200;
}

.h1 {
  z-index: 9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1.5;
  position: relative;
}

.grid {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 150px;
  display: grid;
}

.divider {
  background-color: var(--line);
  width: 100%;
  height: 1px;
}

.divider.half-copy {
  width: 100%;
  height: 1px;
}

.divider.playbookcard-line {
  background-color: var(--line);
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--line) #0000;
  color: var(--blk);
  flex-flow: column;
  max-height: 400px;
  padding: 15px 2px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.card-h {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.card-sub {
  color: var(--sub);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.card-img-wrap {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background-color: var(--bkg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.sub-flex {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.footer {
  color: var(--blk);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 200;
  display: flex;
}

.clients {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.client-logo {
  background-image: url('../images/Group-281.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
}

.client-logo.st-logo {
  background-image: url('../images/Studio-Tache.svg');
  height: 50px;
}

.client-logo.rebrandless {
  background-image: url('../images/Rebrandless.svg');
  height: 38px;
}

.client-logo.house {
  background-image: url('../images/House-Of-Lithe.svg');
  height: 32px;
}

.client-logo.okiyo {
  background-image: url('../images/okiyo.svg');
  height: 38px;
  margin-top: 5px;
}

.client-logo.keless {
  background-image: url('../images/Keless.svg');
  height: 24px;
}

.client-logo.joolca {
  background-image: url('../images/JOOLCA.svg');
  height: 24px;
}

.client-logo.internalities {
  background-image: url('../images/Internalities.svg');
  height: 28px;
}

.client-logo.roen {
  background-image: url('../images/Roen.svg');
  height: 28px;
}

.client-logo.asket {
  background-image: url('../images/asket.svg');
  height: 27px;
}

.cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.cta-block {
  z-index: 30;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--sub);
  background-color: var(--blk);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  backdrop-filter: blur(10px) brightness(90%);
  color: var(--wht);
  text-align: left;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 99%;
  height: 96%;
  padding: 100px 15%;
  font-size: 18px;
  display: grid;
  position: absolute;
}

.cta-img {
  z-index: 10;
  border: 1px solid var(--line);
  opacity: 1;
  filter: blur(8px);
  object-fit: contain;
  border-radius: 4px;
  height: 400px;
  position: relative;
}

.cta-h {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
}

.project-wrap {
  border-left: 1px solid var(--line);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  display: flex;
}

.table {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 25px;
  display: flex;
}

.li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.li.reverse {
  flex: 0 auto;
  padding-bottom: 0;
}

.table-p {
  color: var(--sub);
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}

.light {
  color: var(--sub);
}

.announce-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.home {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.icoimg {
  background-color: #e0deda;
  width: 15%;
  height: 210px;
}

.icoimg.second {
  background-color: #c9c6bc;
}

.icoimg.third {
  background-color: #a6a49c;
}

.icoimg.forth {
  background-color: #d2c8b8;
}

.design-kit {
  z-index: 40;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--blk);
  color: var(--wht);
  text-align: left;
  border: 1px solid #454545;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3%;
  display: none;
  position: relative;
  overflow: hidden;
}

.header-sect {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.header-sect.no-top {
  margin-top: 0;
  padding-top: 0;
}

.border-b {
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
}

.cc-txt {
  text-align: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 2;
}

.profile-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.name-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.profile-image {
  z-index: 22;
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  position: relative;
}

.name {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--blk);
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 0;
  padding: 3px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.h-style {
  border: 1px solid var(--line);
  background-color: var(--bkg);
  background-image: url('../images/plus-blue.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 8px 5px 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.h-style.name {
  background-color: var(--bkg);
  color: var(--blk);
  letter-spacing: .5px;
  background-image: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 15px;
}

.style-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-img-name {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--blk);
  background-color: var(--blk);
  color: var(--wht);
  text-align: center;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  max-height: 50px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button.light {
  background-color: var(--bkg);
  color: var(--blk);
}

.button._70 {
  width: 70%;
}

.note {
  opacity: .5;
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Kalam, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.note.header-note {
  color: var(--blk);
  font-size: 15px;
}

.note.growth-note {
  opacity: .72;
  color: var(--bkg);
  margin-bottom: 10px;
  margin-right: auto;
}

.note.dark {
  color: var(--wht);
}

.ital {
  opacity: .6;
  font-style: normal;
}

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #f9f9f94d;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.grey {
  color: #a1a1a1;
  font-weight: 200;
}

.grey.small {
  font-size: 12px;
}

.grey.play {
  font-family: body, Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
}

.placeholder {
  background-color: var(--bkg);
  background-image: url('../images/Mark-Grey.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto 170px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.whiteblock {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f9f9f999;
  flex-flow: column;
  justify-content: space-around;
  width: 90%;
  height: auto;
  padding: 25px;
  display: flex;
}

.middle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.no-top-padding {
  margin-top: 0;
  font-family: body, Arial, sans-serif;
  font-weight: 400;
}

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

.haeeum {
  filter: invert();
  width: 350px;
  max-width: 700px;
  position: absolute;
}

.paragraph {
  font-family: body, Arial, sans-serif;
  font-size: 15px;
}

.soon {
  color: var(--sub);
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-top: 134px;
  font-family: body, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
}

.end {
  letter-spacing: 0;
}

.contact-wrap {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.contact-child {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-child.contact-child-text {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: brightness(1000%);
  backdrop-filter: brightness(1000%);
  background-color: #f9f9f999;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.contacth3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.contacth4 {
  color: var(--sub);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 200;
  line-height: 1;
}

.contact-sub-img {
  object-fit: contain;
  border-radius: 8px;
  width: 280px;
  height: 110px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.embed {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.discover-link {
  color: var(--blk);
  white-space: nowrap;
  font-weight: 300;
}

.disocver-link {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  filter: invert();
  color: var(--blk);
  border-bottom: 1px solid #1f1d1c00;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 320px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.disocver-link:hover {
  border-bottom: 1px solid var(--blk);
  opacity: 1;
}

.discover-arrow {
  width: 15px;
}

.footer-tc-container {
  background-color: var(--blk);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5%;
  display: flex;
}

.cta-p {
  flex: 1;
  max-width: 600px;
  margin-top: -2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
  line-height: 1.8;
}

.white-orb {
  z-index: 1;
  opacity: .15;
  filter: blur(12px);
  background-color: #fff;
  position: absolute;
  inset: -2% 0% 0% -1%;
}

.cta-img-wrap {
  width: 100%;
  position: relative;
}

.navigation {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f9f9f900;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 10px 1px #1f1d1c0a;
}

.brand {
  background-image: url('../images/Mark-Blk.svg'), url('../images/grey-noise.avif');
  background-position: 2%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 25px, 25px;
  width: 140px;
  height: 50px;
  padding-bottom: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5%;
  display: flex;
  overflow: hidden;
}

.nav-li {
  background-image: url('../images/Instagram-blk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 4px;
  padding: 18px;
  transition: background-color .4s;
}

.nav-li:hover {
  background-color: var(--line);
}

.nav-li.youtube {
  background-image: url('../images/YouTube-blk.svg'), url('../images/YouTube---noisez.svg');
}

.nav-li.contact {
  background-image: url('../images/Contact-blk.svg'), url('../images/Contact---noisez.svg');
}

.notification-bar {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-bottom: 1px solid var(--blk);
  background-color: var(--blk);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 5px;
  display: none;
  position: relative;
}

.gradient-line {
  background-image: linear-gradient(90deg, #0f0932, #17064f 21%, #3f269a 45%, #b83274 69%, #f65108 87%, #ff8550);
  height: 2px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.sub-txt {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.difference {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--line);
  background-color: var(--blk);
  color: var(--wht);
  text-align: left;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 100px 2.5rem;
  display: flex;
  position: relative;
}

.hf-h2 {
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.hf-intro-p {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}

.last {
  letter-spacing: 0;
}

.hflogo {
  width: 550px;
  margin-right: auto;
}

.location {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.flex-full {
  z-index: 1;
  opacity: .72;
  flex: 1;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
}

.hf-h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.hf-h3.max-width {
  color: var(--blk);
  max-width: 700px;
}

.hf-h3.plays-h3 {
  max-width: 700px;
}

.border-glow {
  opacity: .1;
  filter: blur(15px);
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.difference-wrapper {
  position: relative;
}

.haeeum-logo {
  width: 100px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.haeeum-logo.inblack {
  background-image: url('../images/Haeeum.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
  margin-left: 0;
}

._100-w {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: flex;
  position: relative;
}

.footer-symbol {
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 1920px;
  display: flex;
}

.contact-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-vid {
  filter: blur(30px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bio-img {
  object-fit: cover;
  border-radius: 4px;
  align-self: center;
  width: 100px;
  height: 90px;
}

.profile {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--line);
  background-color: var(--bkg);
  border-radius: 6px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1%;
  padding: 15px;
  display: flex;
  box-shadow: 0 6px 8px 2px #0000000d;
}

.email-porfolio-img {
  border: 1px solid var(--line);
  background-color: var(--line);
  object-fit: contain;
  border-radius: 4px;
  flex: 1;
  max-width: 32%;
  padding: 10px;
}

.profilio-img-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  border: 1px solid var(--line);
  background-color: var(--bkg);
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.float-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 19200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 145px;
}

.layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  border: 1px solid var(--line);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  width: 90%;
  max-width: 1920px;
  margin: 25px auto 100px;
  padding-bottom: 10rem;
  padding-left: 1%;
  padding-right: 1%;
  display: grid;
}

.layout.last-layout {
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.layout.innerpages {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
}

.layout.process-inner {
  grid-row-gap: 2.5rem;
  background-color: var(--bkg);
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 0 12px 4px #ebebeb80, 0 0 14px -1px #0000000a;
}

.layout.arti {
  text-align: left;
  padding-top: 2em;
}

.inner-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.inner-grid._2-5innergrid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.cover-img-cont {
  background-image: url('../images/haeeum-block.svg'), linear-gradient(138deg, #ece9e6, #f9f9f9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur {
  z-index: 3;
  opacity: 1;
  filter: blur(2px);
  background-image: linear-gradient(#dad5cf4d, #dad5cf4d);
  border: 1px #000;
  border-radius: 20px;
  width: 99%;
  height: 94%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.bkg-vid {
  z-index: 2;
  opacity: 1;
  filter: blur(28px);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  font-size: 16px;
  display: grid;
}

.header-wrap {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 50px 25px 25px;
  font-size: 18px;
  display: grid;
  position: sticky;
}

.main-p {
  opacity: 1;
  color: var(--sub);
  flex: 1;
  margin-top: -2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
  line-height: 1.5;
}

.ital--fullopac {
  opacity: 1;
  font-style: italic;
  font-weight: 100;
}

.preloader {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f9f9f9e6;
  background-image: url('../images/welcome.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  display: block;
  position: fixed;
  inset: 0%;
}

.img-tst {
  border: 1px solid var(--line);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.text-logo-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.progressive-blur_panel {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_wrap {
  z-index: 1000;
  pointer-events: none;
  height: 8vw;
  position: fixed;
  inset: auto 0% -12px;
  overflow: clip;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-top: 50px;
  display: flex;
}

.inner-grid-blanks-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.subpage-h2 {
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 2;
}

.playcard {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--line);
  background-color: var(--bkg);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #1f1d1c0f, 0 6px 8px 3px #00000008;
}

.playcard.wide {
  padding-left: 100px;
}

.playcard.coming-soon {
  background-color: var(--blk);
  color: var(--wht);
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.profile-main {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.glass-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--wht);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--wht);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--wht);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--wht);
  background-color: var(--blk);
  -webkit-backdrop-filter: url('../images/');
  backdrop-filter: url('../images/');
  background-image: linear-gradient(135deg, #fff3, #ffffff14 50%, #ffffff08);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .8rem 1rem;
  font-family: body, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.glass-button.w--current {
  flex: 1;
}

.glass-button.bottom-padding {
  margin-bottom: 100px;
}

.bold {
  color: var(--blk);
  font-weight: 400;
}

.text-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--blk);
  align-items: center;
  padding-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.text-link-icon {
  width: 12px;
  height: 12px;
}

.grey-thin {
  color: #a1a1a1;
  font-weight: 100;
}

.scroll {
  height: 50px;
}

.social-ico {
  opacity: .72;
  background-image: url('../images/Instagram---wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 4px;
  padding: 18px;
  transition: opacity .4s;
}

.social-ico:hover {
  opacity: 1;
}

.social-ico.social-you {
  background-image: url('../images/YouTube---wht.svg');
}

.social-icon-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}

.processcard {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--line);
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #1f1d1c0f, 0 6px 8px 3px #00000008;
}

.cc-li {
  color: var(--wht);
  font-size: 12px;
  text-decoration: none;
}

.cc-admin-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.quote-text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 850px;
  display: flex;
  position: relative;
}

.quote-h2 {
  z-index: 1;
  color: var(--sub);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.quote-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--line);
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 30rem;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #1f1d1c0f, 0 6px 8px 3px #00000008;
}

.quotie {
  z-index: 1;
  color: var(--sub);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
  position: relative;
}

.quotationmark {
  width: 100px;
  position: absolute;
  top: -40px;
  left: -40px;
}

.process-title {
  width: 100%;
}

.process-h4 {
  color: var(--sub);
  text-align: right;
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
}

.process-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.colour-dot {
  background-color: var(--var-1);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.colour-dot.dot-3 {
  background-color: var(--var-3);
}

.colour-dot.dot-2 {
  background-color: var(--var-2);
}

.colour-dot.dot-4 {
  background-color: var(--var-4);
}

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

.footer-logo {
  opacity: 1;
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.process-title-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border-bottom: 1px solid var(--line);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.process-h2 {
  color: var(--sub);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
}

.grow-title {
  font-size: 38px;
  font-weight: 200;
  line-height: 1.2;
}

.article {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.article-navigation {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  box-shadow: inset 0 0 12px 0 var(--line), 0 5px 5px 2px #13131308;
  border: 1px solid #eae9e9;
  border-radius: 8px;
  flex-flow: column;
  height: 80vh;
  padding: 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.main-article {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
}

.brief {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-weight-normal {
  font-weight: 400;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-style-quote {
  color: #101828;
  border-left: .125rem solid #7f56d9;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.uui-styleguide_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-tiny {
  letter-spacing: normal;
  font-size: .75rem;
}

.heading-large {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-align-right {
  text-align: right;
}

.text-size-small {
  letter-spacing: normal;
  font-size: .875rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

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

.text-align-center {
  text-align: center;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-size-medium {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall.text-light {
  font-weight: 200;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-size-large {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.text-size-regular {
  letter-spacing: normal;
  font-size: 1rem;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-align-left {
  text-align: left;
}

.uui-styleguide_heading {
  z-index: 100;
  color: #fff;
  background-color: #101828;
  padding: .75rem 1rem;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

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

.text-lineheight-none {
  line-height: 1;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 3rem;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.text-lineheight-short {
  line-height: 1.3;
}

.video-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--line);
  background-image: linear-gradient(150deg, #ece9e6, #f9f9f9);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.video {
  border-radius: 4px;
  padding-bottom: 0;
}

.video-container {
  border-radius: 4px;
  width: 250px;
  height: auto;
  overflow: hidden;
}

.arti-title {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.point-container {
  max-width: 60%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
  display: flex;
}

.number {
  color: var(--sub);
  margin-right: 15px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.point-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.arti-title-wrap {
  align-items: flex-end;
  display: flex;
}

.max-wdith-70 {
  max-width: 80%;
  margin-left: 40px;
}

.solid-point {
  font-weight: 400;
}

.index-point {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--blk);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.download-box {
  border: 1px solid var(--sub);
  background-image: url('../images/download.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 4px;
  width: 130px;
  height: 50px;
  transition: background-color .5s;
  overflow: hidden;
}

.download-box:hover {
  background-color: var(--wht);
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .card {
    max-height: none;
  }

  .card-sub {
    font-size: 15px;
  }

  .card-img-wrap {
    height: 360px;
  }

  .cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    place-items: center;
    width: 90%;
    height: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta-img {
    height: 440px;
  }

  .cta-h {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .table {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 5px;
  }

  .announce-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .design-kit {
    text-align: center;
    width: 96%;
  }

  .header-sect {
    margin-left: auto;
    margin-right: auto;
  }

  .header-sect.no-top {
    width: auto;
  }

  .profile-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 300px;
  }

  .nav {
    position: fixed;
    inset: 0% 0% auto;
  }

  .middle {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .contact-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-p {
    margin-bottom: 0;
  }

  .cta-img-wrap {
    width: 100%;
  }

  .nav-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .notification-bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sub-txt {
    font-size: 30px;
  }

  .hflogo {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .border-glow {
    filter: blur(10px);
  }

  .difference-wrapper {
    width: 100%;
  }

  .haeeum-logo.inblack {
    background-position: 50%;
    width: 200px;
    height: 40px;
    margin-left: auto;
  }

  ._100-w {
    height: 80vh;
    margin-top: 25px;
  }

  .email-porfolio-img {
    max-width: 47%;
  }

  .profilio-img-wrap {
    grid-column-gap: 2rem;
    justify-content: space-between;
    padding: 15px;
  }

  .float-left {
    width: 95%;
  }

  .layout {
    grid-row-gap: 2.5rem;
    width: 96%;
  }

  .layout.last-layout {
    width: 95%;
  }

  .layout.innerpages {
    background-color: var(--bkg);
    border-style: none;
    width: 95%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .layout.process-inner {
    grid-row-gap: 5rem;
    background-color: var(--bkg);
    border-style: none;
    grid-template-rows: auto auto auto auto auto;
    width: 98%;
  }

  .inner-grid._2-5innergrid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .cover-img-cont {
    padding: 10px;
  }

  .intro {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-wrap {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    height: auto;
  }

  .main-p {
    margin-bottom: 0;
    line-height: 2;
  }

  .img-tst {
    height: 350px;
  }

  .text-logo-container {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .progressive-blur_wrap {
    height: 25vw;
  }

  .inner-grid-blanks-text.tablet-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subpage-h2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .playcard {
    grid-row-gap: 2.5rem;
    box-shadow: none;
    background-color: #fff;
    border-style: solid none;
  }

  .playcard.wide {
    padding-left: 25px;
  }

  .processcard {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: sticky;
    top: 150px;
  }

  .processcard._2 {
    z-index: 2;
    background-color: var(--blk);
    color: var(--wht);
    top: 170px;
  }

  .processcard._3 {
    z-index: 3;
    top: 200px;
  }

  .process-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote-h2 {
    font-size: 30px;
  }

  .quote-card {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 150px;
  }

  .quotationmark {
    left: 0;
  }

  .process-h2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-xxlarge {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .clients {
    grid-column-gap: 1em;
    grid-row-gap: 6em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo.rebrandless {
    height: 30px;
  }

  .client-logo.house {
    height: 28px;
  }

  .client-logo.joolca {
    width: 100%;
    height: 24px;
  }

  .client-logo.asket {
    height: 28px;
  }

  .cta-block {
    grid-template-columns: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-img {
    height: 480px;
  }

  .table {
    grid-row-gap: 0px;
  }

  .home {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .header-sect {
    width: 95%;
  }

  .profile-card {
    justify-content: space-between;
  }

  .note.header-note {
    align-self: flex-start;
    width: 100%;
    font-size: 17px;
  }

  .placeholder {
    background-position: 90% 40%;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .whiteblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 40%;
  }

  .middle {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 5%;
    display: flex;
  }

  .top {
    flex-flow: column;
    display: flex;
  }

  .haeeum {
    filter: invert();
    width: 300px;
  }

  .soon {
    color: var(--blk);
    letter-spacing: 20px;
    font-size: 17px;
  }

  .footer-tc-container {
    flex-flow: wrap;
  }

  .sub-txt {
    font-size: 24px;
  }

  .difference {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hf-intro-p {
    width: 100%;
  }

  .hflogo {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hf-h3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .border-glow {
    filter: blur(4px);
  }

  .haeeum-logo.inblack {
    background-image: url('../images/Haeeum.svg');
    width: 180px;
    margin-left: 0;
  }

  .bio-img {
    height: 100%;
  }

  .profilio-img-wrap {
    padding: 0;
  }

  .float-left {
    width: 96%;
  }

  .layout {
    background-color: #0000;
    border-style: none;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
    width: 100%;
    padding-bottom: 5rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .layout.last-layout {
    padding-bottom: .2rem;
  }

  .layout.innerpages {
    width: 97%;
  }

  .layout.process-inner {
    grid-row-gap: 10rem;
    background-color: #0000;
    width: 100%;
  }

  .cover-img-cont {
    padding: 1px;
  }

  .intro {
    background-color: #0000;
  }

  .header-wrap {
    background-color: var(--bkg);
    box-shadow: none;
    color: var(--blk);
    text-align: left;
    place-content: end start;
    height: 100%;
  }

  .img-tst {
    height: 300px;
  }

  .text-logo-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .progressive-blur_wrap {
    height: 30vw;
    display: none;
    bottom: -5%;
  }

  .inner-grid-blanks-text {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .inner-grid-blanks-text.tablet-padding {
    text-align: center;
  }

  .p {
    width: 100%;
  }

  .processcard {
    top: 120px;
  }

  .processcard._2 {
    top: 140px;
  }

  .processcard._3 {
    top: 160px;
  }

  .process-list {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-h2, .process-h3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .grow-title {
    font-size: 24px;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .divider.half-copy {
    display: none;
  }

  .client-logo {
    height: 100%;
  }

  .client-logo.rebrandless {
    width: 130px;
  }

  .client-logo.house, .client-logo.asket {
    width: 140px;
  }

  .cta {
    width: 100%;
    margin-bottom: 0;
    padding: 50px 15px 15px;
  }

  .cta-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .design-kit {
    text-align: center;
    width: 96%;
    padding-top: 50px;
  }

  .note {
    margin-left: auto;
    margin-right: auto;
  }

  .note.header-note {
    font-size: 16px;
    font-weight: 300;
  }

  .note.growth-note {
    margin-left: auto;
    margin-right: auto;
  }

  .nav {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .placeholder {
    padding-top: 100px;
    position: static;
    inset: 0%;
  }

  .middle {
    padding-bottom: 20%;
  }

  .haeeum {
    width: 200px;
  }

  .soon {
    letter-spacing: 10px;
    margin-top: 100px;
    font-size: 13px;
  }

  .discover-link {
    font-size: 13px;
  }

  .footer-tc-container {
    grid-row-gap: 15px;
  }

  .cta-img-wrap {
    width: 100%;
  }

  .navigation {
    height: 70px;
  }

  .nav-container {
    padding: 5px 4%;
  }

  .difference {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hf-intro-p {
    line-height: 1.5;
  }

  .hflogo {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .location {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-full {
    font-size: 16px;
    line-height: 1.8;
  }

  .difference-wrapper {
    margin-top: 0;
  }

  .haeeum-logo {
    display: none;
  }

  .haeeum-logo.inblack {
    display: block;
  }

  ._100-w {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .layout {
    grid-row-gap: 2rem;
    width: 96%;
    max-width: 100vw;
    padding-top: 1%;
  }

  .layout.last-layout {
    padding-bottom: 1rem;
  }

  .bkg-vid {
    filter: brightness(70%) contrast(450%) blur(4px);
  }

  .intro {
    max-width: 100%;
    margin-top: 100px;
  }

  .header-wrap {
    height: 700px;
    font-size: 16px;
  }

  .preloader {
    background-size: 50%;
  }

  .text-logo-container {
    margin-top: 0;
  }

  .inner-grid-blanks-text {
    grid-row-gap: 2rem;
  }

  .glass-button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.5;
  }

  .quote-card {
    height: auto;
  }

  .quotationmark {
    width: 50px;
    position: relative;
  }
}

#w-node-_18ad6338-8529-6a60-b7b7-6a4e60f027f2-ea65e3ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f6f81d6d-1eb2-a16a-e48d-9681ea56a394-ea65e3ca {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_9e3da50a-d8a2-4298-6c2f-25882067c128-ea65e3ca {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9e3da50a-d8a2-4298-6c2f-25882067c113-ea65e3ca {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_882d58b3-e51f-af15-c806-6f67f48dd1b3-ea65e3ca {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-f8bf02ee-dab7-e9ad-8432-802dc42a791a-ea65e3ca {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-b43f1418-2f0b-93f5-0a41-4028c8f3202b-ea65e3ca {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_445f423b-5109-3c35-6144-1692c44f967e-ea65e3ca {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_59e9e732-fa19-6dca-b94c-0cb732f9d1fe-ea65e3ca {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-c5351230-f78d-1b84-b73a-e762faeb5351-ea65e3ca {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9744-ea65e3ca {
  grid-area: 7 / 1 / 8 / 13;
}

#w-node-_7139beb9-f5b2-6079-d2c7-0deaafd93248-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9745-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9747-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9748-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9749-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f974a-ea65e3ca, #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9746-ea65e3ca, #w-node-_314da066-5c42-c622-4308-f7bb83dfdcc4-ea65e3ca, #w-node-dfa50687-5748-3b85-347b-31427e87f251-ea65e3ca {
  place-self: center;
}

#w-node-_2023eb34-2500-1712-46e4-f3980688a915-ea65e3ca {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-a09acf4b-67c4-cd43-3e1b-9521cce8bc06-ea65e3ca {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_42ea1d2c-626d-f84d-1baa-7cd9342d6b23-ea65e3ca {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-dac4c235-5a32-6009-925a-2fcaffc4779b-ea65e3ca {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-_808f89ed-3c21-a70c-bcf8-a9d2a07cd047-ea65e3ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ab77c90d-3820-9246-5baf-e9437884c5b8-ea65e3ca {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ab77c90d-3820-9246-5baf-e9437884c5cb-ea65e3ca {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_4a779501-ff6a-bade-d33e-bbb94f9b5974-ea65e3ca {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_6bd3dd13-8f84-214a-7b68-a89fea912582-ea65e3ca {
  grid-area: 3 / 8 / 4 / 13;
}

#w-node-fa64ea4f-3561-ba4b-9164-b9f8e026da60-ea65e3ca {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-da3cf5bc-14be-f60a-fd5e-1d41cd2ceb2c-ea65e3ca {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-e056b337-26ad-aa4b-91dc-8120305e02be-ea65e3ca {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_97f74214-0a4f-9c6d-3a95-d92badb7a0e8-ea65e3ca {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_85b70346-7cf1-fba4-3312-a64277c15fa7-ea65e3ca {
  grid-area: 3 / 6 / 4 / 12;
}

#w-node-_973a4d49-6e8d-8419-c642-692a1401c710-ea65e3ca {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-cfb1170d-020c-bbc6-b875-8d461401f19f-ea65e3ca {
  grid-area: 5 / 2 / 6 / 6;
}

#w-node-_16e183c3-13ae-bf2f-b2ef-e9d89676ab09-ea65e3ca {
  grid-area: 5 / 6 / 7 / 13;
  align-self: end;
}

#w-node-c74935e3-92d2-a0dd-3376-4a82c2d1213f-ea65e3ca {
  grid-area: 6 / 2 / 7 / 6;
  align-self: end;
}

#w-node-_26c7089c-0425-ee5f-1971-12f360a2220d-ea65e3ca {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2b9-ea65e3ca {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2c9-ea65e3ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2ba-ea65e3ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2d8-ea65e3ca {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef0-ea65e3ca {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef3-ea65e3ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef7-ea65e3ca {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef5-ea65e3ca {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_596b68f9-08d1-3643-0387-01f0abf415ad-ea65e3ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_774a0c79-fb08-a498-d741-1d77a37d9253-cf9857c5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_774a0c79-fb08-a498-d741-1d77a37d925e-cf9857c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_774a0c79-fb08-a498-d741-1d77a37d9269-cf9857c5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_774a0c79-fb08-a498-d741-1d77a37d9274-cf9857c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_56b5dfef-7da7-a28f-2f9e-4f02f8450ad5-51981b78 {
  grid-area: 15 / 1 / 16 / 13;
  place-self: center;
}

#w-node-_56b5dfef-7da7-a28f-2f9e-4f02f8450ad5-5805f645 {
  grid-area: 10 / 1 / 11 / 13;
  place-self: center;
}

#w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a52d-5805f645 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a523-5805f645 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a524-5805f645 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a52b-5805f645 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_7e77379c-dc71-5a15-7df7-3dae9803d493-5805f645 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_58af16e0-d34d-0f1e-7664-1a97323598e9-5805f645 {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-_430624ff-733a-f344-487d-1ea80fe8369d-5805f645 {
  grid-area: 9 / 1 / 10 / 13;
}

#w-node-_6ce16244-8e69-154a-abe9-88e99b5e648b-5805f645 {
  grid-area: 4 / 7 / 5 / 12;
}

#w-node-e26cfe82-6a64-3386-9373-e11824d97277-5805f645 {
  grid-area: 5 / 2 / 8 / 7;
}

#w-node-_59478de3-773a-1971-2b30-946e27033250-5805f645 {
  grid-area: 5 / 7 / 7 / 12;
}

#w-node-_9ff01bb9-3798-ad64-ae50-0c94978e5cea-5805f645 {
  grid-area: 7 / 7 / 8 / 12;
}

#w-node-_03128a77-7425-7f58-28ed-34c8602eecf6-5805f645 {
  grid-area: 3 / 3 / 4 / 12;
}

#w-node-_618399ac-ea61-d5ff-1cf7-586b8d20d752-e44d4281 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_96af0876-9787-7226-b679-fa5ea0d88e94-e44d4281 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7343-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7346-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7347-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e734b-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e734c-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7350-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7351-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7355-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7356-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e735a-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e735b-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e735f-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7360-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7365-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7368-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7369-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e736d-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e736e-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7372-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7373-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7377-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7378-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e737c-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e737d-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7381-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7382-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7387-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e738a-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e738b-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e738f-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7390-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7394-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7395-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7399-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e739a-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73a3-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73a4-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73ad-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73ae-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73bb-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73be-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73bf-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73c3-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73c4-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73c8-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73c9-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73cd-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73ce-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73d2-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73d3-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73d8-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73db-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73dc-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73e0-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73e1-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73e5-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73e6-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73ea-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73eb-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73f0-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73f3-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73f4-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73f8-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73f9-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73fd-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e73fe-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7402-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7403-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7407-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7408-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e740d-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7410-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7411-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7415-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7416-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e741a-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e741b-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e741f-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7420-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7424-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7425-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7429-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e742a-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e742f-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7432-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7433-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7437-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7438-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e743c-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e743d-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7441-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7442-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7446-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7447-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e744b-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e744c-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7450-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7451-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7455-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7456-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e745a-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e745b-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7460-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7463-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7464-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7468-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7469-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e746d-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e746e-443eba52 {
  justify-self: start;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7473-443eba52, #w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7476-443eba52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff5d5f44-cd89-38ff-c2a7-7633f98e7477-443eba52 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_18ad6338-8529-6a60-b7b7-6a4e60f027f2-ea65e3ca {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f6f81d6d-1eb2-a16a-e48d-9681ea56a394-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_9e3da50a-d8a2-4298-6c2f-25882067c128-ea65e3ca {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_9e3da50a-d8a2-4298-6c2f-25882067c113-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-_882d58b3-e51f-af15-c806-6f67f48dd1b3-ea65e3ca {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-b43f1418-2f0b-93f5-0a41-4028c8f3202b-ea65e3ca {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_445f423b-5109-3c35-6144-1692c44f967e-ea65e3ca {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_59e9e732-fa19-6dca-b94c-0cb732f9d1fe-ea65e3ca {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c5351230-f78d-1b84-b73a-e762faeb5351-ea65e3ca {
    grid-area: 6 / 2 / 7 / 12;
  }

  #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9744-ea65e3ca {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_2023eb34-2500-1712-46e4-f3980688a915-ea65e3ca {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-a09acf4b-67c4-cd43-3e1b-9521cce8bc06-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_42ea1d2c-626d-f84d-1baa-7cd9342d6b23-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dac4c235-5a32-6009-925a-2fcaffc4779b-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ab77c90d-3820-9246-5baf-e9437884c5b8-ea65e3ca {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-ab77c90d-3820-9246-5baf-e9437884c5cb-ea65e3ca {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-_4a779501-ff6a-bade-d33e-bbb94f9b5974-ea65e3ca {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_6bd3dd13-8f84-214a-7b68-a89fea912582-ea65e3ca {
    grid-area: 4 / 3 / 5 / 13;
  }

  #w-node-fa64ea4f-3561-ba4b-9164-b9f8e026da60-ea65e3ca {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-da3cf5bc-14be-f60a-fd5e-1d41cd2ceb2c-ea65e3ca {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-e056b337-26ad-aa4b-91dc-8120305e02be-ea65e3ca {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: center;
  }

  #w-node-_97f74214-0a4f-9c6d-3a95-d92badb7a0e8-ea65e3ca {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_85b70346-7cf1-fba4-3312-a64277c15fa7-ea65e3ca {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_973a4d49-6e8d-8419-c642-692a1401c710-ea65e3ca {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-cfb1170d-020c-bbc6-b875-8d461401f19f-ea65e3ca {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-_16e183c3-13ae-bf2f-b2ef-e9d89676ab09-ea65e3ca {
    grid-area: 7 / 2 / 8 / 12;
    align-self: end;
  }

  #w-node-c74935e3-92d2-a0dd-3376-4a82c2d1213f-ea65e3ca {
    grid-area: 8 / 3 / 9 / 11;
    align-self: end;
  }

  #w-node-_26c7089c-0425-ee5f-1971-12f360a2220d-ea65e3ca {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2b9-ea65e3ca {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2c9-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2ba-ea65e3ca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2d8-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef0-ea65e3ca {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef3-ea65e3ca {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef7-ea65e3ca {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef5-ea65e3ca {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_596b68f9-08d1-3643-0387-01f0abf415ad-ea65e3ca {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_774a0c79-fb08-a498-d741-1d77a37d9253-cf9857c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_774a0c79-fb08-a498-d741-1d77a37d925e-cf9857c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_774a0c79-fb08-a498-d741-1d77a37d9269-cf9857c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_774a0c79-fb08-a498-d741-1d77a37d9274-cf9857c5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_56b5dfef-7da7-a28f-2f9e-4f02f8450ad5-51981b78 {
    grid-area: 4 / 1 / 5 / 13;
    place-self: center;
  }

  #w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a524-5805f645 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a52b-5805f645 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_58af16e0-d34d-0f1e-7664-1a97323598e9-5805f645 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_6ce16244-8e69-154a-abe9-88e99b5e648b-5805f645 {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-e26cfe82-6a64-3386-9373-e11824d97277-5805f645 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-_59478de3-773a-1971-2b30-946e27033250-5805f645 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_9ff01bb9-3798-ad64-ae50-0c94978e5cea-5805f645 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_03128a77-7425-7f58-28ed-34c8602eecf6-5805f645 {
    grid-area: 3 / 1 / 4 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18ad6338-8529-6a60-b7b7-6a4e60f027f2-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f6f81d6d-1eb2-a16a-e48d-9681ea56a394-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_9e3da50a-d8a2-4298-6c2f-25882067c113-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end center;
  }

  #w-node-_882d58b3-e51f-af15-c806-6f67f48dd1b3-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-f8bf02ee-dab7-e9ad-8432-802dc42a791a-ea65e3ca {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-b43f1418-2f0b-93f5-0a41-4028c8f3202b-ea65e3ca {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_59e9e732-fa19-6dca-b94c-0cb732f9d1fe-ea65e3ca {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c5351230-f78d-1b84-b73a-e762faeb5351-ea65e3ca {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_7aa79ca8-d4ce-cb14-f55f-3abf9d7f9744-ea65e3ca {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_2023eb34-2500-1712-46e4-f3980688a915-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
    place-self: center;
  }

  #w-node-a09acf4b-67c4-cd43-3e1b-9521cce8bc06-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_42ea1d2c-626d-f84d-1baa-7cd9342d6b23-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_808f89ed-3c21-a70c-bcf8-a9d2a07cd047-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ab77c90d-3820-9246-5baf-e9437884c5b8-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ab77c90d-3820-9246-5baf-e9437884c5cb-ea65e3ca {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_4a779501-ff6a-bade-d33e-bbb94f9b5974-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_6bd3dd13-8f84-214a-7b68-a89fea912582-ea65e3ca {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-fa64ea4f-3561-ba4b-9164-b9f8e026da60-ea65e3ca, #w-node-da3cf5bc-14be-f60a-fd5e-1d41cd2ceb2c-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e056b337-26ad-aa4b-91dc-8120305e02be-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_97f74214-0a4f-9c6d-3a95-d92badb7a0e8-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_85b70346-7cf1-fba4-3312-a64277c15fa7-ea65e3ca {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_973a4d49-6e8d-8419-c642-692a1401c710-ea65e3ca {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-cfb1170d-020c-bbc6-b875-8d461401f19f-ea65e3ca {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_16e183c3-13ae-bf2f-b2ef-e9d89676ab09-ea65e3ca {
    grid-area: 7 / 1 / 8 / 5;
    align-self: end;
  }

  #w-node-c74935e3-92d2-a0dd-3376-4a82c2d1213f-ea65e3ca {
    grid-area: 8 / 1 / 9 / 5;
    align-self: end;
  }

  #w-node-_26c7089c-0425-ee5f-1971-12f360a2220d-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2b9-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef0-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef3-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef7-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef5-ea65e3ca {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_596b68f9-08d1-3643-0387-01f0abf415ad-ea65e3ca {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_56b5dfef-7da7-a28f-2f9e-4f02f8450ad5-51981b78 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a52d-5805f645 {
    grid-area: 6 / 1 / 7 / 13;
  }

  #w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a524-5805f645 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_32abb08a-ecea-3ae7-8571-9f7a5622a52b-5805f645 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18ad6338-8529-6a60-b7b7-6a4e60f027f2-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f6f81d6d-1eb2-a16a-e48d-9681ea56a394-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_9e3da50a-d8a2-4298-6c2f-25882067c113-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-b43f1418-2f0b-93f5-0a41-4028c8f3202b-ea65e3ca {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_445f423b-5109-3c35-6144-1692c44f967e-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_59e9e732-fa19-6dca-b94c-0cb732f9d1fe-ea65e3ca {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c5351230-f78d-1b84-b73a-e762faeb5351-ea65e3ca {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-dfa50687-5748-3b85-347b-31427e87f251-ea65e3ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2023eb34-2500-1712-46e4-f3980688a915-ea65e3ca {
    grid-area: 3 / 1 / 4 / 5;
    place-self: center;
  }

  #w-node-a09acf4b-67c4-cd43-3e1b-9521cce8bc06-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42ea1d2c-626d-f84d-1baa-7cd9342d6b23-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac4c235-5a32-6009-925a-2fcaffc4779b-ea65e3ca {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-da3cf5bc-14be-f60a-fd5e-1d41cd2ceb2c-ea65e3ca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2ba-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_54043d9a-0cc5-ca73-5ba1-c9c7abb2a2d8-ea65e3ca {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef3-ea65e3ca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef7-ea65e3ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42ac9bfa-b124-80cc-792c-6faabdaadef5-ea65e3ca {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Extrafett.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Halbfett.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Extraleicht.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Fett.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Kraftig.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'body';
  src: url('../fonts/Sohne-Leicht.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}