@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');

:root {
  --transparent: hsla(0,0%,100%,0);
  --opacity:rgba(255,255,255,0.10);
  --opacity2:rgba(255,255,255,0.20);
  --transition: all 0.2s ease-in-out;
  --white: #fff;
  --black: #000;
  --ink20: #63737E;
  --ink40: #1C2932;
  --ink60: #121D25;
  --ink80: #0F1A22;
  --cappuccino: #C7A670;
  --font: 'Urbanist', sans-serif;
  --title:'Bon Vivant', serif;
}

/* CUSTOM FONTS */
@font-face {
  font-family: 'Bon Vivant';
  src: url('../fonts/BonVivantSerif.eot');
  src: local('Bon Vivant Family Serif'), local('BonVivantSerif'),
    url('../fonts/BonVivantSerif.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BonVivantSerif.woff2') format('woff2'),
    url('../fonts/BonVivantSerif.woff') format('woff'),
    url('../fonts/BonVivantSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bon Vivant';
  src: url('../fonts/BonVivantSerifBold.eot');
  src: local('Bon Vivant Family Serif Bold'), local('BonVivantSerifBold'),
    url('../fonts/BonVivantSerifBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BonVivantSerifBold.woff2') format('woff2'),
    url('../fonts/BonVivantSerifBold.woff') format('woff'),
    url('../fonts/BonVivantSerifBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* for removing the highlight */
}
html {
  height: 100vh;
}
body {
  margin: 0;
  font-size: 16px;
  min-height: 100vh;
  color: var(--white);
  font-family: var(--font);
  background: var(--ink60);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
a {
  text-decoration: none;
  color: #fff;
  outline: none;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1.5em;
}
h1,
h2,
h3,
h4 {
  font-family: var(--title);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
h1 {
  font-size: 8vw;
}
h2 {
  font-size: 6vw;
}
h3 {
  font-size: 3.5vw;
}
img {
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
}

/* GRID */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tb-offset {
  padding: 40vh 0;
}
.t-offset {
  padding: 40vh 0 0;
}
.b-offset {
  padding: 0 0 40vh;
}
.tb-offset-sm {
  padding: 15vh 0;
}
.t-offset-sm {
  padding-top: 15vh;
}
.b-offset-sm {
  padding-bottom: 15vh;
}
.tb-offset-md {
  padding: 25vh 0;
}
.t-offset-md {
  padding-top: 25vh;
}
.b-offset-md {
  padding-bottom: 25vh;
}
.hy-g {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hy-g-1 {
  width: 7.14285vw;
}
.hy-g-2 {
  width: 14.2857vw;
}
.hy-g-3 {
  width: 21.42855vw;
}
.hy-g-4 {
  width: 28.5714vw;
}
.hy-g-5 {
  width: 35.71425vw;
}
.hy-g-6 {
  width: 42.8571vw;
}
.hy-g-7 {
  width: 49.99995vw;
}
.hy-g-8 {
  width: 57.1428vw;
}
.hy-g-9 {
  width: 64.28565vw;
}
.hy-g-10 {
  width: 71.4285vw;
}
.hy-g-11 {
  width: 78.57135vw;
}
.hy-g-12 {
  width: 85.7142vw;
}
.hy-g-13 {
  width: 92.85705vw;
}
.hy-g-14 {
  width: 99.9999vw;
}
.hy-g-os-1 {
  margin-left: 6vw;
}
.hy-g-os-2 {
  margin-left: 14.2857vw;
}
.hy-g-os-3 {
  margin-left: 21.42855vw;
}
.hy-g-os-4 {
  margin-left: 28.5714vw;
}
.hy-g-os-5 {
  margin-left: 35.71425vw;
}
.hy-g-os-6 {
  margin-left: 42.8571vw;
}
.hy-g-os-7 {
  margin-left: 49.99995vw;
}
.hy-g-os-8 {
  margin-left: 57.1428vw;
}
.hy-g-os-9 {
  margin-left: 64.28565vw;
}
.hy-g-os-10 {
  margin-left: 71.4285vw;
}
@media only screen and (max-width: 1021px) {
  .sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hy-g-sm-1 {
    width: 7.14285vw;
  }
  .hy-g-sm-2 {
    width: 14.2857vw;
  }
  .hy-g-sm-3 {
    width: 21.42855vw;
  }
  .hy-g-sm-4 {
    width: 28.5714vw;
  }
  .hy-g-sm-5 {
    width: 35.71425vw;
  }
  .hy-g-sm-6 {
    width: 42.8571vw;
  }
  .hy-g-sm-7 {
    width: 49.99995vw;
  }
  .hy-g-sm-8 {
    width: 57.1428vw;
  }
  .hy-g-sm-9 {
    width: 64.28565vw;
  }
  .hy-g-sm-10 {
    width: 71.4285vw;
  }
  .hy-g-sm-11 {
    width: 78.57135vw;
  }
  .hy-g-sm-12 {
    width: 85.7142vw;
  }
  .hy-g-sm-13 {
    width: 92.85705vw;
  }
  .hy-g-sm-14 {
    width: 99.9999vw;
  }
  .hy-g-sm-os-0 {
    margin-left: 0;
  }
  .hy-g-sm-os-1 {
    margin-left: 6vw;
  }
  .hy-g-sm-os-2 {
    margin-left: 14.2857vw;
  }
  .hy-g-sm-os-3 {
    margin-left: 21.42855vw;
  }
  .hy-g-sm-os-4 {
    margin-left: 28.5714vw;
  }
  .hy-g-sm-os-5 {
    margin-left: 35.71425vw;
  }
  .hy-g-sm-os-6 {
    margin-left: 42.8571vw;
  }
  .hy-g-sm-os-7 {
    margin-left: 49.99995vw;
  }
  .hy-g-sm-os-8 {
    margin-left: 57.1428vw;
  }
  .hy-g-sm-os-9 {
    margin-left: 64.28565vw;
  }
  .hy-g-sm-os-10 {
    margin-left: 71.4285vw;
  }
  .tb-offset {
    padding: 30vh 0;
  }
  .t-offset {
    padding: 30vh 0 0;
  }
  .b-offset {
    padding: 0 0 30vh;
  }
  .tb-offset-sm {
    padding: 10vh 0;
  }
  .t-offset-sm {
    padding-top: 10vh;
  }
  .b-offset-sm {
    padding-bottom: 10vh;
  }
  .tb-offset-md {
    padding: 17vh 0;
  }
  .t-offset-md {
    padding-top: 17vh;
  }
  .b-offset-md {
    padding-bottom: 17vh;
  }
}
.hy-p-12 {
  font-size: 12px;
  line-height: 1.4;
}
.hy-p-14 {
  font-size: 14px;
  line-height: 1.4;
}
.hy-p-16 {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
}
.hy-p-20 {
  font-family: var(--font);
  font-size: 20px;
  line-height: 1.6;
}
.hy-p-20.small {
  font-size: 14px;
}
.hy-p-30 {
  font-family: var(--font);
  font-size: 30px;
  line-height: 1.26;
}
.hy-p-40 {
  font-family: var(--font);
  font-size: 2.8vw;
  line-height: 1.35;
}
.hy-p-40-serif {
  font-family: var(--title);
  font-size: 2.8vw;
  line-height: 1.35;
}
.hy-p-50 {
  font-family: var(--title);
  font-size: 3.5vw;
  font-weight: 100;
  line-height: 1.4;
}
.hy-p-60 {
  font-family: var(--font);
  font-size: 4.2vw;
  line-height: 1.05;
  padding: 0.3em 0 0.1em;
}
.hy-p-60-serif {
  font-family: var(--title);
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 0.3em 0 0.1em;
}
.hy-p-120 {
  font-family: var(--title);
  font-size: 8.3vw;
  line-height: 1;
}
.hy-p-240 {
  font-family: var(--title);
  font-size: 14.3vw;
  line-height: 1;
}
.hy-p-300 {
  font-family: var(--title);
  font-size: 17vw;
  line-height: 1;
}
.hy-max {
  font-family: var(--title);
  font-size: 36vw;
}

/* GRID LINES */
.grid-lines{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  gap: 0;
  z-index: -1;
  pointer-events: none;
}
.grid-lines div{
  border-right: 1px solid var(--ink40);
}
.grid-lines div:last-child{
  border-right: none;
}
/* COMMON  */
.fake {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B1D0DD;
  transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  will-change: opacity;
  mix-blend-mode: color-dodge;
  opacity: 0;
}
.chars {
  word-wrap: normal;
}
.button-box {
  display: inline-block;
}
.indent {
  padding: 0.75em 0;
}
.indent-2 {
  padding: 2em 0;
}
.indent-2-top {
  padding-top: 2em;
}
span.sans {
  font-family: var(--font);
  display: inline-block;
  line-height: 1;
}
/* BUTTON */
a.button {
  padding: 2.6em 4em;
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  font-family: var(--font);
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
a.button.view {
  opacity: 0;
  transform: translateY(100px) rotate(7deg);
  -moz-transform: translateY(100px) rotate(7deg);
  -webkit-transform: translateY(100px) rotate(7deg);
  -o-transform: translateY(100px) rotate(7deg);
  -ms-transform: translateY(100px) rotate(7deg);
}
a.button.in-view {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
a.button.faded {
  color: #204050;
}
a.button.faded span {
  background-color: #EBE9DE;
  color: #204050;
}
a.button.faded span::before {
  background-color: #e5e3d4;
}
a.button.faded span::after {
  background-color: #dfdccb;
}
a.button span {
  transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCAB88;
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
}
a.button span:before {
  content: "";
  transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.155, 0.61, 0.355, 1);
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  width: 100%;
  height: 100%;
  background-color: #c49e76;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
a.button span:after {
  content: "";
  transition: all 800ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -webkit-transition: all 800ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -moz-transition: all 800ms cubic-bezier(0.155, 0.61, 0.355, 1);
  -o-transition: all 800ms cubic-bezier(0.155, 0.61, 0.355, 1);
  transform: translateY(120%);
  -moz-transform: translateY(120%);
  -webkit-transform: translateY(120%);
  -o-transform: translateY(120%);
  -ms-transform: translateY(120%);
  width: 100%;
  height: 100%;
  background-color: #bd9264;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
a.button.faded:hover span {
  background-color: #e1dece;
}
a.button:hover span {
  transform: scale(1.1, 1.2);
  -moz-transform: scale(1.1, 1.2);
  -webkit-transform: scale(1.1, 1.2);
  -o-transform: scale(1.1, 1.2);
  -ms-transform: scale(1.1, 1.2);
  border-radius: 8px;
}
a.button:hover span::before {
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
a.button:hover span::after {
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* TEXT LINK */
a.text-link {
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 0.5em 0 0.8em;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
}
a.text-link.view {
  opacity: 0;
  transform: translateY(150px) rotate(45deg);
  -moz-transform: translateY(150px) rotate(45deg);
  -webkit-transform: translateY(150px) rotate(45deg);
  -o-transform: translateY(150px) rotate(45deg);
  -ms-transform: translateY(150px) rotate(45deg);
}
a.text-link::before {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  content: "";
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  bottom: 0.5em;
  display: block;
  width: 100%;
  height: 1px;
  background-color:var(--white);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
a.text-link::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  content: "";
  position: absolute;
  bottom: 0.5em;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.text-link.in-view {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -webkit-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
}
a.text-link:hover::before {
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
a.text-link:hover::after {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.lettering div {
  display: inline-block;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.centered {
  margin: 0 auto;
}
.center-block {
  margin: 0 auto;
}
.small {
  font-size: 0.7em;
}
.italic {
  font-style: italic;
}
.caption {
  display: block;
  margin: 1em 0;
}

/* VIEW ANIMATION */
.view{
  transform:translateY(100px);
	transform-origin:50% 100%;
	opacity:0;
	transition:all 1s
}
.view.in-view{
  transform:none;
	opacity:1;
}
.view:nth-of-type(2){
	transition-delay:.3s;
}
.view:nth-of-type(3){
	transition-delay:.6s;
}
.view:nth-of-type(4){
	transition-delay:.9s;
}
.view:nth-of-type(5){
	transition-delay:1.2s;
}
.view:nth-of-type(6){
	transition-delay:1.5s;
}

/* PROGRESS CIRCLE  */
.progress-circle {
  z-index: 999;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 650ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.25);
  -moz-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  -o-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  background-color: var(--cappuccino);
  position: absolute;
  top: 50vh;
  right: 1.42857vw;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-circle .arrow {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  fill: var(--ink60);
}
@keyframes scrollDown {
  0%, 100% {
    transform: translate3d(0,  -40%,  0);
  }
  50% {
    transform: translate3d(0,  40%,  0);
  }
}
/* SCROLL DOWN  */
.scroll-down{
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 4vw;
  left: 6.5vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 999;
}
.scroll-down::before{
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--ink40);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s  linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s  linear;
  background-color: var(--ink60);
}
.scroll-down .arrow {
  width: 22px;
  height: 12px;
  stroke: var(--cappuccino);
  stroke-width: 1px;
  animation: scrollDown 2s infinite;
  margin-bottom: 4px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s  linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s  linear;
}
.scroll-down:hover:before{
  background-color: var(--cappuccino);
}
.scroll-down:hover .arrow{
  stroke: var(--ink60);
}

.img-container {
  will-change: transform;
}
#nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
/* LOGO */
#logo {
  z-index: 99;
  position: fixed;
  top: 40px;
  width: auto;
  left: 6vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#logo span {
  display: block;
  text-transform: uppercase;
}
#logo .typography {
  margin-left: 1rem;
}
#logo .title{
  width: auto;
  overflow: hidden;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
}
#logo .subtitle{
  font-family: var(--title);
  font-size: 12px;
  letter-spacing: 10px;
}
#logo svg{
  width: 60px;
  height: 60px;
  fill: var(--cappuccino);
}

.c-scrollbar {
  display: none;
}
#main {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#main .content {
  padding-top: 130px;
  overflow: hidden;
}
.content {
  margin: 0;
  will-change: transform;
}
.hy-content {
  width: calc(100vw - 14.28571vw);
  position: relative;
  margin: 0 auto;
  margin-bottom: 30vh;
}
.image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* HERO */
#hero {
  position: relative;
  padding: 10vh 6vw 0;
  z-index: 2;
  height: calc(100vh - 130px);
}
#hero h1 {
  line-height: 1.2;
  position: relative;
  font-size: 8vw;
}
#hero h1 span .color{
  color: var(--cappuccino);
}
#hero h1 span {
  position: relative;
  display: inline-block;
}
#hero h1 span:nth-of-type(2) {
  margin-left: 6.6vw;
}
#hero h1 span:nth-of-type(3) {
  margin-left: 12vw;
}
#hero h1 .hy-p-16 {
  font-weight: 300;
}
/* SECTION TEXT */
.section-text {
  position: absolute;
  width: 28.5714vw;
  height: 28.5714vw;
  bottom: -90%;
  right: -80%;
}
.section-text div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.section-text div span {
  display: block;
}
/* HERO TEXT */
#hero .hero-text {
  position: absolute;
  width: 28.5714vw;
  height: 28.5714vw;
  bottom: -92%;
  right: -85%;
}
#hero .hero-text div {
  font-size: 1.6vw;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#hero .hero-text .arrow{
  width: 0.9vw;
  height: 0.9vw;
  stroke: var(--cappuccino);
  stroke-width: 1px;
}
.parallax{
  width: 80%;
  position: absolute;
  bottom: 0;
  right: -70%;
  z-index: -1;
}
.parallax-img {
  width: 100%;
  height: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  line-height: 0;
}
.parallax-img img, .parallax-img svg {
  width: 100%;
  height: auto;
}
.intro h2{
  line-height: 1.4;
}
.intro h2 span{
  color: var(--cappuccino);
}
/* COMPANIES */
#companies ul{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 0;
  border-top: 1px solid var(--ink40);
}
#companies ul li{
  min-height: 30vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--ink40);
  border-right: 1px solid var(--ink40);
  background-color: var(--ink60);
}
#companies ul li:nth-child(1) {
  grid-row: span 2;
}
#companies ul li:nth-child(2) {
  grid-row: span 1;
}
#companies ul li:nth-child(3) {
  grid-row: span 1;
}
#companies ul li:nth-child(4) {
  grid-row: span 2;
  grid-column: span 2;
}
#companies ul li:nth-child(5) {
  grid-row: span 1;
}
#companies ul li:nth-child(6) {
  grid-row: span 3;
}
/*#companies ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:var(--ink40);
  pointer-events: none;
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform .9s cubic-bezier(0.38, 0.005, 0.215, 1);
  height: 1px;
  z-index: -1;
  transition-delay:1s;
}
#companies ul li.in-view::after {
  transform: scaleY(1);
}
*/
#companies ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s  linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s  linear;
}
#companies ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color:var(--cappuccino);
  transition: transform .6s cubic-bezier(0.38, 0.005, 0.215, 1),opacity .6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transform-origin: bottom center;
  transform: scaleY(0);
  opacity: 0;
}
#companies ul li a:hover::before {
  transform: scaleY(1);
  opacity: 1;
}
#companies ul li .copmpany-inner{
  width: 13vw;
  height: 13vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#companies ul li svg{
  width: 100%;
  transition: transform .6s cubic-bezier(0.38,  0.005,  0.215,  1);
}
#companies ul li:nth-child(1) svg{
  width: 50%;
}
#companies ul li:nth-child(2) svg{
  width: 110%;
}
#companies ul li:nth-child(3) svg{
  width: 96%;
}
#companies ul li:nth-child(4) svg{
  width: 72%;
}
#companies ul li:nth-child(5) svg{
  width: 48%;
}
#companies ul li:nth-child(6) svg{
  width: 72%;
}
#companies ul li a:hover svg {
  transform: scale(1.1);
}
#companies ul li .company-title{
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  transform:translateY(100px);
	transform-origin:50% 100%;
	opacity:0;
	transition: transform .6s cubic-bezier(0.38, 0.005, 0.215, 1),opacity .6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
