:root {
  --color--white: #d1cdcd;
  --color--black: #222;
  --border-radius--s: 2px;
  --spacings--2s: 1.5rem;
  --spacings--xs: .5rem;
  --border-radius--m: 4px;
  --color--background\<deleted\|variable-f9cd0919-05c6-6c9b-6db5-ba7ca4c9d3ed\>: #ddd;
  --spacings--2m: 4rem;
  --spacings--m: 2rem;
  --spacings--s: 1rem;
  --spacings--ml: 3rem;
  --sentec-main: #000aff;
  --color--grey: #8a8a8a;
  --spacings--xl: 7.5rem;
  --spacings--l: 5rem;
  --spacings--2xl: 15rem;
  --spacings--3xl: 22.5rem;
}

body {
  box-sizing: border-box;
  background-color: var(--color--white);
  color: var(--color--black);
  text-rendering: geometricprecision;
  margin: 0;
  padding: 0;
  font-family: Ppmori, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
  overflow: hidden scroll;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  letter-spacing: .024rem;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 124%;
}

a {
  text-decoration: none;
}

img {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--s);
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.container {
  padding-top: var(--spacings--2s);
  padding-right: var(--spacings--2s);
  padding-bottom: var(--spacings--2s);
  padding-left: var(--spacings--2s);
  grid-column-gap: var(--spacings--2s);
  grid-row-gap: var(--spacings--2s);
  box-sizing: border-box;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  display: block;
  position: relative;
}

.flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex.labels {
  z-index: 2;
  grid-column-gap: var(--spacings--xs);
  grid-row-gap: var(--spacings--xs);
  align-content: flex-start;
  position: relative;
  overflow: hidden;
}

.button-label {
  z-index: 1;
  border: 1px solid var(--color--black);
  color: var(--color--black);
  letter-spacing: .015rem;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .1s;
  position: relative;
  overflow: hidden;
}

.button-label.w--current {
  background-color: var(--color--black);
  color: var(--color--white);
}

.badge {
  letter-spacing: .03rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 124%;
}

.badge.main {
  font-weight: 700;
}

