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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Neue Haas Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Firs Neue, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.page-wrapper {
  margin-top: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

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

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.padding-right_small {
  padding: 0 11.5rem 0 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 10rem;
  padding-right: 10rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-grey {
  background-color: #f5f5f5;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.main-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.divider {
  background-color: #000;
  height: 2px;
  margin-bottom: 2rem;
}

.wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.links-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.horizontal-scroll-container {
  justify-content: flex-start;
  display: flex;
  position: fixed;
  inset: auto 0% 4px;
  overflow: hidden;
}

.scroll-content {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.image-wrapper {
  width: auto;
  height: 60vh;
  position: absolute;
  overflow: hidden;
}

.insights-list-wrapper {
  height: auto;
}

.insights-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  height: 60vh;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  width: 40vw;
  padding-top: 0;
  padding-bottom: 0;
  transition: padding .5s;
  display: flex;
}

.card-wrapper:hover {
  padding: 0 1rem;
}

.insight-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f2ff00;
  margin-top: 1rem;
  margin-left: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: "Dot Gothic 16", sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-insights {
  width: 100%;
  margin-top: auto;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

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

.image-cover.first {
  margin-left: 4px;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.arrow-icon {
  align-items: center;
  display: flex;
}

.text-mask {
  justify-content: space-between;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-mask.is-white {
  background-color: #fff;
}

.black-background {
  z-index: -1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.button-text {
  text-decoration: underline;
  transition: padding .5s;
}

.button-text:hover {
  padding-right: .5rem;
}

.marquee-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.text-style-footer {
  font-family: "Dot Gothic 16", sans-serif;
  font-size: 2rem;
}

.marquee-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #494949;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.marquee-content:hover {
  color: #fff;
}

.marquee-inner_back {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.white-background {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.section {
  height: 65vh;
  display: flex;
}

.container-13 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: sticky;
  top: 0;
}

.header-logo {
  color: #1e1e1e;
  margin-top: 0;
  font-family: Neue Haas Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}

.this-year {
  background-color: #0000;
}

.div2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.text {
  color: #1f1e1e;
  cursor: pointer;
  margin-right: 4px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration-color: #0000;
}

.div-block {
  height: auto;
  display: flex;
  position: absolute;
}

.slider {
  height: 60vh;
  position: absolute;
  inset: auto 0% 0%;
}

.slide {
  width: auto;
  height: auto;
}

.image {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-nav, .right-arrow {
  display: none;
}

.body {
  background-color: #f8f6f3;
}

.tag-proyecto {
  color: #999;
  text-align: left;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-card-b {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-block {
  margin-top: 0;
  font-size: 16px;
}

.image-card {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.the-height-400vh-section {
  background-color: #0000;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.a-block {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  width: 480px;
  height: 55vh;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
}

.a-block-horizontal {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  width: 620px;
  height: 55vh;
  margin-left: 4px;
  margin-right: 4px;
  overflow: hidden;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.a {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  margin-top: 0;
}

.the-sticky-div {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 400vh;
  height: 100%;
  margin-bottom: 8px;
  display: flex;
}

.b {
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.air {
  background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-path.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 110vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.top_wrap {
  position: relative;
  overflow: hidden;
}

.hero {
  background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 110vh;
  margin-top: -100px;
  position: static;
  inset: 0%;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_h1 {
  color: #fbfbfb;
  text-align: center;
  letter-spacing: -.15rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.text-block-2 {
  color: #fbfbfb;
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.top_trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.container-12 {
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.hover-info {
  z-index: 1;
  aspect-ratio: auto;
  margin-top: 8px;
  margin-bottom: 16px;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-img {
  border-radius: 8px;
  flex-flow: column;
  width: 520px;
  height: 650px;
  margin-top: 0;
  margin-right: 8px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.hero-section {
  background-color: #f8f6f2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-imagen_1-1 {
  border-radius: 9px;
  flex-flow: column;
  align-self: stretch;
  width: 650px;
  height: 650px;
  margin-right: 8px;
  display: flex;
  overflow: visible;
}

.card {
  align-self: stretch;
  height: 650px;
}

.carousel {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0c1101;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-container {
  cursor: auto;
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-top: auto;
  padding: 1.25rem 1.25rem 0;
  overflow: visible;
}

.main-container.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f6f3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.25rem;
  display: block;
}

.nav-menu.left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_slider-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
}

.hero_slider-wrapper.splide {
  height: 100%;
  padding-left: 0;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.link-line {
  background-color: #0c1101;
  width: 100%;
  height: 1px;
}

.text-body.bold {
  font-weight: 500;
}

.splide__track {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 1px;
  display: flex;
}

.page-wrapper-2 {
  cursor: auto;
  height: 100vh;
}

.brand-circle {
  background-color: #0c1101;
  border-radius: 70px;
  min-width: .5rem;
  max-width: .5rem;
  min-height: .5rem;
  max-height: .5rem;
}

.section_hero {
  overflow: hidden;
}

.hero_info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: 50%;
  display: flex;
}

.button-2 {
  color: #f7f9f2;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0c1101;
  border-radius: 60px;
  padding: 7px 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .7s cubic-bezier(.23, 1, .32, 1);
}

.button-2:hover {
  background-color: #2f302e;
}

.hero_paragraph-wrapper {
  width: 30%;
}

.splide__slide {
  opacity: 1;
  filter: none;
  cursor: pointer;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  height: 65vh;
  margin-right: -1px;
  padding-left: 0;
  padding-right: 0;
  transition: min-width 1s cubic-bezier(.23, 1, .32, 1), opacity 1s cubic-bezier(.23, 1, .32, 1), filter 1s cubic-bezier(.23, 1, .32, 1), transform 1s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  overflow: hidden;
}

.splide__slide:hover {
  opacity: 1;
  filter: none;
  min-width: 16rem;
}

.navbar {
  z-index: 999999;
  background-color: #f7f9f2;
  margin-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 0;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.brand_motto-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav_menu-wrapper {
  grid-column-gap: 20vw;
  grid-row-gap: 20vw;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.splide__list {
  will-change: transform;
  justify-content: flex-start;
  align-items: flex-end;
  height: 65vh;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hero_tags-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  line-height: 1;
  display: flex;
}

.nav {
  color: #1e1e1e;
  width: auto;
  font-size: .8rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.body-2 {
  background-color: #f8f6f3;
}

.lightbox-link {
  cursor: pointer;
  height: 60vh;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .proyecto {
  height: 100%;
}

.description_wrapper {
  z-index: 99999;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 4rem 3rem 3rem 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-project {
  color: #fff;
  margin-bottom: 32px;
  font-size: .8rem;
  line-height: 1.2;
}

.paragraph-white {
  color: #fff;
  font-size: .8rem;
  line-height: 1.2;
}

.title-white {
  color: #fff;
  font-size: .7rem;
  line-height: 1;
}

.tag-project {
  color: #fff;
  font-size: .8rem;
  line-height: 1.2;
}

.credits-wrapper {
  margin-bottom: 32px;
}

.text-credits {
  color: #fff;
  font-size: .8rem;
  line-height: 1.1;
}

.proect-wrapper {
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  flex-flow: column;
  flex: 1;
  width: 320px;
  margin-top: 0;
  padding-left: 0;
  line-height: 1.2;
  display: flex;
}

.title-black {
  color: #1e1e1e;
  font-size: .7rem;
  line-height: 1;
}

.link-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 0;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 93px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.link {
  color: #000;
  cursor: pointer;
  font-size: .8rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph-black {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: .8rem;
}

.preloader {
  z-index: 99999999;
  transform-origin: 50% 0;
  background-color: #18181800;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-23 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.preload_text {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.preload_text_s {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.preloader-mask {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.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: 260px;
  display: flex;
}

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

.proyecto-hide {
  z-index: 300;
  height: 100%;
  position: absolute;
}

.lightbox-link-2 {
  padding-top: 60px;
}

.carrousel-container {
  background-color: #f30;
  display: flex;
  overflow: hidden;
}

.text-container {
  background-color: #f30;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  left: auto;
}

.text-block-6 {
  text-indent: .2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
}

.list-item-13 {
  color: #1e1e1e;
  line-height: 21px;
}

.section-9 {
  margin-top: 80px;
}

.container-5 {
  border: 1px solid #000;
  border-radius: 16px;
  margin-bottom: 80px;
  padding: 40px 32px;
}

.div-block-55 {
  border: 1px solid #000;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 24px 40px;
}

.container-6 {
  max-width: 800px;
  margin-bottom: 80px;
}

.list {
  list-style-type: decimal;
}

.container-4 {
  max-width: 800px;
  margin-bottom: 80px;
}

.paragraph-4 {
  color: #1e1e1e;
  text-align: left;
  line-height: 21px;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-2 {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Neue Haas Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.button-3 {
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  background-color: #f8f6f3;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  padding: 9px 72px 8px;
  display: flex;
}

.button-3:hover {
  color: #f8f6f3;
  background-color: #1e1e1e;
}

.container-7 {
  margin-bottom: 80px;
}

.text-block-7 {
  color: #1e1e1e;
  border-radius: 0;
  font-weight: 500;
  line-height: 21px;
}

.text-block-8 {
  color: #1e1e1e;
  text-indent: .2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .header-logo {
    font-size: 1rem;
  }

  .hero_slider-wrapper.splide {
    width: auto;
    inset: auto 0% 0%;
  }

  .page-wrapper-2 {
    position: static;
    overflow: visible;
  }

  .splide__slide {
    cursor: auto;
  }

  .navbar {
    z-index: 999999;
    position: fixed;
    inset: 0% 0% auto;
  }

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

  .splide__list {
    height: 60vh;
  }

  .nav {
    font-size: 1rem;
  }

  .lightbox-link {
    height: 60vh;
  }

  .proyecto {
    position: relative;
  }

  .description_wrapper {
    z-index: 999998;
    padding-bottom: 3rem;
    padding-right: 8rem;
    position: absolute;
  }

  .proect-wrapper {
    cursor: pointer;
    height: 60vh;
    display: flex;
    position: relative;
  }

  .about-wrapper {
    width: 420px;
  }

  .dark-mask {
    z-index: 100000;
    opacity: 0;
    background-color: #000;
    border-radius: 0;
    align-self: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .proyecto-hide {
    z-index: 300;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right_small {
    padding: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-global {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .section-insights {
    padding-left: 5rem;
  }

  .container-13 {
    z-index: 1;
  }

  .text {
    color: #222020;
    text-decoration-color: #0000;
  }

  .main-container {
    padding-left: 0;
  }

  .hero_paragraph-wrapper {
    width: 60%;
  }

  .brand_motto-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .preload_text {
    font-size: 16px;
  }

  .section-10 {
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

  .carrousel-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-container {
    min-width: 240%;
  }

  .section-9 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .section-11 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right_small {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .card-wrapper {
    width: 70vw;
  }

  .section-insights {
    padding-left: 1.25rem;
  }

  .heading-style-xxl {
    font-size: 7rem;
  }

  .header-logo {
    font-size: .8rem;
    line-height: 1;
  }

  .brand {
    padding-left: 0;
    font-size: .9rem;
    line-height: 1;
  }

  .main-container {
    margin-left: 0;
    padding-left: 0;
  }

  .hero_info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_paragraph-wrapper {
    width: 80%;
  }

  .nav, .title-project, .paragraph-white {
    font-size: .8rem;
  }

  .title-white {
    font-size: .7rem;
  }

  .tag-project {
    font-size: .8rem;
  }

  .text-credits {
    font-size: .9rem;
  }

  .title-black {
    font-size: .7rem;
  }

  .link, .paragraph-black {
    font-size: .8rem;
  }

  .text-container {
    min-width: 400%;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right_small {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .links-wrapper {
    flex-direction: column;
  }

  .image-wrapper {
    height: 35vh;
  }

  .insights-list-wrapper {
    height: auto;
  }

  .insights-list {
    width: auto;
    height: auto;
  }

  .card-wrapper {
    width: 80vw;
  }

  .image-cover, .image-cover.first {
    width: 100vw;
  }

  .heading-style-xxl {
    font-size: 5rem;
  }

  .container-13 {
    position: sticky;
    top: 0;
  }

  .header-logo {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .the-content {
    padding-bottom: 8px;
  }

  .a-block {
    width: 96vw;
    height: 66vh;
    margin-left: 4px;
    margin-right: 4px;
  }

  .a-block-horizontal {
    width: 500px;
    height: 66vh;
    margin-left: 4px;
    margin-right: 4px;
  }

  .the-overflow-hidden-mask {
    overflow: visible;
  }

  .air {
    background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-path.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 100vh;
    position: static;
  }

  .hero {
    background-image: linear-gradient(#0003, #0003), url('../images/chillandgo-hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .div-block-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading_h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3.3rem;
    line-height: 1em;
  }

  .text-block-2 {
    font-size: .6rem;
  }

  .brand {
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .main-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: .25rem;
  }

  .main-container.navbar {
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-menu.left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-self: center;
  }

  .hero_slider-wrapper.splide {
    z-index: 1;
    height: 100%;
    padding-left: 0;
    top: auto;
    bottom: 0;
  }

  .page-wrapper-2 {
    padding-bottom: 0;
  }

  .section_hero {
    margin-bottom: 0;
  }

  .hero_info-wrapper {
    height: 40%;
  }

  .hero_paragraph-wrapper {
    width: 100%;
  }

  .splide__slide {
    width: 100vw;
    height: auto;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .brand_motto-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav_menu-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: #0000;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .splide__list {
    height: auto;
  }

  .nav {
    font-size: .8rem;
  }

  .lightbox-link {
    height: 70vh;
  }

  .proyecto {
    width: 100%;
    max-width: none;
    height: auto;
    overflow: clip;
  }

  .text-block-4 {
    flex: 1;
    align-self: auto;
    font-size: .8rem;
    line-height: 1.2;
  }

  .description_wrapper {
    z-index: 999999;
    clear: none;
    object-fit: cover;
    flex-flow: column;
    order: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding: 3.5rem 3.5rem 2rem 1.5rem;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .title-project {
    color: #fff;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: .8rem;
  }

  .paragraph-white {
    color: #fff;
    font-size: .8rem;
    line-height: 1.1;
  }

  .title-white {
    color: #fff;
    font-size: .6rem;
  }

  .tag-project {
    color: #fff;
    margin-top: auto;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .text-credits {
    color: #fff;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: .8rem;
  }

  .proect-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .about-wrapper {
    width: 95%;
  }

  .title-black {
    font-size: .6rem;
  }

  .link-contact {
    align-self: flex-start;
  }

  .link, .paragraph-black, .paragraph-3 {
    font-size: .8rem;
  }

  .preloader {
    display: none;
  }

  .div-block-37 {
    color: #0000;
  }

  .preload_text {
    color: #f6f6f6;
    font-size: 22px;
  }

  .preload_text_s {
    color: #c9dbe8;
    letter-spacing: .8px;
  }

  .proyecto-hide {
    width: 100%;
    max-width: none;
    height: auto;
    overflow: clip;
  }

  .section-10 {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .text-container {
    min-width: 600%;
  }

  .section-9 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-5 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 16px;
  }

  .div-block-55 {
    margin-left: 0;
  }

  .container-6, .container-4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-2 {
    font-family: Neue Haas Display, sans-serif;
  }

  .container-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-11 {
    margin-bottom: 80px;
  }
}


@font-face {
  font-family: 'Tt Firs Neue';
  src: url('../fonts/TT-Firs-Neue--Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dot Gothic 16';
  src: url('../fonts/DotGothic16-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}