#companies ul li a:hover .company-title{
  transform: none;
  opacity: 1;
}
  
/* FOOTER */
#footer {
  border-top: 1px solid var(--ink40);
  overflow: hidden;
  background-color: var(--ink60);
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
#footer .tagline {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--ink20);
  letter-spacing: 1px;
  font-weight: 500;
}
#footer .hy-g-7{
  padding: 3vw 6vw 0;
  border-right: 1px solid var(--ink40);
}
#footer .copy .hy-g-14{
  padding: 3vw 6vw;
  border-right: none;
  border-top: 1px solid var(--ink40);
  text-align: center;
}
#footer ul {
  padding: 2rem 0;
  font-size: 2.75vw;
  text-transform: uppercase;
  font-family: var(--title);
  line-height: 1.2;
}
#footer ul a {
  line-height: 1.4;
  display: inline-block;
  position: relative;
  transition: all 1s cubic-bezier(0.135, 0.75, 0.32, 1);
  -webkit-transition: all 1s cubic-bezier(0.135, 0.75, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.135, 0.75, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.135, 0.75, 0.32, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#footer ul a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  width: 100%;
  height: 1px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: var(--cappuccino);
  transition: all 650ms cubic-bezier(0.135, 0.75, 0.32, 1);
  -webkit-transition: all 650ms cubic-bezier(0.135, 0.75, 0.32, 1);
  -moz-transition: all 650ms cubic-bezier(0.135, 0.75, 0.32, 1);
  -o-transition: all 650ms cubic-bezier(0.135, 0.75, 0.32, 1);
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
}
#footer ul a:hover::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
#footer .text-link {
  margin: 0;
  text-transform: none;
  padding: 0 0 0.5em;
}



