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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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;
  padding-right: 16px;
  font-size: 4vh;
  font-weight: 500;
  line-height: 1;
}

.heading-title.sticky {
  margin-bottom: 1vh;
  padding-right: 64px;
  font-size: 3vh;
  position: sticky;
  top: 0;
}

.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.375vw;
  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: #00000080;
  font-weight: 300;
}

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

.heading-regular.main-color {
  color: #7e47f0;
}

.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;
  font-size: 13rem;
  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;
  grid-area: 2 / 1 / 3 / 2 !important;
}

.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.size.mobile {
  text-transform: none;
  font-weight: 400;
}

.heading-small.opacity-allcaps {
  color: #00000080;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-small.allcaps-center {
  color: #00000080;
  text-align: center;
  text-transform: uppercase;
}

.heading-small.main-color {
  font-weight: 400;
}

.heading-large {
  direction: ltr;
  color: #000;
  letter-spacing: -.01em;
  font-size: 3.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-large.big-margin {
  margin-top: 20vh;
}

.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;
  font-weight: 500;
}

.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: 46px;
  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 {
  grid-column-gap: 48px;
  flex-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

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

.main-grid.space-top-bigg.space-medium-base {
  margin-top: 5vh;
  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;
}

.nav-grid {
  grid-column-gap: 16px;
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 8em 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 150px;
  margin-left: 3vw;
  margin-right: 3vw;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  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;
}

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

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

.wrapper-text {
  flex: none;
  width: auto;
}

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

.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-text.big-margin {
  margin-top: 20vh;
}

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

.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%;
  margin-bottom: 0;
}

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

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

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

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

.container.space-big-two {
  margin-top: 15vh;
  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;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-primary.margin-top {
  margin-top: 40px;
}

.btn-line {
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 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;
  inset: auto 0% 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: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.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;
  inset: 0%;
}

.space-tiny {
  height: 2.5vh;
}

.space-medium {
  height: 15vh;
}

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

.section.bg-opacity {
  background-color: #0000000d;
  margin-top: 10vh;
}

.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 #0003;
  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: 0;
}

.opacity {
  opacity: .5;
}

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

.divider {
  background-color: #0003;
  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;
  inset: 0% 0% 0% auto;
  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;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.bg-background.color-purple, .bg-background.color-blue {
  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;
  display: none;
}

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

.bg-local {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.link {
  color: #000;
}

.bg-design {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
}

.art-phone {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 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: 60vh;
  display: flex;
  position: relative;
}

.sign {
  object-fit: fill;
  border-top: 1px solid #0003;
  border-radius: 1px;
  align-items: center;
  height: 8vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.top-footer {
  grid-column-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.midlle-footer {
  height: 20vh;
}

.text-opacity {
  opacity: .5;
}

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

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

.splash-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #7e47f0;
  border: 1px solid #0000;
  border-radius: 150px;
  order: 0;
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
  inset: 0% 0% 5% 5%;
}

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

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

.content-column {
  display: flex;
}

.content-column.space-medium-top {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15vh;
}

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

.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;
  inset: auto 0% 0%;
  overflow: hidden;
}

.wrapper-case {
  overflow: hidden;
}

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

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

.wrapper-services {
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 43px;
  display: flex;
}

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

.service-text.services-image-wrapper {
  height: 460px;
}

.text-field {
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #00000026;
  border-left: 1px #00000026;
  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: #0000;
  border-bottom: 1px solid #000;
  border-radius: 1px;
  width: auto;
  height: 60px;
  padding-bottom: 0;
  padding-left: .5vw;
  padding-right: .5vw;
}

.nav-link {
  text-transform: uppercase;
  flex-direction: column;
  height: 26px;
  font-size: 2.3em;
  font-weight: 100;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.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;
  inset: 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: 10vh;
  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;
  inset: 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: #0000;
}

.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;
  inset: auto 0% 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;
  inset: 0%;
}

.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;
  inset: auto 0% 0%;
}

.slider-about {
  background-color: #000;
  align-items: center;
  height: 100vh;
  display: flex;
  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: sticky;
  top: 0;
}

.text-wrapper-home-02 {
  flex: none;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  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 {
  opacity: 1;
  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;
}

.nav-menu-2 {
  display: none;
}

.icon {
  transform: scale(1.5);
}

.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;
  inset: 0%;
}

.home-projects-item-link {
  z-index: 11;
  position: absolute;
  inset: 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;
  inset: 0%;
}

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

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

.image-24 {
  width: 150px;
  position: relative;
  top: -6px;
}

.margin-top {
  margin-top: 40px;
}

.main-color {
  color: #7e47f0;
}

.team {
  display: flex;
}

