/*
Theme Name: Klarstein Theme
Theme URI: http://klarstein.hypedev.23x.me/
Description: Custom theme by Hype London
Version: 1.0
Author: Hype London
Author URI: https://hypelondon.co.uk
*/

/* Page Setup + Mixins */
:root {
  --gutter: 12px;
  --pageMarginTotal: 60px;
  --headerHeight: 93px;
  --pageMargin: calc(var(--pageMarginTotal) - (var(--gutter) / 2));
  --vertical: 48px;
  --section: 650px;
  --easing: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  --colour-copy: #1E2724;
  --colour-black: #000;
  --colour-dark: #101010;
  --colour-aqua: #51E9C4;
  --colour-emerald: #67CB8F;
  --colour-green: #9AF577;
  --colour-lemon: #E4F288;
  --colour-yellow: #F6E518;
  --colour-bisque: #FFD0A5;
  --colour-tangerine: #FB5B31;
  --colour-pink: #FAC6E8;
  --colour-offwhite: #F0F0F0;
  --colour-offwhite-2: #F2F2F2;
  --colour-lavender: #B779F3;
  --colour-sky: #A2B1FC;
  --colour-blue: #6062F6;
  --colour-turquoise: #89E0E6;
  --colour-white: #FFFFFF;
  --colour-pink-tint-1: #FEDCF1;
  --colour-tangerine-tint-1: #FF9D87;
  --colour-tangerine-tint-2: #FFDED7;
  --colour-bisque-tint-1: #FFE2CA;
  --colour-yellow-tint-1: #FCEF89;
  --colour-lemon-tint-1: #F7FBDB;
  --colour-green-tint-1: #C3F9AE;
  --colour-aqua-tint-1: #98F2DC;
  --colour-turquoise-tint-1: #B3ECF0;
}
@media all and (max-width: 580px) {
  :root {
    --headerHeight: 51px;
    --pageMarginTotal: 25px;
    --vertical: 30px;
    --section: 350px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-klarstein {
  width: 7.5693359375em;
}

.icon-left-arrow,
.icon-right-arrow {
  width: 1.8310546875em;
}

b {
  font-weight: 600;
}

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

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

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* WORDPRESS */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 var(--pageMargin);
  width: 100%;
}
.columns.no-margin {
  padding: 0;
}

.columns + .columns {
  margin-top: var(--vertical);
}

.col {
  padding: 0 calc(var(--gutter) / 2);
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.push-1 {
  margin-left: 8.333%;
}

.push-2 {
  margin-left: 16.666%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.333%;
}

.push-5 {
  margin-left: 41.666%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.333%;
}

.push-8 {
  margin-left: 66.666%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.333%;
}

.push-11 {
  margin-left: 91.666%;
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11 .tablet-push-1,
.tablet-push-2,
.tablet-push-3,
.tablet-push-4,
.tablet-push-5,
.tablet-push-6,
.tablet-push-7,
.tablet-push-8,
.tablet-push-9,
.tablet-push-10,
.tablet-push-11 {
    margin-left: 0;
  }
}

@media screen and (max-width: 580px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.tablet-lndscp-col-1,
.tablet-lndscp-col-2,
.tablet-lndscp-col-3,
.tablet-lndscp-col-4,
.tablet-lndscp-col-5,
.tablet-lndscp-col-6,
.tablet-lndscp-col-7,
.tablet-lndscp-col-8,
.tablet-lndscp-col-9,
.tablet-lndscp-col-10,
.tablet-lndscp-col-11,
.tablet-lndscp-col-12,
.tablet-col-1,
.tablet-col-2,
.tablet-col-3,
.tablet-col-4,
.tablet-col-5,
.tablet-col-6,
.tablet-col-7,
.tablet-col-8,
.tablet-col-9,
.tablet-col-10,
.tablet-col-11,
.tablet-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-11 {
    margin-left: 91.666%;
  }
}

.show-mobile {
  display: none;
}
@media all and (max-width: 580px) {
  .show-mobile {
    display: flex;
  }
}

@media all and (max-width: 580px) {
  .hide-mobile {
    display: none;
  }
}

/* Colour Theme */
.bg-black {
  background-color: var(--colour-black);
}

.bg-aqua {
  background-color: var(--colour-aqua);
}

.bg-emerald {
  background-color: var(--colour-emerald);
}

.bg-green {
  background-color: var(--colour-green);
}

.bg-lemon {
  background-color: var(--colour-lemon);
}

.bg-yellow {
  background-color: var(--colour-yellow);
}

.bg-bisque {
  background-color: var(--colour-bisque);
}

.bg-tangerine {
  background-color: var(--colour-tangerine);
}

.bg-tangerine-tint-1 {
  background-color: var(--colour-tangerine-tint-1);
}

.bg-tangerine-tint-2 {
  background-color: var(--colour-tangerine-tint-2);
}

.bg-pink {
  background-color: var(--colour-pink);
}

.bg-pink-tint-1 {
  background-color: var(--colour-pink-tint-1);
}

.bg-offwhite {
  background-color: var(--colour-offwhite);
}

.bg-offwhite-2 {
  background-color: var(--colour-offwhite-2);
}

.bg-lavender {
  background-color: var(--colour-lavender);
}

.bg-sky {
  background-color: var(--colour-sky);
}

.bg-blue {
  background-color: var(--colour-blue);
}

.bg-turquoise {
  background-color: var(--colour-turquoise);
}

.bg-white {
  background-color: var(--colour-white);
}

.clr-black {
  color: var(--colour-black);
}

.clr-aqua {
  color: var(--colour-aqua);
}

.clr-emerald {
  color: var(--colour-emerald);
}

.clr-green {
  color: var(--colour-green);
}

.clr-lemon {
  color: var(--colour-lemon);
}

.clr-yellow {
  color: var(--colour-yellow);
}

.clr-bisque {
  color: var(--colour-bisque);
}

.clr-tangerine {
  color: var(--colour-tangerine);
}

.clr-pink {
  color: var(--colour-pink);
}

.clr-offwhite {
  color: var(--colour-offwhite);
}

.clr-lavender {
  color: var(--colour-lavender);
}

.clr-sky {
  color: var(--colour-sky);
}

.clr-blue {
  color: var(--colour-blue);
}

.clr-turquoise {
  color: var(--colour-turquoise);
}

.clr-white {
  color: var(--colour-white);
}

/* Typography */
@font-face {
  font-family: "BwGradual-web";
  src: url("assets/fonts/BwGradual-Regular.woff2") format("woff2"), url("assets/fonts/BwGradual-Regular.woff") format("woff"), url("assets/fonts/BwGradual-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BwGradual-web";
  src: url("assets/fonts/BwGradual-Medium.woff2") format("woff2"), url("assets/fonts/BwGradual-Medium.woff") format("woff"), url("assets/fonts/BwGradual-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
/* General Styles */
body {
  font-family: "BwGradual-web", sans-serif;
  color: var(--colour-copy);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375em;
  padding-top: var(--headerHeight);
}
@media all and (max-width: 580px) {
  body {
    font-size: 18px;
  }
}
body.theme-index {
  --hoverColour: var(--colour-sky);
}
body.theme-index header {
  background: #f2f2f2;
}
body.theme-index header.nav-open {
  background: var(--colour-dark);
}
body.theme-index .bg-main-1 {
  background: #f2f2f2;
}
body.theme-index .bg-light-1 {
  background: #f9f9f9;
}
body.theme-brand-strategy {
  --hoverColour: var(--colour-white);
}
body.theme-brand-strategy header {
  background: var(--colour-turquoise);
}
body.theme-brand-strategy header.nav-open {
  background: var(--colour-dark);
}
body.theme-brand-strategy .bg-main-1 {
  background: var(--colour-turquoise);
}
body.theme-brand-strategy .bg-light-1 {
  background: #B3ECF0;
}
body.theme-tone-of-voice {
  --hoverColour: var(--colour-white);
}
body.theme-tone-of-voice header {
  background: var(--colour-blue);
}
body.theme-tone-of-voice header.nav-open {
  background: var(--colour-dark);
}
body.theme-tone-of-voice .bg-main-1 {
  background: var(--colour-blue);
}
body.theme-tone-of-voice .bg-light-1 {
  background: #999BF8;
}
body.theme-logo-suite {
  --hoverColour: var(--colour-white);
}
body.theme-logo-suite header {
  background: #999BF8;
}
body.theme-logo-suite header.nav-open {
  background: var(--colour-dark);
}
body.theme-logo-suite .bg-main-1 {
  background: #999BF8;
}
body.theme-logo-suite .bg-light-1 {
  background: #C1C3FA;
}
body.theme-typography {
  --hoverColour: var(--colour-white);
}
body.theme-typography header {
  background: var(--colour-lavender);
}
body.theme-typography header.nav-open {
  background: var(--colour-dark);
}
body.theme-typography .bg-main-1 {
  background: var(--colour-lavender);
}
body.theme-typography .bg-light-1 {
  background: #D5AFF7;
}
body.theme-colours {
  --hoverColour: var(--colour-white);
}
body.theme-colours header {
  background: var(--colour-pink);
}
body.theme-colours header.nav-open {
  background: var(--colour-dark);
}
body.theme-colours .bg-main-1 {
  background: var(--colour-pink);
}
body.theme-colours .bg-light-1 {
  background: var(--colour-pink-tint-1);
}
body.theme-iconography {
  --hoverColour: var(--colour-white);
}
body.theme-iconography header {
  background: var(--colour-tangerine);
}
body.theme-iconography header.nav-open {
  background: var(--colour-dark);
}
body.theme-iconography .bg-main-1 {
  background: var(--colour-tangerine);
}
body.theme-iconography .bg-light-1 {
  background: var(--colour-tangerine-tint-1);
}
body.theme-quality-stamps {
  --hoverColour: var(--colour-white);
}
body.theme-quality-stamps header {
  background: var(--colour-bisque);
}
body.theme-quality-stamps header.nav-open {
  background: var(--colour-dark);
}
body.theme-quality-stamps .bg-main-1 {
  background: var(--colour-bisque);
}
body.theme-quality-stamps .bg-light-1 {
  background: var(--colour-bisque-tint-1);
}
body.theme-patterns {
  --hoverColour: var(--colour-white);
}
body.theme-patterns header {
  background: var(--colour-yellow);
}
body.theme-patterns header.nav-open {
  background: var(--colour-dark);
}
body.theme-patterns .bg-main-1 {
  background: var(--colour-yellow);
}
body.theme-patterns .bg-light-1 {
  background: var(--colour-yellow-tint-1);
}
body.theme-art-direction {
  --hoverColour: var(--colour-white);
}
body.theme-art-direction header {
  background: var(--colour-lemon);
}
body.theme-art-direction header.nav-open {
  background: var(--colour-dark);
}
body.theme-art-direction .bg-main-1 {
  background: var(--colour-lemon);
}
body.theme-art-direction .bg-light-1 {
  background: var(--colour-lemon-tint-1);
}
body.theme-product-photography {
  --hoverColour: var(--colour-white);
}
body.theme-product-photography header {
  background: var(--colour-green);
}
body.theme-product-photography header.nav-open {
  background: var(--colour-dark);
}
body.theme-product-photography .bg-main-1 {
  background: var(--colour-green);
}
body.theme-product-photography .bg-light-1 {
  background: var(--colour-green-tint-1);
}
body.theme-layout-system {
  --hoverColour: var(--colour-white);
}
body.theme-layout-system header {
  background: #7CDAA2;
}
body.theme-layout-system header.nav-open {
  background: var(--colour-dark);
}
body.theme-layout-system .bg-main-1 {
  background: #7CDAA2;
}
body.theme-layout-system .bg-light-1 {
  background: #B1E9C8;
}
body.theme-applications {
  --hoverColour: var(--colour-white);
}
body.theme-applications header {
  background: var(--colour-aqua);
}
body.theme-applications header.nav-open {
  background: var(--colour-dark);
}
body.theme-applications .bg-main-1 {
  background: var(--colour-aqua);
}
body.theme-applications .bg-light-1 {
  background: var(--colour-aqua-tint-1);
}
body.theme-download-centre {
  --hoverColour: var(--colour-white);
}
body.theme-download-centre header {
  background: var(--colour-turquoise);
}
body.theme-download-centre header.nav-open {
  background: var(--colour-dark);
}
body.theme-download-centre .bg-main-1 {
  background: var(--colour-turquoise);
}
body.theme-download-centre .bg-light-1 {
  background: var(--colour-turquoise-tint-1);
}

header {
  height: var(--headerHeight);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--colour-dark);
  transition: all 0.3s var(--easing);
  z-index: 500;
}
header.scroll-up {
  transform: translateY(-100%);
}
header .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo-link {
  font-size: 20px;
  line-height: 0;
  color: var(--colour-dark);
  transition: color 0.3s var(--easing);
}
header .logo-link:hover {
  color: var(--hoverColour);
}
header .logomark-link {
  font-size: 27px;
  line-height: 0;
  color: var(--colour-black);
  transition: color 0.3s var(--easing);
}
header .logomark-link:hover {
  color: var(--hoverColour);
}
header .menu-icon {
  display: block;
  width: 27px;
  height: 21px;
  position: relative;
}
header .menu-icon .menu-icon-bar {
  display: block;
  height: 3px;
  background: var(--colour-copy);
  width: 100%;
  position: absolute;
  left: 0;
  transition: opacity 0.1s 0.2s var(--easing), background 0.3s var(--easing), top 0.1s 0.2s var(--easing), bottom 0.1s 0.2s var(--easing), transform 0.1s var(--easing);
}
header .menu-icon .menu-icon-bar:nth-child(1) {
  top: 0;
}
header .menu-icon .menu-icon-bar:nth-child(2) {
  top: 9.5px;
}
header .menu-icon .menu-icon-bar:nth-child(3) {
  bottom: 0;
}
header .menu-link.active .menu-icon .menu-icon-bar {
  transition: opacity 0.1s var(--easing), background 0.3s var(--easing), top 0.1s var(--easing), bottom 0.1s var(--easing), transform 0.1s 0.2s var(--easing);
}
header .menu-link.active .menu-icon .menu-icon-bar:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
header .menu-link.active .menu-icon .menu-icon-bar:nth-child(2) {
  opacity: 0;
}
header .menu-link.active .menu-icon .menu-icon-bar:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  header .menu-link:hover .menu-icon-bar {
    background: var(--hoverColour);
  }
}
header.index-header .logo-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header.index-header.nav-open .logo-link {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header.nav-open {
  border-bottom: 1px solid var(--colour-white);
}
header.nav-open .menu-icon .menu-icon-bar {
  background: var(--colour-white);
}
@media (any-hover: hover) {
  header.nav-open .menu-icon:hover .menu-icon-bar {
    background: var(--hoverColour);
  }
}
header.nav-open .logomark-link, header.nav-open .logo-link {
  color: var(--colour-white);
}
header.nav-open .logomark-link:hover, header.nav-open .logo-link:hover {
  color: var(--hoverColour);
}
header.nav-open.nav-hover {
  border-bottom: 1px solid var(--colour-dark);
}
header.nav-open.nav-hover .menu-icon .menu-icon-bar {
  background: var(--colour-dark);
}
header.nav-open.nav-hover .menu-icon:hover .menu-icon-bar {
  background: var(--hoverColour);
}
header.nav-open.nav-hover .logomark-link, header.nav-open.nav-hover .logo-link {
  color: var(--colour-dark);
}
header.nav-open.nav-hover .logomark-link:hover, header.nav-open.nav-hover .logo-link:hover {
  color: var(--hoverColour);
}

.main-nav {
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--colour-dark);
  color: var(--colour-white);
  z-index: 300;
  display: none;
  transition: background 0.3s var(--easing), color 0.3s var(--easing);
}
.main-nav a {
  color: currentColor;
  text-decoration: none;
}
.main-nav ul {
  margin-top: calc(var(--headerHeight) + 44px);
}
.main-nav ul li a {
  font-size: calc(((var(--vh, 1vh) * 100) - (var(--headerHeight) + 44px + 100px)) / 17);
  line-height: calc(((var(--vh, 1vh) * 100) - (var(--headerHeight) + 44px + 100px)) / 17);
  display: inline-block;
  padding-bottom: calc((((var(--vh, 1vh) * 100) - (var(--headerHeight) + 44px + 100px)) / 17) * 0.4);
}
.main-nav ul li a:hover {
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 0.9375em;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media all and (min-width: 580px) {
  h1 {
    font-size: 11.1vw;
  }
}
@media all and (min-width: 1400px) {
  h1 {
    font-size: 160px;
  }
}

h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1em;
}
@media all and (max-width: 1024px) {
  h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 580px) {
  h2 {
    font-size: 20px;
  }
}
h2 + h2 {
  margin-top: 1em;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.08em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media all and (max-width: 580px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 1em;
}
@media all and (max-width: 768px) {
  h4 {
    font-size: 30px;
  }
}
@media all and (max-width: 580px) {
  h4 {
    font-size: 25px;
  }
}

p + p {
  margin-top: 1em;
}

.big-logo-wrap {
  min-height: calc(var(--section) - var(--headerHeight));
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-logo-wrap img {
  width: 100%;
}

section {
  padding: var(--vertical) 0 calc(var(--vertical) * 3) 0;
  min-height: var(--section);
}
section:first-child {
  min-height: calc(var(--section) - var(--headerHeight));
}
section.no-padding {
  padding: 0;
}

.index-card {
  display: block;
  height: 0;
  padding-bottom: 55.5%;
  position: relative;
  color: currentColor;
  overflow: hidden;
}
.index-card.tall {
  padding-bottom: 111%;
}
@media all and (max-width: 580px) {
  .index-card.tall {
    padding-bottom: 55.5%;
  }
}
.index-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s var(--easing);
}
.index-card span.label {
  position: absolute;
  top: 25px;
  left: 60px;
  z-index: 3;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.08em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media all and (max-width: 580px) {
  .index-card span.label {
    font-size: 20px;
  }
}
.index-card span.label.light {
  color: var(--colour-white);
}
@media all and (max-width: 580px) {
  .index-card span.label {
    left: 25px;
  }
}
.index-card:hover img {
  transform: scale(1.05);
}

.section-intro.no-padding {
  margin-top: 35px;
}

.section-intro {
  margin-top: 195px;
}
@media all and (max-width: 580px) {
  .section-intro {
    margin-top: 80px;
  }
}
.section-intro.with-border {
  position: relative;
}
.section-intro.with-border:after {
  content: "";
  display: block;
  width: calc(100% - (var(--pageMarginTotal) * 2));
  left: var(--pageMarginTotal);
  top: -14px;
  height: 1px;
  background: var(--colour-dark);
  position: absolute;
}
.section-intro .section-intro-cta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media all and (max-width: 580px) {
  .section-intro .section-intro-cta {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.section-intro + .section-content {
  margin-top: 40px;
}

.section-intro p a {
  color: currentColor;
  text-decoration: none;
}
.section-intro p a:hover {
  text-decoration: underline;
}

.button {
  color: inherit;
  text-decoration: none;
  display: flex;
  width: auto;
  height: 33px;
  position: relative;
  align-items: center;
}
.button span.button-text {
  background: #F2F2F2;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.button span.button-icon {
  background: var(--colour-dark);
  color: var(--colour-white);
  font-size: 20px;
  line-height: 20px;
  width: 33px;
  height: 100%;
  position: relative;
  transition: background 0.3s var(--easing);
}
.button span.button-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button:hover span.button-icon {
  background: var(--colour-lavender);
  color: var(--colour-white);
}

.image-block {
  height: 0;
  width: 100%;
  padding-bottom: 55.5%;
  position: relative;
}
.image-block > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.image-block.natural-height {
  height: auto;
  padding-bottom: 0;
}
.image-block.natural-height img {
  height: auto;
  position: relative;
  -o-object-fit: initial;
     object-fit: initial;
}
.image-block.with-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #080808;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.image-block.with-overlay .image-overlay {
  position: absolute;
  top: var(--vertical);
  left: 60px;
  z-index: 5;
  color: var(--colour-white);
  width: calc((100% - 120px) / 2);
  font-size: 45px;
  line-height: 1.11em;
}
@media all and (max-width: 1024px) {
  .image-block.with-overlay .image-overlay {
    font-size: 30px;
    width: calc((100% - 120px) / 1.5);
  }
}
@media all and (max-width: 580px) {
  .image-block.with-overlay .image-overlay {
    left: 25px;
    width: calc(100% - 50px);
    font-size: 20px;
  }
}
.image-block.with-overlay .image-overlay p + p {
  margin-top: 1em;
}

.image-block + .image-block {
  margin-top: var(--gutter);
}

.hover-block {
  min-height: 400px;
  transition: background 0.3s var(--easing);
  font-size: 30px;
  line-height: 1.33em;
  height: 100%;
}
@media all and (max-width: 580px) {
  .hover-block {
    font-size: 18px;
    min-height: 200px;
  }
}
.hover-block .hover-block-title {
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  display: block;
}
@media all and (max-width: 580px) {
  .hover-block .hover-block-title {
    font-size: 20px;
  }
}
.hover-block .hover-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--easing);
  max-width: 85%;
}
@media all and (max-width: 580px) {
  .hover-block .hover-content {
    max-width: 100%;
  }
}
.hover-block:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 580px) {
  .hover-block .hover-content {
    opacity: 1;
    visibility: visible;
  }
}

.columns > div:nth-child(4n + 1) .hover-block,
.columns > div:nth-child(4n + 4) .hover-block {
  background: #f2f2f2;
}
.columns > div .hover-block:hover {
  background: var(--hover-bg);
}
@media all and (max-width: 580px) {
  .columns > div .hover-block:hover {
    background: var(--hover-bg);
  }
}

.columns > div:nth-child(4n + 2) .hover-block,
.columns > div:nth-child(4n + 3) .hover-block {
  background: #DCDCDC;
}

.columns > div .hover-block:hover {
  background: var(--hover-bg);
}
@media all and (max-width: 580px) {
  .columns > div .hover-block:hover {
    background: var(--hover-bg);
  }
}


.columns > div:nth-child(odd) .hover-block {
  padding: 32px 42px 32px var(--pageMarginTotal);
}
@media all and (max-width: 580px) {
  .columns > div:nth-child(odd) .hover-block {
    padding: 32px var(--pageMarginTotal);
  }
}

.columns > div:nth-child(even) .hover-block {
  padding: 32px var(--pageMarginTotal) 32px 42px;
}
@media all and (max-width: 580px) {
  .columns > div:nth-child(even) .hover-block {
    padding: 32px var(--pageMarginTotal);
  }
}

.page-nav {
  margin-top: 160px;
}
@media all and (max-width: 580px) {
  .page-nav {
    margin-top: 80px;
  }
}

.page-nav-link {
  display: block;
  background: var(--colour-dark);
  color: #fff;
  text-decoration: none;
  padding: 80px var(--pageMarginTotal) 160px;
  transition: 0.3s var(--easing);
  font-weight: 400;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: uppercase;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .page-nav-link {
    font-size: 50px;
  }
}
@media all and (max-width: 768px) {
  .page-nav-link {
    font-size: 40px;
  }
}
@media all and (max-width: 580px) {
  .page-nav-link {
    font-size: 20px;
  }
}
@media all and (max-width: 580px) {
  .page-nav-link {
    padding: 40px var(--pageMarginTotal) 80px;
  }
}
.page-nav-link .icon {
  font-size: 68%;
}
.page-nav-link.prev {
  border-right: 1px solid #fff;
}
.page-nav-link.next {
  border-left: 1px solid #fff;
  text-align: right;
}
.page-nav-link:hover {
  background: var(--hover-bg);
  color: var(--colour-dark);
}

.text-block {
  padding: var(--vertical) var(--pageMarginTotal) calc(var(--vertical) * 2);
  min-height: 800px;
  font-size: 30px;
  line-height: 1.33em;
}
.text-block p {
  max-width: 80%;
}
.text-block .two-column-text p {
  max-width: 95%;
}
.text-block ul {
  font-size: 24px;
  line-height: 1.33em;
}
@media all and (max-width: 580px) {
  .text-block ul {
    font-size: 20px;
  }
}
@media all and (max-width: 580px) {
  .text-block {
    min-height: 400px;
    font-size: 20px;
  }
  .text-block p {
    max-width: 100%;
  }
}

main ul {
  list-style: disc;
  margin-left: 20px;
}
main ul li {
  margin-bottom: 0.5em;
}

p + ul {
  margin-top: 1em;
}

.two-column-text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: calc(var(--pageMarginTotal) * 2);
     -moz-column-gap: calc(var(--pageMarginTotal) * 2);
          column-gap: calc(var(--pageMarginTotal) * 2);
}

.slider {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.slider .slide {
  width: 100%;
  min-height: 100%;
  padding: var(--vertical) 0;
  position: relative;
}
.slider .slide.no-padding {
  padding: 0;
}
.slider .slide.with-central-border:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - (var(--vertical) * 2));
  position: absolute;
  top: var(--vertical);
  left: 50%;
  background: var(--colour-black);
}
@media all and (max-width: 580px) {
  .slider .slide.with-central-border:after {
    display: none;
  }
}
.slider .slide .columns {
  min-height: 100%;
}
.slider .slide .columns .col {
  padding-bottom: var(--vertical);
}
.slider .slide .slide-half-left {
  padding-right: 42px;
}
@media all and (max-width: 580px) {
  .slider .slide .slide-half-left {
    padding-right: 0;
  }
}
.slider .slide .slide-half-right {
  padding-left: 42px;
}
@media all and (max-width: 580px) {
  .slider .slide .slide-half-right {
    padding-left: 0;
  }
}
.slider .slide.image-slide {
  min-height: calc(var(--vh, 1vh) * 85);
}
.slider .slide.image-slide .slide-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .flickity-page-dots {
  bottom: -50px;
}
.slider .flickity-page-dots .dot {
  background: transparent;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 1px solid var(--colour-black);
}
.slider .flickity-page-dots .dot.is-selected {
  background: var(--colour-black);
}
.slider .slider-nav-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.slider .slider-nav-ui .slider-nav-left,
.slider .slider-nav-ui .slider-nav-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.slider .slider-nav-ui .slider-nav-left {
  left: 0;
  cursor: url("assets/img/left-arrow.svg"), w-resize;
}
.slider .slider-nav-ui .slider-nav-right {
  right: 0;
  cursor: url("assets/img/right-arrow.svg"), e-resize;
}

.big-copy {
  font-size: 30px;
  line-height: 1.333em;
}

.tabs .tab {
  display: none;
  transition: background 0.4s var(--easing);
}
.tabs .tab .tab-content {
  min-height: 700px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 580px) {
  .tabs .tab .tab-content {
    min-height: 300px;
  }
}
.tabs .tab.active {
  display: block;
}
.tabs .tab.active .tab-content {
  -webkit-animation: fadeIn 0.4s forwards var(--easing);
          animation: fadeIn 0.4s forwards var(--easing);
}
@media all and (max-width: 580px) {
  .tabs .tab .inset-image {
    max-width: 50%;
  }
}
.tabs .tab .full-image {
  width: 100%;
}
.tabs .tabs-nav {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 580px) {
  .tabs .tabs-nav {
    flex-wrap: wrap;
  }
}
.tabs .tabs-nav .tab-link {
  color: var(--colour-dark);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px 10px 20px;
  text-transform: uppercase;
}
.tabs .tabs-nav .tab-link .tab-link-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--colour-dark);
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all 0.4s var(--easing);
  margin-right: 8px;
}
.tabs .tabs-nav .tab-link:hover .tab-link-circle {
  background: var(--colour-offwhite);
}
.tabs .tabs-nav .tab-link.active .tab-link-circle {
  background: var(--colour-dark);
}