.menu {
  z-index: 999;
  padding-top: var(--spacings--2s);
  padding-right: var(--spacings--2s);
  padding-bottom: var(--spacings--2s);
  padding-left: var(--spacings--2s);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--color--black);
  flex-flow: column;
  justify-content: space-between;
  width: 15vw;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.name {
  letter-spacing: 0;
  text-transform: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.copy {
  letter-spacing: .024rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 124%;
}

.grid {
  grid-column-gap: var(--spacings--2s);
  grid-row-gap: var(--spacings--2s);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid._2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid.case {
  width: 100%;
}

.grid-item {
  border-radius: var(--border-radius--m);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-item.link {
  z-index: 10;
  cursor: pointer;
  height: 70vh;
  text-decoration: none;
}

.grid-item.first {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.grid-item.hero {
  transform: translate(0, calc(-2rem - 5px));
}

.grid-item._16-9 {
  aspect-ratio: 16 / 9;
}

.grid-item._3-2 {
  aspect-ratio: 3 / 2;
}

.overlay-loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-loader._1 {
  background-color: #0048ff;
}

.divider {
  display: flex;
  position: absolute;
  top: 92%;
  left: 0%;
  right: 0%;
}

.divider.top {
  display: none;
  inset: 0% 0% auto;
}

.divider.bottom {
  margin-top: 1px;
  display: none;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.divider-wave-top {
  background-color: var(--color--background\<deleted\|variable-f9cd0919-05c6-6c9b-6db5-ba7ca4c9d3ed\>);
  border-radius: 50%;
  width: 200%;
  height: 250%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.divider-half-top, .divider-half-bottom {
  flex: 1;
  height: 0;
  position: relative;
  overflow: hidden;
}

.divider-wave-bottom {
  background-color: var(--color--background\<deleted\|variable-f9cd0919-05c6-6c9b-6db5-ba7ca4c9d3ed\>);
  border-radius: 50%;
  width: 200%;
  height: 250%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.noise {
  z-index: 999;
  opacity: .04;
  pointer-events: none;
  background-image: url('../images/402107790_STATIC_NOISE_400.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.title {
  padding-bottom: var(--spacings--xs);
  grid-column-gap: var(--spacings--2s);
  grid-row-gap: var(--spacings--2s);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.toggle {
  z-index: 99;
  width: var(--spacings--2m);
  height: var(--spacings--m);
  border: 2px solid var(--color--black);
  cursor: pointer;
  border-radius: 2rem;
  justify-content: flex-end;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
}

.toggle-switch {
  aspect-ratio: 1;
  background-color: var(--color--black);
  border-radius: 100%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.subline {
  color: var(--color--black);
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-family: Ppmori, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
}

.nav-wrapper {
  grid-column-gap: var(--spacings--s);
  grid-row-gap: var(--spacings--s);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: var(--spacings--ml);
  grid-row-gap: var(--spacings--ml);
  flex-flow: column;
  display: flex;
}

.link-block {
  grid-column-gap: var(--spacings--xs);
  grid-row-gap: var(--spacings--xs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--color--black);
  letter-spacing: .03rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.link.small {
  letter-spacing: .03rem;
  font-size: .8rem;
  font-weight: 400;
}

.tabs-menu {
  margin-bottom: var(--spacings--s);
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.div-block-3 {
  grid-column-gap: var(--spacings--s);
  grid-row-gap: var(--spacings--s);
  align-items: center;
  display: flex;
}

.case-content {
  position: relative;
}

.title-primary {
  margin-bottom: var(--spacings--m);
  letter-spacing: -.28vw;
  order: -1;
  font-size: 11vw;
  font-weight: 600;
  line-height: 98%;
}

.title-secondary {
  text-align: right;
  padding-bottom: 2rem;
  font-size: 9rem;
  font-weight: 600;
  line-height: 110%;
}

.wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-5 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.lable {
  padding: .25rem var(--spacings--xs);
  border-radius: var(--border-radius--s);
  background-color: var(--color--black);
  color: var(--color--white);
  letter-spacing: .02rem;
  order: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 110%;
  display: inline-flex;
  overflow: hidden;
}

.lable.first {
  order: -1;
}

.title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--color--black);
  flex: 1;
  order: -1;
  width: 100%;
  height: 2px;
}

.mosaic {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: calc(85vw + 2px);
  height: 100vh;
  display: block;
  position: fixed;
}

.block, .block-2, .block-3 {
  background-color: var(--sentec-main);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.case-grid {
  z-index: 99;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-wrapper {
  width: calc(85vw - 3rem);
  position: relative;
}

.main-grid {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.back {
  cursor: pointer;
}

.sticky_list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.sticky-wrapper {
  height: 300vh;
}

.sticky_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sticky_img {
  margin-top: var(--spacings--2s);
  background-image: url('../images/Frame-5171187.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0%;
  padding: 0;
}

.sticky_img.case {
  z-index: 1;
  cursor: pointer;
  background-image: url('../images/Frame-5171184.png');
  position: relative;
  transform: translate(0, calc(-2rem - 5px));
}

.sticky_img.case._2 {
  background-image: url('../images/Frame-5171187.png');
}

.blackline {
  background-color: var(--color--black);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.square {
  aspect-ratio: 1;
}

._3-2, .landscape {
  aspect-ratio: 3 / 2;
}

.lottie {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.headline {
  margin-bottom: var(--spacings--s);
  letter-spacing: -.06rem;
  font-size: 3.4rem;
  line-height: 110%;
}

.subtitle {
  margin-bottom: var(--spacings--xs);
}

.black-shadow {
  z-index: 1;
  pointer-events: none;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-and-links {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rec {
  aspect-ratio: 1;
  background-color: #f2f0ed;
  border-radius: 4px;
  height: 48%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.rec._2 {
  width: 80%;
  height: auto;
  margin: auto;
  inset: 0%;
}

.footer-links {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bg-img {
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/bg_1bg.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.8rem;
  display: flex;
  position: relative;
}

.container-2.full {
  z-index: 1;
  max-width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.black-bg {
  z-index: 0;
  opacity: .3;
  filter: blur(3rem);
  background-color: #000;
  border-radius: 100%;
  width: 70%;
  height: 40%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.flex-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.list {
  grid-column-gap: 2rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}

.list:hover {
  text-decoration: underline;
}

.list.nolink:hover {
  text-decoration: none;
}

.menu-container {
  background-color: #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.button:hover {
  background-color: #908d89;
}

.textblock {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-title {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.imageblock {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.imageblock._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.1rem;
  font-family: Ppeiko, sans-serif;
  font-size: 7.75rem;
  font-weight: 500;
  line-height: 112%;
  position: relative;
}

.h1.black {
  color: #000;
  text-align: left;
}

.frame-20 {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  text-decoration: none;
  display: flex;
}

.text {
  z-index: 1;
  color: #fff;
  letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.link-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: -6rem;
  display: flex;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.frame-15 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 1rem;
  border-top: 2px solid #908d89;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.menu-2 {
  z-index: 99;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.content-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #908d89;
  font-family: Interdisplay, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.black {
  color: #000;
}

.menu-link {
  color: #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  margin-bottom: 0;
  padding: .25rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.menu-link.w--current {
  color: #000;
}

.menu-link.last {
  border-right-style: none;
}

.grid-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.copy-2 {
  color: #908d89;
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 128%;
  text-decoration: none;
}

.copy-2.black {
  color: #000;
  margin-bottom: 0;
  text-decoration: none;
}

.copy-2.black.eiko {
  font-weight: 500;
}

.logo {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link-wrapper {
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
}

.link-wrapper:hover {
  background-color: #908d89;
}

.img {
  z-index: 1;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 4px;
  width: 90%;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.img._2 {
  z-index: 2;
  aspect-ratio: 1;
  width: 70%;
  position: relative;
  inset: auto 0% 0% auto;
}

.img._3 {
  width: 70%;
}

.logo-menu-mobile {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.footer {
  background-color: #f2f0ed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-decoration: none;
  display: flex;
}

.container-3 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.8rem;
  display: flex;
  position: relative;
}

.flex-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.mb {
  height: 5rem;
}

.menu-3 {
  z-index: 99;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.content-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sarry {
  letter-spacing: .03rem;
  font-family: Interdisplay, sans-serif;
  font-weight: 400;
}

.h2 {
  font-family: Ppeiko, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 126%;
}

.copy-s {
  color: #908d89;
  line-height: 140%;
}

@media screen and (max-width: 991px) {
  .image {
    aspect-ratio: 16 / 9;
  }

  .container-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .imageblock {
    position: relative;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 5rem;
  }

  .text {
    letter-spacing: .03rem;
    font-size: 1.5rem;
  }

  .menu-link {
    width: auto;
    padding: .25rem 2rem;
    font-size: 1rem;
  }

  .grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-container {
    border-radius: 0;
    width: 100%;
  }

  .button {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }

  .footer-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .menu-2 {
    margin-top: 0;
  }

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

  .copy-2 {
    font-size: 1.125rem;
  }

  .logo {
    order: -1;
  }

  .link-wrapper {
    width: 100%;
  }

  .logo-menu-mobile {
    order: -1;
  }

  .menu-3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1.black {
    font-size: 3rem
  }
  

  .container-2 {
    padding: 2rem 1.5rem;
  }

  .menu-container {
    margin-top: .5rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .frame-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-menu {
    display: none;
  }

  .logo-menu-mobile {
    z-index: 999;
    width: auto;
    height: auto;
    margin-top: .5rem;
    margin-left: .5rem;
    font-family: Ppeiko, sans-serif;
    font-size: 1.25rem;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-3 {
    padding: 4rem 1.5rem;
  }

  .h2 {
    font-size: 2rem;
  }
}

#w-node-f101656d-4115-92be-0022-8d26a6c4c270-abe72654 {
  grid-area: span 2 / span 10 / span 2 / span 10;
}

#w-node-_06c810f4-ad47-d699-cc4f-f633cad62011-abe72654 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ecb90e9c-2de2-a215-5def-14d9e0b2716b-abe72654 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-abb517e7-55d2-8d46-9da4-fcfbd0e23b83-abe72654 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b3994a9-f227-7eb7-6a3f-0a58e3501cfa-abe72654, #w-node-_7066206a-6cc5-1861-55f4-96c8082a6c55-abe72654 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_13bc2c57-32e7-0642-24bd-81ce368b3058-abe72654 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_13bc2c57-32e7-0642-24bd-81ce368b3061-abe72654, #w-node-_13bc2c57-32e7-0642-24bd-81ce368b306a-abe72654 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_35c82fac-b514-73c5-f5b2-e0f8e01bdbdb-abe72654, #w-node-_13bc2c57-32e7-0642-24bd-81ce368b3085-abe72654, #w-node-_13bc2c57-32e7-0642-24bd-81ce368b308e-abe72654, #w-node-_460953c6-7c69-91ef-8868-8e89a7cc340a-abe72654, #w-node-afb20649-0515-ac90-f299-6fdc0b01d499-abe72654, #w-node-f96bbcb7-7923-01b5-efe5-e847be188892-abe72654, #w-node-_2c3e12e3-7fad-f46b-55ab-ba45908e4c9b-abe72654, #w-node-f3d5eaf2-2de3-5b9e-cbe6-9e84f1d3e497-abe72654 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_731b21d3-4dc7-879d-964c-43a6d9f5b89a-d4c08888 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/PPEiko-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}