.heading-title-home {
  color: #000;
  letter-spacing: -.06em;
  padding-right: 16px;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
}

.flex-services {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.services-icon {
  width: 72px;
  margin-right: 16px;
}

.heading-title-small {
  color: #000;
  letter-spacing: -.06em;
  padding-right: 16px;
  font-size: 4vh;
  font-weight: 500;
  line-height: 1;
}

.wrapper-team {
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 43px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-title {
    font-size: 4rem;
  }

  .heading-title.sticky {
    font-size: 2vw;
  }

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

  .heading-regular.opacity {
    opacity: .7;
  }

  .heading-small.main-color {
    font-weight: 400;
  }

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

  .wrapper-text.absolute {
    top: -360px;
    bottom: auto;
  }

  .container {
    position: static;
  }

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

  .btn-primary.margin-top {
    color: red;
  }

  .section {
    position: relative;
  }

  .cover-image {
    display: inline-block;
    overflow: clip;
  }

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

  .bg-background.color-blue {
    color: #00308e;
    background-color: #00308e99;
  }

  .splash-bg {
    background-color: #7e47f0;
  }

  .content-column.space-medium-top {
    flex-flow: row;
  }

  .title-left {
    flex: 1;
  }

  .wrapper-services {
    justify-content: center;
    align-items: flex-start;
    width: 48%;
  }

  .service-text {
    height: auto;
    margin-bottom: 2vh;
  }

  .main-color {
    color: #7e47f0;
  }

  .image-25 {
    width: 70%;
  }

  .heading-title-home {
    font-size: 6.3rem;
  }

  .flex-services {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    place-content: stretch space-between;
    display: flex;
  }

  .services-image-wrapper {
    height: 460px;
  }

  .heading-title-small {
    font-size: 3rem;
  }

  .wrapper-team {
    justify-content: center;
    align-items: center;
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .heading-title {
    padding-right: 0;
    font-size: 3.6rem;
    line-height: 1;
  }

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

  .heading-title.sticky {
    margin-bottom: 2vh;
    font-size: 5vw;
  }

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

  .heading-regular.opacity {
    opacity: .7;
  }

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

  .heading-regular.main-color {
    color: #7e47f0;
  }

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

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

  .heading-xtitle.no-breaking {
    font-size: 6rem;
  }

  .heading-small.opacity {
    font-size: .9rem;
  }

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

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

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

  .heading-small.main-color {
    font-weight: 400;
  }

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

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

  .heading-large.big-margin {
    margin-top: -2vh;
  }

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

  .heading-subtitle.opacity {
    font-weight: 500;
  }

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

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

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

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

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

  .wrapper-text.big-margin {
    margin-top: 11vh;
  }

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

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

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

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

  .section {
    display: block;
  }

  .section.bg-opacity, .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;
  }

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

  .corroussel-grid {
    width: 200vw;
  }

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

  .cover-image {
    object-fit: cover;
    height: auto;
  }

  .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 {
    grid-column-gap: 9vw;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 8vh;
    padding-bottom: 8vh;
    display: flex;
    position: relative;
  }

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

  .splash-bg {
    background-color: #7e47f0;
  }

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

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

  .content-column.space-medium-top {
    flex-flow: column;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .secret-page {
    display: none;
  }

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

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

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

  .wrapper-services {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 48%;
  }

  .service-text {
    height: auto;
  }

  .service-text.services-image-wrapper {
    height: 200px;
  }

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

  .full-image-list-01 {
    height: 39vh;
  }

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

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

  .container-big.space-top-big {
    margin-top: 0;
  }

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

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

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

  .main-color {
    color: #7e47f0;
  }

  .team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .heading-title-home {
    padding-right: 8px;
    font-size: 7.9vw;
    line-height: 1;
  }

  .heading-title-small {
    padding-right: 0;
    font-size: 3.6rem;
    line-height: 1;
  }

  .wrapper-team {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .heading-title {
    font-size: 8.7vw;
    font-weight: 500;
    line-height: 1;
  }

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

  .heading-title.sticky {
    margin-bottom: 2vh;
    font-size: 6vw;
    line-height: 1;
  }

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

  .heading-regular.main-color {
    color: #7e47f0;
  }

  .heading-small.opacity {
    font-size: .9rem;
  }

  .heading-small.main-color {
    font-weight: 400;
  }

  .heading-subtitle.opacity {
    font-weight: 500;
  }

  .main-grid {
    width: 100%;
  }

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

  .section.bg-opacity {
    margin-top: 10vh;
  }

  .cover-image {
    object-fit: cover;
    display: inline-block;
    overflow: hidden;
  }

  .top-footer {
    flex-flow: column;
    padding-top: 8vh;
  }

  .splash-bg {
    background-color: #7e47f0;
  }

  .splash {
    margin-top: 40px;
  }

  .content-column.space-medium-top {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

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

  .service-text.services-image-wrapper {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .full-image-list-01 {
    height: 28vh;
  }

  .heigh-letter {
    height: 6vh;
  }

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

  .main-color {
    color: #7e47f0;
  }

  .image-25 {
    width: 100%;
  }

  .team {
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .heading-title-home {
    font-size: 11vw;
    font-weight: 500;
    line-height: 1;
  }

  .heading-title-small {
    font-size: 8.7vw;
    font-weight: 500;
    line-height: 1;
  }

  .wrapper-team {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .heading-title {
    font-size: 14vw;
    font-weight: 500;
    line-height: 1;
  }

  .heading-title.sticky {
    margin-bottom: 2vh;
    font-size: 7vw;
    font-weight: 600;
    line-height: 1;
  }

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

  .heading-regular.main-color {
    color: #7e47f0;
  }

  .heading-small.opacity {
    text-align: left;
  }

  .heading-small.main-color {
    font-weight: 500;
  }

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

  .heading-subtitle.opacity {
    font-weight: 500;
  }

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

  .wrapper-two-fonts {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.space-big-top {
    object-fit: fill;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .section.bg-opacity {
    margin-top: 10vh;
  }

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

  .top-footer {
    flex-flow: column;
    padding-top: 8vh;
  }

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

  .splash-bg {
    background-color: #7e47f0;
  }

  .image-10 {
    top: 45%;
  }

  .content-column.space-medium-top {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .wrapper-services {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .service-text, .service-text.services-image-wrapper {
    height: auto;
  }

  .full-image-list-01 {
    height: 14vh;
  }

  .heigh-letter {
    height: 3vh;
  }

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

  .main-color {
    color: #7e47f0;
  }

  .team {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-title-home {
    font-size: 20vw;
    font-weight: 500;
    line-height: 1;
  }

  .flex-services {
    flex-flow: column;
  }

  .heading-title-small {
    font-size: 9vw;
    font-weight: 500;
    line-height: 1;
  }

  .wrapper-team {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.image-25 {
  border-radius: 50%;
  margin-bottom: 16px;
}

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

#w-node-_88fd6319-1982-cbf8-db1b-f0b66824fd98-6824fd83 {
  grid-area: 2 / 8 / 3 / 11;
  place-self: end 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 / 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;
  place-self: center start;
}

#w-node-_57d209ea-efbc-29c7-bc10-0335aa061bc8-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061bda-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061be3-7c9e5dad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

#w-node-_6126f584-b27f-12ac-b134-a3d3d0ca4b6e-7c9e5dae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_01486dfa-2628-968d-6068-34ffbab38008-7c9e5db4 {
  grid-area: 1 / 9 / 2 / 11;
}

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

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

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

#w-node-d9c6c106-e38a-8537-ce4d-7a78cbdcf524-7c9e5db5 {
  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-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb36-7c9e5db6 {
  grid-area: 1 / 1 / 2 / 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  #w-node-_88fd6319-1982-cbf8-db1b-f0b66824fda2-6824fd83 {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-_57d209ea-efbc-29c7-bc10-0335aa061bc8-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061bda-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061be3-7c9e5dad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@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-_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;
    place-self: center end;
  }

  #w-node-_57d209ea-efbc-29c7-bc10-0335aa061bc8-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061bda-7c9e5dad, #w-node-_57d209ea-efbc-29c7-bc10-0335aa061be3-7c9e5dad, #w-node-_82986ef6-4dab-07ea-5eae-bb14944cde14-7c9e5dae, #w-node-_75e878d6-a8cc-65c2-f799-68f6c8e3fde0-7c9e5dae, #w-node-ee1579d4-ddb6-4deb-28d9-05393ef9137c-7c9e5dae, #w-node-caba3dd8-ba70-ae14-55c7-45c21084cf16-7c9e5dae {
    grid-column-end: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-a4ac326b-0346-7098-e946-05ae705e6ec8-7c9e5db4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4ac326b-0346-7098-e946-05ae705e6eca-7c9e5db4 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_14ed6f8a-e3cd-bd5f-3e30-4a6f0791cb39-7c9e5db6, #w-node-d9dbcba0-f154-5cc4-3a1b-2a531013a30b-7c9e5db8 {
    grid-area: 2 / 1 / 3 / 3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-d9dbcba0-f154-5cc4-3a1b-2a531013a30b-7c9e5db8 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

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

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

  #w-node-_26f08d30-cf4f-9290-45d5-6dd614c623ee-7c9e5db8 {
    grid-row: 5 / 6;
    grid-column-end: 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;
}