@import url("https://use.typekit.net/wzz8ycw.css");
@media (min-width: 240px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": false}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 320px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 540px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 667px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1024px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1280px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
.debug {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: monospace;
  font-size: 14px;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999999;
}
.debug .output {
  border-bottom: 1px dotted #959595;
  display: block;
  padding: 5px 0;
}
@media (max-width: 319px) {
  .debug .output:nth-child(1)::after {
    content: 'default';
  }
}
@media (min-width: 320px) {
  .debug .output:nth-child(1)::after {
    content: 'phone';
  }
}
@media (min-width: 667px) {
  .debug .output:nth-child(1)::after {
    content: 'phablet';
  }
}
@media (min-width: 768px) {
  .debug .output:nth-child(1)::after {
    content: 'tablet';
  }
}
@media (min-width: 1024px) {
  .debug .output:nth-child(1)::after {
    content: 'desktop';
  }
}
@media (min-width: 1280px) {
  .debug .output:nth-child(1)::after {
    content: 'widescreen';
  }
}
@media (orientation: landscape) {
  .debug .output:nth-child(2)::after {
    content: 'landscape';
  }
}
@media (orientation: portrait) {
  .debug .output:nth-child(2)::after {
    content: 'portrait';
  }
}
.debug .output:nth-child(3) {
  border-bottom: none;
}
.debug .output:nth-child(3)::after {
  content: 'non-retina';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina2x';
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 350dpi), (min-resolution: 3dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina3x';
  }
}

body {
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, form, footer, button {
  font-weight: normal;
}

h1 {
    color: #c3d85f;
    font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

h2 {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

h3 {
    color: #c3d85f;
    font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

h4 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

button {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

p {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

footer {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

nav {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 100px;
  left: 0;
  line-height: 100px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}
@media (max-width: 767px) {
  nav {
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  nav {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  nav {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  nav {
    font-size: 16px;
  }
}
nav a.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  nav a.logo.menu-open {
    display: none;
  }
}
nav a.logo img {
  top: 8px;
  left: 15px;
  width: 200px;
  position: relative;
}
@media (min-width: 768px) {
  nav a.logo img {
    top: 12px;
    left: 15px;
    width: 160px;
  }
}
@media (min-width: 1024px) {
  nav a.logo img {
    top: 15px;
    left: 25px;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  nav a.logo img {
    width: 280px;
    top: 11px;
    left: 40px;
  }
}
nav .navbar-menu-icon-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}
nav .navbar-menu-icon-wrapper i {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  background-image: url("../graphics/icons/menu-open-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (34/ 40));
  width: 30px;
}
nav .navbar-menu-icon-wrapper i.open {
  background-image: url("../graphics/icons/menu-close-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (34/ 40));
  width: 30px;
}
@media (min-width: 768px) {
  nav .navbar-menu-icon-wrapper {
    display: none;
  }
}
nav ul {
  position: absolute;
  left: calc(50% + 0px);
  top: 0px;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: row;
  height: 100px;
  justify-content: space-around;
  list-style: none;
  padding: 0 10vw;
  width: 100vw;
}
@media (max-width: 767px) {
  nav ul.open {
    display: flex;
    flex-direction: column;
    height: 95vh;
    justify-content: space-around;
    padding: 50px 0;
    text-align: center;
  }
}
nav ul.open .background {
  background: #000;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media (min-width: 768px) {
  nav ul.open .background {
    display: none;
  }
}
@media (max-width: 767px) {
  nav ul {
    display: none;
  }
}
nav ul li {
  z-index: 1;
}
@media (max-width: 767px) {
  nav ul li {
    line-height: 42px;
  }
}
nav ul li a {
  color: #fff;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  nav ul li a {
    letter-spacing: 2px;
  }
}

nav ul .active {
  color: #fff;
  text-decoration: underline;
}
nav ul li:hover {
    color: #c3d85f;
}
@media (min-width: 768px) {
  nav ul.frontpage {
    padding: 0 2vw 0 4vw;
  }
}
@media (min-width: 1024px) {
  nav ul.frontpage {
    padding: 0 3vw 0 6vw;
  }
}
@media (min-width: 1024px) {
  nav ul.frontpage {
    padding: 0 4vw 0 8vw;
  }
}
@media (min-width: 768px) {
  nav ul.subpage {
    padding: 0 1vw 0 24vw;
  }
}
@media (min-width: 1024px) {
  nav ul.subpage {
    padding: 0 3vw 0 23vw;
  }
}
@media (min-width: 1280px) {
  nav ul.subpage {
    padding: 0 4vw 0 30vw;
  }
}

header {
  background-color: #C0C0C0;
  background-image: url("../graphics/bitmaps/header-image-index5.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
header .wrapper {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + -10%);
  transform: translate(-50%, -50%);
  height: 19vw;
  width: 19vw;
}
@media (orientation: portrait) {
  header .wrapper {
    height: 27vh;
    width: 27vh;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  header .wrapper {
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + -8%);
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 399px) and (orientation: landscape) {
  header .wrapper {
    height: 18vw;
    width: 18vw;
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + -6%);
    transform: translate(-50%, -50%);
  }
}

header h1 {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 0%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 6.4vw;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
  width: auto;
}
@media (max-width: 949px) {
  header h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
}
header h2 {
  bottom: -29%;
  font-family: "aktiv-grotesk-extended", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 2vw;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100vw;
}
@media (orientation: portrait) {
  header h2 {
    bottom: -35%;
    font-size: 2.5vw;
  }
}
@media (max-width: 666px) and (orientation: portrait) {
  header h2 {
    font-size: 4vw;
  }
}

header .logo {
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 0px);
  transform: translate(-50%, -50%);
  background-image: url("../graphics/svgs/logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(19vw *  (300/ 300));
  width: 19vw;
}
@media (orientation: portrait) {
  header .logo {
    background-image: url("../graphics/svgs/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(27vh *  (300/ 300));
    width: 27vh;
  }
}
@media (max-height: 399px) and (orientation: landscape) {
  header .logo {
    background-image: url("../graphics/svgs/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(18vw *  (300/ 300));
    width: 18vw;
  }
}

header .button-wrapper {
  align-items: center;
  bottom: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100vw;
}
@media (min-width: 667px) {
  header .button-wrapper {
    bottom: 10vw;
    flex-direction: row;
  }
}
@media (min-width: 667px) and (orientation: landscape) {
  header .button-wrapper {
    bottom: 6vw;
  }
}

header .button-wrapper button {
  background: #c3d85f;
  border: none;
  border-radius: 0;
  color: #1E1E1E;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 2px;
  height: 35px;
  line-height: 33px;
  width: 170px;
  padding: 0px;
}
    header .button-wrapper button:hover {
        background: #c3d85f;
        color: #fff;
    }
@media (min-width: 667px) {
  header .button-wrapper button {
    font-size: 15px;
    height: 39px;
    line-height: 37px;
    width: 190px;
  }
}
@media (min-width: 1280px) {
  header .button-wrapper button {
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    width: 210px;
  }
}
header .button-wrapper button:focus {
  outline: none;
}
@media (max-width: 666px) {
  header .button-wrapper button:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 667px) {
  header .button-wrapper button:last-child {
    margin-left: 30px;
  }
}
header i.scroll-down {
  display: inline-block;
  background-image: url("../graphics/icons/scroll-down-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (12/ 20));
  width: 30px;
  position: absolute;
  bottom: 30px;
  left: calc(50% + 0px);
  transform: translate(-50%, 0);
}

/*# sourceMappingURL=index.css.map */