/* =====================================================================================
/* ================================ RESPONSIVE =========================================
/* ===================================================================================== 
*/
@media only screen and (max-width: 1023px) {
  .grid-lines{
    grid-template-columns: repeat(3,1fr);
  }
  a.button {
    padding: 1.5em 2em;
  }
  a.text-link {
    font-size: 14px;
    display: inline-block;
    margin: 1em 0 0;
  }
  .progress-circle {
    display: none;
  }
  .scroll-down{
    width: 36px;
    height: 36px;
    left: 50%;
    margin-left: -18px;
  }
  .scroll-down .arrow{
    width: 16px;
  }
  #nav {
    width: 100%;
    height: 120px;
  }
  #logo {
    z-index: 199;
    position: fixed;
    top: 30px;
    width: auto;
  }
  #logo svg{
    width: 48px;
    height: 48px;
  }
  #logo .typography{
    margin-left: 0.625rem;
  }
  #logo .title{
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
  #logo .subtitle{
    font-size: 10px;
    letter-spacing: 8px;
  }
  #hero h1 {
    font-size: 8.5vw;
  }
  #hero .hero-text{
    bottom: -80%;
    right: -80%;
  }
  #hero .hero-text div{
    font-size: 2vw;
  }
  #hero .hero-text .arrow{
    width: 1.5vw;
    height: 1.5vw;
  }
  .parallax{
    width: 100%;
    right: -85%;
  }
  .section-text{
    bottom: -80%;
  }
  .section-text .hy-p-16 {
    font-size: 12px;
  }
  .hy-p-14 {
    font-size: 11px;
  }
  .hy-g-6 {
    width: 60vw;
  }
  .hy-p-60 {
    font-size: 8vw;
    line-height: 1.2;
  }
  .hy-p-60-serif {
    font-size: 6vw;
  }
  #main {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #main .content {
    padding-top: 130px;
    overflow: hidden;
  }
  #companies ul{
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  #companies ul li:nth-child(1){
    grid-row: span 1;
  }
  #companies ul li:nth-child(4){
    grid-row: span 1;
    grid-column: span 1;
  }
  #companies ul li:nth-child(6){
    grid-row: span 1;
  }
  #companies ul li .copmpany-inner{
    width: 18vw;
    height: 18vw;
  }
  #footer ul {
    padding: 1em 0;
    font-size: 6vw;
  }
  #footer .links{
    display: block;
  }
  #footer .hy-g-7 {
    width: 100%;
  }
  #footer .copy p {
    font-size: 14px;
  }
  #footer .copy > div {
    margin-top: 1em;
  }

}

@media only screen and (max-width: 767px) {
  .grid-lines{
    display: none;
  }
  .scroll-down{
    bottom: 10vw;
  }
  #hero{
    padding-top: 5vh;
  }
  #hero h1{
    font-size: 13vw;
    position: unset;
  }
  #hero h1 span{
    position: unset;
  }
  #hero h1 span:nth-of-type(2), #hero h1 span:nth-of-type(3){
    margin-left: 0;
  }
  #hero .hero-text{
    bottom: 20vw;
    left: 6vw;
  }
  #hero .hero-text div{
    font-size: 5vw;
  }
  #hero .hero-text .arrow{
    width: 3vw;
    height: auto;
  }
  .section-text {
    width: 85%;
    top: 55vw;
    left: 6vw;
  }
  .section-text .hy-p-16 {
    font-size: 13px;
  }
  #companies ul{
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: dense;
  }
  #companies ul li{
    min-height: 50vh;
  }
  #companies ul li .copmpany-inner{
    width: 50vw;
    height: 50vw;
  }
}