.colour-switcher {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.colour-switcher a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin: 4px;
}
.colour-switcher a.active {
  border: 1px solid var(--colour-dark);
}
@media all and (max-width: 580px) {
  .colour-switcher {
    width: 100%;
    margin-top: 20px;
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
.type-tester {
  font-weight: 400;
  font-size: 50px;
  line-height: 0.9375em;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  align-self: flex-start;
  justify-self: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px var(--pageMarginTotal);
}
@media all and (min-width: 580px) {
  .type-tester {
    font-size: 11.1vw;
  }
}
@media all and (min-width: 1400px) {
  .type-tester {
    font-size: 160px;
  }
}
.type-tester textarea {
  width: 100%;
  display: block;
  resize: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--colour-dark);
  padding-top: 30px;
  min-height: 636px;
}
@media all and (max-width: 580px) {
  .type-tester textarea {
    min-height: 236px;
  }
}
.type-tester textarea:focus {
  outline: 0;
  border: 0;
}

.video-block {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.two-halves {
  display: flex;
}
.two-halves .animation-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.two-halves .animation-col .inline-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-halves .animation-col video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two-halves .image-col {
  position: relative;
}
.two-halves .image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.download-centre-grid .download-centre-block {
  width: calc((100% - (var(--gutter) * 3)) / 4);
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .download-centre-grid .download-centre-block {
    width: calc((100% - (var(--gutter) * 1)) / 2);
  }
}
@media all and (max-width: 580px) {
  .download-centre-grid .download-centre-block {
    width: 100%;
  }
}
.download-centre-grid .download-centre-block > a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: var(--colour-dark);
  font-weight: 500;
}
.download-centre-grid .download-centre-block .download-labels {
  margin-top: calc(var(--gutter) / 2);
  display: flex;
  justify-content: space-between;
}
.download-centre-grid .download-centre-block .image-block .download-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  transition: opacity 0.4s var(--easing);
}
.download-centre-grid .download-centre-block:hover .download-icon {
  opacity: 0.5;
}

.download-filters {
  text-align: center;
  margin-bottom: 60px;
}
.download-filters button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 var(--gutter);
  cursor: pointer;
}
@media all and (max-width: 580px) {
  .download-filters button {
    font-size: 12px;
    margin: 0 5px;
  }
}
.download-filters button .tab-link-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--colour-dark);
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all 0.4s var(--easing);
  margin-right: 8px;
}
.download-filters button:hover .tab-link-circle {
  background: var(--colour-offwhite);
}
.download-filters button.active .tab-link-circle {
  background: var(--colour-dark);
}

.page-footer {
  background: var(--colour-offwhite);
  padding: 70px 0 80px;
  margin-top: 124px;
}
