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

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

body {
  color: #333;
  background-color: #2c2b2b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: block;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

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

.h1_slider1 {
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  border-bottom: 1px #fff;
  grid-template: "Area Area-3"
                 "Area-2 Area-2"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  justify-content: stretch;
  align-items: end;
  justify-items: start;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.heading-3 {
  width: 240px;
  color: #fff;
  margin-left: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  display: inline-block;
}

.text-block-2 {
  width: 400px;
  float: none;
  clear: none;
  color: #fff;
  margin-left: 0;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: static;
}

.section-2 {
  height: 700px;
  background-image: linear-gradient(#2c2b2b, #2c2b2b);
  border: 1px solid #fff;
  flex-flow: row;
  align-items: flex-end;
  margin-top: -69px;
  display: flex;
  overflow: visible;
}

.hero {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  border-top: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -87px;
  display: block;
  position: relative;
}

.div-block-2 {
  flex: 1;
}

.heading-4 {
  width: 240px;
  color: #fff;
  margin-left: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 700;
  display: inline-block;
}

.text-block-3 {
  width: 400px;
  float: none;
  clear: none;
  color: #4f5055;
  margin-left: 30px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: static;
}

.heading-jumbo {
  width: auto;
  clear: none;
  color: #fff;
  text-transform: none;
  object-fit: fill;
  border: 1px #fff;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 33px;
  margin-left: 33px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  display: block;
  overflow: visible;
}

.content {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  align-items: center;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-marquee {
  height: 14vh;
  line-height: 25px;
}

.section-marquee.one {
  height: 12vh;
}

.scroll-section {
  width: 100%;
  border: 1px #fff;
  border-style: none solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-section.scroll-footer {
  border-bottom-style: solid;
  padding-top: 3em;
  padding-bottom: 3em;
  display: block;
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

.super-text.one {
  outline-offset: 0px;
  color: #fff;
  white-space: nowrap;
  outline: 3px #fff;
  margin-left: 0;
  font-family: Silkamono webfont, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 100;
}

.super-text.two {
  color: #fff;
  font-size: 5em;
}

.section-grid {
  border-top: 0 #000;
}

.grid {
  height: 20rem;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  grid-template-rows: auto .25fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  grid-auto-flow: row;
  justify-items: center;
}

.heading-5 {
  color: #fff;
  padding: 40px 80px 40px 40px;
  font-size: 50px;
  font-weight: 700;
}

.grid-text-description {
  color: #fff;
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Silkamono webfont, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.main-hero_heading {
  width: 100%;
  max-width: none;
  color: #fff;
  letter-spacing: -.03em;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 40px;
  font-family: Silkamono webfont, sans-serif;
  font-size: 4em;
  line-height: 1;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  height: 25rem;
  border: 1px solid #fff;
  margin-top: 1rem;
}

.column.title-footer {
  height: 25rem;
  background-color: #030304;
  border-top-style: none;
  border-top-width: 0;
  margin-top: 0;
}

.column-2 {
  height: 25rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 1rem;
}

.column-2.title-footer {
  height: 25rem;
  background-color: #030304;
  border-top-style: none;
  border-top-width: 0;
  margin-top: 0;
}

.new-giff {
  max-width: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.new-giff.max-h {
  width: 120px;
  height: 70px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-2 {
  margin-left: 20px;
}

.text-weare1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Silkamono webfont, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.text-weare1.text-weare2 {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Silkamono webfont, sans-serif;
  font-style: italic;
  font-weight: 100;
  display: flex;
}

.text-weare1.text-weare2.text-weare3 {
  margin-left: 0;
}

.text-weare1.text-weare3 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.section-4 {
  background-image: linear-gradient(#2c2b2b, #2c2b2b);
}

.section-4.sectionweare {
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 0;
  display: block;
}

.div-weare {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  flex-flow: row;
  flex: 1;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-weare.weare {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-style: none;
  border-width: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 100px;
  display: flex;
  overflow: auto;
}

.image {
  margin-left: 20px;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
}

.body {
  cursor: auto;
  background-color: #0a0a0a;
  background-image: radial-gradient(circle, #0c0c0c 47%, #000);
}

.div-interno {
  height: 70px;
  max-width: none;
  min-width: 0%;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border-bottom: 1px solid #fff;
  flex: 1;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-interno.div-caja2 {
  margin-top: 60px;
}

.text-interno {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  font-family: Silkamono webfont, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.journey-1 {
  height: 30vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  color: #fff;
  white-space: normal;
  object-fit: fill;
  border: 1px #fff;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin: auto auto 30px;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.journey-1.gif2 {
  height: auto;
  max-width: 100%;
  min-height: 120%;
  min-width: 40%;
  margin-bottom: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.journey-1.gif3 {
  height: auto;
  min-height: 120%;
  min-width: 50%;
  margin-top: auto;
  margin-bottom: -30px;
  padding-top: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.journey-1.gif1 {
  height: auto;
  min-height: 120%;
  min-width: 70%;
  margin-bottom: 0;
}

.journey-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-family: Silkamono webfont, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 10vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-work-container {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rgbkineticslider {
  z-index: 1;
  width: 100%;
  height: 100vh;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-nav {
  z-index: 100;
  width: 80px;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 20px;
}

.main-nav.next {
  object-fit: fill;
}

.main-nav.prev {
  left: 20px;
  right: auto;
}

.title-footer {
  border-top: 1px #fff;
  margin-top: 0;
}

.grid-3 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  align-content: end;
  justify-content: space-around;
  align-items: stretch;
  justify-items: center;
}

.edit-content-wrap {
  width: 380px;
  max-height: 370px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
}

.credits {
  color: #555;
  border: 1px solid #555;
  border-radius: 8px;
  padding: 8px 25px 9px;
  font-size: 16px;
  text-decoration: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.close-icon {
  display: none;
  transform: rotate(45deg);
}

.form-block {
  margin-bottom: 0;
}

.submit-button {
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.edit-trigger {
  z-index: 1;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.setion {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.heading {
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.2;
}

.input-text {
  max-height: 130px;
  max-width: 300px;
  min-width: 300px;
  border: 1px solid #3898eb;
  border-radius: 5px;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.field-label {
  font-size: 16px;
}

.edit-content {
  max-width: 100%;
  padding: 40px;
  position: relative;
}

.section-5 {
  border: 1px solid #fff;
  margin-top: 0;
  display: flex;
  position: relative;
}

.section-work-container-2 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #000;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.rgbkineticslider-2 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  border-bottom: 1px #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-6 {
  height: 80vh;
  display: block;
}

.main {
  position: relative;
}

.main.container {
  height: auto;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.loader_top {
  color: #fff;
  border-bottom: 2px solid #000;
  position: relative;
}

.loader {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  color: #000;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loader_number {
  color: #fff;
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

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

.hero_title {
  letter-spacing: -.05em;
  padding-bottom: .3em;
  font-size: 12em;
  font-weight: 500;
  line-height: .8;
}

.loader_progress {
  z-index: 1;
  width: 0%;
  height: 100%;
  color: #000;
  background-color: #969696;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-2.is-hero {
  min-height: 100vh;
  color: #eb412b;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-2.is-loader-top {
  color: #636363;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.w {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.transition {
  width: 100%;
  height: 100vh;
  display: none;
}

.transition-2 {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  color: #000;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: none;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition-content-2 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-bg-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-color-2 {
  width: 100%;
  height: 100%;
  background-color: #141414;
  position: relative;
}

.transition-color-border {
  width: 100%;
  height: 10px;
  background-color: #000;
  margin-bottom: -8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-lottie {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -5px;
  display: none;
  position: relative;
}

.transition-logo-img {
  z-index: 2;
  width: 7em;
  position: relative;
}

.transition-3 {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: none;
}

.transition-color-3 {
  width: 100%;
  height: 100%;
  background-color: #161616;
  position: relative;
}

.transition-color-border-2 {
  width: 100%;
  height: 10px;
  color: #000;
  background-color: #000;
  margin-bottom: -8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-lottie-2 {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.image-3 {
  text-align: left;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-4 {
  max-width: 100%;
  text-align: left;
  display: block;
  position: static;
}

.grid-4 {
  border-bottom: 1px solid #fff;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . Area"
                       "Area-2 . .";
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Silkamono webfont, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  padding: 20px 20px 20px 40px;
  font-family: Silkamono webfont, sans-serif;
}

.grid-5 {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
}

.container-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.video {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.section-7 {
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.body-2 {
  background-color: #0a0a0a;
}

.video-2 {
  width: 90%;
  height: auto;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-2.video12tonos {
  width: 100%;
  margin-top: 100px;
}

.video-2.videofermento {
  margin-top: 0;
}

.image-5 {
  margin-top: 0;
  display: block;
  position: relative;
}

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

.image-7 {
  margin-bottom: 40px;
}

.columns-2 {
  margin-top: 0;
}

.grid-6 {
  grid-column-gap: 11px;
  grid-row-gap: 70px;
  grid-template: "Area-5 Area-5 Area" .25fr
                 "Area-2 Area-3 Area-4"
                 "Area-6 Area-9 ."
                 "Area-10 Area-7 Area-8"
                 / .25fr .25fr .5fr;
  margin-top: 100px;
}

.image-8, .image-9 {
  height: auto;
}

.image-10 {
  height: 100%;
}

.video-3 {
  width: auto;
  height: auto;
  margin-top: 20px;
}

.columns-3 {
  margin-top: 140px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.image-11, .image-12 {
  width: auto;
  margin-top: 20px;
}

.image-13 {
  width: auto;
}

.image-14 {
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.app {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-7 {
  z-index: 3;
  position: relative;
}

.link {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 23px;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .9rem;
  font-size: 7rem;
  font-weight: 400;
  line-height: 5.3rem;
  display: inline-block;
}

.text {
  color: rgba(255, 255, 255, .5);
  margin-top: .2rem;
  line-height: 1rem;
}

.content-2 {
  width: 100vw;
  height: 100vh;
  background-color: #171718;
  background-image: radial-gradient(circle, #1b2722, #171717);
  align-items: center;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hint-text {
  width: 100vw;
  height: 20vh;
  clear: right;
  opacity: .5;
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  font-family: Silkamono webfont, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.imagex {
  margin-top: 60px;
}

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

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

  .section-marquee {
    height: 7vh;
    line-height: 20px;
  }

  .section-marquee.one {
    height: 8vh;
  }

  .section-marquee.two {
    height: 10vh;
  }

  .scroll-section.scroll-footer {
    padding-bottom: 3em;
    line-height: 20px;
  }

  .super-text.one {
    line-height: 20px;
  }

  .div-interno {
    height: 70px;
  }

  .journey-1 {
    height: 20vh;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .journey-1.gif2 {
    min-height: 120%;
  }

  .journey-1.gif3 {
    min-height: 130%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .journey-1.gif1 {
    max-width: 50%;
    min-height: 120%;
    min-width: 45%;
    margin-top: 0;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section-marquee {
    height: 8vh;
  }

  .scroll-section {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 12px;
  }

  .scroll-section.scroll-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .super-text {
    font-size: 12vw;
  }

  .super-text.one {
    font-size: 4em;
  }

  .grid-text-description {
    font-size: 14px;
  }

  .main-hero_heading {
    font-size: 3em;
  }

  .new-giff {
    height: 57px;
  }

  .new-giff.max-h {
    width: 94px;
    height: 46px;
  }

  .text-weare1 {
    font-size: 45px;
    line-height: 10px;
  }

  .text-weare1.text-weare2 {
    line-height: 10px;
  }

  .div-weare.weare {
    max-width: 800px;
  }

  .image {
    align-self: center;
    font-size: 17px;
    line-height: 30px;
  }

  .journey-1.gif2, .journey-1.gif1 {
    min-height: 100%;
    margin-bottom: 20px;
  }

  .section-work-container-2 {
    margin-top: 10px;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .columns-2 {
    margin-top: 0;
  }

  .app {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h1 {
    font-size: 6rem;
  }

  .hint-text {
    width: 100%;
  }

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

  .icon {
    color: #fff;
  }
}

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(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 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .h1_slider1 {
    grid-template-columns: .25fr minmax(200px, .25fr);
  }

  .heading-3 {
    margin-left: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .scroll-section {
    padding-top: 2em;
  }

  .super-text {
    font-size: 14vw;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .new-giff, .new-giff.max-h {
    width: 60px;
    height: 39px;
  }

  .text-weare1 {
    font-size: 30px;
  }

  .text-weare1.text-weare2 {
    margin-left: 10px;
    font-size: 30px;
  }

  .text-weare1.text-weare3 {
    margin-left: 20px;
  }

  .div-weare.weare {
    width: 100vh;
    max-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    max-width: 10%;
  }

  .hero_title {
    font-size: 17vw;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-template-areas: ". . Area"
                         "Area-2 Area-2 .";
  }

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

  .link {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .hint-text {
    width: 100%;
  }

  .icon {
    color: #fff;
  }
}

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

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .h1_slider1 {
    grid-column-gap: 0px;
    grid-template-columns: minmax(150px, 80px) minmax(160px, 30px);
    grid-template-areas: "Area Area-3"
                         "Area-2 Area-2";
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .text-block-2 {
    width: 146px;
    margin-left: 10px;
    line-height: 15px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .content {
    background-size: auto 60vh;
  }

  .section-marquee {
    height: 10vh;
  }

  .section-marquee.one {
    height: 9.2vh;
  }

  .scroll-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .scroll-section.scroll-footer {
    padding-top: 2em;
    padding-bottom: 2.3em;
  }

  .super-text {
    font-size: 16vw;
  }

  .super-text.one {
    font-size: 2em;
  }

  .grid-text-description {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-hero_heading {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 2.4em;
  }

  .column {
    margin-top: 0;
  }

  .column.title-footer {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .column.title-footer.exception {
    height: 16rem;
  }

  .column.exception {
    height: 17rem;
  }

  .column-2 {
    border-left: 1px solid #fff;
    margin-top: 0;
  }

  .column-2.title-footer {
    height: 25rem;
    border-left: 1px solid #fff;
  }

  .column-2.title-footer.exception {
    height: 16rem;
  }

  .new-giff {
    height: 30px;
  }

  .new-giff.max-h {
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-weare1 {
    font-size: 20px;
  }

  .text-weare1.text-weare2 {
    margin-left: 5px;
    font-size: 20px;
  }

  .section-4.sectionweare {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-weare {
    width: 100vw;
    max-width: 100%;
  }

  .journey-1 {
    height: 29vh;
    max-width: 90%;
  }

  .journey-1.gif2 {
    min-height: 100%;
    min-width: 40%;
    margin-bottom: 20px;
  }

  .journey-1.gif3 {
    min-height: 100%;
  }

  .journey-1.gif1 {
    min-height: 100%;
    margin-bottom: 20px;
  }

  .main-nav.prev, .main-nav.next {
    width: 40px;
    margin-top: 0;
  }

  .section-work-container-2 {
    height: 60vh;
    margin-top: -3px;
  }

  .rgbkineticslider-2 {
    width: 100%;
    height: 60vh;
    margin-top: auto;
  }

  .section-6 {
    height: 60vh;
    margin-bottom: 40px;
  }

  .loader_number {
    font-size: 40vw;
  }

  .columns {
    flex-flow: row-reverse wrap-reverse;
    align-content: space-around;
    justify-content: space-between;
    display: flex;
  }

  .grid-4 {
    grid-template-areas: ". Area Area"
                         "Area-2 Area-2 .";
  }

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

  .section-7 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .body-2 {
    margin-bottom: 0;
  }

  .link {
    margin: 10vw 0;
  }

  .h1 {
    padding-top: 1vw;
    font-size: 14vw;
    line-height: 11vw;
  }

  .text {
    font-size: 2vw;
    line-height: 2vw;
  }

  .hint-text {
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
    line-height: 40px;
  }

  .text-block-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .icon {
    color: #fff;
  }
}

#w-node-a3f51f6d-3b3e-d14d-5adb-2a05bd36cb62-3ae58bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba14a88d-7dcd-5c13-a3e1-084150eafa83-3ae58bda {
  align-self: center;
}

#w-node-_39b78b8c-2888-3b98-c332-e4c3def030db-3ae58bda {
  grid-area: Area-2;
  justify-self: start;
}

#w-node-_4b573fa5-00ca-aa69-18a7-75de6d3667ba-3ae58bda {
  align-self: center;
  justify-self: center;
}

#w-node-_7d63e6b2-5028-a998-94dc-d97695f22432-3ae58bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d63e6b2-5028-a998-94dc-d97695f22434-3ae58bda, #w-node-_712a0b63-7864-bf28-da9c-5a0f2824539a-3ae58bda {
  align-self: center;
}

#w-node-a1f6b94b-def1-241c-28cb-8c17f98355b9-3ae58bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f6b94b-def1-241c-28cb-8c17f98355bb-3ae58bda {
  align-self: center;
}

#w-node-_283f796c-4041-6a40-871b-c1993dfd20df-3ae58bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_283f796c-4041-6a40-871b-c1993dfd20e1-3ae58bda {
  align-self: center;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-de7b8895 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-de7b8895 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-de7b8895 {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-de7b8895, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-de7b8895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-f13076f0 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-f13076f0 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-f13076f0 {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-f13076f0, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-f13076f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-734996a3 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-734996a3 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-734996a3 {
  grid-area: Area-3;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-734996a3, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-734996a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_353106ed-b2e6-2119-25d4-323b2641816a-734996a3 {
  grid-area: Area-5;
}

#w-node-_6c2b41e2-497b-d09e-3772-c549e65853e7-734996a3 {
  grid-area: Area;
}

#w-node-fd43d558-08e6-4cc3-e49f-f85f24c1f941-734996a3 {
  grid-area: Area-4;
}

#w-node-b48390fb-ca15-8c7c-2761-ab68e03e9b1c-734996a3 {
  grid-area: Area-3;
}

#w-node-bba7c6f1-29f7-7129-fd17-02aa0d46cc34-734996a3 {
  grid-area: Area-2;
}

#w-node-c0b6d68b-3c62-1fe8-c167-039d2c2fa7eb-734996a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-638dc23d {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-638dc23d {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-638dc23d {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-638dc23d, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-638dc23d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-31d9d3b4 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-31d9d3b4 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-31d9d3b4 {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-31d9d3b4, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-31d9d3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-7dfb57a0 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-7dfb57a0 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-7dfb57a0 {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-7dfb57a0, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-7dfb57a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c799649c-2566-c5de-3b0c-453a3274f62b-adad96f7 {
  grid-area: Area;
}

#w-node-bac5aa24-87df-bdd1-b26c-5203990ab273-adad96f7 {
  grid-area: Area-2;
}

#w-node-_069757c7-5a99-006d-0bbc-c39c2bcda6c6-adad96f7 {
  grid-area: Area;
}

#w-node-e2312236-ecf6-f098-8727-c81a8524ee68-adad96f7, #w-node-_72369bb9-1e8f-b9fe-d576-643b0f87537e-adad96f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkamono webfont';
  src: url('../fonts/silkamono-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}