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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --whitesmoke-2: whitesmoke;
  --blacksmoke: #272727;
  --color--prueba-color: var(--white);
  --greydark: #9c9c9c;
  --whitesmoke: #f4f3ef;
  --transparent: #fff0;
  --color--brand: #cdde2f;
  --greylight: #e7e7e7;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--whitesmoke-2);
  color: var(--blacksmoke);
  text-align: center;
  padding-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  color: var(--blacksmoke);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  text-align: center;
  max-width: 700px;
  margin-bottom: 10px;
}

a {
  color: var(--blacksmoke);
  text-decoration: underline;
}

a:hover {
  opacity: .64;
}

.section-header {
  text-align: center;
  padding-top: 100px;
}

.container-wrap {
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-wrap.home__hero-heading-wrap {
  text-align: center;
  max-width: 945px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.label {
  color: var(--color--prueba-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.label.cc-grey {
  color: var(--greydark);
}

.label.cc-grey.is-new {
  text-align: left;
  padding-left: 5px;
}

.label.cc-text-left.cc-pading-left-5px {
  padding-left: 5px;
}

.home__hero-h1 {
  text-align: left;
  line-height: .9;
}

.home__hero-h1.big {
  text-transform: none;
  font-size: 100px;
  font-weight: 500;
}

.home__hero-h1.is-new {
  font-size: 100px;
  font-weight: 400;
}

.style__head {
  background-color: var(--blacksmoke);
  color: var(--whitesmoke);
  margin-top: 80px;
  padding: 40px;
}

.style__content {
  border: 1px solid var(--blacksmoke);
  padding: 40px 20px;
}

.cc-bg-whitesmoke {
  background-color: var(--whitesmoke);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-portfolio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home__portfolio-img-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.home__portfolio-links:hover {
  opacity: .5;
}

.portfolio__img-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.portfolio__section {
  background-color: var(--whitesmoke);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.home__social-icons-svg {
  max-width: 100%;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0;
}

.home__social-icons-svg:hover {
  opacity: .5;
}

.home__social-icons-header {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.home__footer {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer__label {
  text-align: center;
  line-height: 28px;
}

.heading {
  line-height: 55px;
}

.home__perfil-img {
  max-width: 100%;
  height: 150px;
}

.home__perfil-heading {
  letter-spacing: -2px;
  font-size: 30px;
  line-height: 40px;
}

.home__social-icons-footer {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.portfolio__back {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 8px 20px 0 24px;
  display: flex;
  position: fixed;
}

.portfolio__back-img {
  opacity: .8;
  max-width: 80%;
}

.nav__wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 1000px;
  height: 100%;
  max-height: 80px;
  padding: 30px 20px;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--whitesmoke);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-logo {
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: 150px;
}

.nav__link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: .3px;
  text-transform: uppercase;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.nav__link:visited {
  opacity: 1;
  color: var(--greydark);
}

.nav__link.w--current {
  color: var(--greydark);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}

.nav__link.last-item {
  padding-right: 40px;
}

.button-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  padding: 20px 15px;
  text-decoration: none;
  display: flex;
}

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

.brand {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding-left: 15px;
  display: flex;
}

.brand.w--current {
  margin-top: 0;
}

.cc-bg-identity {
  background-color: var(--color--brand);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cc-bg-blacksmoke {
  background-color: var(--blacksmoke);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cc-bg-grey {
  background-color: var(--greylight);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cc-bg-greydark {
  background-color: var(--greydark);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cc-bg-greylight {
  background-color: var(--greylight);
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--greydark);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 115px;
  max-height: 30px;
  padding: 5px 20px;
  display: flex;
}

.text-button {
  color: var(--whitesmoke);
  text-align: left;
  letter-spacing: -1px;
  font-size: 20px;
  text-decoration: none;
}

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

.home__nav-logo {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.nav__logo {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100px;
  display: flex;
}

.about__paragraph {
  max-width: 700px;
  position: static;
}

.image-studio {
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home__tagline-h2.is-new {
  text-align: left;
  font-size: 48px;
}

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

.home__social-icons-navbar {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.cc-padding-100px {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 80px;
  padding-bottom: 4em;
  display: flex;
}

.archive-info-h6 {
  text-align: left;
  margin-bottom: 0;
}

.archive-description-wrapper {
  width: 45%;
  margin-left: 0;
}

.grid-4-column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: auto;
  padding-top: 1em;
}

.project-title {
  margin-top: -5px;
  padding-bottom: 20px;
  font-weight: 400;
}

.container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container.cs-hero-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-credits {
  flex-direction: row;
  padding-top: 5em;
  padding-bottom: 10em;
  display: flex;
}

.container.is-case-study {
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.div-is-25 {
  width: 25%;
  margin-left: 0;
}

.section {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.cs-hero-section {
  justify-content: flex-end;
  height: 80vh;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.section.is-white {
  color: #1e1d1d;
  background-color: #fff;
}

.divider {
  background-color: #c8c4c1;
  width: 100%;
  height: 1px;
  display: block;
}

.archive-p {
  text-align: left;
  margin-bottom: .5em;
}

.archive-info-wrapper {
  width: 100%;
  padding-bottom: 1.5em;
  padding-right: 2em;
}

.cs-section-title {
  width: 50%;
  margin-bottom: 4em;
}

.cs-header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 12em;
  display: flex;
}

.cs-header-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.cs-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  margin-bottom: .5em;
  line-height: 1.6;
}

.paragraph.large {
  text-align: left;
  letter-spacing: -.01rem;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.div-is-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.div-is-50.cs-div-left {
  margin-right: 2em;
}

.div-is-50.cs-div-right {
  margin-left: 2em;
}

.cs-section-wrapper {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-section-wrapper.intro {
  margin-bottom: 0;
}

.img-cs-hero {
  width: 100%;
  max-width: none;
  height: 80%;
}

.cs-section-heading {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.cs-h2 {
  text-align: left;
  margin-top: -10px;
  margin-left: -6px;
  padding-left: 0;
}

.grid-home-hero {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  height: auto;
}

.div-hero-subtext {
  margin-bottom: 40px;
}

.hero-subtext {
  margin-top: 0;
}

.link-box {
  align-items: center;
  margin-top: .25em;
  display: flex;
}

.link-box.home-hero-arrow {
  display: inline-block;
  position: static;
  bottom: 4em;
}

.arrow-down {
  width: auto;
  margin-left: auto;
  position: relative;
  inset: auto 0% 34% auto;
}

.arrow-down.large {
  height: 6.75em;
  position: static;
  inset: auto 4em 4em auto;
}

.arrow-down.large.home {
  color: #c2c2c2;
}

.heading-2 {
  color: var(--blacksmoke);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

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

.text-span_clip-image {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/background-612x612.jpg');
  background-position: 120% 40%;
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .project-header-wrapper {
    padding-bottom: 4em;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .container.is-credits, .container.is-case-study {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .divider {
    background-color: #1e1d1d;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph {
    letter-spacing: 0;
  }

  .cs-section-heading {
    font-weight: 400;
  }

  .link-box {
    align-items: center;
    display: flex;
  }

  .arrow-down.large.home {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .section-header {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-wrap.home__hero-heading-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home__hero-h1 {
    line-height: .9;
  }

  .home__hero-h1.is-new {
    font-size: 80px;
  }

  .home__social-icons-header {
    padding-right: 40px;
  }

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

  .home__tagline-h2.is-new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-header-wrapper {
    flex-direction: column;
    padding-top: 40px;
  }

  .archive-description-wrapper {
    width: 50%;
  }

  .project-title {
    padding-right: 2em;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .container.cs-hero-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-is-25 {
    width: 35%;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .cs-header-wrapper {
    width: 100%;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: row;
  }

  .cs-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .paragraph.large {
    font-size: 20px;
  }

  .div-is-50.cs-div-right {
    margin-left: 0;
  }

  .arrow-down.large {
    height: 5em;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-wrap.home__hero-heading-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home__hero-h1 {
    font-size: 80px;
    line-height: .9;
  }

  .home__hero-h1.is-new {
    font-size: 60px;
  }

  .home__tagline-h2.is-new {
    font-size: 50px;
  }

  .cc-padding-100px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-header-wrapper {
    flex-direction: column;
    padding-top: 40px;
  }

  .archive-description-wrapper {
    width: 100%;
  }

  .grid-4-column {
    flex-direction: column;
    display: flex;
  }

  .div-is-25 {
    width: 50%;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .cs-section-title {
    margin-bottom: 2em;
  }

  .cs-header-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 3em;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: column;
  }

  .cs-content-wrapper {
    width: 100%;
  }

  .paragraph {
    color: #1e1d1d;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .div-is-50 {
    width: 100%;
  }

  .div-is-50.cs-div-left {
    margin-right: 0;
  }

  .div-is-50.cs-div-right {
    margin-top: 2em;
  }

  .cs-section-wrapper {
    margin-bottom: 0;
  }

  .cs-h2 {
    margin-top: 0;
  }

  .hero-subtext {
    margin-top: -7px;
  }

  .arrow-down.large {
    height: 3.8em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 67px;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 25px;
    line-height: 25px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 21px;
  }

  .section-header {
    padding-bottom: 0;
  }

  .container-wrap.home__hero-heading-wrap {
    padding: 80px 10px 40px;
  }

  .label {
    font-size: 10px;
  }

  .home__hero-h1 {
    letter-spacing: -2px;
    padding: 20px 5px;
    font-size: 45px;
    line-height: .9;
  }

  .home__hero-h1.is-new {
    font-size: 47px;
  }

  .home__social-icons-svg {
    height: 40px;
  }

  .home__social-icons-header {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 40px;
    overflow: visible;
  }

  .home__footer {
    padding-top: 40px;
  }

  .portfolio__back {
    padding-left: 18px;
  }

  .brand {
    padding-left: 10px;
  }

  .home__tagline-h2.is-new {
    font-size: 23px;
  }

  .cc-padding-100px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-is-25 {
    width: 100%;
  }

  .section {
    height: auto;
    overflow: hidden;
  }

  .div-is-50 {
    width: 100%;
    margin-bottom: 1em;
  }

  .div-is-50.cs-div-right {
    margin-top: 1em;
  }

  .cs-h2 {
    margin-left: 0;
  }

  .grid-home-hero {
    grid-template-columns: 5fr;
  }

  .div-hero-subtext {
    margin-bottom: 20px;
  }

  .hero-subtext {
    margin-top: 0;
    font-size: 2.2em;
  }

  .arrow-down.large {
    height: 3em;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-6 {
    line-height: 21px;
  }
}

#w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd74f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd750 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd751 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd752, #w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd753, #w-node-dbe82bcc-4188-7051-b5ff-b31afc01f26d-e69cd754 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf4-e69cd755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf6-e69cd755 {
  justify-self: end;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf7-e69cd755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-e69cd755 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf6-93bb3b99 {
  justify-self: end;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf7-93bb3b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-93bb3b99 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf6-b4b36d5e {
  justify-self: end;
}

#w-node-cc4c609a-2978-4274-ac90-15ef09d4ebf7-b4b36d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-b4b36d5e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-e69cd755, #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-93bb3b99, #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-b4b36d5e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-e69cd755, #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-93bb3b99, #w-node-c59c5d65-b1ac-61ac-51e5-ffc0e6df9aab-b4b36d5e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}