@charset "UTF-8";
/*
 * Project: HOW – Website
 * Client: HOW
 * Decription:
 * Production: Pixby
 * Year: 2014
 */
/* ==========================================================================
	Imports
/* ========================================================================== */
/* Vendor & Libraries
	-------------------------------------------------------------------------- */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Fonts */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 16px 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #fff;
  color: #222;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 16px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #222;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
	Mixins
/* ========================================================================== */
/* Configuration
	-------------------------------------------------------------------------- */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Fonts */
/* Partials
	-------------------------------------------------------------------------- */
body {
  font-family: "GroteskLight";
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}
@media screen and (min-width: 536px) {
  body {
    font-size: 16px;
  }
}

.theme-dark, body .theme-dark {
  color: #000;
}
.theme-dark a, body .theme-dark a {
  color: #000;
}
.theme-dark .rte a, body .theme-dark .rte a {
  color: #000;
}
.theme-dark .rte a.active, .theme-dark .rte a:hover, body .theme-dark .rte a.active, body .theme-dark .rte a:hover {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

.theme-light, body .theme-light {
  color: #fff;
}
.theme-light a, body .theme-light a {
  color: #fff;
}
.theme-light .rte a, body .theme-light .rte a {
  color: #fff;
}
.theme-light .rte a.active, .theme-light .rte a:hover, body .theme-light .rte a.active, body .theme-light .rte a:hover {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
.theme-light .single-case__categories, body .theme-light .single-case__categories {
  margin-right: 5px !important;
}
.theme-light .single-case__categories li a, body .theme-light .single-case__categories li a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-light .single-case__categories li a:hover, body .theme-light .single-case__categories li a:hover {
  color: #fff !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-out;
}

/* Paragraphs */
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.rte p:last-child {
  margin-bottom: -12px;
  padding-bottom: 5px;
}
@media screen and (min-width: 536px) {
  .rte p:last-child {
    margin-bottom: -17px;
    padding-bottom: 10px;
  }
}

.text-content a, body .header a {
  border-bottom: 1px solid white;
}
.text-content p, body .header p {
  z-index: 9;
  margin-top: 10px;
}
.text-content strong, body .header strong {
  font-family: "GroteskMedium";
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .text-content strong, body .header strong {
    letter-spacing: -1px;
  }
}

.font-margin-fix, .item .item-title, .text-content, body .header {
  padding-top: 0.2em;
  margin-bottom: -0.46em;
  margin-top: -0.48em;
}

.font-margin-fix-one, .entry-title, .section-title {
  padding-top: 0.2em;
  margin-bottom: -0.22em;
  margin-top: -0.24em;
}

/* Lists */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sizes */
.font-size--normal, h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}
@media screen and (min-width: 536px) {
  .font-size--normal, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}

.font-size--small {
  font-size: 12px;
}

.font-size--smaller {
  font-size: 10px;
}

.font-size--large {
  font-size: 32px;
  letter-spacing: -0.02em;
}

.font-size--larger, .section-title, .font-size--huge, .entry-title {
  font-size: 32px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .font-size--larger, .section-title, .font-size--huge, .entry-title {
    font-size: 64px;
    letter-spacing: -0.02em;
  }
}

.font-size--huge, .entry-title {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .font-size--huge, .entry-title {
    font-size: 128px;
    letter-spacing: -0.04em;
  }
}

/* Font Size Dyanmic */
.font-size--dynamic {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .font-size--dynamic {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .font-size--dynamic {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}

.font-size--dynamic_2 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .font-size--dynamic_2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 536px) {
  .font-size--dynamic_2 {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .font-size--dynamic_2 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/* Weights */
.font-weight--bold {
  font-weight: bold;
}

.font-weight--normal {
  font-weight: normal;
}

.section-title {
  line-height: 1;
}

.menu-item a {
  font-family: "GroteskBook";
}

.entry-title {
  line-height: 1;
}
.entry-title a {
  font-family: "GroteskMedium";
  font-size: 1.7rem;
}

/* Colors */
.font-color--light {
  color: #fff;
}

.font-color--dark {
  color: #000;
}

/* Icons */
[class^=icon-]:before,
[class*=" icon-"]:before {
  vertical-align: middle;
}

.navigation-primary {
  float: right;
}
@media screen and (min-width: 536px) {
  .navigation-primary {
    float: right;
  }
}
@media screen and (max-width: 536px) {
  .navigation-primary ul {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
.navigation-primary ul li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 360px) {
  .navigation-primary ul li {
    margin-left: 8px;
  }
}
.navigation-primary ul li:first-child {
  margin-left: 0;
}
.navigation-primary ul li a {
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 536px) {
  .theme-light .navigation-primary ul li a {
    color: rgba(255, 255, 255, 0.5);
  }
}
.navigation-primary ul li.active a {
  font-family: "GroteskMedium";
}
.theme-light .navigation-primary ul li.active a {
  color: #fff;
}
.theme-dark .navigation-primary ul li.active a {
  color: #000;
}

.navigation--next-and-previous {
  display: none;
}
@media screen and (min-width: 1024px) {
  .navigation--next-and-previous {
    display: block;
  }
}
.navigation--next-and-previous ul li {
  position: fixed;
  top: 50%;
  margin-top: -0.5em;
  font-size: 40px;
  line-height: 1;
  background: black;
}
.navigation--next-and-previous ul li.previous-post-link {
  left: 0;
}
.navigation--next-and-previous ul li.next-post-link {
  right: 0;
}
.navigation--next-and-previous ul li a {
  color: white;
  display: inline-block;
  padding: 0.35em 0.35em;
}
.navigation--next-and-previous ul li a .title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .navigation--next-and-previous ul li a:hover .title {
    display: inline-block;
  }
}

/*
 * CSS needed for https://gist.github.com/davidpaulsson/10101172
 */
img {
  max-width: 100%;
  height: auto;
}

/* Non-fluid images if you specify `width` and/or `height` attributes. */
.lazy_image_container {
  display: block;
  width: 100%;
  position: relative;
  background: none;
  overflow: hidden;
}
.lazy_image_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s ease-out;
}
.lazy_image_container.force_update_hack img {
  max-width: 110%;
}
html.js .lazy_image_container--fadein img {
  opacity: 1;
}
html.js .lazy_image_container.has-loaded img {
  opacity: 1;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.m-scene .scene_element--delay1 {
  animation-delay: 0.1s;
}

.m-scene .scene_element--delay2 {
  animation-delay: 0.2s;
}

.m-scene .scene_element--delay3 {
  animation-delay: 0.3s;
}

.m-scene .scene_element--delay4 {
  animation-delay: 0.4s;
}

.m-scene .scene_element--delay {
  animation-delay: 0s;
}

.m-scene.is-exiting .scene_element.scene_element--delay {
  transition-timing-function: linear;
  animation-delay: 0.3s;
}

.m-scene.is-exiting .scene_element--alternate {
  animation-direction: alternate-reverse;
}

/*
 * fadein
 */
.m-scene .scene_element.scene_element--fadein {
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * slideUp
 */
.page-work[data-pt=moveleft] .m-scene:not(.is-exiting) .scene_element.scene_element--slideup {
  animation-name: slideInRight;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.page-work[data-pt=moveright] .m-scene:not(.is-exiting) .scene_element.scene_element--slideup {
  animation-name: slideInLeft;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * .scene_element--smallblock
 * Depends on page transition
 */
body[data-pt=moveleft] .m-scene .scene_element--smallblock {
  animation-name: smallBlockLeft;
  animation-duration: 0.2s;
}

body[data-pt=moveright] .m-scene .scene_element--smallblock {
  animation-name: smallBlockRight;
  animation-duration: 0.2s;
}
@keyframes smallBlockRight {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes smallBlockLeft {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*
 * .scene_element--move
 * Depends on page transition
 * ..and on move-out / move-in variable
 */
body[data-pt=moveleft] .m-scene .scene_element--move {
  animation-name: moveInFromRight;
}
body[data-pt=moveleft] .m-scene.move-out .scene_element--move {
  animation-name: moveOutToLeft;
}

body[data-pt=moveright] .m-scene .scene_element--move {
  animation-name: moveInFromLeft;
}
body[data-pt=moveright] .m-scene.move-out .scene_element--move {
  animation-name: moveOutToRight;
}

body[data-pt=moveup] .m-scene .scene_element--move {
  animation-name: moveInFromTop;
}
body[data-pt=moveup] .m-scene.move-out .scene_element--move {
  animation-name: moveOutToTop;
}

body[data-pt=movedown] .m-scene .scene_element--move {
  animation-name: moveInFromBottom;
}
body[data-pt=movedown] .m-scene.move-out .scene_element--move {
  animation-name: moveOutToBottom;
}
@keyframes moveInFromLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveOutToLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes moveInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveOutToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes moveInFromTop {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveOutToTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes moveInFromBottom {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveOutToBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
/* Blocks
	-------------------------------------------------------------------------- */
.block {
  margin-bottom: 32px;
}
.block.no-margin-bottom {
  margin-bottom: 0;
}
.block.no-padding-left {
  padding-left: 0;
}
.block.no-padding-right {
  padding-right: 0;
}

.block > .block {
  padding-left: 0;
  padding-right: 0;
}

.block.block--project_module {
  display: inline-block;
  width: 101%;
}
.block.block--project_module ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .block.block--project_module {
    width: 100%;
  }
}
.block.block--big_plate {
  padding: 32px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .block.block--big_plate {
    padding: 64px;
  }
}
.item {
  margin-bottom: 32px;
  /* you pudge */
}
@media screen and (min-width: 1024px) {
  [data-itemsize="2"] .item .item-inner {
    padding: 64px;
  }
}
@media screen and (min-width: 1024px) {
  [data-itemsize="2"] .item .item-title {
    padding-bottom: 50px;
  }
}
.item.scene_element:nth-child(0n+1) {
  animation-delay: 0s;
}
.item.scene_element:nth-child(0n+2) {
  animation-delay: 0.05s;
}
.item.scene_element:nth-child(0n+3) {
  animation-delay: 0.1s;
}
.item.scene_element:nth-child(0n+4) {
  animation-delay: 0.15s;
}
.item.scene_element:nth-child(0n+5) {
  animation-delay: 0.2s;
}
.item.scene_element:nth-child(0n+6) {
  animation-delay: 0.25s;
}
.item.scene_element:nth-child(0n+7) {
  animation-delay: 0.3s;
}
.item.scene_element:nth-child(0n+8) {
  animation-delay: 0.35s;
}
.item.scene_element:nth-child(0n+9) {
  animation-delay: 0.4s;
}
.item.scene_element:nth-child(0n+10) {
  animation-delay: 0.45s;
}
.item.scene_element:nth-child(0n+11) {
  animation-delay: 0.5s;
}
.item.scene_element:nth-child(0n+12) {
  animation-delay: 0.55s;
}
.item.scene_element:nth-child(0n+13) {
  animation-delay: 0.6s;
}
.item.scene_element:nth-child(0n+14) {
  animation-delay: 0.65s;
}
.item.scene_element:nth-child(0n+15) {
  animation-delay: 0.7s;
}
.item.scene_element:nth-child(0n+16) {
  animation-delay: 0.75s;
}
.item.scene_element:nth-child(0n+17) {
  animation-delay: 0.8s;
}
.item.scene_element:nth-child(0n+18) {
  animation-delay: 0.85s;
}
.item.scene_element:nth-child(0n+19) {
  animation-delay: 0.9s;
}
.item.scene_element:nth-child(0n+20) {
  animation-delay: 0.95s;
}
.item.scene_element:nth-child(0n+21) {
  animation-delay: 1s;
}
.item.scene_element:nth-child(0n+22) {
  animation-delay: 1.05s;
}
.item.scene_element:nth-child(0n+23) {
  animation-delay: 1.1s;
}
.item.scene_element:nth-child(0n+24) {
  animation-delay: 1.15s;
}
.item.scene_element:nth-child(0n+25) {
  animation-delay: 1.2s;
}
.item.scene_element:nth-child(0n+26) {
  animation-delay: 1.25s;
}
.item.scene_element:nth-child(0n+27) {
  animation-delay: 1.3s;
}
.item.scene_element:nth-child(0n+28) {
  animation-delay: 1.35s;
}
.item.scene_element:nth-child(0n+29) {
  animation-delay: 1.4s;
}
.item.scene_element:nth-child(0n+30) {
  animation-delay: 1.45s;
}
.item.scene_element:nth-child(0n+31) {
  animation-delay: 1.5s;
}
.item.scene_element:nth-child(0n+32) {
  animation-delay: 1.55s;
}
.item.scene_element:nth-child(0n+33) {
  animation-delay: 1.6s;
}
.item.scene_element:nth-child(0n+34) {
  animation-delay: 1.65s;
}
.item.scene_element:nth-child(0n+35) {
  animation-delay: 1.7s;
}
.item.scene_element:nth-child(0n+36) {
  animation-delay: 1.75s;
}
.item.scene_element:nth-child(0n+37) {
  animation-delay: 1.8s;
}
.item.scene_element:nth-child(0n+38) {
  animation-delay: 1.85s;
}
.item.scene_element:nth-child(0n+39) {
  animation-delay: 1.9s;
}
.item.scene_element:nth-child(0n+40) {
  animation-delay: 1.95s;
}
.item.scene_element:nth-child(0n+41) {
  animation-delay: 2s;
}
.item .item-inner {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 32px;
}
.item.no-padding .item-inner {
  padding: 0;
}
.item .item-title {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 32px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .item .item-title {
    letter-spacing: -1px;
  }
}
.item .item--contact_details {
  display: inline-block;
  box-sizing: content-box;
  min-height: 7em;
}
.item .item--contact_details ul {
  flex-direction: column;
}

.block.block--gallery {
  display: inline-block;
  width: 100%;
}
.block.block--gallery ul {
  list-style: none;
}
.block.block--gallery .item {
  margin-bottom: 32px;
}
@media screen and (max-width: 536px) {
  .block.block--gallery .item {
    margin-bottom: 16px;
  }
}

.grid-sizer {
  display: block;
  float: left;
  visibility: hidden;
  height: 0;
  margin: 0 !important;
}

.text-block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.text-block h1 {
  font-size: 34px;
  letter-spacing: -0.02em;
}
.text-block h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
}
.text-block div {
  padding: 0 !important;
}
.text-block section {
  min-height: auto !important;
}
.text-block p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/* Elements
	-------------------------------------------------------------------------- */
/* Rectangle
  -------------------------------------------------------------------------- */
.element.element--rectangle {
  position: absolute;
  z-index: -1;
  height: 100%;
  padding: 0 16px 32px 16px;
}

/* Textbox
  -------------------------------------------------------------------------- */
.textbox-wrapper-special {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .textbox-wrapper-special {
    padding-bottom: 0 !important;
  }
}

.textbox {
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  .textbox {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .textbox {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
    padding: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .textbox.textbox--border {
    border: 16px solid black;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .textbox.textbox--bottomright {
    max-width: 520px;
    right: 0;
    bottom: 0;
    min-height: 66.7%;
    left: auto;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .textbox .textbox--image {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
  }
}

/* Map
  -------------------------------------------------------------------------- */
.element.element--map {
  position: relative;
  padding-bottom: 100%;
}
@media screen and (min-width: 1024px) {
  .element.element--map {
    padding-bottom: 133%;
  }
}
.element.element--map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/**
 * @license
 * MyFonts Webfont Build ID 2819347, 2014-05-28T07:37:42-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Helvetica Neue 65 Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 250,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2819347
 *
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "GroteskBook";
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskBook20.eot");
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskBook20.woff") format("woff"), url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskBook20.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GroteskLight";
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskLight20.eot");
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskLight20.woff") format("woff"), url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskLight20.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GroteskMedium";
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskMedium20.eot");
  src: url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskMedium20.woff") format("woff"), url("/wp-content/themes/how/assets/scss/fonts/SharpGroteskMedium20.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Pages
	-------------------------------------------------------------------------- */
.single-case__heading {
  margin-bottom: 0px !important;
  max-width: 950px;
  padding-top: 0px;
  display: flex;
  align-items: center;
  height: 250px;
  margin-top: 24px;
}
@media screen and (max-width: 536px) {
  .single-case__heading {
    margin-top: 15px;
  }
}
.single-case__heading a {
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 1.4rem;
}
@media screen and (max-width: 536px) {
  .single-case__heading a {
    letter-spacing: -3px;
  }
}
.single-case__client {
  padding-top: 0px !important;
}
.single-case__subheading {
  font-family: "GroteskMedium";
  font-size: 21px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}
.single-case__block:first-of-type {
  margin-top: 45px !important;
}
.single-case__list a {
  border-bottom: 1px solid black;
}
.single-case__list p {
  margin-bottom: 0px !important;
  margin-top: 0px;
}
.single-case__list p:nth-child(odd) {
  margin-bottom: 10px !important;
}
.single-case__list ul {
  padding-top: 2px;
}
.single-case__list ul li {
  margin-bottom: 5px;
}
.single-case__list ul li strong {
  font-family: "GroteskMedium";
  letter-spacing: 0.2px;
}
@media screen and (max-width: 536px) {
  .single-case__list ul li strong {
    letter-spacing: 0.2px;
  }
}
.single-case__label {
  letter-spacing: 0px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.single-case__label label {
  font-family: "GroteskLight";
}
.single-case__category {
  font-family: "GroteskLight";
  line-height: 1.5;
  color: black !important;
  opacity: 1;
  transition: 300ms;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration: none;
  border-bottom: 1px solid;
}
.single-case__category:hover {
  opacity: 0.5 !important;
}
.single-case__category:after {
  content: ",";
}
.single-case__category:last-of-type:after {
  content: "";
}

.client {
  text-decoration: none;
}
.client::after {
  content: ", ";
}
.client:last-of-type::after {
  content: "";
}

@media screen and (max-width: 600px) {
  .single-case__heading {
    font-size: 2rem;
    height: 60px;
    align-items: flex-end;
  }
  .single-case__heading a {
    font-size: 2rem;
    line-height: 35px;
  }
  .single-case__subheading {
    margin-top: 7px;
    margin-bottom: 0px;
  }
}
.categories__list {
  margin-bottom: 28px;
  margin-right: -9px;
  float: right;
  z-index: 9;
}
.categories__list li {
  display: inline;
  margin-right: 10px;
}
.categories__list li:last-of-type {
  margin-left: -5px;
}
.categories__list li a {
  font-family: "GroteskBook";
  color: #808080;
}
.categories__list--all {
  color: #000 !important;
  margin-left: 4px;
}
.categories__list--cat {
  margin-left: -1px;
}
.categories__active a {
  font-family: "GroteskMedium" !important;
  color: #000 !important;
}

@media screen and (max-width: 536px) {
  .categories__list {
    float: right;
  }
}
.categories__list a {
  color: black !important;
}

.content-template {
  max-width: 1448px;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .content-template {
    padding-bottom: 20px;
  }
}
.content-template .heading-block {
  margin-bottom: 0 !important;
  padding-top: 0;
  display: flex;
  align-items: center;
  min-height: 185px;
  margin-top: 24px;
  max-width: 1313px;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .content-template .heading-block {
    height: 60px;
    padding-left: 0px;
    max-width: none;
    margin: 24px 0px 24px 0px;
    min-height: auto;
    padding: 20px 0px;
  }
}
.content-template .heading-block h1 {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 1.4rem !important;
  font-family: "GroteskMedium";
  max-width: 900px;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .content-template .heading-block h1 {
    font-size: 2rem !important;
    line-height: 35px;
  }
}
.content-template .three-column-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1313px;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .content-template .three-column-block {
    flex-direction: column;
    padding: 20px 0px;
  }
}
.content-template .three-column-block a {
  display: flex;
  flex-direction: column;
  position: relative;
  float: left;
  width: 32%;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .content-template .three-column-block a {
    width: 100%;
    margin-bottom: 16px;
  }
  .content-template .three-column-block a:last-of-type {
    margin-bottom: 0px;
  }
}
.content-template .three-column-block a h2 {
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 32px;
}
.content-template .three-column-block a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-template .hero-block {
  display: flex;
  max-width: 1313px;
  margin: 0 auto;
  padding: 35px 0px 35px 0px;
}
@media screen and (max-width: 768px) {
  .content-template .hero-block {
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
}
.content-template .hero-block img {
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.content-template .hero-block img:first-of-type {
  max-width: 417px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-template .hero-block img:first-of-type {
    max-height: 269px;
    max-width: none;
    margin-bottom: 16px;
  }
}
.content-template .hero-block img:first-of-type + img {
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .content-template .hero-block img:first-of-type + img {
    margin-left: 0;
    height: 557px;
  }
}
.content-template .hero-block img:only-child {
  max-width: none;
  width: 100%;
  height: 986px;
}
@media screen and (max-width: 768px) {
  .content-template .hero-block img:only-child {
    max-height: none;
    height: 557px;
    margin: 0;
  }
}
.content-template .content-block {
  display: flex;
  flex-direction: row;
  padding: 35px 0px 35px 0px;
  max-width: 1313px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-template .content-block {
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
}
.content-template .content-block:first-of-type {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .content-template .content-block:first-of-type {
    padding-top: 20px;
  }
}
.content-template .content-block h2 {
  font-family: "GroteskBook";
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 417px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-template .content-block h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    max-width: none;
    width: auto;
  }
}
.content-template .content-block div {
  display: contents;
  max-width: 797px;
}
.content-template .content-block div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
  max-width: 797px;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .content-template .content-block div p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0px;
  }
}
.content-template .content-block div a {
  text-decoration: underline;
}
.content-template .content-block div strong {
  font-weight: 600;
}
.content-template .content-block div em {
  font-style: italic;
}
.content-template .content-block div ul {
  margin-left: 30px;
  list-style: disc;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .content-template .content-block div ul {
    margin-left: 0px;
  }
}

/* Other
	-------------------------------------------------------------------------- */
#catapult-cookie-bar {
  max-height: 70px;
  display: flex;
  justify-content: center;
}

.ctcc-left-side {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  .ctcc-left-side {
    font-size: 14px;
  }
}

#catapultCookie {
  padding: 9px 13px;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  #catapultCookie {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.three-column-item {
  width: 33%;
}

.icon-arrow-left:before {
  content: "" !important;
}

.icon-arrow-right:before {
  content: "" !important;
}

/* ==========================================================================
	Development
	========================================================================== */
/* ==========================================================================
	General
	Basic layout style
	========================================================================== */
* {
  box-sizing: border-box;
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media screen and (min-width: 536px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 64px;
  }
}

body {
  padding-top: 32px;
  min-height: 100%;
  background: white;
  color: #222;
  transition: background 0.5s ease-in;
}
@media screen and (min-width: 536px) {
  body {
    padding-top: 0;
  }
}

.content {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 536px) {
  .content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.wrapper, .header, .content, .footer {
  padding-left: 32px;
  padding-right: 32px;
}

.anti-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px;
}

.header, .content, .footer {
  overflow: hidden;
}

/* ==========================================================================
	Header
/* ========================================================================== */
body .header {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-top: 64px;
  padding-bottom: 0px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}
@media screen and (max-width: 536px) {
  body .header {
    padding-bottom: 20px;
    padding-top: 28px;
  }
}

body {
  padding-top: 90px;
}
@media screen and (max-width: 536px) {
  body {
    padding-top: 64px;
  }
}

#contact-wrapper {
  margin-top: 47px;
}
@media screen and (max-width: 536px) {
  #contact-wrapper {
    margin-top: 0px;
  }
}

.masonry {
  margin-top: 47px;
}
@media screen and (max-width: 536px) {
  .masonry {
    margin-top: 0px;
  }
}

.header {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header a {
  border-bottom: none !important;
}

.header--animate-in {
  transform: translateY(0);
}

.header--animate-out {
  transform: translateY(-100%);
}

#mobile-logo {
  width: 74px;
}
@media screen and (max-width: 536px) {
  #mobile-logo {
    width: 64px;
    margin-top: -3px;
  }
}

.header-logo {
  width: 90px;
  top: 0;
  margin-top: -5px;
}
@media screen and (min-width: 536px) {
  .header-logo img {
    margin-top: 0;
  }
}

/* Logo
	-------------------------------------------------------------------------- */
.logo {
  display: block;
  float: left;
  width: 100px;
}
@media screen and (max-width: 536px) {
  .logo {
    display: block;
    width: 74px;
  }
}

/* ==========================================================================
	Responsive Classes
	========================================================================== */
.pb1 {
  padding-bottom: 16px;
}

.pb2 {
  padding-bottom: 32px;
}

.pt1 {
  padding-top: 16px;
}

.pt2 {
  padding-top: 32px;
}

.mb1 {
  margin-bottom: 16px;
}

.mb2 {
  margin-bottom: 32px;
}

.mt1 {
  margin-top: 16px;
}

.mt2 {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .pb1 {
    padding-bottom: 32px;
  }
  .pb2 {
    padding-bottom: 64px;
  }
  .pt1 {
    padding-top: 32px;
  }
  .pt2 {
    padding-top: 64px;
  }
  .mb1 {
    margin-bottom: 32px;
  }
  .mb2 {
    margin-bottom: 64px;
  }
  .mt1 {
    margin-top: 32px;
  }
  .mt2 {
    margin-top: 64px;
  }
}
/* ==========================================================================
	Helpers
	Help classes
	========================================================================== */
/*
 * Breakpoint Hide / Show
 */
.breakpoint_mobile--hide {
  display: none;
}
@media screen and (min-width: 536px) {
  .breakpoint_mobile--hide {
    display: block;
  }
}

.breakpoint_mobile--show {
  display: block;
}
@media screen and (min-width: 536px) {
  .breakpoint_mobile--show {
    display: none;
  }
}

.breakpoint_tablet--hide {
  display: none;
}
@media screen and (min-width: 1024px) {
  .breakpoint_tablet--hide {
    display: block;
  }
}

.breakpoint_tablet--show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .breakpoint_tablet--show {
    display: none;
  }
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
