h1 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  font-family: Geiny, sans-serif;
  color: #242735;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
  color: #242735;
}

.navbar-logo-left {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 50ms ease;
  transition: opacity 50ms ease;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  display: block;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 300px;
}

.image-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 0px 0px;
  background-size: cover;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #242735;
  font-size: 18px;
  line-height: 1.5;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.image-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 8;
  width: 50%;
  height: 100vh;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.hero-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 60%;
  background-image: url('../images/banner2.jpg');
  background-position: 10% 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading {
  position: static;
  left: -40px;
  bottom: -40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  color: #fff;
}

.icon {
  display: none;
}

.section-2 {
  position: relative;
  display: block;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
  background-image: url('../images/Sens.es-Logo-V2-09.png'), url('../images/30266894572_a792f3852f_k.jpg');
  background-position: -5% 50%, 0px 0px;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.section-2.manifesto {
  background-image: url('../images/30266894572_a792f3852f_k.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

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

.div-block-2 {
  position: relative;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-3 {
  position: relative;
  height: 70vh;
  background-color: #000;
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  height: 50vh;
  background-image: url('../images/hassan-khan-EGVccebWodM-unsplash.jpg');
  background-position: 31% 50%;
  background-size: cover;
}

.column-2.look {
  background-image: url('../images/jakob-owens-VySkoaMonnc-unsplash.jpg');
}

.column-2.taste {
  background-image: url('../images/tamil-shutter-dreams-XM1RAnQeFTs-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.smell {
  background-image: url('../images/motoki-tonn-h-PoHNEaeA8-unsplash.jpg');
}

.column-2.listen {
  background-image: url('../images/martin-hexeberg-jp0VExvkRzY-unsplash.jpg');
}

.column-2.touch {
  background-image: url('../images/elia-pellegrini-VVgSHsTEEyk-unsplash.jpg');
}

.column-2.immerse {
  background-image: url('../images/evie-s-I48vpTZ_OcE-unsplash.jpg');
}

.section-4 {
  padding-bottom: 3em;
  background-color: #fff;
  background-image: url('../images/30266894572_a792f3852f_k.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-5 {
  background-color: #fff;
}

.columns-2 {
  position: relative;
}

.column-3 {
  height: 100%;
  background-image: url('../images/josh-pereira-RmW3D6ZB2CE-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-4 {
  height: 100%;
  background-image: url('../images/motoki-tonn-h-PoHNEaeA8-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-5 {
  height: 100%;
  background-image: url('../images/zac-bromell-8OSCcHPjoX4-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-6 {
  height: 100%;
  background-image: url('../images/elia-pellegrini-VVgSHsTEEyk-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-7 {
  height: 100%;
  background-image: url('../images/evie-s-I48vpTZ_OcE-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  -ms-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
  font-family: Geiny, sans-serif;
  font-size: 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69);
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
}

.div-block-4:hover {
  opacity: 0;
}

.heading-4 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
}

.hero-text-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-bottom: -120px;
  margin-left: -40px;
}

.paragraph-4 {
  margin-top: 20px;
  color: #fff;
}

.image-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.button {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 25px;
  border-style: solid;
  border-width: 3px;
  border-color: #252735;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: translate(4px, -4px);
  -ms-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
}

.section-6 {
  height: 50vh;
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-6 {
  height: 50vh;
  margin-bottom: 1em;
  background-image: url('../images/DSC4707-HDR.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

.paragraph-6 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.content {
  position: relative;
  overflow: hidden;
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url('../images/30266894572_a792f3852f_k.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.content.gradient {
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content.gradient.text-center {
  position: relative;
  background-image: url('../images/Sens.es-Logo-V2-05.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.content.padding-bottom-small {
  padding-bottom: 4em;
}

.content.decoration-one {
  background-image: url('../images/Sens.es-Logo-V2-09.png'), url('../images/30266894572_a792f3852f_k.jpg');
  background-position: 5% 50%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content.text-center.black-background {
  background-color: #000;
  background-image: none;
}

.image-6 {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: auto;
  opacity: 0.26;
  -webkit-transform: translate(-50%, 0px) rotate(50deg);
  -ms-transform: translate(-50%, 0px) rotate(50deg);
  transform: translate(-50%, 0px) rotate(50deg);
}

.h1 {
  margin-bottom: 0.1em;
}

.h1.white {
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 84px;
}

.footer {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #252735;
  text-align: center;
}

.paragraph-7 {
  margin-bottom: 0em;
  color: #fff;
  font-size: 14px;
}

.list {
  margin-bottom: 40px;
}

.heading-6 {
  margin-top: 0em;
  margin-bottom: 1.2em;
  font-family: Geiny, sans-serif;
  color: rgba(36, 39, 53, 0.65);
  font-size: 48px;
  line-height: 1;
}

.link {
  color: #fff;
}

.html-embed {
  width: 100%;
  margin-bottom: 2em;
  border: 4px solid #000;
}

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

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    display: block;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .heading.h1 {
    font-size: 56px;
  }

  .icon {
    display: none;
  }

  .image-4 {
    max-height: 20vh;
  }

  .column {
    text-align: center;
  }

  .columns {
    display: block;
  }

  .paragraph-6 {
    font-size: 24px;
  }

  .h1 {
    color: #252735;
    font-size: 56px;
  }

  .h1.white {
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-container {
    width: 80%;
    height: 60%;
  }

  .button {
    font-size: 18px;
  }

  .content {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .navbar-brand {
    float: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-primary {
    display: block;
    margin-top: -20px;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    display: block;
    float: none;
    clear: none;
    text-align: center;
  }

  .hero-container {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-left: 5%;
    padding-top: 0%;
    background-position: 10% 50%;
  }

  .heading {
    left: -20px;
    bottom: -20px;
    font-size: 70px;
    line-height: 70px;
  }

  .text-block {
    font-size: 52px;
  }

  .hero-text-container {
    position: absolute;
    margin-top: -5%;
    margin-bottom: 0%;
    margin-left: -5%;
    padding: 5%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, #fff), color-stop(0, #000), color-stop(98%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #000, #fff 0%, #000 0, hsla(0, 0%, 100%, 0) 98%);
  }

  .h1 {
    font-size: 40px;
  }

  .h1.white {
    font-size: 35px;
  }

  .heading-6 {
    font-size: 28px;
  }
}

@font-face {
  font-family: 'Geiny';
  src: url('../fonts/Geiny.woff2') format('woff2'), url('../fonts/Geiny.woff') format('woff'), url('../fonts/Geiny.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}