:root {
  --white: white;
  --black: black;
}

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

body {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}

h4 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

p {
  margin-bottom: 40px;
  font-size: 1.375rem;
  line-height: 1.3;
}

.section-style-guide.space-big-base {
  margin-bottom: 30vh;
}

.container-style-guide {
  max-width: 1480px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.wrapper-style-guide {
  grid-row-gap: 50px;
  flex-direction: column;
  padding-top: 16vh;
  padding-bottom: 100px;
  display: flex;
}

.heading-title {
  color: #000;
  letter-spacing: -.06em;
  font-size: 8.75rem;
  font-weight: 600;
  line-height: .8;
}

.heading-title.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-title.menor {
  font-size: 5.7rem;
}

.title-wrapper-style-guide {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 1px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.grid-style-guide {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.heading-smallsdaf {
  color: #000;
  letter-spacing: -.06em;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-title-serif {
  z-index: 3;
  letter-spacing: -.12em;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Zodiak, sans-serif;
  font-size: 9.375rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.heading-regular {
  color: #000;
  letter-spacing: -.02em;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.heading-regular.space-base {
  margin-bottom: .5vh;
}

.heading-regular.space {
  padding-bottom: 20px;
  padding-left: 20px;
}

.heading-regular.all-caps {
  text-transform: uppercase;
  font-weight: 500;
}

.heading-regular.all-caps.opcavity {
  color: rgba(0, 0, 0, .5);
  font-weight: 300;
}

.heading-regular.align-center {
  justify-content: center;
}

.main-paragraph {
  font-size: 1.375rem;
  line-height: 1.3;
}

.heading-xtitle {
  color: #000;
  letter-spacing: -.06em;
  font-size: 17.5rem;
  font-weight: 600;
}

.heading-xtitle.no-breaking {
  white-space: nowrap;
  text-decoration: none;
}

.heading-small {
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current, .heading-small.opacity {
  color: #000;
}

.heading-small.opacity.lineup {
  text-decoration: line-through;
}

.heading-small.text-opacity {
  letter-spacing: -.03em;
}

.heading-small.text-opacity.space {
  padding-bottom: 10px;
}

.heading-small.size {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-small.opacity-allcaps {
  color: rgba(0, 0, 0, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.heading-small.allcaps-center {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  text-transform: uppercase;
}

.heading-large {
  color: #000;
  letter-spacing: -.06em;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

.heading-large.align-center.space-small-base {
  margin-bottom: 5vh;
}

.heading-large.size-ca {
  text-transform: uppercase;
  width: 70%;
  font-weight: 600;
}

.heading-xlarge {
  color: #000;
  letter-spacing: -.02em;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
}

.heading-subtitle {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.heading-subtitle.opacity {
  opacity: .5;
}

.heading-subtitle.color {
  z-index: 21;
  color: #fff;
  position: relative;
}

.heading-medium {
  color: #000;
  letter-spacing: -.06em;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-medium.align-center.size {
  max-width: 760px;
}

.main-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.main-grid.align-base {
  align-items: end;
}

.main-grid.space-top-bigg {
  margin-top: 30vh;
}

.main-grid.space-top-bigg.space-medium-base {
  margin-bottom: 15vh;
}

.main-grid._100 {
  width: 100%;
}

.color-swatch {
  height: 8vh;
}

.color-wrapper-style-guide {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.body {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
}

.heading-description {
  font-size: .625rem;
  font-weight: 300;
  line-height: 1;
}

.heading-description.rotate-absolute {
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(25px, 6px)rotate(-90deg);
}

.nav-grid {
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 5em 1fr 1fr 8em;
  height: 150px;
  margin-left: 3vw;
  margin-right: 3vw;
}

.navbar {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  transform: translate(0);
}

.section-hero {
  height: 100vh;
  margin-top: -150px;
}

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

.wrapper-text-hero {
  padding-bottom: 10%;
  overflow: hidden;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-section.overflow {
  overflow: hidden;
}

.image-hero {
  z-index: 3;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-left: 20%;
  display: flex;
  position: absolute;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.arrow-sign {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.wrapper-text.absolute {
  max-width: 700px;
  margin-left: 10vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrapper-text.size {
  width: 35%;
  margin-left: 50%;
  position: relative;
}

.wrapper-text.padding {
  padding-left: 70px;
}

.wrapper-text.flex-vert {
  flex-direction: column;
  display: flex;
}

.wrapper-text.small {
  width: 60%;
  position: relative;
  top: 0;
}

.wrapper-text.small.space-big-top {
  margin-top: 30vh;
  margin-bottom: 15vh;
}

.wrapper-two-fonts {
  align-items: center;
  display: flex;
}

.font-two {
  position: relative;
  transform: translate(0, -2px);
}

.line {
  z-index: 3;
  width: 110%;
  max-width: none;
  position: absolute;
  transform: translate(0, -70px);
}

.wrapper-text-size {
  width: 100%;
}

.motion-text {
  display: flex;
  position: relative;
}

.container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vh;
  padding-right: 3vh;
}

.container.space-big-top {
  margin-top: 30vh;
}

.container.space-big-base {
  margin-bottom: 30vh;
}

.container.space-big-two {
  margin-top: 30vh;
  margin-bottom: 30vh;
}

.container.space-medium-two {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.container.space-top-medium {
  margin-top: 15vh;
}

.wrapper-brand {
  height: 30vh;
}

.btn-primary {
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-line {
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space-small {
  height: 5vh;
}

.btn-wrapper {
  z-index: 12;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-line-opacity {
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-splash {
  z-index: 20;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-button-splash {
  background-color: #fff;
  border-radius: 200px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.text-color-white {
  color: #fff;
}

.bg-splash {
  z-index: 10;
  background-color: #000;
  background-image: url('../images/bg-splash_1bg-splash.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space-tiny {
  height: 2.5vh;
}

.space-medium {
  height: 15vh;
}

.wrapper-price {
  align-items: center;
  display: flex;
}

.section.bg-opacity {
  background-color: rgba(0, 0, 0, .05);
}

.section.flexbox {
  justify-content: center;
  margin-top: -10vh;
  display: flex;
}

.section.flexbox-center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section.space-big-base, .section.space-top-base {
  margin-bottom: 30vh;
}

.list-work {
  z-index: 9;
  border-top: 1px solid rgba(0, 0, 0, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  padding-left: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-list-work {
  z-index: 11;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-list-work.space-top-medium {
  margin-top: 15vh;
}

.opacity {
  opacity: .5;
}

.grid-list-work {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  align-items: center;
  width: 100%;
}

.divider {
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 1px;
}

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

.brands-section.spce-big-top {
  margin-top: 30vh;
  margin-bottom: 5vh;
}

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

.wrapper-carroussel-motion {
  overflow: hidden;
}

.wrapper-carroussel {
  display: flex;
  overflow: visible;
}

.corroussel-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100vw;
}

.brand-wrapper {
  border-bottom: 1px #e8e8e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.full-image-list {
  z-index: 8;
  opacity: 1;
  justify-content: flex-end;
  width: 40vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-background {
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: #f9cacc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-background.color-pink {
  background-color: #e79a9d;
}

.bg-background.color-purple {
  background-color: #c7b9e6;
}

.about {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.about.space-medium-top {
  margin-top: 15vh;
}

.text-about {
  z-index: 10;
  width: 60vw;
  position: relative;
}

.bg-local {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.local {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link {
  color: #000;
}

.bg-design {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.art-phone {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-phone {
  border-radius: 1vw;
  width: 62%;
  height: 90%;
  position: relative;
  overflow: hidden;
  transform: skew(0deg, -1deg)perspective(835px)translate(3px, -2px)rotate(-9.4deg);
}

.footer {
  z-index: 12;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.sign {
  object-fit: fill;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-radius: 1px;
  align-items: center;
  height: 8vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-subtile {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.top-footer {
  grid-column-gap: 3vw;
  align-items: flex-start;
  height: 60vh;
  padding-top: 22vh;
  display: flex;
}

.midlle-footer {
  height: 40vh;
}

.text-opacity {
  opacity: .5;
}

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

.image-9 {
  z-index: 2;
  width: 220px;
  height: 220px;
  position: absolute;
}

.splash-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ff6152;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 150px;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: 5%;
  left: 5%;
  right: 0%;
}

.image-10 {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 91px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splash {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-top: 30px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.image-hero-about {
  z-index: 3;
  height: 580px;
  margin-left: 26%;
  position: absolute;
}

.wrapper-hero-image-text {
  align-items: center;
  margin-left: 10vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrapper-twice {
  z-index: 2;
  position: relative;
}

.wrapper-twice.size {
  margin-left: 20px;
  padding-top: 20px;
  padding-right: 8px;
}

.wrapper-twice.zindex {
  z-index: 4;
}

.content-column {
  display: flex;
}

.content-column.space-medium-top {
  margin-top: 15vh;
}

.title-left, .title-right {
  flex: 1;
  position: relative;
}

.wrapper-image-hero {
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-about {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.frame-grid {
  width: 100%;
  min-height: 300px;
}

.frame-grid.size-grid {
  height: 100vh;
}

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

.track-about {
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-about {
  min-height: auto;
  position: relative;
  top: 0;
}

.sticky-about.space-medium-top {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.secret-page {
  background-color: #edff41;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  display: none;
}

.wrapper-suprise {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hero-cases {
  height: 100vh;
  margin-top: -150px;
}

.bg-hero-case, .image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-hero {
  margin-bottom: -4.5vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper-case {
  overflow: hidden;
}

.image-case {
  padding-bottom: 20px;
  overflow: hidden;
}

.section-hero-services.space-medium-base {
  margin-bottom: 15vh;
}

.wrapper-hero-services {
  height: 77vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.text-hero-services {
  z-index: -1;
  align-items: center;
  width: 50%;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.image-hero-services {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

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

.image-hero-a {
  z-index: 8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hero-b {
  z-index: 4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-services {
  flex-direction: column;
  justify-content: flex-start;
  height: 200vh;
  display: flex;
  position: relative;
  top: 0;
}

.text-wrapper-services {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  display: flex;
}

.subtitle-about {
  width: 25%;
}

.subtitle-about.space-small-base {
  margin-bottom: 5vh;
}

.text-wrapper-about {
  grid-row-gap: 3vh;
  flex-direction: column;
  width: auto;
  display: flex;
}

.text-wrapper-about.size {
  grid-row-gap: 1vh;
}

.grid-services {
  grid-column-gap: 24px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper-services {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-bottom: 43px;
  display: flex;
}

.service-text {
  object-fit: cover;
  width: 100%;
  height: 21rem;
  margin-bottom: 10px;
  overflow: hidden;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-left: 1px rgba(0, 0, 0, .15);
  border-right: 1px #000;
  border-radius: 0;
  height: 60px;
  padding-left: 0;
  font-size: 1.375rem;
}

.text-field.input {
  height: 150px;
  font-size: 1.375rem;
}

.submit-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  border-radius: 1px;
  width: auto;
  height: 60px;
  padding-bottom: 0;
  padding-left: .5vw;
  padding-right: .5vw;
}

.nav-link {
  flex-direction: column;
  height: 26px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.wrapper-link {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.size {
  width: 70%;
}

.size.space-medium-two {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.full-image-list-01 {
  z-index: 8;
  opacity: 1;
  justify-content: flex-end;
  width: 100%;
  height: 65vh;
  max-height: 800px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.wrapper-list-01 {
  flex-direction: column;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.container-big {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vh;
  padding-right: 3vh;
}

.container-big.space-top-big {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.text-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.text-wrapper.center-align {
  text-align: center;
  width: 100%;
}

.container-list-work-01 {
  z-index: 11;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vh;
  padding-right: 3vh;
  position: relative;
}

.container-list-work-01.space-top-big {
  margin-bottom: 30vh;
}

.wrapper-list-02 {
  flex-direction: column;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.full-image-list-02 {
  z-index: 8;
  opacity: 1;
  justify-content: flex-end;
  width: 100%;
  height: 85vh;
  max-height: 1200px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.text-together {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-home-02 {
  grid-template-rows: auto min-content auto;
  grid-template-columns: 1fr auto 1fr;
}

.wrapper-text-home-02.center-hero {
  padding-left: 1vw;
  padding-right: 1vw;
}

.wrapper-text-home-02.align-base.space {
  margin-bottom: -1vh;
  padding-left: .5vw;
}

.heading-xl {
  font-size: 10vw;
  font-weight: 700;
  line-height: .7;
}

.heading-xl.size-space {
  line-height: .8;
}

.heading-l {
  font-size: 5vw;
  font-weight: 700;
}

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

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

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

.coming-soon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon.space-big-top {
  margin-top: 30vh;
}

.coming-soon.space-big-top.space-big-base {
  margin-bottom: 30vh;
}

.footer-coming-soon {
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-coming-soon {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
}

.wrapper-text-coming-soon {
  color: #000;
  text-decoration: none;
}

.images-hover {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 55vh;
  display: block;
  position: relative;
  top: -15vh;
  right: -6em;
  overflow: hidden;
}

.image-b {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.letter {
  justify-content: space-between;
  align-items: flex-start;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.link-letter {
  color: #000;
  text-decoration: none;
}

.image-a {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-c {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-d {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-hero {
  height: 90vh;
}

.about-hero.space-big-base {
  margin-bottom: 30vh;
}

.text-wrapper-about-hero {
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-about {
  background-color: #000;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.images-about {
  width: 60vw;
  height: 80vh;
}

.wrapper-images-about {
  grid-column-gap: 5vw;
  padding-left: 5vw;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sticky-about-03 {
  height: 300vh;
}

.case-blog {
  flex-flow: column;
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
}

.image-thumbnail {
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  height: 60vh;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.image-thumbnail.w--current {
  border-radius: 40px;
  overflow: hidden;
}

.image-thumbnail.space-base {
  height: 100vh;
  margin-bottom: 40vh;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.posts-blogs {
  grid-column-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.post-blog {
  width: 100%;
}

.text-blog-center {
  width: 70%;
}

.text-blog-center.space-big-base {
  margin-bottom: 30vh;
}

.post {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-home-02 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-wrapper-home-02 {
  flex: none;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper-title {
  flex-direction: column;
  height: 400vh;
  margin-left: 10vw;
  margin-right: 10vw;
  position: relative;
  top: 0;
}

.section-hero-home-02 {
  margin-top: -150px;
}

.grid-home-hero-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heigh-letter {
  height: 12.5vh;
}

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

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

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

.image-23 {
  width: 100%;
}

.field-label {
  font-family: Switzer, sans-serif;
  font-weight: 300;
}

.text-wrapper-02 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.wrapper-splash-mobile {
  z-index: 20;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  text-decoration: none;
  display: none;
  position: relative;
}

.nav-menu-2 {
  overflow: hidden;
}

.about-city {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.grid-home-sales {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper-btn {
  cursor: pointer;
  border: 1px solid #b9b9b9;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 10px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.wrapper-btn:hover {
  background-color: #edff41;
  border-color: #b9b9b9;
}

.title-section {
  margin-top: 21px;
  margin-bottom: 21px;
}

.pages-wrapper {
  margin-bottom: 60px;
}

.home-sales {
  justify-content: space-between;
  margin-top: 15vh;
  margin-bottom: 20vh;
  display: flex;
}

.wrapper-splash-home {
  z-index: 20;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-2 {
  color: #000;
}

.home-projects-item {
  height: 100vh;
  margin: 1vw;
  position: relative;
  overflow: hidden;
}

.home-projects-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-projects-item-content {
  z-index: 10;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4vw;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-projects-item-link {
  z-index: 11;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-prcing-content {
  grid-column-gap: 30px;
  display: flex;
}

.wrapper-prcing-content.space-big-top {
  margin-top: 30vh;
}

.wrapper-pricing {
  border-radius: 40px;
  width: 100%;
}

.wrapper-pricing.bg-color-gray {
  background-color: #fafafa;
  padding: 5vw 3vw 3vw;
}

.heading-medium-2 {
  color: #000;
  letter-spacing: -.06em;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.space-20 {
  height: 20px;
}

.space-50 {
  height: 50px;
}

.item-list {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-princing-wrapper {
  align-items: flex-end;
  display: flex;
}

.name-team, .role-team {
  grid-column-gap: 6px;
  display: flex;
}

.bg-brand {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

@media screen and (max-width: 991px) {
  .heading-title {
    font-size: 3.6rem;
  }

  .heading-title.align-center {
    font-size: 3em;
  }

  .heading-title-serif {
    font-size: 4.3rem;
  }

  .heading-regular.opacity.space {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 1rem;
  }

  .main-paragraph {
    column-count: 1;
    margin-bottom: 90px;
    font-size: .9em;
  }

  .heading-xtitle {
    font-size: 3.6em;
  }

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

  .heading-small.size.mobile {
    font-size: 2.9rem;
  }

  .heading-small.size.hide {
    display: none;
  }

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

  .heading-large.size-ca {
    width: 80%;
    font-size: 2.2rem;
  }

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

  .heading-medium.align-center.size {
    width: 90%;
    font-size: 2rem;
  }

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

  .nav-grid {
    background-color: #fff;
    grid-template-columns: 5em 1fr 5em;
    margin-left: 0;
    margin-right: 0;
  }

  .section-hero {
    height: auto;
  }

  .section-hero.center {
    margin-top: 15vh;
    margin-bottom: 20vh;
  }

  .wrapper-text-hero {
    padding-top: 20%;
    padding-bottom: 20%;
    position: relative;
  }

  .hero-section {
    flex-direction: column;
    height: auto;
    overflow: hidden;
  }

  .image-hero {
    height: 50vh;
    margin-top: 20vh;
    margin-left: 0%;
    position: relative;
  }

  .arrow-sign {
    display: none;
  }

  .wrapper-text.absolute {
    margin-left: 5vw;
    margin-right: 5vw;
    position: relative;
  }

  .wrapper-text.padding {
    padding-left: 3vw;
  }

  .wrapper-text.flex-vert {
    display: none;
  }

  .wrapper-text.small {
    width: 100%;
    margin-bottom: 43px;
  }

  .line {
    transform: translate(0, -43px);
  }

  .container {
    margin-left: 5vw;
    margin-right: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-splash, .bg-splash {
    display: none;
  }

  .section {
    display: block;
  }

  .section.flexbox {
    margin-top: 10vh;
  }

  .section.flexbox-center {
    height: auto;
  }

  .list-work {
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 3vw;
  }

  .container-list-work {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .corroussel-grid {
    width: 200vw;
  }

  .brand-wrapper {
    height: auto;
    padding: 3vh 5vw;
  }

  .about {
    height: auto;
    margin-top: 20vw;
    margin-bottom: 20vw;
  }

  .text-about {
    width: 84vw;
  }

  .image-phone {
    border-radius: 3vw;
  }

  .footer {
    height: auto;
  }

  .sign {
    position: relative;
  }

  .top-footer {
    flex-direction: column;
    height: auto;
    position: relative;
  }

  .midlle-footer {
    height: auto;
    margin-bottom: 10vw;
  }

  .splash {
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .image-hero-about {
    width: 60%;
    height: auto;
    margin-left: 22%;
  }

  .wrapper-hero-image-text {
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-left: 0;
    position: relative;
  }

  .content-column {
    flex-direction: column;
  }

  .sticky-about, .secret-page {
    display: none;
  }

  .section-hero-cases {
    height: 100vh;
  }

  .wrapper-hero-services {
    flex-direction: column;
    height: 60vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .text-hero-services {
    width: auto;
    padding-top: 2vh;
  }

  .image-hero-services {
    width: 100%;
    margin-bottom: 10vh;
    position: relative;
  }

  .track-services {
    height: auto;
  }

  .text-wrapper-services {
    flex-direction: column;
  }

  .text-wrapper-about {
    width: auto;
  }

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

  .nav-link {
    background-color: #fff;
    height: 70px;
    display: flex;
  }

  .nav-menu {
    width: 100vw;
    position: relative;
  }

  .wrapper-link {
    background-color: #fff;
  }

  .size {
    width: 90%;
    font-size: 1.375rem;
  }

  .wrapper-list-01 {
    width: 100%;
  }

  .container-big {
    padding-left: 3vw;
  }

  .text-wrapper {
    width: 70%;
  }

  .container-list-work-01 {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .heading-xl.size-space {
    font-size: 16vw;
  }

  .image-full {
    width: 80vw;
    height: 50vh;
  }

  .coming-soon {
    height: 80dvh;
  }

  .footer-coming-soon {
    bottom: 0%;
  }

  .grid-coming-soon {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .wrapper-text-coming-soon {
    padding-bottom: 1vh;
  }

  .text-wrapper-about-hero {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-about {
    height: 70vh;
  }

  .images-about {
    height: auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .wrapper-images-about {
    height: 100%;
  }

  .sticky-about-03 {
    margin-top: 20vh;
  }

  .hero-section-home-02 {
    align-items: flex-start;
    height: 100dvh;
  }

  .heigh-letter {
    height: 9vh;
  }

  .text-wrapper-02 {
    width: 70%;
  }

  .wrapper-splash-mobile {
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    position: static;
  }

  .brand, .brand.w--current {
    margin-left: 3vw;
  }

  .menu-button {
    margin-right: 3vw;
  }

  .menu-button.w--open {
    background-color: #fff;
    margin-right: 3vw;
  }

  .icon {
    color: #000;
  }

  .about-city {
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .grid-home-sales {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-sales {
    flex-direction: column;
  }

  .wrapper-splash-home {
    display: none;
  }

  .wrapper-splash-home.show {
    display: flex;
  }

  .wrapper-prcing-content {
    flex-direction: column;
  }

  .wrapper-pricing.bg-color-gray {
    margin-bottom: 5vh;
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

@media screen and (max-width: 767px) {
  .heading-title.align-center {
    font-size: 3.4em;
  }

  .heading-smallsdaf {
    font-size: .7em;
  }

  .main-grid {
    width: 100%;
  }

  .heigh-letter {
    height: 6vh;
  }

  .wrapper-pricing.bg-color-gray {
    padding: 15vw 8vw 6vw;
  }
}

@media screen and (max-width: 479px) {
  .heading-smallsdaf {
    text-align: left;
  }

  .arrow-splash {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image-10 {
    top: 45%;
  }

  .heigh-letter {
    height: 3vh;
  }
}

#w-node-fca435c4-4864-b392-f9ac-0d6b16345a89-872b9452, #w-node-ba44e74a-9e05-8ebf-bda6-9bec691f74d7-872b9452, #w-node-_6028df31-29f5-59c3-7e78-ba07d7105128-872b9452, #w-node-_7e62e5e2-c156-4d34-32fe-1cbb7315ae47-872b9452, #w-node-_7e62e5e2-c156-4d34-32fe-1cbb7315ae4a-872b9452, #w-node-_7e62e5e2-c156-4d34-32fe-1cbb7315ae4d-872b9452, #w-node-_963f0b1b-6197-22db-263e-d93efc0ff006-872b9452, #w-node-_963f0b1b-6197-22db-263e-d93efc0ff009-872b9452, #w-node-_963f0b1b-6197-22db-263e-d93efc0ff00c-872b9452, #w-node-_4f4ffa99-507a-f92c-c8c2-6df7c17295ac-872b9452, #w-node-_4f4ffa99-507a-f92c-c8c2-6df7c17295af-872b9452, #w-node-_4f4ffa99-507a-f92c-c8c2-6df7c17295b2-872b9452, #w-node-c25c2952-390e-33c1-ec58-5b027ba76f3d-872b9452 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fd98-6824fd83 {
  grid-area: 2 / 8 / 3 / 11;
  align-self: end;
  justify-self: start;
}

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fd9c-6824fd83 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fda2-6824fd83 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fdb0-6824fd83 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fdbc-6824fd83 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_99672487-af7a-7af5-3f90-38c5243de727-243de725 {
  align-self: center;
}

#w-node-_99672487-af7a-7af5-3f90-38c5243de729-243de725 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-ee2fdaf3-c72f-8957-ef62-c42820100eee-872b945d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9c59b537-acf7-ee55-8807-964a529f762f-872b945d {
  grid-area: 1 / 4 / 3 / 10;
}

#w-node-_99dcfeae-b32c-bad7-332a-5053094766fb-872b945d {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_6e47a4c3-17f0-704b-28da-9603c0bc10c7-872b945d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6a05f736-e99a-98e1-c121-a1bfaedfc197-872b945d {
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-c7da0a22-4391-f310-bd78-1f688d887bac-872b945d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_200cad80-859b-bcaa-4b32-30e3d6591611-872b945d {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-efdb5f1f-6016-5323-610e-802ad7462419-872b945d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b084bd69-b05d-8eb6-2b2b-1c8830462fe3-872b945d {
  grid-area: 3 / 4 / 4 / 9;
}

#w-node-_354c1e47-72e4-57ac-6ff9-3d1dc146dda0-872b945e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-eed9be29-8f62-44a5-6ba9-ce44f3a47f5a-872b945e, #w-node-_9d5c026c-b0e7-6820-7926-17dfd8ae70b6-872b945e, #w-node-_4ca0a9d0-6660-af00-ee0f-8915a89cdbc4-872b945e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6126f584-b27f-12ac-b134-a3d3d0ca4b6e-872b945e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61a2d7fc-ddae-ad41-f811-15efc762b623-872b945e, #w-node-bae04eb0-538b-5c0f-0b72-c9f497d19b33-872b945e, #w-node-_63ed0a83-5f9d-3865-ff9d-46bd50e48b86-872b945e, #w-node-b8038435-905a-8138-c49d-486701761b93-872b945e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82986ef6-4dab-07ea-5eae-bb14944cde14-872b945e, #w-node-_75e878d6-a8cc-65c2-f799-68f6c8e3fde0-872b945e, #w-node-ee1579d4-ddb6-4deb-28d9-05393ef9137c-872b945e, #w-node-caba3dd8-ba70-ae14-55c7-45c21084cf16-872b945e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06ce-872b945e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06d1-872b945e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06ce-872b945f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06d1-872b945f {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bee7de84-502b-aba4-ccb9-c5a81a5c84cb-872b9462 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9130e323-7c06-a4d0-e8ef-b15cb2116782-872b9462 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6eb12417-3dab-a636-52a6-d83d141bc064-141bc05a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-c2e6603b-24b5-16e3-7f5d-2479ff18865b-872b9463 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c2e6603b-24b5-16e3-7f5d-2479ff18865e-872b9463 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-b02829cc-ceaa-5d8f-b665-730b94b6690c-872b9463 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b02829cc-ceaa-5d8f-b665-730b94b6690f-872b9463 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_73721224-1ad0-c7d1-ba50-58af9e752632-872b9464 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8146f6a1-c1f4-9d3d-c551-dd5ce9ed2f73-872b9464 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d8ad0e2-2f60-a089-688a-98c1cbd2939d-872b9464 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_17d9b345-936b-1b42-630b-b83453ed5951-872b9464 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d9c6c106-e38a-8537-ce4d-7a78cbdcf524-872b9464, #w-node-_01486dfa-2628-968d-6068-34ffbab38008-872b9464 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454ea-6f4454e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454ec-6f4454e1 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454ee-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454f0-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454f2-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454f4-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454f7-6f4454e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454f9-6f4454e1 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454fb-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454fd-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f4454ff-6f4454e1, #w-node-_68d45cf7-681f-d7d0-12d9-55bb6f445501-6f4454e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_8146f6a1-c1f4-9d3d-c551-dd5ce9ed2f73-872b9465 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1d8ad0e2-2f60-a089-688a-98c1cbd2939d-872b9465 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_17d9b345-936b-1b42-630b-b83453ed5951-872b9465 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d9c6c106-e38a-8537-ce4d-7a78cbdcf524-872b9465 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb36-872b9466 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb39-872b9466 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_52f1f748-2345-b709-8a03-217d3d162544-872b9468 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9a010875-a3a2-c783-6924-7cf93d3529be-872b9468 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-d9dbcba0-f154-5cc4-3a1b-2a531013a30b-872b9468 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_92f9628b-0d0a-35f6-a9a4-879a4befb9eb-872b9468 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_26f08d30-cf4f-9290-45d5-6dd614c623ee-872b9468 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_51b60c86-8829-b2b7-2dca-a706c0127de7-872b9468 {
  grid-area: 2 / 7 / 2 / 9;
}

#w-node-_95eaf28b-70af-2c4f-e720-d03ac53a14c6-872b9468 {
  grid-area: 2 / 9 / 3 / 11;
}

#w-node-a574e3d0-f5a2-dec5-010c-5fb63f720dc6-872b9468 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f2f647bf-2063-80e6-cd42-e43e9a8ec3f4-872b9468 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_54e1d408-0f6b-e319-358c-0f53707cc82c-872b9468 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-b81139a7-536e-48e2-0655-a1483a1ce9a3-872b9469, #w-node-b81139a7-536e-48e2-0655-a1483a1ce9a5-872b9469, #w-node-b81139a7-536e-48e2-0655-a1483a1ce9a8-872b9469, #w-node-b81139a7-536e-48e2-0655-a1483a1ce9aa-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0c3-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0c5-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0c8-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0ca-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0cd-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0cf-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0d2-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0d4-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0d7-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0d9-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0dc-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0de-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0e1-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0e3-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0e6-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0e8-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0eb-872b9469, #w-node-b223348d-ac7e-bf04-7b61-3b6dcb4c16ce-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0f0-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0f2-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0fa-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0fc-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff0ff-872b9469, #w-node-ffb3284f-3afd-98cd-ca65-54d0d40ff101-872b9469, #w-node-fe935882-6a32-3fd7-fceb-7d8c82ecbd13-872b9469, #w-node-fe935882-6a32-3fd7-fceb-7d8c82ecbd15-872b9469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe935882-6a32-3fd7-fceb-7d8c82ecbd16-872b9469 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed21-872b9470 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed2a-872b9470 {
  grid-area: 2 / 3 / 2 / 9;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed33-872b9470 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed4c-872b9470 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed57-872b9470 {
  grid-area: 2 / 7 / 2 / 13;
}

#w-node-b58d9987-4f92-859d-c1cd-bf9907ffed60-872b9470 {
  grid-area: 2 / 3 / 3 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_88fd6319-1982-cbf8-db1b-f0b66824fd9c-6824fd83 {
    grid-column-end: 3;
  }

  #w-node-_88fd6319-1982-cbf8-db1b-f0b66824fda2-6824fd83 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_88fd6319-1982-cbf8-db1b-f0b66824fdb0-6824fd83 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_88fd6319-1982-cbf8-db1b-f0b66824fdbc-6824fd83 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99672487-af7a-7af5-3f90-38c5243de727-243de725 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99672487-af7a-7af5-3f90-38c5243de729-243de725 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_99672487-af7a-7af5-3f90-38c5243de732-243de725 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_82986ef6-4dab-07ea-5eae-bb14944cde14-872b945e, #w-node-_75e878d6-a8cc-65c2-f799-68f6c8e3fde0-872b945e, #w-node-ee1579d4-ddb6-4deb-28d9-05393ef9137c-872b945e, #w-node-caba3dd8-ba70-ae14-55c7-45c21084cf16-872b945e {
    grid-column-end: 2;
  }

  #w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06ce-872b945e {
    grid-column-end: 3;
  }

  #w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06d1-872b945e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06ce-872b945f {
    grid-column-end: 3;
  }

  #w-node-d0f171e2-30cc-0f6a-695c-c78cc5ff06d1-872b945f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bee7de84-502b-aba4-ccb9-c5a81a5c84cb-872b9462 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_6eb12417-3dab-a636-52a6-d83d141bc064-141bc05a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2e6603b-24b5-16e3-7f5d-2479ff18865b-872b9463 {
    grid-column-end: 3;
  }

  #w-node-c2e6603b-24b5-16e3-7f5d-2479ff18865e-872b9463 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b02829cc-ceaa-5d8f-b665-730b94b6690c-872b9463 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b02829cc-ceaa-5d8f-b665-730b94b6690f-872b9463 {
    grid-column: 1 / 3;
  }

  #w-node-_8146f6a1-c1f4-9d3d-c551-dd5ce9ed2f73-872b9464 {
    grid-column-end: 3;
  }

  #w-node-_1d8ad0e2-2f60-a089-688a-98c1cbd2939d-872b9464 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_17d9b345-936b-1b42-630b-b83453ed5951-872b9464 {
    grid-column-end: 3;
  }

  #w-node-d9c6c106-e38a-8537-ce4d-7a78cbdcf524-872b9464 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-_01486dfa-2628-968d-6068-34ffbab38008-872b9464 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_005bcef6-8c1f-1fe7-dda7-a176e734b90d-872b9464 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_77f2ad14-e3a5-3f69-17e2-0cef67b3bfb9-872b9464 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ea792121-a8b3-9c09-463b-4603ae109706-872b9464 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ea792121-a8b3-9c09-463b-4603ae109708-872b9464 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95945918-fc5f-ea09-55ea-146962c967f2-872b9464 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95945918-fc5f-ea09-55ea-146962c967f4-872b9464 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8146f6a1-c1f4-9d3d-c551-dd5ce9ed2f73-872b9465 {
    grid-column-end: 3;
  }

  #w-node-_1d8ad0e2-2f60-a089-688a-98c1cbd2939d-872b9465 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_17d9b345-936b-1b42-630b-b83453ed5951-872b9465 {
    grid-column-end: 3;
  }

  #w-node-d9c6c106-e38a-8537-ce4d-7a78cbdcf524-872b9465 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a43-872b9465 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a45-872b9465 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a4d-872b9465 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a4f-872b9465 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a57-872b9465 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7294fcfb-11f9-ec5c-2d36-7970db2c1a59-872b9465 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb36-872b9466 {
    grid-column-end: 3;
  }

  #w-node-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb39-872b9466 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_52f1f748-2345-b709-8a03-217d3d162544-872b9468 {
    grid-column-end: 3;
  }

  #w-node-_9a010875-a3a2-c783-6924-7cf93d3529be-872b9468 {
    grid-column: 3 / 5;
  }

  #w-node-d9dbcba0-f154-5cc4-3a1b-2a531013a30b-872b9468 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_92f9628b-0d0a-35f6-a9a4-879a4befb9eb-872b9468 {
    grid-column: 3 / 5;
  }

  #w-node-_26f08d30-cf4f-9290-45d5-6dd614c623ee-872b9468 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_51b60c86-8829-b2b7-2dca-a706c0127de7-872b9468 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_95eaf28b-70af-2c4f-e720-d03ac53a14c6-872b9468 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a574e3d0-f5a2-dec5-010c-5fb63f720dc6-872b9468 {
    grid-row: 4 / 5;
    grid-column-start: 3;
  }

  #w-node-f2f647bf-2063-80e6-cd42-e43e9a8ec3f4-872b9468 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_54e1d408-0f6b-e319-358c-0f53707cc82c-872b9468 {
    grid-area: 5 / 3 / 6 / 5;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f173-872b946d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f175-872b946d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f17d-872b946d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f17f-872b946d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f187-872b946d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03145307-ab08-eea6-d1db-878a7635f189-872b946d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed21-872b9470 {
    grid-column-end: 3;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed2a-872b9470 {
    grid-column: 1 / 3;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed33-872b9470 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed4c-872b9470 {
    grid-column-end: 3;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed57-872b9470 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b58d9987-4f92-859d-c1cd-bf9907ffed60-872b9470 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52f1f748-2345-b709-8a03-217d3d162544-872b9468 {
    grid-column-end: 3;
  }

  #w-node-_9a010875-a3a2-c783-6924-7cf93d3529be-872b9468 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9dbcba0-f154-5cc4-3a1b-2a531013a30b-872b9468 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_92f9628b-0d0a-35f6-a9a4-879a4befb9eb-872b9468 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_26f08d30-cf4f-9290-45d5-6dd614c623ee-872b9468 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_51b60c86-8829-b2b7-2dca-a706c0127de7-872b9468 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_95eaf28b-70af-2c4f-e720-d03ac53a14c6-872b9468 {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-a574e3d0-f5a2-dec5-010c-5fb63f720dc6-872b9468 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-f2f647bf-2063-80e6-cd42-e43e9a8ec3f4-872b9468 {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-_54e1d408-0f6b-e319-358c-0f53707cc82c-872b9468 {
    grid-area: 10 / 1 / 11 / 3;
  }
}


@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extrabold.woff2') format('woff2'), url('../fonts/Switzer-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}