@charset "UTF-8";
/*------------------------------------*\
:    Project:       Rubinstein
:    Project URI:   http://www.studioparkers.nl
:    Author:        Studio Parkers - Thomas van der Meer
:    Author URI:    http://studioparkers.nl
:    Description:   Theme developed for Rubinstein
:    Version:       1.0
:    Launch Date:   October 2017
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*------------------------------------*\
:    Parkers Normalize - Layout
\*------------------------------------*/
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

/*------------------------------------*\
:    Parkers Normalize - Forms
\*------------------------------------*/
button,
input,
select {
  background: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}

button {
  border: 0;
  padding: 0;
  height: auto;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  padding-left: 30px;
  position: relative;
}
input[type=radio] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ccc;
  position: absolute;
  left: 0;
  border-radius: 100%;
}
input[type=radio]:checked + label:before {
  background: #000;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6ebec;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
input[type=checkbox]:checked + label:before {
  background: #cd1719;
}

/*------------------------------------*\
:    Parkers Normalize - Type
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

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

/*------------------------------------*\
:    Gravity Forms - Defaults
\*------------------------------------*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  height: auto;
  width: auto;
  padding: 0;
  border: 0;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
  position: relative;
}
.ui-datepicker-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ccc;
  transform: translateY(-50%);
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
  position: relative;
}
.ui-datepicker-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ccc;
  transform: translateY(-50%);
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gform_wrapper form {
  display: block;
}
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox {
  margin: 20px 0;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  transform: translateY(-50%);
}
.gform_wrapper .ginput_container_date {
  position: relative;
}
.gform_wrapper .ginput_container_date img {
  position: absolute;
  display: block;
  margin: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d2232a'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d2232a'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Buttons
\*------------------------------------*/
.c-button {
  background-color: #d7b532;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  transition: background-color 300ms ease-in-out;
}
.c-button:hover {
  background-color: #202020;
}

.c-button--minimal {
  margin: -10px -20px;
  background-color: transparent;
  color: #cd1719;
  font-weight: 400;
}
.c-button--minimal:hover {
  background-color: transparent;
  color: #202020;
}

.c-button--small {
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-button--external {
  padding-right: 15px;
}
.c-button--external:after {
  content: " →";
}

.c-button--orange {
  background-color: #cd1719;
}

.c-button--red {
  background-color: #cd1719;
}

.c-site-nav-button {
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
  margin: auto;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-nav-button {
    margin: 0 0 0 -15px;
    -ms-flex-order: -1;
        order: -1;
  }
}
.c-site-nav-button.is-active .c-site-nav-button__line {
  transition: top 150ms ease-in-out, transform 150ms 150ms ease-in-out;
}
.c-site-nav-button.is-active .c-site-nav-button__line.c-site-nav-button__line--1 {
  top: 23px;
  transform: rotate(45deg);
}
.c-site-nav-button.is-active .c-site-nav-button__line.c-site-nav-button__line--2 {
  top: 23px;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.c-site-nav-button.is-active .c-site-nav-button__line.c-site-nav-button__line--3 {
  top: 23px;
  transform: rotate(-45deg);
}
.c-site-nav-button:hover .c-site-nav-button__line--1 {
  transform: translateY(-3px);
}
.c-site-nav-button:hover .c-site-nav-button__line--3 {
  transform: translateY(3px);
}

.c-site-nav-button__line {
  width: 25px;
  height: 3px;
  background: #cd1719;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1.5px;
  transition: top 150ms 150ms ease-in-out, transform 150ms ease-in-out;
}
.c-site-nav-button__line.c-site-nav-button__line--1 {
  top: 14px;
}
.c-site-nav-button__line.c-site-nav-button__line--2 {
  top: 23px;
  transition: opacity 150ms 150ms ease-in-out;
}
.c-site-nav-button__line.c-site-nav-button__line--3 {
  top: 32px;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Icomoon
\*------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7qerd8");
  src: url("../../fonts/icomoon.eot?7qerd8#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?7qerd8") format("woff2"), url("../../fonts/icomoon.ttf?7qerd8") format("truetype"), url("../../fonts/icomoon.woff?7qerd8") format("woff"), url("../../fonts/icomoon.svg?7qerd8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-brand:before {
  content: "\e906";
}

.icon-social:before {
  content: "\e906";
}

.icon-rotate-ccw:before {
  content: "\e90b";
}

.icon-basket:before {
  content: "\e90a";
}

.icon-cross:before {
  content: "\e909";
}

.icon-filter:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e901";
}

.icon-arrow-up:before {
  content: "\e900";
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Forms
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body {
  font-family: "Merriweather", serif;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  text-decoration: none;
}

.l-bullet-list-item {
  padding-left: 30px;
  position: relative;
  margin: 0 0 5px;
}
.l-bullet-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #cd1719;
}
.l-bullet-list-item:last-child {
  margin: 0;
}

.l-bullet-list-item--inline {
  display: inline-block;
  margin-right: 5px;
  padding-left: 15px;
}
.l-bullet-list-item--inline:before {
  width: 6px;
  height: 6px;
  top: 9px;
}

.c-page-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-page-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-page-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-page-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-page-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-page-title {
  margin: 0 0 10px;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Header
\*------------------------------------*/
body {
  overflow-y: scroll;
}
body.no-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
}
body.no-scroll .c-site-header.scroll-header {
  transform: translateY(0);
}

.c-site-header {
  position: absolute;
  z-index: 100;
  top: -170px;
  left: 0;
  width: 100%;
  transform: translateY(170px) translateZ(0);
  transition: transform 0ms ease-in-out, background 300ms ease-in-out;
  backface-visibility: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
  }
}
.c-site-header.scroll-header {
  position: fixed;
  top: -340px;
  background: #ffffff;
  transform: translateY(170px);
  transition: transform 400ms cubic-bezier(1, 0, 0, 1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.c-site-header.scroll-header .c-site-search-form__input {
  background: #eaf4f8;
}
.c-site-header.scroll-header.has-menu-open .c-site-search-form__input {
  background: #ffffff;
}
.c-site-header.is-visible {
  transform: translateY(340px);
}
.c-site-header.has-menu-open {
  top: 0;
  background: #ffffff;
  transform: translateY(0);
}
.c-site-header.has-menu-open .c-site-header__default:after {
  transform: scale(25);
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-site-header.has-menu-open .c-site-header__default:after {
    transform: scale(40);
  }
}
.c-site-header.has-menu-open .c-site-nav {
  opacity: 1;
  transform: translateY(0);
}
.c-site-header.has-menu-open li:nth-child(1), .c-site-header.has-menu-open li:nth-child(2), .c-site-header.has-menu-open li:nth-child(4), .c-site-header.has-menu-open li:nth-child(5) {
  transform: translateY(0);
}
.c-site-header.no-transition {
  transition: transform 0ms ease-in-out, background 300ms ease-in-out;
}

.c-site-header__inner {
  position: relative;
  height: 170px;
  overflow: hidden;
  transition: height 400ms cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__inner {
    height: 55px;
    overflow: visible;
  }
}

.c-site-header__default {
  padding: 30px 0 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__default {
    padding: 2.5px 0;
    display: -ms-flexbox;
    display: flex;
  }
  body.ie9 .c-site-header__default::after {
    content: "";
    display: table;
    clear: both;
  }
}
.c-site-header__default:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  bottom: 0;
  margin: auto;
  width: 5vw;
  height: 5vw;
  background: #eaf4f8;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__default:after {
    display: none;
  }
}

.c-site-header__logo {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__logo {
    margin: 7.5px 0 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-site-header__logo {
    margin-left: 5px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-site-header__logo {
    width: 125px;
    margin-top: 9px;
  }
}
.c-site-header__logo .s-wide-logo {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__logo .s-wide-logo {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-header__logo .s-default-logo {
    display: none;
  }
}

/*------------------------------------*\
:    Header - Site navigation
\*------------------------------------*/
nav.c-site-nav {
  padding-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  margin-top: -10px;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav.is-active {
    transform: translateX(0%);
  }
}
nav.c-site-nav ul {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 nav.c-site-nav ul::after {
  content: "";
  display: table;
  clear: both;
}
nav.c-site-nav ul {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
nav.c-site-nav li {
  width: 20%;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav li {
    font-size: 20px;
    font-size: 2rem;
  }
}
nav.c-site-nav li {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 nav.c-site-nav li::after {
  content: "";
  display: table;
  clear: both;
}
nav.c-site-nav li {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav li {
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav li {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav li {
    width: 50%;
    padding: 0 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  nav.c-site-nav li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  nav.c-site-nav li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.c-site-nav li {
    width: 100%;
    margin-bottom: 20px;
  }
}
nav.c-site-nav li:last-child .c-sub-menu {
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav li:nth-child(3) .c-sub-menu {
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav li:nth-child(4) .c-sub-menu:after, nav.c-site-nav li:nth-child(5) .c-sub-menu:after {
    display: none;
  }
}
nav.c-site-nav li:nth-child(2), nav.c-site-nav li:nth-child(4) {
  transform: translateY(25px);
  transition: transform 400ms 50ms ease-in-out;
}
nav.c-site-nav li:nth-child(1), nav.c-site-nav li:nth-child(5) {
  transform: translateY(50px);
  transition: transform 400ms 50ms ease-in-out;
}
nav.c-site-nav li.is-open .c-sub-menu {
  pointer-events: auto;
}
nav.c-site-nav li.is-open .c-sub-menu__inner {
  transform: translateY(0);
  opacity: 1;
}
nav.c-site-nav li > a {
  cursor: default;
  white-space: nowrap;
}
nav.c-site-nav li > a:hover span:after {
  width: 0;
}
nav.c-site-nav a {
  display: block;
  color: #202020;
  text-decoration: none;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav a {
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav a {
    padding: 20px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav a {
    padding: 10px 20px 5px;
  }
}
nav.c-site-nav a:hover span:after {
  width: 100%;
}
nav.c-site-nav a span {
  position: relative;
}
nav.c-site-nav a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #202020;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 300ms cubic-bezier(1, 0, 0, 1);
}
nav.c-site-nav .c-sub-menu {
  border-right: 1px solid #d2dacc;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav .c-sub-menu {
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav .c-sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: calc(100% - 60px);
    border-bottom: 1px solid #d2dacc;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav .c-sub-menu:after {
    display: none;
  }
}
nav.c-site-nav .c-sub-menu ul {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav .c-sub-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
nav.c-site-nav .c-sub-menu li {
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav .c-sub-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
nav.c-site-nav .c-sub-menu li {
  font-weight: 300;
  padding: 0 20px;
  transform: translateY(0);
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.c-site-nav .c-sub-menu li {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav .c-sub-menu li {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.c-site-nav .c-sub-menu li {
    padding: 0 20px;
  }
}
nav.c-site-nav .c-sub-menu a {
  padding: 5px 0;
  cursor: pointer;
  white-space: initial;
}
nav.c-site-nav .c-sub-menu a:hover span:after {
  width: 100%;
}

.c-language-switch {
  z-index: 101;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 40px;
  left: 490px;
  right: 0;
  margin: auto;
  width: 80px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-language-switch {
    top: 15px;
    transform: translateX(0);
    left: auto;
    right: 20px;
    width: 60px;
  }
}
.c-language-switch span {
  font-weight: 700;
  color: #cd1719;
  display: inline-block;
}
.c-language-switch a {
  color: #202020;
  display: inline-block;
}
.c-language-switch a:hover {
  color: #cd1719;
}

.c-site-search {
  z-index: 101;
  position: absolute;
  top: 42px;
  left: 350px;
  right: 0;
  margin: auto;
  width: 50px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-site-search {
    left: 300px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-search {
    top: 15px;
    transform: translateX(0);
    left: auto;
    right: 80px;
  }
}

.c-site-search-form--always-visible {
  opacity: 1 !important;
  width: 100% !important;
  max-width: 500px;
  margin: 0 0 10px;
  z-index: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  box-shadow: none !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-search-form--always-visible {
    max-width: none;
  }
}
.c-site-search-form--always-visible .c-site-search-form__button {
  transform: none !important;
  opacity: 1 !important;
}

.c-toggle-search:hover, .c-toggle-search.is-active {
  color: #cd1719;
}

.c-site-search-form {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-site-search-form::after {
  content: "";
  display: table;
  clear: both;
}
.c-site-search-form {
  width: 350px;
  margin-top: 10px;
  position: relative;
  transition: width 300ms cubic-bezier(1, 0, 0, 1), opacity 300ms ease-in-out, z-index 0ms;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-site-search-form {
    width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-search-form {
    position: absolute;
    top: 40px;
    right: -80px;
    margin: 0;
    width: 100vw;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
}
.c-site-search-form.is-hidden {
  width: 70px;
  transition: width 300ms 150ms cubic-bezier(1, 0, 0, 1), opacity 300ms 150ms ease-in-out, z-index 0ms 450ms, right 300ms 150ms ease-in-out;
  opacity: 0;
  z-index: -1;
  right: 0;
  pointer-events: none;
}
.c-site-search-form.is-hidden .c-site-search-form__button {
  transform: translateX(-50%);
  opacity: 0;
  transition: transform 0ms 300ms cubic-bezier(0.5, 0, 0, 2), opacity 300ms ease-in-out, right 300ms ease-in-out;
}

.c-site-search-form__button {
  height: 35px;
  padding: 5px 10px;
  width: auto;
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: #cd1719;
  font-size: 14px;
  font-size: 1.4rem;
  transition: transform 300ms 300ms cubic-bezier(0.5, 0, 0, 1), opacity 300ms 300ms ease-in-out;
}

.c-site-search-form__input {
  height: 45px;
  padding: 0 65px 0 15px;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
  border: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-search-form__input {
    padding: 0 65px 0 18px;
  }
}

/*------------------------------------*\
:    Header - Site navigation mobile
\*------------------------------------*/
#js-nav-small-screen .c-site-nav {
  opacity: 1;
  transform: translateX(-100%);
  z-index: 95;
  position: absolute;
  top: 0;
  padding-top: 55px;
  width: 100%;
  margin: 0;
}
#js-nav-small-screen .c-site-nav ul {
  margin: 0;
  position: absolute;
  display: block;
  width: 50%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#js-nav-small-screen .c-site-nav li {
  width: 100%;
  margin: 0;
  position: static;
  padding: 0;
  background: #eaf4f8;
  transform: none;
}
@media (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #js-nav-small-screen .c-site-nav li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media (min-width: 0px) and (max-width: 320px) and (min-width: 0px) and (max-width: 1024px) {
  #js-nav-small-screen .c-site-nav li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) and (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) and (min-width: 0px) and (max-width: 320px) {
  #js-nav-small-screen .c-site-nav li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#js-nav-small-screen .c-site-nav li:last-child:after {
  display: none;
}
#js-nav-small-screen .c-site-nav li:last-child a {
  padding-bottom: 15px;
}
#js-nav-small-screen .c-site-nav li.is-open a {
  color: #cd1719;
}
#js-nav-small-screen .c-site-nav li.is-open a:after {
  opacity: 1;
  transform: translateX(0);
}
#js-nav-small-screen .c-site-nav li.is-open .c-sub-menu {
  transform: translateX(100%);
  z-index: -1;
  transition: transform 300ms ease-in-out;
}
#js-nav-small-screen .c-site-nav li.is-open .c-sub-menu li {
  transform: translateX(0);
}
#js-nav-small-screen .c-site-nav li.is-open .c-sub-menu a {
  color: #202020;
}
#js-nav-small-screen .c-site-nav a {
  padding: 15px 20px 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 320px) {
  #js-nav-small-screen .c-site-nav a {
    padding: 15px 15px 10px;
  }
}
#js-nav-small-screen .c-site-nav a:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  border-bottom: 1px solid rgb(217.62, 226.92, 230.64);
  position: absolute;
  left: 20px;
  bottom: 0;
}
#js-nav-small-screen .c-site-nav a:after {
  content: "›";
  color: #cd1719;
  display: block;
  position: absolute;
  top: 2px;
  right: 18px;
  width: 50px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: right;
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav a:after {
    top: 2px;
    font-size: 32px;
    font-size: 3.2rem;
    transform: translateX(-10px);
  }
}
#js-nav-small-screen .c-site-nav.is-active {
  transform: translateX(0);
}
#js-nav-small-screen .c-site-nav .c-sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 0;
  transform: translateX(0%);
  z-index: -2;
  background: #ffffff;
  transition: transform 300ms 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
}
#js-nav-small-screen .c-site-nav .c-sub-menu ul {
  position: static;
  margin: 0;
  width: 100%;
  border-right: 0;
  overflow: visible;
  padding: 10px 0;
  box-shadow: none;
}
#js-nav-small-screen .c-site-nav .c-sub-menu li {
  width: 100%;
  border-bottom: 0;
  border-right: 0;
  transition: transform 300ms ease-in-out;
  transform: translateX(-5%);
  background: #ffffff;
}
#js-nav-small-screen .c-site-nav .c-sub-menu li:nth-child(2) {
  transition-delay: 150ms;
}
#js-nav-small-screen .c-site-nav .c-sub-menu li:nth-child(3) {
  transition-delay: 200ms;
}
#js-nav-small-screen .c-site-nav .c-sub-menu li:nth-child(4) {
  transition-delay: 250ms;
}
#js-nav-small-screen .c-site-nav .c-sub-menu li:nth-child(5) {
  transition-delay: 300ms;
}
@media (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav .c-sub-menu li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.55;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 767px) {
  #js-nav-small-screen .c-site-nav .c-sub-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#js-nav-small-screen .c-site-nav .c-sub-menu a {
  padding: 10px 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav .c-sub-menu a {
    padding: 7px 15px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #js-nav-small-screen .c-site-nav .c-sub-menu a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#js-nav-small-screen .c-site-nav .c-sub-menu a:after, #js-nav-small-screen .c-site-nav .c-sub-menu a:before {
  display: none;
}
#js-nav-small-screen .c-site-nav .c-sub-menu a:last-child {
  padding: 10px 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  #js-nav-small-screen .c-site-nav .c-sub-menu a:last-child {
    padding: 7px 15px;
  }
}

/*------------------------------------*\
:   Header - Graphics
\*------------------------------------*/
.c-shadow-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 235px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-shadow-site-header {
    display: none;
  }
}
.c-shadow-site-header:before {
  content: "";
  display: block;
  width: 200vw;
  height: 183px;
  background: #eaf4f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.c-shadow-site-header__roof {
  margin: 0 auto;
  height: 100%;
  width: 1210px;
  max-width: 1210px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-shadow-site-header__roof {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  body.ie9 .c-shadow-site-header__roof::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-shadow-site-header__roof {
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0.25vw;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-shadow-site-header__roof {
    padding-bottom: 0.75vw;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-shadow-site-header__roof {
    padding-bottom: 2.25vw;
  }
}

.c-note {
  display: block;
  position: absolute;
  top: 90px;
  opacity: 0;
  animation: noteFloatA 4000ms linear;
}
.c-note span {
  display: block;
  animation: noteWiggle 750ms ease-in-out alternate infinite;
}

.c-note--1 {
  left: 0;
  animation: noteFloatB 4000ms linear;
  animation-delay: 1000ms;
}

.c-note--2 {
  animation: noteFloatC 4000ms linear;
  animation-delay: 3000ms;
  left: 30px;
}
.c-note--2 span {
  animation-delay: 250ms;
}

.c-note--3 {
  animation-delay: 5000ms;
  display: none;
}
body.page-template-page-home .c-note--3 {
  display: block;
}
.c-note--3 span {
  animation-delay: 250ms;
}

.c-note--4 {
  animation: noteFloatC 4000ms linear;
  animation-delay: 7000ms;
  display: none;
}
body.page-template-page-home .c-note--4 {
  display: block;
}

.c-note--5 {
  animation-delay: 7500ms;
  display: none;
}
body.page-template-page-home .c-note--5 {
  display: block;
}

.c-chimney-notes {
  position: absolute;
  top: 0;
  left: calc((100% - 1280px) / 2 + 250px);
  z-index: -1;
}

@keyframes noteWiggle {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}
@keyframes noteFloatA {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(100px) translateY(-100px);
    opacity: 0;
  }
}
@keyframes noteFloatB {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(50px) translateY(-100px);
    opacity: 0;
  }
}
@keyframes noteFloatC {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(150px) translateY(-100px);
    opacity: 0;
  }
}
/*------------------------------------*\
:   Header - Responsive
\*------------------------------------*/
nav.c-site-nav .menu-item-12268 {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.c-site-nav .menu-item-12268 {
    width: 33.3333333333%;
  }
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Layout - General
\*------------------------------------*/
body {
  overflow-y: scroll;
}
body.has-loaded .l-main-content {
  opacity: 1;
}

.c-site-wrapper {
  min-height: 100%;
  margin: 0 auto;
}

.l-site-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.l-content-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-content-container {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-content-container {
    padding: 0 20px;
  }
}

.l-content-container--relative {
  position: relative;
}

.l-body-wrapper {
  padding-top: 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-body-wrapper {
    overflow: hidden;
    padding-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-body-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-body-wrapper {
    padding-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-body-wrapper {
    padding-top: 10px;
  }
}

.l-main-content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-main-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-main-content {
    padding-bottom: 25px;
  }
}

.l-main-content--books {
  padding-bottom: 0;
}

.l-column-container {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-column-container::after {
  content: "";
  display: table;
  clear: both;
}
.l-column-container {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-column-container {
    display: block;
  }
}

.l-column--small {
  width: 35%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-column--small {
    width: 30%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-column--small {
    width: 220px;
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-column--small {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-column--small {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-width: 200px;
    float: none;
  }
}

.l-column--large {
  width: 65%;
  padding-left: 70px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-column--large {
    width: 70%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-column--large {
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-column--large {
    width: 100%;
    padding-left: 0;
  }
}

.l-bodytext {
  max-width: 600px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-bodytext::after {
  content: "";
  display: table;
  clear: both;
}
.l-bodytext {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-bodytext {
    display: block;
  }
}

/*------------------------------------*\
:    Layout - Lists
\*------------------------------------*/
.l-list {
  margin: 20px 0;
}
.l-list:first-child {
  margin-top: 0;
}
.l-list:last-child {
  margin-bottom: 0;
}

.l-list-item {
  margin: 0 0 3px;
}
.l-list-item:last-child {
  margin: 0;
}

.l-list-item--bullet {
  padding-left: 20px;
  position: relative;
  margin: 0 0 5px;
}
.l-list-item--bullet:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #cd1719;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.l-list-item--bullet:last-child {
  margin: 0;
}

.h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
  color: #cd1719;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
  margin: 30px 0 5px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.55;
    margin: 25px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 767px) {
  .h-wysiwyg h2, .h-wysiwyg h3, .h-cms-field h2, .h-cms-field h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.h-wysiwyg h2:first-child, .h-wysiwyg h3:first-child, .h-cms-field h2:first-child, .h-cms-field h3:first-child {
  margin-top: 0;
}
.h-wysiwyg a, .h-cms-field a {
  color: #cd1719;
}
.h-wysiwyg a:hover, .h-cms-field a:hover {
  text-decoration: underline;
}
.h-wysiwyg ul, .h-cms-field ul {
  margin: 40px 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .h-wysiwyg ul, .h-cms-field ul {
    margin: 25px 0;
  }
}
.h-wysiwyg ul:first-child, .h-cms-field ul:first-child {
  margin-top: 0;
}
.h-wysiwyg ul:last-child, .h-cms-field ul:last-child {
  margin-bottom: 0;
}
.h-wysiwyg li, .h-cms-field li {
  padding-left: 20px;
  position: relative;
  margin: 0 0 5px;
}
.h-wysiwyg li:before, .h-cms-field li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #cd1719;
}
.h-wysiwyg li:last-child, .h-cms-field li:last-child {
  margin: 0;
}

/*------------------------------------*\
:    Layout - Image Container
\*------------------------------------*/
.h-img-container {
  background-size: cover;
  background-position: center center;
}
.h-img-container img,
.h-img-container svg {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------------------*\
:    Layout - Video Container
\*------------------------------------*/
video,
object,
iframe,
audio {
  max-width: 100%;
}

.h-video-container {
  position: relative;
  padding: 28.125% 0;
  height: 0;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center center;
  transition: padding 0.5s ease-in-out;
}
.h-video-container:last-child {
  margin-bottom: 0;
}
.h-video-container iframe,
.h-video-container video,
.h-video-container object,
.h-video-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
:    Layout - Fade Filter
\*------------------------------------*/
.c-fade-filter {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, z-index 10ms 0.3s ease-in-out;
  pointer-events: none;
}
.c-fade-filter.is-active {
  z-index: 90;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  pointer-events: auto;
}

/*------------------------------------*\
:    Main - Video Lightbox
\*------------------------------------*/
.c-video-lightbox {
  position: fixed;
  top: 50%;
  left: 50px;
  right: 50px;
  max-width: 1280px;
  margin: auto;
  background-color: #202020;
  z-index: -1;
  opacity: 0;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: -30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-video-lightbox {
    left: 30px;
    right: 30px;
  }
}
.c-video-lightbox.is-active {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

.c-video-lightbox__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-video-lightbox__inner::after {
  content: "";
  display: table;
  clear: both;
}
.c-video-lightbox__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-video-lightbox__header {
  width: 100%;
  position: relative;
}

.c-video-lightbox__main {
  width: 100%;
}

.c-video-lightbox__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-video-lightbox__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-video-lightbox__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-video-lightbox__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-video-lightbox__title {
  margin: 0 0 15px;
}
.c-video-lightbox__title span {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-video-lightbox__title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-video-lightbox__close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  z-index: 110;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-video-lightbox__close::after {
  content: "";
  display: table;
  clear: both;
}
.c-video-lightbox__close {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-autocomplete {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #eaf4f8;
  border-top: 1px solid rgb(203.58, 212.28, 215.76);
  color: #5c8cb4;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.ui-menu-item {
  padding: 4px 20px;
  cursor: pointer;
}
.ui-menu-item:hover {
  color: #ffffff;
  background: #cd1719;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Main - General
\*------------------------------------*/
.c-breadcrumb {
  display: block;
  margin: 0px 0 40px;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .c-breadcrumb {
    margin: 0 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-breadcrumb {
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-breadcrumb {
    margin: 0 0 20px;
  }
}

.c-breadcrumb--large {
  margin: 0 0 10px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-breadcrumb--large {
    margin: 0 0 0;
  }
}

.c-breadcrumb__parent {
  color: #cd1719;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-breadcrumb__parent {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-breadcrumb__parent {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-breadcrumb__parent {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 1024px) {
  .c-breadcrumb__parent {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-breadcrumb__term {
  color: #202020;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-breadcrumb__term {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-breadcrumb__term {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-sharebar {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-sharebar::after {
  content: "";
  display: table;
  clear: both;
}
.c-sharebar {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.c-sharebar:first-child {
  margin-top: 0;
}
.c-sharebar:last-child {
  margin-bottom: 0;
}
.c-sharebar .l-social-list {
  margin: 0 -5px;
}
.c-sharebar .l-social-item {
  padding: 0 5px;
}
.c-sharebar .c-social-link {
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
}
.c-sharebar .c-social-link:before {
  background-color: #cd1719;
}
.c-sharebar .c-social-link:after {
  background-color: #202020;
}

.c-sharebar__label {
  margin-right: 10px;
  font-weight: 700;
}

.l-accordion-list {
  margin: 30px 0;
}

.l-accordion-list-item {
  border-top: 1px solid #dfd9c5;
}

.c-accordion {
  overflow: hidden;
  transition: height 400ms cubic-bezier(1, 0, 0, 1);
}
.c-accordion.is-open .c-accordion__title .icon-arrow-up {
  transform: rotate(0deg);
}

.c-accordion__title {
  text-align: left;
  padding: 20px 40px 20px 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-accordion__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-accordion__title {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.c-accordion__title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cd1719;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms 100ms ease-in-out;
}
.c-accordion__title .icon-arrow-up {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-accordion__title .icon-arrow-up::after {
  content: "";
  display: table;
  clear: both;
}
.c-accordion__title .icon-arrow-up {
  -ms-flex-align: center;
  align-items: center;
  color: #cd1719;
  transition: transform 400ms ease-in-out;
}
.c-accordion__title:hover, .c-accordion.is-open .c-accordion__title {
  color: #cd1719;
}
.c-accordion__title:hover:before, .c-accordion.is-open .c-accordion__title:before {
  width: 25px;
  border-radius: 0;
  height: 2px;
  transition: all 300ms ease-in-out;
}
.c-accordion__title:hover .c-accordion__span, .c-accordion.is-open .c-accordion__title .c-accordion__span {
  transform: translateX(10px);
  transition: transform 300ms 100ms ease-in-out;
}

.c-accordion__span {
  display: block;
  transition: transform 300ms ease-in-out;
}

.c-accordion__content {
  padding: 0 0 20px;
}

/*------------------------------------*\
:    Main - Book Grid
\*------------------------------------*/
.l-book-grid {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-book-grid::after {
  content: "";
  display: table;
  clear: both;
}
.l-book-grid {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 126px;
  margin: 0 -30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid {
    padding-top: 120px;
    margin: 0 -30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-book-grid {
    padding-top: 107px;
  }
}

.l-book-grid-item {
  width: 33.3333333333%;
  padding: 0 30px;
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-book-grid-item::after {
  content: "";
  display: table;
  clear: both;
}
.l-book-grid-item {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item--filters {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-book-grid-item--filters.is-hidden .c-book-card {
    height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-book-grid-item--filters .c-book-card {
    overflow: hidden;
    width: calc(100% + 10px);
    margin-right: -10px;
    padding-right: 10px;
    transition: all 300ms ease-in-out;
  }
}

.s-filter-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .s-filter-content::after {
  content: "";
  display: table;
  clear: both;
}

.c-page-intro {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5dadb;
}

.l-filter-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-filter-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-filter-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  padding-bottom: 26px;
  border-bottom: 1px solid #e6ebec;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-filter-list {
    border-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-filter-list {
    left: 20px;
    width: calc(100% - 16px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-filter-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.l-filter-item {
  padding: 0 2px;
  margin: 0 0 4px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-filter-item {
    padding: 0 1px;
    margin: 0 0 3px;
    font-family: "Roboto", sans-serif;
    text-align: center;
  }
}

.l-filter-item--search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 345px;
  position: relative;
  z-index: 90;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-filter-item--search {
    position: absolute;
    top: 58px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-filter-item--search {
    top: 51px;
  }
}

.l-filter-item--filter-toggle {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-filter-item--filter-toggle {
    display: block;
  }
}

.c-filter-search {
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-filter-search {
    width: calc(100% - 20px);
  }
}
.c-filter-search.is-active {
  animation: searchFold 500ms 500ms ease-in-out forwards;
  pointer-events: auto;
}
.c-filter-search.is-active .c-filter-search__submit {
  opacity: 1;
}
.c-filter-search input {
  border: 0;
  background-color: #eaf4f8;
}

.c-filter-search__input {
  height: 63px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter-search__input {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-filter-search__input {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-filter-search__input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-filter-search__input {
  padding: 0 90px 0 15px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter-search__input {
    height: 56px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-filter-search__input {
    height: 46px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.55;
    padding: 0 80px 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 767px) {
  .c-filter-search__input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-filter-search__submit {
  position: absolute;
  opacity: 0;
  top: 8px;
  right: 10px;
  width: auto;
  background: #cd1719;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter-search__submit {
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-filter-search__submit {
    padding: 7px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@keyframes searchFold {
  0% {
    transform: translateX(25%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-filter {
  display: block;
  padding: 0 30px;
  color: #ffffff;
  background-color: #6bce6f;
  height: 63px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-filter {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-filter {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-filter {
  line-height: 63px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter {
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-filter {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    min-width: 50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-filter {
    padding: 0px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-filter.is-active, .c-filter:hover {
  background-color: #eaf4f8;
  color: #316063;
}
.c-filter span.icon-search {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-filter span.icon-search {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-filter span.icon-search {
  line-height: 45px;
}

.c-book-filter__title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-book-filter__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-book-filter__title {
  color: #316063;
  margin: 0 0 20px;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .l-subfilter-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-subfilter-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.l-subfilter-item {
  margin: 0 0 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.l-subfilter-item:last-child {
  margin: 0;
}
.l-subfilter-item label {
  cursor: pointer;
}
.l-subfilter-item label:before {
  top: -1px;
}

.s-book-form {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .s-book-form::after {
  content: "";
  display: table;
  clear: both;
}
.s-book-form {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-book-card__pipe {
  transition: transform 500ms ease-out;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-card__pipe {
    opacity: 0.25;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:first-child .c-book-card__pipe {
    display: none;
  }
}
.l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
  width: 80px;
  height: 320px;
  top: 0;
  right: -65px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: 80px;
  background-image: url("../../img/pipe-l-h.png");
  background-size: 80px 320px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    height: 240px;
    width: 60px;
    background-size: 60px 240px;
    right: -45px;
  }
}
.l-book-grid-item:nth-child(12n+1) .c-book-card__pipe:before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 44%;
  left: 12%;
  background-image: url("../../img/pipe-valve.png");
  background-size: 100% 100%;
  animation: valveTurn 10000ms ease-in-out infinite;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe:before {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+1) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    width: 80px;
    height: 320px;
    top: 0;
    right: -65px;
    bottom: auto;
    left: auto;
    margin: 0;
    margin-top: 80px;
    background-image: url("../../img/pipe-l-h.png");
    background-size: 80px 320px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    height: 240px;
    width: 60px;
    background-size: 60px 240px;
    right: -45px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe:before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    position: absolute;
    top: 44%;
    left: 12%;
    background-image: url("../../img/pipe-valve.png");
    background-size: 100% 100%;
    animation: valveTurn 10000ms ease-in-out infinite;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    width: 320px;
    height: 80px;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-l-v.png");
    background-size: 320px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+2) .c-book-card__pipe:before {
    display: none;
  }
}
.l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  bottom: -80px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../../img/pipe-s-v.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+3) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
  width: 320px;
  height: 80px;
  top: auto;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../../img/pipe-l-v.png");
  background-size: 320px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+4) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
.l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
  left: -75px;
  right: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
    left: -48px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
    width: 320px;
    height: 80px;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-l-v.png");
    background-size: 320px 80px;
    transform: scaleX(-1);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+5) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
.l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
.l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
  left: -75px;
  right: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    left: -48px;
  }
}
.l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
  margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    top: 50%;
    right: -75px;
    bottom: auto;
    left: auto;
    margin: 0;
    margin-top: -80px;
    background-image: url("../../img/pipe-s-h.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+6) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
.l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
  margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -85px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v-2.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -65px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -43px;
    background-size: 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../img/pipe-gauge.png");
    background-size: 100% 100%;
    animation: gaugeFidget 2000ms ease-in-out infinite;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -85px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v-2.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -65px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -43px;
    background-size: 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+7) .c-book-card__pipe:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../img/pipe-gauge.png");
    background-size: 100% 100%;
    animation: gaugeFidget 2000ms ease-in-out infinite;
  }
}
.l-book-grid-item:nth-child(12n+8) .c-book-card__pipe {
  width: 80px;
  height: 320px;
  top: 0;
  right: -65px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: 80px;
  background-image: url("../../img/pipe-l-h.png");
  background-size: 80px 320px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+8) .c-book-card__pipe {
    height: 240px;
    width: 60px;
    background-size: 60px 240px;
    right: -45px;
  }
}
.l-book-grid-item:nth-child(12n+8) .c-book-card__pipe:before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 44%;
  left: 12%;
  background-image: url("../../img/pipe-valve.png");
  background-size: 100% 100%;
  animation: valveTurn 10000ms ease-in-out infinite;
}
.l-book-grid-item:nth-child(12n+8) .c-book-card__pipe:before {
  display: none;
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+8) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+8) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+8) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  bottom: -85px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../../img/pipe-s-v-2.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -65px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -43px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+9) .c-book-card__pipe:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../img/pipe-gauge.png");
  background-size: 100% 100%;
  animation: gaugeFidget 2000ms ease-in-out infinite;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe:before {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 320px;
    height: 80px;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-l-v.png");
    background-size: 320px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+9) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
.l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
  width: 320px;
  height: 80px;
  top: auto;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("../../img/pipe-l-v.png");
  background-size: 320px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+10) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}
.l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
.l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
  left: -75px;
  right: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
    left: -48px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
    width: 320px;
    height: 80px;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-l-v.png");
    background-size: 320px 80px;
    transform: scaleX(-1);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
    width: 240px;
    height: 60px;
    bottom: -60px;
    background-size: 240px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+11) .c-book-card__pipe {
    width: 160px;
    height: 40px;
    bottom: -40px;
    background-size: 160px 40px;
  }
}
.l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
  width: 80px;
  height: 80px;
  top: 50%;
  right: -75px;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-top: -80px;
  background-image: url("../../img/pipe-s-h.png");
  background-size: 80px 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
.l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
  left: -75px;
  right: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    left: -48px;
  }
}
.l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
  margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    top: 50%;
    right: -75px;
    bottom: auto;
    left: auto;
    margin: 0;
    margin-top: -80px;
    background-image: url("../../img/pipe-s-h.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    margin-top: -60px;
    right: -55px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 80px;
    height: 80px;
    bottom: -80px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("../../img/pipe-s-v.png");
    background-size: 80px 80px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 60px;
    height: 60px;
    bottom: -60px;
    background-size: 60px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .l-book-grid-item:nth-child(12n+12) .c-book-card__pipe {
    width: 40px;
    height: 40px;
    bottom: -40px;
    background-size: 40px 40px;
  }
}

.c-book-card {
  display: block;
  width: 100%;
  position: relative;
  min-height: 490px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-book-card::after {
  content: "";
  display: table;
  clear: both;
}
.c-book-card {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-book-card {
    min-height: 0;
  }
}

a.c-book-card:hover .c-book-card__inner {
  transform: translateY(-10px) translateX(-10px) translateZ(0);
}
@media (min-width: 0px) and (max-width: 800px) {
  a.c-book-card:hover .c-book-card__inner {
    transform: translateY(-7.5px) translateX(-7.5px) translateZ(0);
  }
}

.c-book-card__inner {
  background-color: #eaf4f8;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-book-card__inner {
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-card__inner {
    display: -ms-flexbox;
    display: flex;
  }
  body.ie9 .c-book-card__inner::after {
    content: "";
    display: table;
    clear: both;
  }
  .c-book-card__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}

.c-book-card__shadow {
  transition: transform 500ms ease-out;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #316063;
  top: 8px;
  left: 8px;
  z-index: -1;
}

.c-book-card__img {
  margin: 0 0 20px;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-book-card__img::after {
  content: "";
  display: table;
  clear: both;
}
.c-book-card__img {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-card__img {
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 120px;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-card__img {
    width: 100px;
  }
}
.c-book-card__img img {
  transition: transform 300ms ease-out;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
}

@media (min-width: 0px) and (max-width: 700px) {
  .c-book-card__description {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-card__description {
    width: calc(100% - 100px);
  }
}

.c-book-card__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-book-card__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-card__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-book-card__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-book-card__title {
  color: #333366;
  margin: 0 0 5px;
}

.c-book-card__authors {
  color: #cd1719;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-book-card__authors {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*------------------------------------*\
:    Main - Boeken Detail
\*------------------------------------*/
.c-book-detail__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-book-detail__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-book-detail__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-detail__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-detail__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-book-detail__title {
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-detail__title {
    margin: 0 0 6px;
  }
}

.c-book-meta {
  width: calc(100% - 200px);
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-book-meta {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-meta {
    background: #eaf4f8;
    padding: 15px;
    margin: 15px 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-meta .l-list-item {
    margin: 0 0 5px;
  }
}

.c-book-meta__label {
  color: #202020;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-book-meta__label {
    display: block;
  }
}

.c-book-meta__value {
  display: inline;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-book-meta__value {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-book-meta__value {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #5c8cb4;
}
.c-book-meta__value a {
  color: #cd1719;
}

.c-book-detail__img {
  position: relative;
}
.c-book-detail__img:hover .c-book-detail__preview:after {
  background-color: rgba(32, 32, 32, 0.6);
  transform: scale(1);
}
.c-book-detail__img:hover .c-button {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms 200ms ease-in-out, transform 300ms ease-in-out, z-index 0ms 300ms linear;
  animation: popIn 500ms 200ms ease-in-out forwards;
}

@keyframes popIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.c-book-detail__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-book-detail__preview::after {
  content: "";
  display: table;
  clear: both;
}
.c-book-detail__preview {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-book-detail__preview:after {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0);
  transform: scale(0.8);
  transition: background-color 300ms ease-in-out, transform 300ms ease-in-out;
}
.c-book-detail__preview .c-button {
  margin: 10px auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out, z-index 0ms 300ms linear;
}

.c-book-detail__content {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-book-detail__content {
    margin: 30px 0;
  }
}

.store-links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 110%;
  margin: 2rem 0;
}

.store-links-description {
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 2rem 0 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .store-links-description {
    margin: 0 2rem 2rem 0;
  }
}

.store-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.store-link img {
  width: 14rem;
}

.store-link img:hover {
  filter: brightness(0.9);
}

/*------------------------------------*\
:    Main - Pedestal List
\*------------------------------------*/
.l-pedestal-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-pedestal-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-pedestal-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px;
  overflow: hidden;
  padding: 10px 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-pedestal-list {
    margin: -10px;
  }
}

.l-pedestal-list--case {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-pedestal-list-item {
  width: 33.3333333333%;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-pedestal-list-item {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-pedestal-list-item {
    padding: 0 20px;
    width: 100%;
  }
}
.l-pedestal-list-item:last-child:after {
  content: "";
  display: block;
  width: 200vw;
  left: -100vw;
}
.l-pedestal-list-item:after {
  content: "";
  display: block;
  height: 230px;
  position: absolute;
  bottom: -50px;
  left: -30px;
  right: -30px;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-pedestal-list-item:after {
    left: -10px;
    right: -10px;
  }
}

.c-pedestal-book {
  display: block;
  text-align: center;
  height: 405px;
  padding-top: 80px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .c-pedestal-book {
    height: calc((100vw - 50px) / 3);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book {
    height: 50vw;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book {
    height: calc(100vw - 100px);
  }
}

.c-pedestal-book__visual {
  height: 100%;
  position: relative;
  text-align: center;
}

.c-pedestal-book__img {
  height: 65%;
  width: auto;
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: auto;
  perspective: 250px;
}
.c-pedestal-book__img.h-portrait {
  height: 65%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book__img.h-portrait {
    height: 75%;
  }
}
.c-pedestal-book__img.h-landscape {
  width: 55%;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-pedestal-book__img.h-landscape::after {
  content: "";
  display: table;
  clear: both;
}
.c-pedestal-book__img.h-landscape {
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-pedestal-book__img.h-landscape img {
  width: 100%;
  height: auto;
  margin: 0;
}

.c-pedestal-book__pedestal {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.c-pedestal-book__title {
  color: #cd1719;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-pedestal-book__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-pedestal-book__title {
  text-align: center;
  max-width: 280px;
  margin: auto;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1279px) {
  .c-pedestal-book__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .c-pedestal-book__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-pedestal-book--1 .c-pedestal-book__title {
  transform: translateY(25px);
  margin-right: 0;
}

.c-pedestal-book--2 .c-pedestal-book__title {
  transform: translateY(0);
}

.c-pedestal-book--3 .c-pedestal-book__title {
  transform: translateY(-20px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--3 .c-pedestal-book__title {
    margin-top: -10px;
  }
}

.c-related-container {
  margin: 80px -50px 0 -50px;
  padding: 40px 50px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-related-container {
    margin: 60px -30px 0 -30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container {
    padding: 40px 30px;
  }
}
.c-related-container .l-pedestal-list {
  padding-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container .l-pedestal-list-item {
    margin-bottom: 100px;
  }
}
.c-related-container .c-pedestal-book__title {
  color: #cd1719;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container .c-pedestal-book__title {
    margin-top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container .c-pedestal-book__img {
    height: 75%;
  }
}
.c-related-container:before {
  content: "";
  display: block;
  width: 60px;
  height: 72px;
  background-image: url("../../img/pin-2.png");
  background-size: 100% auto;
  position: absolute;
  background-repeat: no-repeat;
  top: -40px;
  right: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container:before {
    width: 45px;
  }
}
.c-related-container:after {
  content: "";
  display: block;
  width: 40px;
  height: 72px;
  background-image: url("../../img/pin-1.png");
  background-size: 100% auto;
  position: absolute;
  background-repeat: no-repeat;
  top: -40px;
  left: 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-related-container:after {
    width: 45px;
  }
}

.c-related-container__background {
  background-color: #9cd7d7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
}

.c-related__title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-related__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*------------------------------------*\
:    Main - Case List
\*------------------------------------*/
.l-pedestal-list-item--case {
  margin-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-pedestal-list-item--case {
    margin-bottom: 70px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-pedestal-list-item--case {
    margin-bottom: 100px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .l-pedestal-list-item--case {
    margin-bottom: 85px;
  }
}
.l-pedestal-list-item--case:after {
  content: "";
  display: block;
  height: 150px;
  background-color: #5c8cb4;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  transform: translateY(25%);
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-pedestal-list-item--case:after {
    left: -10px;
    right: -10px;
  }
}
body.page-id-13181 .l-pedestal-list-item--case:after {
  background-color: #d7b532;
}
body.page-id-12214 .l-pedestal-list-item--case:after {
  background-color: #6bce6f;
}

.c-pedestal-book--case {
  padding-top: 80px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--case {
    padding-top: 70px;
  }
}
.c-pedestal-book--case .c-pedestal-book__title {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-pedestal-book--case .c-pedestal-book__title {
  text-align: center;
  width: 100%;
  max-width: none;
  transform: translateY(0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 320px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1279px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .c-pedestal-book--case .c-pedestal-book__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*------------------------------------*\
:    Main - Case Detail
\*------------------------------------*/
.c-case-detail__header {
  margin: 0 0 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail__header {
    margin: 0 0 20px;
  }
}

.c-case-detail__main-img {
  overflow: hidden;
  max-height: 560px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__main-img {
    max-height: 450px;
    margin-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__main-img {
    height: auto;
  }
}

.c-case-detail-introduction {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-introduction::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-introduction {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.c-case-detail-introduction__media {
  width: calc(100% - 570px);
  max-width: 440px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-introduction__media::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-introduction__media {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 270px;
  padding-right: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-introduction__media {
    width: 230px;
    padding-bottom: 200px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail-introduction__media {
    width: 100%;
    padding-right: 0;
    max-width: 400px;
    -ms-flex-order: 2;
        order: 2;
    padding-bottom: 40px;
  }
}
.c-case-detail-introduction__media .l-video-list {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-introduction__media .l-video-list {
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail-introduction__media .l-video-list {
    width: calc(100% + 20px);
    margin: 0 -5px 10px;
  }
}
.c-case-detail-introduction__media .l-video-list-item {
  width: 50%;
  padding: 0 10px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-introduction__media .l-video-list-item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail-introduction__media .l-video-list-item {
    width: 50%;
    padding: 0 5px;
  }
}
.c-case-detail-introduction__media .l-video-list-item:last-child {
  margin-bottom: 0;
}
.c-case-detail-introduction__media .l-partner-list {
  width: 50%;
  padding-left: 10px;
  padding-top: 30px;
}

.c-case-detail-introduction__description {
  width: 570px;
  padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-introduction__description {
    padding-right: 50px;
    width: calc(100% - 240px);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail-introduction__description {
    padding-right: 0;
    width: 100%;
  }
}

.c-case-detail__subtitle {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__subtitle {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail__subtitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail__subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail__subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-case-detail__subtitle {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail__subtitle {
    margin: 0 0 20px;
  }
}

.c-case-detail__illustration {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-case-detail__illustration--mill {
  max-width: 300px;
  margin: 0 auto -50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__illustration--mill {
    max-width: 200px;
    margin: 0 0 -50px auto;
  }
}

.c-case-detail__illustration--fern {
  width: 250px;
  position: absolute;
  bottom: 0;
  left: -40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__illustration--fern {
    left: -20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail__illustration--fern {
    width: 180px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__illustration--fern {
    display: none;
  }
}

.c-case-detail__illustration--clock {
  width: 140px;
  position: absolute;
  top: -190px;
  right: 60px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__illustration--clock {
    width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail__illustration--clock {
    width: 100px;
    top: -130px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail__illustration--clock {
    width: 65px;
    right: 20px;
    top: -100px;
  }
}

.c-case-detail__illustration--window {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail__illustration--window {
    width: 40%;
    max-width: 250px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail__illustration--window {
    width: 100%;
    max-width: none;
  }
  .c-case-detail__illustration--window img {
    margin: auto;
    max-width: 200px;
  }
}

.c-case-detail__illustration--flags {
  width: calc(100% - 60px);
  position: absolute;
  top: -40px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-case-detail__illustration--flags {
    width: 50vw;
    top: -60px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail__illustration--flags {
    width: 90vw;
    z-index: 2;
  }
}

.c-case-detail__illustration--crate {
  width: calc(100% - 40px);
  max-width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__illustration--crate {
    margin: 0;
    right: auto;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail__illustration--crate {
    right: 0;
    left: auto;
    bottom: -30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail__illustration--crate {
    width: calc(100% - 120px);
  }
}

.c-case-detail__illustration--chandelier {
  position: absolute;
  width: 225px;
  bottom: 17px;
  right: -40px;
  transform-origin: 50% 0%;
  transform: translateY(97.5%);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__illustration--chandelier {
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__illustration--chandelier {
    width: 150px;
  }
}

.c-case-detail__illustration--lightbulb {
  width: 70px;
  margin: auto;
  transform: translateY(-100%);
  transform-origin: 50% 0% 50%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail__illustration--lightbulb {
    width: 60px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__illustration--lightbulb {
    width: 50px;
  }
}
.c-case-detail__illustration--lightbulb .s-light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 314.28%;
  opacity: 0;
  transition: opacity 300ms 2000ms ease-in-out;
}

.c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
  margin: 0 0 30px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-products__title, .c-case-detail-prizes__title, .c-case-detail-books__title, .c-case-detail-related__title, .c-case-detail-facts__title, .c-case-detail-keywords__title {
    margin: 0 0 20px;
  }
}

.c-case-detail-related__title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(213.9, 218.55, 219.48);
}

.c-case-detail-products__title {
  padding-right: 50px;
  width: calc(100% - 570px);
  text-align: right;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-products__title {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-books__title {
    padding-right: 140px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-books__title {
    padding-right: 100px;
  }
}

.c-case-detail-facts__title, .c-case-detail-keywords__title {
  color: #cd1719;
}

/*------------------------------------*\
:    Main - Case Detail - Publish Card
\*------------------------------------*/
.c-publish-card {
  margin: 0 0 20px;
  width: calc(50% - 10px);
  margin-right: 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-publish-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-publish-card {
    width: 50%;
    padding-right: 5px;
  }
}
.c-publish-card:hover .c-book-detail__preview:after {
  background-color: rgba(32, 32, 32, 0.6);
  transform: scale(1);
}
.c-publish-card:hover .c-button {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms 200ms ease-in-out, transform 300ms ease-in-out, z-index 0ms 300ms linear;
  animation: popIn 500ms 200ms ease-in-out forwards;
}

/*------------------------------------*\
:    Main - Case Detail - Partner Card
\*------------------------------------*/
.c-partner-card {
  display: block;
  max-width: 120px;
}

.l-partner-item {
  margin: 0 0 15px;
}
.l-partner-item:last-child {
  margin: 0;
}

.c-case-detail-partners__title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-partners__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-case-detail-partners__title {
  text-transform: lowercase;
  position: absolute;
  top: 0;
  left: calc(50% + 10px);
}

/*------------------------------------*\
:    Main - Case Detail - Audio Card
\*------------------------------------*/
.c-audio-card {
  margin: 0 0 20px;
  width: 100%;
  background-color: #A4CFD1;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-audio-card::after {
  content: "";
  display: table;
  clear: both;
}
.c-audio-card {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-audio-card {
    -ms-flex-order: 2;
        order: 2;
  }
}
.c-audio-card audio {
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  margin-top: 10px;
}

.c-audio-card__description {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-audio-card__description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1024px) {
  .c-audio-card__description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  .c-audio-card__description {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 320px) {
  .c-audio-card__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*------------------------------------*\
:    Main - Case Detail - Video Card
\*------------------------------------*/
.l-video-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-video-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-video-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-video-card {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-video-card::after {
  content: "";
  display: table;
  clear: both;
}
.c-video-card {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-video-card__img {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.c-video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-video-button::after {
  content: "";
  display: table;
  clear: both;
}
.c-video-button {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(32, 32, 32, 0.1);
  color: #ffffff;
}

.c-video-button__inner {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-video-button__inner::after {
  content: "";
  display: table;
  clear: both;
}
.c-video-button__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-video-button__inner span {
  display: block;
  margin-left: 5px;
}

/*------------------------------------*\
:    Main - Case Detail - Books
\*------------------------------------*/
.c-case-detail-books {
  padding: 50px 0 0;
  position: relative;
  margin: 0 0 50px;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-books {
    padding: 30px 0 0;
  }
}
.c-case-detail-books:last-child {
  margin: 0;
}

.c-case-detail-books--brand {
  margin: 0 0 250px;
}
.c-case-detail-books--brand .c-chain {
  top: calc(100% - 30px);
  height: 0;
}
.c-case-detail-books--brand .c-chain.is-seen {
  height: 300px;
}

.c-case-detail-books__info {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-books__info::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-books__info {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}
.c-case-detail-books__info:last-child {
  margin: 0;
}

.c-case-detail-books__description {
  width: calc(100% - 570px);
  padding-right: 60px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-books__description {
    width: 100%;
    padding-right: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-books__description {
    padding-right: 0;
  }
}

.c-case-detail-books__list {
  width: 570px;
  padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-books__list {
    width: 100%;
    padding-right: 0;
  }
}
.c-case-detail-books__list a {
  color: #cd1719;
}
.c-case-detail-books__list a:hover span:after {
  width: 100%;
}
.c-case-detail-books__list a span {
  position: relative;
}
.c-case-detail-books__list a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #cd1719;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 300ms cubic-bezier(1, 0, 0, 1);
}

/*------------------------------------*\
:    Main - Case Detail - Wallpaper
\*------------------------------------*/
.l-wallpaper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-wallpaper::after {
  content: "";
  display: table;
  clear: both;
}
.l-wallpaper {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.l-wallpaper.is-seen .l-wallpaper__strip {
  height: 100%;
}

.l-wallpaper__strip {
  background-image: url("../../img/wallpaper-1.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 7.1428571429%;
  height: 0;
  transition: height 500ms ease-in-out;
}
.l-wallpaper__strip:nth-child(14) {
  transition-delay: 750ms;
}
.l-wallpaper__strip:nth-child(13) {
  transition-delay: 700ms;
}
.l-wallpaper__strip:nth-child(12) {
  transition-delay: 650ms;
}
.l-wallpaper__strip:nth-child(11) {
  transition-delay: 600ms;
}
.l-wallpaper__strip:nth-child(10) {
  transition-delay: 550ms;
}
.l-wallpaper__strip:nth-child(9) {
  transition-delay: 500ms;
}
.l-wallpaper__strip:nth-child(8) {
  transition-delay: 450ms;
}
.l-wallpaper__strip:nth-child(7) {
  transition-delay: 400ms;
}
.l-wallpaper__strip:nth-child(6) {
  transition-delay: 350ms;
}
.l-wallpaper__strip:nth-child(5) {
  transition-delay: 300ms;
}
.l-wallpaper__strip:nth-child(4) {
  transition-delay: 250ms;
}
.l-wallpaper__strip:nth-child(3) {
  transition-delay: 200ms;
}
.l-wallpaper__strip:nth-child(2) {
  transition-delay: 150ms;
}
.l-wallpaper__strip:nth-child(1) {
  transition-delay: 100ms;
}

.l-wallpaper--green {
  background-color: #e9f5e9;
}

.l-wallpaper--beige {
  background-color: #fcf4ed;
}

.l-wallpaper--dry:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 50px);
  top: -80px;
  left: 0;
  background-color: #faebcc;
  position: absolute;
}
.l-wallpaper--dry:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 50px);
  top: -30px;
  left: 50px;
  background-color: #6bce6f;
  position: absolute;
  z-index: -1;
}

/*------------------------------------*\
:    Main - Case Detail - Frames
\*------------------------------------*/
.l-wall-frames {
  margin: 0 -40px;
  width: calc(100% + 80px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-wall-frames {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-wall-frames {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-wall-frames {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}

.l-wall-frames-item {
  width: 33.3333333333%;
  margin-bottom: 80px;
  padding: 0 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .l-wall-frames-item {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-wall-frames-item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-wall-frames-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.l-wall-frames-item.is-seen .c-frame__inner {
  animation: framePlace 2000ms ease-in-out forwards;
}
.l-wall-frames-item.is-seen:nth-child(3n+1) .c-frame__inner {
  animation-delay: 100ms;
}
.l-wall-frames-item.is-seen:nth-child(3n+2) .c-frame__inner {
  animation-delay: 200ms;
}
.l-wall-frames-item.is-seen:nth-child(3n+3) .c-frame__inner {
  animation-delay: 300ms;
}

.c-frame {
  position: relative;
}

.c-frame__nail {
  position: absolute;
  display: block;
  border-radius: 100% 100% 100% 50%;
  transform: rotate(12deg);
  width: 6px;
  height: 6px;
  background-color: #202020;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-frame__attachment {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-left: 2px solid #202020;
  border-top: 2px solid #202020;
  transform: rotate(45deg) translateY(0%) translateX(0%);
  z-index: -1;
}

.c-frame__inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  padding-top: 40px;
  transform: translateY(-20px);
  transform-origin: 50% 0%;
}

.c-frame__wrapper {
  padding: 20px;
  background: #ffffff;
  border: 2px solid #202020;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-frame__wrapper {
    padding: 10px;
  }
}

.c-frame__top, .c-frame__bottom {
  position: absolute;
  left: 0;
  right: 0;
}
.c-frame__top:before, .c-frame__top:after, .c-frame__bottom:before, .c-frame__bottom:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #202020;
  position: absolute;
}

.c-frame__top {
  top: 0;
}
.c-frame__top:before, .c-frame__top:after {
  top: 11px;
}
.c-frame__top:before {
  transform: rotate(45deg) translateY(0%) translateX(0%);
  left: -8px;
}
.c-frame__top:after {
  transform: rotate(-45deg) translateY(0%) translateX(0%);
  right: -8px;
}

.c-frame__bottom {
  bottom: 0;
}
.c-frame__bottom:before, .c-frame__bottom:after {
  bottom: 11px;
}
.c-frame__bottom:before {
  left: -8px;
  transform: rotate(-45deg) translateY(0%) translateX(0%);
}
.c-frame__bottom:after {
  transform: rotate(45deg) translateY(0%) translateX(0%);
  right: -8px;
}

.c-frame__img {
  position: relative;
  z-index: 1;
  border: 2px solid #202020;
}

@keyframes framePlace {
  0% {
    transform: translateY(-80px) rotate(1.5deg);
    opacity: 0;
  }
  30% {
    transform: translateY(0) rotate(1.5deg);
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(-1.5deg);
  }
  70% {
    transform: translateY(0) rotate(1deg);
  }
  90% {
    transform: translateY(0) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
/*------------------------------------*\
:    Main - Case Detail - Prizes
\*------------------------------------*/
.c-case-detail-prizes {
  background: #eaf4f8;
  padding: 50px 0;
}
.c-case-detail-prizes .l-list a {
  color: #cd1719;
}
.c-case-detail-prizes .l-list a:hover span:after {
  width: 100%;
}
.c-case-detail-prizes .l-list a span {
  position: relative;
}
.c-case-detail-prizes .l-list a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #cd1719;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 300ms cubic-bezier(1, 0, 0, 1);
}

.c-case-detail-prizes__wrapper {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-prizes__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-prizes__wrapper {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-case-detail-prizes__img {
  width: calc(100% - 570px);
  padding-right: 60px;
  min-height: 480px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-prizes__img::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-prizes__img {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-prizes__img {
    width: 100%;
    padding-right: 0;
    min-height: 130px;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-prizes__img {
    min-height: 90px;
  }
}

.c-case-detail-prizes__description {
  width: 570px;
  padding-right: 30px;
  min-height: 1px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-prizes__description {
    padding-left: 30px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-prizes__description {
    width: 100%;
    padding-right: 0;
    max-width: 550px;
    padding-top: 0;
  }
}

.c-case-detail-prizes__subtitle {
  font-weight: 700;
  display: block;
  margin: 0 0 -20px;
}

/*------------------------------------*\
:    Main - Case Detail - Results
\*------------------------------------*/
.c-case-detail-results {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-results {
    padding: 50px 0;
  }
}
.c-case-detail-results .c-quote-block {
  max-width: 200px;
  position: relative;
  transition: max-width 500ms 500ms cubic-bezier(1, 0, 0, 1);
}
.c-case-detail-results .c-quote-block.is-seen {
  max-width: 900px;
}
.c-case-detail-results .c-quote-block.is-seen .c-quote-block__quote, .c-case-detail-results .c-quote-block.is-seen .c-quote-block__author {
  opacity: 1;
  transform: translateY(0);
}
.c-case-detail-results .c-quote-block.is-seen .c-case-detail__illustration--chandelier {
  animation: chandelierSling 5000ms ease-in-out forwards;
}
.c-case-detail-results .c-quote-block__inner {
  width: 800px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-results .c-quote-block__inner {
    width: calc(100vw - 200px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-results .c-quote-block__inner {
    width: calc(100vw - 110px);
  }
}
.c-case-detail-results .c-quote-block__quote {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 500ms 1000ms ease-in-out, transform 500ms 1000ms ease-out;
}
.c-case-detail-results .c-quote-block__author {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 500ms 1100ms ease-in-out, transform 500ms 1100ms ease-out;
}

@keyframes chandelierSling {
  0% {
    transform: translateY(97.5%) rotate(0);
  }
  30% {
    transform: translateY(97.5%) rotate(1.5deg);
  }
  50% {
    transform: translateY(97.5%) rotate(-1.5deg);
  }
  70% {
    transform: translateY(97.5%) rotate(1deg);
  }
  90% {
    transform: translateY(97.5%) rotate(-1deg);
  }
  100% {
    transform: translateY(97.5%) rotate(0deg);
  }
}
.c-chain {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 100px;
  background-image: url("../../img/chain.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  z-index: -1;
  pointer-events: none;
  transition: height 1000ms 500ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-chain {
    width: 8px;
  }
}
.c-chain.is-seen {
  height: 100%;
}

.c-chain--collaboration {
  height: 0;
}
.c-chain--collaboration.is-seen {
  height: 100%;
}

.c-case-detail-results__quotes {
  padding-bottom: 300px;
  overflow: hidden;
}

.c-case-detail-results__description {
  width: 50%;
  margin-top: -300px;
  padding: 80px 80px 40px 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-results__description {
    padding: 50px 40px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-results__description {
    width: 100%;
    background: #faebcc;
    padding: 30px;
    margin-top: -100px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-results__description {
    padding: 20px;
  }
}

.c-case-detail-results__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-results__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-results__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-case-detail-results__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-results__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-case-detail-results__title {
  margin: 0 0 20px 0;
  display: block;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-case-detail-results__title {
    margin: 0 0 15px 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-results__title {
    margin: 0 0 5px;
  }
}

.c-quote-block {
  background-color: #f8b9ae;
  padding: 40px 50px 30px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-quote-block {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-quote-block {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-quote-block {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-quote-block {
  line-height: 1.5;
  font-style: italic;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-quote-block {
    padding: 25px 30px 20px;
  }
}

.c-quote-block__quote {
  margin: 0 0 10px;
  font-weight: normal;
}
.c-quote-block__quote:last-child {
  margin: 0;
}
.c-quote-block__quote:before {
  content: "“";
}
.c-quote-block__quote:after {
  content: "”";
}

.c-quote-block__author {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-quote-block__author {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-quote-block__author:before {
  display: inline-block;
  padding-right: 5px;
  content: "–";
}

/*------------------------------------*\
:    Main - Case Detail - Collaboration
\*------------------------------------*/
.c-case-detail-collaboration {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 100vw;
}

.c-collaboration-block {
  max-width: 800px;
  position: relative;
  margin: 0 0 100px;
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-collaboration-block {
    margin: 0 0 50px;
  }
}
.c-collaboration-block:nth-child(odd) {
  margin-right: auto;
  transform: translateX(-100px);
}
.c-collaboration-block:nth-child(odd):after {
  left: -30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-collaboration-block:nth-child(odd):after {
    left: -20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block:nth-child(odd):after {
    left: -10px;
  }
}
.c-collaboration-block:nth-child(odd) .c-collaboration-block__description {
  padding: 0 80px 0 0;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block:nth-child(odd) .c-collaboration-block__description {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block:nth-child(odd) .c-collaboration-block__description {
    padding: 0;
  }
}
.c-collaboration-block:nth-child(even) {
  margin-left: auto;
  transform: translateX(100px);
}
.c-collaboration-block:nth-child(even):after {
  right: -30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-collaboration-block:nth-child(even):after {
    right: -20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block:nth-child(even):after {
    right: -10px;
  }
}
.c-collaboration-block:nth-child(even) .c-collaboration-block__description {
  -ms-flex-order: 2;
      order: 2;
  padding: 0 0 0 80px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block:nth-child(even) .c-collaboration-block__description {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block:nth-child(even) .c-collaboration-block__description {
    padding: 0;
  }
}
.c-collaboration-block:last-child {
  margin-bottom: 0;
}
.c-collaboration-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  background-color: #507389;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-collaboration-block:after {
    top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block:after {
    top: 10px;
  }
}
.c-collaboration-block.is-seen {
  transform: translateX(0);
}

.c-collaboration-block__inner {
  background: #e1efee;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-collaboration-block__inner::after {
  content: "";
  display: table;
  clear: both;
}
.c-collaboration-block__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-collaboration-block__inner {
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-collaboration-block__inner {
    padding: 20px;
  }
}

.c-collaboration-block__description {
  width: calc(100% - 270px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block__description {
    width: calc(100% - 200px);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-collaboration-block__description {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}

.c-collaboration-block__label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-collaboration-block__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-collaboration-block__label {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-collaboration-block__label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-collaboration-block__label {
  color: #cd1719;
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block__label {
    margin: 0 0 10px;
  }
}

.c-collaboration-block__title {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-collaboration-block__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-collaboration-block__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-collaboration-block__title {
  margin: 0 0 15px;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-collaboration-block__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .c-collaboration-block__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  .c-collaboration-block__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-collaboration-block__title span {
  font-weight: 400;
}

.c-collaboration-block__img {
  width: 270px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-collaboration-block__img {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-collaboration-block__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-collaboration-block__img {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.c-collaboration-block__product {
  width: 60%;
  margin: auto;
  transform: translateY(5px);
}

/*------------------------------------*\
:    Main - Case Detail - Call to 
:    Action
\*------------------------------------*/
.c-case-detail-cta {
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .c-case-detail-cta {
    height: 600px;
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-cta {
    height: 550px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-cta {
    height: 400px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-cta {
    height: 350px;
  }
}
.c-case-detail-cta.is-seen .c-case-detail__illustration--lightbulb {
  animation: dropBulb 1500ms 500ms cubic-bezier(0.75, -0.5, 0, 1.75) forwards;
}
.c-case-detail-cta.is-seen .c-case-detail__illustration--lightbulb .c-case-detail__illustration--lightbulb-inner {
  transform-origin: 50% 0%;
  animation: petalWind 2s ease-in-out alternate infinite;
}
.c-case-detail-cta.is-seen .c-case-detail__illustration--lightbulb .s-light {
  opacity: 1;
}
.c-case-detail-cta.is-seen .c-case-detail-cta__payoff:after {
  width: 80%;
  height: 80%;
  border-radius: 0;
  opacity: 1;
}
.c-case-detail-cta.is-seen .c-case-detail-cta__title, .c-case-detail-cta.is-seen .c-case-detail-cta__button {
  transform: translateY(0);
  opacity: 1;
}
.c-case-detail-cta.is-seen .c-case-detail__illustration--paintswoosh {
  transform: scale(1);
  opacity: 1;
}
.c-case-detail-cta.is-seen .c-case-detail-cta__graphic-wrapper {
  animation: paperPlane 2000ms 500ms cubic-bezier(0, 0, 1, 1) forwards;
}
.c-case-detail-cta.is-seen .c-case-detail-cta__graphic-wrapper img {
  animation: cactusTip 2s ease-in-out alternate infinite;
}

@keyframes dropBulb {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-10%);
  }
}
.c-case-detail-cta__graphic-wrapper {
  width: 150px;
  position: absolute;
  top: -50px;
  right: -100px;
  transform-origin: 100% 50%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-cta__graphic-wrapper {
    top: -20px;
    right: -50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-cta__graphic-wrapper {
    width: 110px;
    top: 85px;
    right: 70%;
  }
}

.c-case-detail-cta__graphic {
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
}

.c-case-detail-cta__title {
  max-width: 550px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-cta__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-cta__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-cta__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-case-detail-cta__title {
  font-weight: 300;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(50px);
  transition: all 500ms 1000ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-cta__title {
    margin: 0 auto 15px;
    max-width: 450px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-cta__title {
    max-width: 350px;
  }
}

.c-case-detail-cta__button {
  opacity: 0;
  position: relative;
  z-index: 5;
  transform: translateY(50px);
  transition: transform 500ms 1100ms ease-in-out, opacity 500ms 1100ms ease-in-out;
  display: inline-block;
  margin: 130px auto 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-cta__button {
    margin: 110px auto 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-cta__button {
    margin: 0px auto 0;
    width: 200px;
  }
}
.c-case-detail-cta__button:hover .c-case-detail-cta__graphic {
  transform: scale(1.3);
}

.c-case-detail-cta__payoff {
  padding: 100px 0 100px;
  margin-top: -75px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-cta__payoff {
    padding: 75px 0 50px;
  }
}
.c-case-detail-cta__payoff:after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: -2;
  background-image: url("../../img/paintswoosh-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms 1000ms cubic-bezier(1, 0, 0, 1);
}

.l-case-detail-cta__footer {
  margin-top: -100px;
  height: 250px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-case-detail-cta__footer {
    margin-top: -50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-case-detail-cta__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.c-case-detail__illustration--paintswoosh {
  margin-left: 40px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 500ms 1300ms cubic-bezier(0.75, -0.5, 0, 1.75);
  position: absolute;
  bottom: -20%;
  left: 9%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail__illustration--paintswoosh {
    width: 100%;
  }
}

@keyframes paperPlane {
  0% {
    transform: rotate(15deg) translateX(-25%) translateY(50%);
  }
  15% {
    transform: rotate(0deg) translateX(0%);
  }
  100% {
    transform: rotate(-360deg) translateX(125%);
  }
}
.c-case-detail-related {
  position: relative;
  z-index: 5;
}

/*------------------------------------*\
:    Main - Case Detail - Products
\*------------------------------------*/
.c-case-detail-products__gallery.is-seen .l-product-item {
  transform: scale(1);
  opacity: 1;
}
.c-case-detail-products__gallery .l-product-item {
  transform: scale(0.5);
  opacity: 0;
  transition: all 500ms 500ms cubic-bezier(0.75, -0.5, 0, 1.75);
}
.c-case-detail-products__gallery .l-product-item:nth-child(3) {
  transition-delay: 200ms;
}
.c-case-detail-products__gallery .l-product-item:nth-child(2) {
  transition-delay: 150ms;
}
.c-case-detail-products__gallery .l-product-item:nth-child(1) {
  transition-delay: 100ms;
}

.c-case-detail-products {
  margin: 0 0 100px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-case-detail-products {
    margin: 0 0 50px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-products {
    margin: 0 0 20px;
  }
}
.c-case-detail-products:last-child {
  margin: 0;
}

.c-case-detail-products__wrapper {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-products__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-products__wrapper {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-case-detail-products__main {
  width: 570px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-case-detail-products__main {
    width: 100%;
    max-width: 570px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-products__main {
    width: 60%;
    padding-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-case-detail-products__main {
    width: 100%;
    padding-right: 0;
    margin: 0 0 30px;
  }
}
.c-case-detail-products__main:after {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-image: url("../../img/blot.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms 1000ms cubic-bezier(1, 0, 0, 1);
  max-width: 400px;
  max-height: 400px;
}

.c-case-detail-products__description {
  margin: 0 0 40px;
}

.l-product-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-product-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-product-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

.l-product-item {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-product-item {
    width: 50%;
  }
}

.c-case-detail-products__link {
  display: block;
  margin: 20px 0 0;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-case-detail-products__link {
    padding: 0;
  }
}
.c-case-detail-products__link a {
  color: #cd1719;
  font-weight: 700;
}
.c-case-detail-products__link a:hover span:after {
  width: 100%;
}
.c-case-detail-products__link a span {
  position: relative;
}
.c-case-detail-products__link a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #cd1719;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 300ms cubic-bezier(1, 0, 0, 1);
}

.c-case-detail-facts {
  background-color: #faebcc;
  padding: 40px 0;
  margin: 0 0 50px;
}

.c-case-detail-facts-container {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail-facts-container::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail-facts-container {
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-case-detail-facts__description {
  width: calc(100% - 300px);
}

.c-case-detail__illustration--table {
  width: 300px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-case-detail__illustration--table::after {
  content: "";
  display: table;
  clear: both;
}
.c-case-detail__illustration--table {
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-case-detail__illustration--table img {
  max-width: 178px;
  margin: 0 auto -60px;
}

.c-case-detail-keywords__description {
  padding-left: 300px;
  max-width: 800px;
}

.c-case-detail-keywords {
  margin: 0 0 50px;
}

.c-case-detail__illustration--ladder-end {
  width: 123px;
  position: absolute;
  bottom: -80px;
  left: 800px;
}

.c-case-detail__illustration--ladder-start {
  width: 167px;
  position: absolute;
  bottom: 30px;
  transform: translateY(100%);
  left: -300px;
  right: 0;
  margin: auto;
}

/*------------------------------------*\
:    Main - Actueel
\*------------------------------------*/
body.page-template-page-actueel .l-main-content {
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-actueel .l-main-content {
    margin-top: 0;
  }
}

.c-block-list-header {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-block-list-header::after {
  content: "";
  display: table;
  clear: both;
}
.c-block-list-header {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 20px;
}

.c-block-list-header__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-block-list-header__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-block-list-header__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-block-list-header__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-block-list-header__continue {
  color: #cd1719;
}
.c-block-list-header__continue:hover {
  color: #202020;
}
.c-block-list-header__continue:after {
  content: "›";
  padding-left: 5px;
}

.l-block-list-container {
  background: #eaf4f8;
  padding: 50px 50px 30px;
  margin: 0 -50px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-block-list-container {
    padding: 30px 50px 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-block-list-container {
    padding-top: 20px;
  }
}

.l-block-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-block-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-block-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .l-block-list {
    margin: 0 -10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-block-list {
    margin: 0;
  }
}

.l-block-list-item {
  width: 33.3333333333%;
  padding: 0 20px;
  margin: 0 0 40px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-block-list-item::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-block-list-item {
    padding: 0 10px;
    width: 50%;
    margin: 0 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-block-list-item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .l-block-list--in-overview .l-block-list-item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .l-block-list--in-overview .l-block-list-item:nth-child(3) {
    display: block;
  }
}

.c-link-block {
  display: block;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
  }
  body.ie9 .c-link-block::after {
    content: "";
    display: table;
    clear: both;
  }
}

.c-link-block__content {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__content {
    display: none;
  }
}

.c-link-block__img {
  margin: 0 0 15px;
  display: block;
  position: relative;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__img {
    width: 125px;
    margin: 0;
  }
}

@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__description {
    width: calc(100% - 125px);
    padding-left: 15px;
  }
}

.c-link-block__date {
  color: #cd1719;
  display: block;
  margin: 0 0 5px;
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.55;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-link-block__date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-link-block__label {
  position: absolute;
  bottom: 20px;
  left: -5px;
  background: rgba(80, 115, 137, 0.7);
  padding: 3px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__label {
    bottom: auto;
    top: 65px;
  }
}

.c-link-block__title {
  color: #5c8cb4;
  font-family: "Merriweather", serif;
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-link-block__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-link-block__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-link-block__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (max-width: 1024px) {
  .c-link-block__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-link-block__title {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-link-block__title a {
  color: #5c8cb4;
}
.c-link-block__title a:hover {
  color: #202020;
}

/*------------------------------------*\
:    Main - Homepage
\*------------------------------------*/
.c-introduction {
  max-width: 1000px;
  padding-left: 100px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-introduction {
    padding-left: 0;
    margin: 0 0 40px;
  }
}

.c-introduction__inner {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-introduction__inner::after {
  content: "";
  display: table;
  clear: both;
}
.c-introduction__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-introduction__inner {
    position: relative;
  }
}
.c-introduction__inner .c-introduction__graphic {
  width: 360px;
  padding-right: 160px;
  margin-bottom: -20px;
  margin-left: -100px;
  margin-top: -80px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-introduction__inner .c-introduction__graphic::after {
  content: "";
  display: table;
  clear: both;
}
.c-introduction__inner .c-introduction__graphic {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-introduction__inner .c-introduction__graphic {
    width: 200px;
    padding-right: 35px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-introduction__inner .c-introduction__graphic {
    width: 150px;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-introduction__inner .c-introduction__graphic {
    width: 100%;
    max-width: 110px;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding-right: 0;
  }
}

.c-introduction__body {
  width: calc(100% - 360px);
  margin: 0 0 30px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-introduction__body {
    width: calc(100% - 200px);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-introduction__body {
    width: 100%;
  }
}

.c-introduction__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-introduction__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-introduction__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-introduction__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-introduction__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-introduction__title {
  margin: 0 0 30px;
  padding-left: 180px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-introduction__title {
    padding-left: 100px;
    margin: 0 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-introduction__title {
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-introduction__title {
    margin: 0 0 10px;
  }
}
.c-introduction__title span {
  color: #cd1719;
}

.c-home-slider {
  margin: 0 -50px 40px;
}
@media (min-width: 0px) and (max-width: 1440px) {
  .c-home-slider {
    margin: 0 -20px 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-home-slider {
    margin: -40px -10px 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-home-slider {
    margin: -40px -10px 0;
  }
}

.c-slide {
  min-height: 520px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-slide::after {
  content: "";
  display: table;
  clear: both;
}
.c-slide {
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-slide {
    min-height: 475px;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-slide {
    min-height: 425px;
  }
}

.c-slide__inner {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-slide__inner::after {
  content: "";
  display: table;
  clear: both;
}
.c-slide__inner {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 60px 60px;
  width: 100%;
  margin: 40px 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-slide__inner {
    padding: 30px 45px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-slide__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-slide__inner {
    padding: 20px 25px;
  }
}
.c-slide__inner.blue {
  background-color: #6c97bb;
}
.c-slide__inner.blue .c-slide__subtitle, .c-slide__inner.blue .c-button {
  color: #ffffff;
}
.c-slide__inner.lightblue {
  background-color: #EBF2F7;
}
.c-slide__inner.green {
  background-color: #81C56D;
}
.c-slide__inner.red {
  background-color: #EC4729;
}
.c-slide__inner.red .c-slide__subtitle, .c-slide__inner.red .c-button {
  color: #ffffff;
}
.c-slide__inner.red .c-button {
  background: #222;
  color: #ffffff;
}
.c-slide__inner.pink {
  background-color: #f8b9ae;
}
.c-slide__inner.ochre {
  background-color: #d4b728;
}
.c-slide__inner.mint {
  background-color: #9cd7d7;
}
.c-slide__inner .c-button {
  background: #cd1719;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.c-slide__inner .c-button:hover {
  background: #202020;
}

.c-slide__description {
  width: 320px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-slide__description {
    width: 250px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-slide__description {
    width: 100%;
  }
}

.c-slide__media {
  width: calc(100% - 320px);
  position: relative;
  max-width: 575px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-slide__media {
    width: calc(100% - 250px);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-slide__media {
    width: 100%;
  }
}

.c-slide__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-slide__title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-slide__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-slide__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-slide__title {
  margin: 0 0 5px;
}

.c-slide__subtitle {
  color: #cd1719;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-slide__subtitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-slide__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-slide__subtitle {
  margin: 0 0 5px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-slide__subtitle {
    margin: 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  background-color: #ffffff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .swiper-button-prev, .swiper-button-next {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .swiper-button-prev, .swiper-button-next {
    width: 90px;
    height: 90px;
  }
}

.swiper-button-prev {
  transform: scale(0.7) translateX(-95%) translateY(-50%);
  background-position: 80% center;
}
@media (min-width: 0px) and (max-width: 700px) {
  .swiper-button-prev {
    transform: scale(0.45) translateX(-125%) translateY(-50%);
    background-position: 65% center;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .swiper-button-prev {
    transform: scale(0.45) translateX(-130%) translateY(-50%);
  }
}

.swiper-button-next {
  transform: scale(0.7) translateX(95%) translateY(-50%);
  background-position: 20% center;
}
@media (min-width: 0px) and (max-width: 700px) {
  .swiper-button-next {
    transform: scale(0.45) translateX(125%) translateY(-50%);
    background-position: 35% center;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .swiper-button-next {
    transform: scale(0.45) translateX(130%) translateY(-50%);
  }
}

.music .h-pos-2, .music .h-pos-3 {
  display: none;
}

.neutral .c-slide-item {
  transition-delay: 300ms;
}
.neutral .c-slide-item:nth-child(2) {
  transition-delay: 400ms;
}
.neutral .c-slide-item:nth-child(3) {
  transition-delay: 500ms;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .neutral .c-slide-item:nth-child(3) {
    transition-delay: 300ms;
  }
}
.neutral .c-slide-item:nth-child(4) {
  transition-delay: 300ms;
}
.neutral .h-pos-0 {
  bottom: -30px;
  left: 0;
  transform: translateX(50px);
}
@media (min-width: 0px) and (max-width: 1440px) {
  .neutral .h-pos-0 {
    top: -20px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .neutral .h-pos-0 {
    top: 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .neutral .h-pos-0 {
    left: 20%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .neutral .h-pos-0 {
    left: 10%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .neutral .h-pos-0 {
    transform: translateX(25px);
    left: 33%;
    top: -125px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .neutral .h-pos-0 {
    bottom: auto;
    top: -65px;
    left: 5px;
    width: 39%;
    transform: translateX(15px);
  }
}
.neutral .h-pos-1 {
  bottom: 0;
  left: 55%;
  z-index: 5;
  transform: translateX(75px);
}
@media (min-width: 0px) and (max-width: 1440px) {
  .neutral .h-pos-1 {
    bottom: -20px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .neutral .h-pos-1 {
    left: 35%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .neutral .h-pos-1 {
    left: 25%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .neutral .h-pos-1 {
    transform: translateX(40px);
    left: 66%;
    bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .neutral .h-pos-1 {
    width: 35%;
    bottom: 0;
    left: 50%;
    transform: translateX(15px);
  }
}
.neutral .h-pos-2 {
  right: -30%;
  bottom: -80px;
  transform: translateX(40px);
}
@media (min-width: 0px) and (max-width: 1440px) {
  .neutral .h-pos-2 {
    right: -30%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .neutral .h-pos-2 {
    right: -4%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .neutral .h-pos-2 {
    right: auto;
    left: -100px;
    bottom: 30px;
    width: 130px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .neutral .h-pos-2 {
    right: auto;
    left: -180px;
    top: 125px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .neutral .h-pos-2 {
    display: none;
    transform: translateX(15px);
  }
}

.room .h-pos-0 {
  top: 0;
  left: 10%;
  z-index: 5;
  transform: translateX(50px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .room .h-pos-0 {
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .room .h-pos-0 {
    left: 0;
    top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .room .h-pos-0 {
    left: 5%;
    bottom: 0;
    top: auto;
    width: 25%;
    transform: translateX(25px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .room .h-pos-0 {
    left: 30px;
    bottom: 40px;
    transform: translateX(15px);
  }
}
.room .h-pos-1 {
  bottom: -40px;
  left: 60%;
  width: 25%;
  transform: translateX(75px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .room .h-pos-1 {
    left: 40%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .room .h-pos-1 {
    left: 55%;
    width: 30%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .room .h-pos-1 {
    left: 50%;
    bottom: -60px;
    width: 20%;
    transform: translateX(35px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .room .h-pos-1 {
    left: 60%;
    transform: translateX(15px);
    width: 30%;
    bottom: -20px;
  }
}
.room .h-pos-2 {
  right: -35%;
  bottom: -80px;
  width: 30%;
  transform: translateX(60px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .room .h-pos-2 {
    right: -5%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .room .h-pos-2 {
    right: 0;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .room .h-pos-2 {
    transform: translateX(30px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .room .h-pos-2 {
    transform: translateX(15px);
  }
}

.c-room-slide__pedestal-1 {
  margin: -5px -30px 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-room-slide__pedestal-1 {
    margin: -5px -30px 0;
  }
}

.c-room-slide__pedestal-2 {
  margin: -30px -50px 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-room-slide__pedestal-2 {
    margin: -25px -40px 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-room-slide__pedestal-2 {
    margin: -20px -20px 0;
  }
}

.c-room-slide__pedestal-3 {
  margin: -15px -120px 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-room-slide__pedestal-3 {
    margin: -15px -80px 0;
  }
}

.music .c-slide-item {
  transition-delay: 300ms;
}
.music .c-slide-item:nth-child(2) {
  transition-delay: 400ms;
}
.music .c-slide-item:nth-child(3) {
  transition-delay: 500ms;
}
.music .c-slide-item:nth-child(4) {
  transition-delay: 300ms;
}
@media (min-width: 0px) and (max-width: 700px) {
  .music .c-slide-item {
    width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .music .c-slide-item {
    width: 35%;
    max-width: 100px;
    max-height: 198px;
  }
}
.music .h-pos-0 {
  top: auto;
  bottom: -60px;
  left: 10%;
  z-index: 5;
  transform: translateX(50px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .music .h-pos-0 {
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .music .h-pos-0 {
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .music .h-pos-0 {
    left: 33%;
    transform: translateX(25px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .music .h-pos-0 {
    left: 30px;
    bottom: -20px;
    transform: translateX(15px);
  }
}
.music .h-pos-1 {
  bottom: -40px;
  left: 55%;
  transform: translateX(75px);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .music .h-pos-1 {
    left: 45%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .music .h-pos-1 {
    left: 55%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .music .h-pos-1 {
    left: 66%;
    transform: translateX(35px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .music .h-pos-1 {
    left: 60%;
    transform: translateX(15px);
    width: 30%;
    bottom: 0px;
  }
}
.music .h-pos-2 {
  right: -12.5%;
  top: 0;
  transform: translateX(60px);
}
@media (min-width: 0px) and (max-width: 700px) {
  .music .h-pos-2 {
    transform: translateX(30px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .music .h-pos-2 {
    transform: translateX(15px);
  }
}

.art .c-slide-item {
  transition-delay: 300ms;
  width: 30%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .art .c-slide-item {
    width: 150px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .art .c-slide-item {
    width: 120px;
  }
}
.art .c-slide-item:nth-child(2) {
  transition-delay: 400ms;
}
.art .c-slide-item:nth-child(3) {
  transition-delay: 500ms;
}
@media (min-width: 0px) and (max-width: 700px) {
  .art .c-slide-item:nth-child(3) {
    transition-delay: 300ms;
  }
}
.art .c-slide-item:nth-child(4) {
  transition-delay: 300ms;
}
.art .h-pos-0 {
  bottom: -60px;
  left: 0;
  transform: translateX(50px);
}
@media (min-width: 0px) and (max-width: 1023px) {
  .art .h-pos-0 {
    left: 0%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .art .h-pos-0 {
    left: 33%;
    transform: translateX(25px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .art .h-pos-0 {
    transform: translateX(15px);
    left: 60%;
  }
}
.art .h-pos-1 {
  bottom: -40px;
  left: 40%;
  z-index: 5;
  transform: translateX(60px);
}
@media (min-width: 0px) and (max-width: 1023px) {
  .art .h-pos-1 {
    left: 55%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .art .h-pos-1 {
    left: 66%;
    transform: translateX(30px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .art .h-pos-1 {
    transform: translateX(15px);
    left: 20px;
  }
}
.art .h-pos-2 {
  left: 85%;
  bottom: -53px;
  transform: translateX(75px);
  width: 26%;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .art .h-pos-2 {
    transform: translateX(50px);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .art .h-pos-2 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .art .h-pos-2 {
    display: block;
    left: 20px;
    width: 80px;
    transform: translateX(30px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .art .h-pos-2 {
    transform: translateX(15px);
    display: none;
  }
}

.c-slide-item {
  width: 33.3333333333%;
  position: absolute;
  transition: transform 700ms ease-in-out;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-slide-item {
    width: 180px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-slide-item {
    width: 150px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-slide-item {
    width: 45%;
    max-width: 100px;
    max-height: 230px;
  }
}
.c-slide-item:hover .c-slide-item__inner > img {
  transform: scale(1.05);
}
.c-slide-item .c-slide-item__inner > img {
  transition: transform 500ms ease-out;
  z-index: 2;
  position: relative;
  -webkit-backface-visibility: hidden;
  z-index: 6;
  transform: translateZ(0);
}
.c-slide-item .c-slide-item__boeken > img {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.c-slide-item__inner {
  display: block;
}

.c-neutral-slide__pedestal {
  position: absolute;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  transform: translateY(90%) scale(1.7) translateX(0) translateZ(0);
}

.c-music-slide__pedestal-1 {
  margin: -5px -30px;
}

.c-music-slide__pedestal-2 {
  transform: translateY(-50%);
  margin: 0 -70px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-music-slide__pedestal-2 {
    margin: 0 -40px;
  }
}

.c-art-slide__pedestal-1 {
  margin: -222px 10px 0;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-art-slide__pedestal-1 {
    margin: -115px 20px 0;
  }
}

.c-art-slide__pedestal-2 {
  margin: 0 -30px;
  transform: translateY(-25%);
}

.c-art-slide__pedestal-3 {
  margin: -187px -50px 0 -10px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-art-slide__pedestal-3 {
    margin: -125px -30px 0 -30px;
  }
}

.swiper-slide-active .c-slide-item {
  transform: translateX(0);
}
.swiper-slide-active.neutral .g-cactus {
  animation: cactusTip 1000ms 600ms forwards;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .swiper-slide-active.neutral .g-cactus {
    animation-delay: 400ms;
  }
}
.swiper-slide-active.neutral .g-coffee-mug:after {
  animation: coffeeHot 2500ms ease-in-out infinite;
}

.g-wisteria {
  position: absolute;
  width: 440px;
  bottom: 0px;
  left: 400px;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .g-wisteria {
    width: 400px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .g-wisteria {
    left: auto;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .g-wisteria {
    left: auto;
    right: -80px;
    bottom: 20px;
    width: 270px;
  }
}

.g-cactus {
  position: absolute;
  width: 170px;
  bottom: 20px;
  left: 150px;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .g-cactus {
    left: 60px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .g-cactus {
    left: 40px;
    width: 150px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .g-cactus {
    display: none;
    right: 20px;
    z-index: 6;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .g-cactus {
    right: auto;
    left: 25%;
  }
}

.g-coffee-mug {
  position: absolute;
  width: 100px;
  bottom: 20px;
  left: 150px;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .g-coffee-mug {
    left: auto;
    right: 10%;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .g-coffee-mug {
    right: 20px;
    z-index: 6;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .g-coffee-mug {
    right: auto;
    left: 25%;
  }
}
.g-coffee-mug:after {
  content: "";
  display: block;
  position: absolute;
  top: 14%;
  left: -30%;
  right: 0;
  margin: auto;
  background-image: url("../../img/coffee-blur.png");
  background-size: 100% 100%;
  width: 20%;
  height: 20%;
  border-radius: 100%;
}

.g-pickup {
  position: absolute;
  width: 320px;
  bottom: 170px;
  right: 100px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .g-pickup {
    width: 280px;
    right: 50px;
    bottom: 200px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .g-pickup {
    right: auto;
    left: 20px;
    bottom: 50px;
    width: 220px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .g-pickup {
    bottom: 75px;
    width: 180px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .g-pickup {
    bottom: 95px;
    display: none;
  }
}

.g-fern {
  position: absolute;
  width: 220px;
  bottom: 140px;
  right: 70px;
  transform: translateZ(0);
}
@media (min-width: 0px) and (max-width: 1279px) {
  .g-fern {
    bottom: 50px;
    right: auto;
    left: 100px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .g-fern {
    left: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .g-fern {
    width: 180px;
    bottom: 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .g-fern {
    left: auto;
    right: 10px;
    top: 120px;
    bottom: auto;
    width: 160px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .g-fern {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@keyframes cactusTip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes coffeeHot {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  50% {
    transform: translateY(-35px) scale(1.6);
    opacity: 1;
  }
  100% {
    transform: translateY(-45px) scale(1.6);
    opacity: 0;
  }
}
/*------------------------------------*\
:    Main - Default Page
\*------------------------------------*/
.c-default-page__graphic--variation {
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-default-page__graphic--variation {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-default-page__graphic--variation {
    max-width: 180px;
  }
}

@media (min-width: 0px) and (max-width: 800px) {
  .c-default-page {
    padding-bottom: 280px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-default-page .l-column--small {
    width: 100%;
    float: none;
    max-width: none;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-default-page .l-column--large {
    width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-default-page .l-column--large {
    padding: 0;
  }
}
.c-default-page .c-breadcrumb {
  padding: 0 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-default-page .c-breadcrumb {
    padding: 0;
  }
}

.c-default-img {
  margin: 0 0 20px;
}

.c-default-img__caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #316063;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.35;
}

/*------------------------------------*\
:    Main - Mens Detail
\*------------------------------------*/
.c-author-detail .l-column--small {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-author-detail .l-column--small {
    width: 220px;
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-author-detail .l-column--small {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-author-detail .l-column--small {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
    float: none;
  }
}
.c-author-detail .l-column--large {
  width: 75%;
  padding-left: 70px;
  max-width: 645px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-author-detail .l-column--large {
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-author-detail .l-column--large {
    width: 100%;
    padding-left: 0;
  }
}

.c-author-detail__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-author-detail__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-author-detail__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-author-detail__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-author-detail__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-author-detail__title {
  margin: 0 0 20px;
}

/*------------------------------------*\
:    Main - Search
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 500px) {
  .c-search-results {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-search-results .l-column-container {
    display: -ms-flexbox;
    display: flex;
  }
  body.ie9 .c-search-results .l-column-container::after {
    content: "";
    display: table;
    clear: both;
  }
}
.c-search-results .l-column--small {
  width: 25%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-search-results .l-column--small {
    width: 220px;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-search-results .l-column--small {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-search-results .l-column--small {
    width: 120px;
    display: block;
  }
}
.c-search-results .l-column--large {
  width: 75%;
  padding-left: 40px;
  max-width: 645px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-search-results .l-column--large {
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-search-results .l-column--large {
    width: calc(100% - 220px);
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-search-results .l-column--large {
    width: calc(100% - 120px);
  }
}

.l-search-item {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e6ebec;
}
.l-search-item:first-child {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-search-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.l-search-item span {
  color: #cd1719;
}

.c-search-results {
  position: relative;
}
.c-search-results .c-breadcrumb {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-search-results .c-breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}
.c-search-results .c-breadcrumb {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-search-results .c-breadcrumb {
    display: block;
    border-bottom: 1px solid #e6ebec;
    padding-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-search-results .c-breadcrumb .c-breadcrumb__parent {
    margin: 0 0 10px;
  }
}

.c-search-result {
  color: #202020;
  display: block;
  height: 100%;
}
.c-search-result:hover .c-search-results__title {
  color: #5c8cb4;
}

.c-search-results__title {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .c-search-results__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-search-results__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-search-results__title {
  color: #cd1719;
  margin: 0 0 10px;
}

.c-search-results__img {
  width: 100%;
  height: 200px;
  background-color: #eaf4f8;
  padding: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-search-results__img {
    height: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-search-results__img {
    height: 150px;
    padding: 5px;
  }
}
.c-search-results__img .h-img-container {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-pagination {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.c-pagination a {
  color: #202020;
  padding: 0 10px;
}
.c-pagination a:hover {
  color: #cd1719;
}
.c-pagination .page-numbers.current {
  color: #cd1719;
}

.c-page-nav {
  background: #e1efee;
  padding: 15px 50px;
  position: relative;
  margin: 0 0 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-page-nav {
    padding: 15px 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-page-nav {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 40px;
    padding: 10px 20px;
  }
}
.c-page-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #507389;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-page-nav:after {
    top: 8px;
    left: 8px;
  }
}
.c-page-nav a {
  color: #202020;
  display: block;
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}
.c-page-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #cd1719;
  transition: all 300ms ease-in-out;
}
.c-page-nav li {
  border-bottom: 1px solid #ffffff;
}
.c-page-nav li.current_page_item a:before, .c-page-nav li:hover a:before {
  height: 2px;
  width: 12px;
  top: 22px;
  border-radius: 0;
}
.c-page-nav li:last-child {
  border-bottom: 0;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Footer - Site Footer
\*------------------------------------*/
.c-site-footer {
  overflow: hidden;
}

/*------------------------------------*\
:    Footer - Brochures
\*------------------------------------*/
.c-brochure-container {
  background-color: #f9f5ef;
  padding: 30px 50px;
  margin: 0 -50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-brochure-container {
    padding: 30px 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-brochure-container {
    margin: 0 -30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-brochure-container {
    margin: 0 -40px;
  }
}

.c-brochure-container__title {
  margin: 0 0 30px;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-brochure-container__title {
    margin: 0 0 15px;
  }
}

.l-brochure-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-brochure-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-brochure-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-brochure-list {
    margin: 0;
  }
}

.l-brochure-item {
  width: 33.3333333333%;
  padding: 0 30px;
  border-right: 1px solid #dfd9c5;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-brochure-item {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-brochure-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfd9c5;
    border-right: 0;
    padding: 0 0 20px;
  }
}
.l-brochure-item:last-child {
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-brochure-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-brochure-item:nth-child(2) {
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .l-brochure-item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-brochure-item:nth-child(3) {
    display: block;
  }
}

.c-brochure {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-brochure::after {
  content: "";
  display: table;
  clear: both;
}
.c-brochure {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.c-brochure__img {
  width: 120px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-brochure__img {
    width: 100px;
  }
}
.c-brochure__img:hover {
  transform: scale(1.05);
}
.c-brochure__img a {
  display: block;
}

.c-brochure__description {
  width: calc(100% - 120px);
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-brochure__description {
    width: calc(100% - 100px);
  }
}
.c-brochure__description p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.c-brochure__title {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-brochure__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-brochure__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-brochure__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-brochure__title {
  margin: 0 0 8px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-brochure__title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.55;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 767px) {
  .c-brochure__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-brochure__title a {
  color: #316063;
}

/*------------------------------------*\
:    Footer - Social
\*------------------------------------*/
.c-site-social {
  background-color: #316063;
  padding: 20px 50px 20px;
  margin: 0 -50px;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-site-social::after {
  content: "";
  display: table;
  clear: both;
}
.c-site-social {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-site-social {
    padding: 20px 30px 10px;
  }
}

.c-site-social__title {
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-site-social__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-site-social__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .c-site-social__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-site-social__title {
    margin: 0 0 5px;
  }
}

.l-social-list {
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .l-social-list::after {
  content: "";
  display: table;
  clear: both;
}
.l-social-list {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 10px 0;
}

.l-social-item {
  padding: 0 10px;
}

.c-social-link {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  display: -ms-flexbox;
  display: flex;
}
body.ie9 .c-social-link::after {
  content: "";
  display: table;
  clear: both;
}
.c-social-link {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #202020;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  transition: color 300ms 100ms ease-out;
}
.c-social-link:after {
  content: "";
  display: block;
  background-color: #cd1719;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.25);
  z-index: -1;
  opacity: 0;
  border-radius: 100%;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}
.c-social-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 300ms 100ms ease-out;
}
.c-social-link:hover {
  color: #ffffff;
}
.c-social-link:hover:before {
  transform: scale(1.2);
  transition: transform 300ms cubic-bezier(0.61, -0.94, 0.41, 0.73);
}
.c-social-link:hover:after {
  transform: translateY(-50%) translateX(-50%) scale(1.21);
  transition: transform 300ms 100ms cubic-bezier(0.61, -0.94, 0.41, 0.73), opacity 300ms 100ms cubic-bezier(0.61, -0.94, 0.41, 0.73);
  opacity: 1;
}

/*------------------------------------*\
:    Footer - Navigation
\*------------------------------------*/
.c-footer-nav {
  background-color: #9cd7d7;
  padding: 30px 50px;
  margin: 0 -50px 100px -50px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-footer-nav {
    padding: 30px 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-nav {
    padding-bottom: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-nav {
    margin-bottom: 30px;
  }
}
.c-footer-nav .c-site-nav {
  opacity: 1;
  margin-bottom: 190px;
  position: relative;
  z-index: 10;
  transform: translateY(0);
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-nav .c-site-nav {
    margin-bottom: 50px;
    display: none;
  }
}
.c-footer-nav .c-site-nav ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-footer-nav .c-site-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer-nav .c-site-nav li {
  transform: translateY(0) !important;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-footer-nav .c-site-nav li {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-nav .c-site-nav li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-nav .c-site-nav li {
    padding: 0 10px;
    width: 100% !important;
  }
}
.c-footer-nav .c-site-nav li .c-sub-menu:after {
  display: none;
}
.c-footer-nav .c-site-nav a {
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-nav .c-site-nav a {
    padding-bottom: 0;
  }
}
.c-footer-nav .c-site-nav .c-sub-menu {
  border-right: 0;
}
.c-footer-nav .c-site-nav .c-sub-menu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer-nav .c-site-nav .c-sub-menu a {
  color: #202020;
}
.c-footer-nav .c-site-nav .menu-item-12268 {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .c-footer-nav .c-site-nav .menu-item-12268 {
    width: 33.3333333333%;
  }
}

/*------------------------------------*\
:    Footer - Illustrations
\*------------------------------------*/
.c-footer-vegetation {
  position: absolute;
  right: -75px;
  bottom: -125px;
  width: 700px;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-vegetation {
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-vegetation {
    width: 70%;
    bottom: -30px;
  }
}

.c-footer-bicycle {
  position: absolute;
  width: 500px;
  right: 300px;
  bottom: -75px;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-footer-bicycle {
    width: 450px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-bicycle {
    width: 50%;
    right: 30%;
    bottom: -40%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-bicycle {
    width: 60%;
    bottom: -30px;
  }
}

.c-footer-dandelion {
  position: absolute;
  bottom: -75px;
  right: -100px;
  width: 450px;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-footer-dandelion {
    width: 380px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-footer-dandelion {
    width: 45%;
    right: -10%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-footer-dandelion {
    width: 55%;
    bottom: -10px;
  }
}
.c-footer-dandelion.is-seen .c-footer-dandelion__flower {
  opacity: 0;
  transform: scale(1.1);
}
.c-footer-dandelion.is-seen .c-footer-dandelion__faded {
  opacity: 1;
}
.c-footer-dandelion.is-seen .c-footer-dandelion__petals {
  opacity: 1;
  transform: scale(1) rotate(5deg);
}

.c-footer-dandelion__plant {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-footer-dandelion__flower {
  transform-origin: 50% 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: opacity 500ms 500ms ease-out, transform 500ms 500ms ease-out;
}

.c-footer-dandelion__faded {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 500ms 500ms ease-out;
}

.c-footer-dandelion__petals {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 60s ease-out, opacity 500ms 500ms ease-out;
  transform-origin: 45% 30%;
}
.c-footer-dandelion__petals img {
  animation: petalWind 5s ease-in-out alternate infinite;
}

@keyframes petalWind {
  0% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
.c-site-footer__contact {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-site-footer__contact {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #202020;
  }
}
.c-site-footer__contact:after {
  content: "›";
  color: #cd1719;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  transform: translateY(3px);
  margin-left: 5px;
}

/*------------------------------------*\
:    Footer - Cookie Bar
\*------------------------------------*/
/*
#cookie-bar {
    position: fixed;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 15px 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
    color: #fff;
    @include box-sizing(border-box);
    p {
        margin: auto;
    }
    a {
        text-decoration: none!important;
        &:hover {
            color: #ffffff;
        }
        &.cb-enable {
            background: #666;
            @include border-radius(5px);
            color: #d4d4d4;
            cursor: pointer;
            padding: 5px 10px;
            margin: 10px 1em;
            &:hover {
                color: white;
                background-color: #000;
            }
        }
    }
    @include tablet-portrait-down {
        padding: 5%!important;
        p {
            line-height: 1.4em!important;
            font-size: 16px!important;
            .pronamic_cookie_close_button {
                margin: 1em 0 0;
                display: block;
            }
        }
    }
}
*/
.footer-promo {
  position: absolute;
  bottom: -30px;
  left: 4px;
  font-size: 1.3rem;
  color: #9cd7d7;
  z-index: 99;
}
.footer-promo a {
  text-decoration: none;
  color: #316063;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .footer-promo {
    left: 16px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .footer-promo {
    left: 24px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .footer-promo {
    left: 36px;
    bottom: -28px;
  }
}

#cookie-bar {
  background: rgba(80, 115, 137, 0.9);
  height: auto;
  text-align: center;
  padding: 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 0px) and (max-width: 320px) {
  #cookie-bar {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#cookie-bar a {
  color: #ffffff;
  font-style: italic;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar a:hover {
  text-decoration: underline;
}
#cookie-bar .cb-enable {
  background: #202020;
  color: #ffffff;
  font-style: normal;
  padding: 5px 10px;
}
#cookie-bar .cb-enable:hover {
  background: #ffffff;
  color: #202020;
  text-decoration: none;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Compass Replacements (CSS3)
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Pipes
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Animations - Related Books
\*------------------------------------*/
.c-pedestal-book__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 2.5px;
  left: 0;
  z-index: -1;
  transition: transform 300ms ease-out;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book__img:after {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  }
}
.c-pedestal-book__img img {
  transition: transform 300ms ease-out;
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
  position: relative;
}

.c-pedestal-book--1:hover .c-pedestal-book__img:after {
  transform: translateY(-10px) rotateY(0) scaleY(1.5);
  transition: transform 500ms ease-out;
}
.c-pedestal-book--1:hover .c-pedestal-book__img img {
  transform: translateY(-20px) rotateY(0) scale(1.1);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--1:hover .c-pedestal-book__img img {
    transform: translateY(-20px) rotateY(0) scale(1.1);
  }
}
.c-pedestal-book--1 .c-pedestal-book__img:after, .c-pedestal-book--1 .c-pedestal-book__img img {
  transform: translateY(-10px) rotateY(10deg) scale(1);
}
.c-pedestal-book--1 .c-pedestal-book__pedestal {
  bottom: -15px;
  width: 90%;
  margin-left: 5%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--1 .c-pedestal-book__pedestal {
    bottom: -5px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--1 .c-pedestal-book__pedestal {
    bottom: -60px;
  }
}

.c-pedestal-book--2:hover .c-pedestal-book__img:after {
  transform: translateY(-5px) rotateY(0) scaleY(1.5);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--2:hover .c-pedestal-book__img:after {
    transform: translateY(-20px) rotateY(0) scaleY(1.5);
  }
}
.c-pedestal-book--2:hover .c-pedestal-book__img img {
  transform: translateY(-20px) rotateY(0) scale(1.1);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--2:hover .c-pedestal-book__img img {
    transform: translateY(-30px) rotateY(0) scale(1.1);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--2:hover .c-pedestal-book__img img {
    transform: translateY(-20px) rotateY(0) scale(1.1);
  }
}
.c-pedestal-book--2 .c-pedestal-book__img:after, .c-pedestal-book--2 .c-pedestal-book__img img {
  transform: translateY(-5px) rotateY(-10deg) scale(1);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--2 .c-pedestal-book__img:after, .c-pedestal-book--2 .c-pedestal-book__img img {
    transform: translateY(-20px) rotateY(-10deg) scale(1);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book--2 .c-pedestal-book__img:after, .c-pedestal-book--2 .c-pedestal-book__img img {
    transform: translateY(-15px) rotateY(-10deg) scale(1);
  }
}
.c-pedestal-book--2 .c-pedestal-book__pedestal {
  bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--2 .c-pedestal-book__pedestal {
    bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book--2 .c-pedestal-book__pedestal {
    bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--2 .c-pedestal-book__pedestal {
    bottom: -30px;
  }
}

.c-pedestal-book--3:hover .c-pedestal-book__img:after {
  transform: translateY(0) rotateY(0) scaleY(1.5);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book--3:hover .c-pedestal-book__img:after {
    transform: translateY(3px) rotateY(0) scaleY(1.5);
  }
}
.c-pedestal-book--3:hover .c-pedestal-book__img img {
  transform: translateY(-10px) rotateY(0) scale(1.1);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--3:hover .c-pedestal-book__img img {
    transform: translateY(-20px) rotateY(0) scale(1.1);
  }
}
.c-pedestal-book--3 .c-pedestal-book__img:after, .c-pedestal-book--3 .c-pedestal-book__img img {
  transform: translateY(0px) rotateY(0) scale(1);
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book--3 .c-pedestal-book__img:after, .c-pedestal-book--3 .c-pedestal-book__img img {
    transform: translateY(10px) rotateY(0) scale(1);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .c-pedestal-book--3 .c-pedestal-book__img:after, .c-pedestal-book--3 .c-pedestal-book__img img {
    transform: translateY(0px) rotateY(0) scale(1);
  }
}
.c-pedestal-book--3 .c-pedestal-book__pedestal {
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
}

.c-pedestal-book--4:hover .c-pedestal-book__img:after {
  transform: translateY(-10px) rotateY(0) scaleY(1.5);
  transition: transform 500ms ease-out;
}
.c-pedestal-book--4:hover .c-pedestal-book__img img {
  transform: translateY(-10px) rotateY(0) scale(1.1);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--4:hover .c-pedestal-book__img img {
    transform: translateY(0px) rotateY(0) scale(1.1);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--4:hover .c-pedestal-book__img img {
    transform: translateY(20px) rotateY(0) scale(1.1);
  }
}
.c-pedestal-book--4 .c-pedestal-book__img:after, .c-pedestal-book--4 .c-pedestal-book__img img {
  transform: translateY(10px) rotateY(10deg) scale(1);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--4 .c-pedestal-book__img:after, .c-pedestal-book--4 .c-pedestal-book__img img {
    transform: translateY(20px) rotateY(10deg) scale(1);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .c-pedestal-book--4 .c-pedestal-book__img:after, .c-pedestal-book--4 .c-pedestal-book__img img {
    transform: translateY(30px) rotateY(10deg) scale(1);
  }
}
.c-pedestal-book--4 .c-pedestal-book__pedestal {
  bottom: 50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--4 .c-pedestal-book__pedestal {
    bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--4 .c-pedestal-book__pedestal {
    bottom: -15px;
  }
}

.c-pedestal-book--5:hover .c-pedestal-book__img:after {
  transform: translateY(-10px) rotateY(0) scaleY(1.5);
  transition: transform 500ms ease-out;
}
.c-pedestal-book--5:hover .c-pedestal-book__img img {
  transform: translateY(-20px) rotateY(0) scale(1.1);
  transition: transform 500ms ease-out;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--5:hover .c-pedestal-book__img img {
    transform: translateY(-5px) rotateY(0) scale(1.1);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--5:hover .c-pedestal-book__img img {
    transform: translateY(0px) rotateY(0) scale(1.1);
  }
}
.c-pedestal-book--5 .c-pedestal-book__img {
  height: 55%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--5 .c-pedestal-book__img {
    height: 65%;
  }
}
.c-pedestal-book--5 .c-pedestal-book__img:after, .c-pedestal-book--5 .c-pedestal-book__img img {
  transform: translateY(-10px) rotateY(10deg) scale(1);
}
@media (min-width: 0px) and (max-width: 1280px) {
  .c-pedestal-book--5 .c-pedestal-book__img:after, .c-pedestal-book--5 .c-pedestal-book__img img {
    transform: translateY(-15px) rotateY(10deg) scale(1);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--5 .c-pedestal-book__img:after, .c-pedestal-book--5 .c-pedestal-book__img img {
    transform: translateY(15px) rotateY(10deg) scale(1);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--5 .c-pedestal-book__img:after, .c-pedestal-book--5 .c-pedestal-book__img img {
    transform: translateY(10px) rotateY(10deg) scale(1);
  }
}
.c-pedestal-book--5 .c-pedestal-book__pedestal {
  bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .c-pedestal-book--5 .c-pedestal-book__pedestal {
    bottom: -15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .c-pedestal-book--5 .c-pedestal-book__pedestal {
    bottom: -60px;
  }
}

/*------------------------------------*\
:    Animations - Books Overview
\*------------------------------------*/
@keyframes valveTurn {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(36deg);
  }
  10% {
    transform: rotate(36deg);
  }
  15% {
    transform: rotate(72deg);
  }
  20% {
    transform: rotate(72deg);
  }
  25% {
    transform: rotate(108deg);
  }
  30% {
    transform: rotate(108deg);
  }
  35% {
    transform: rotate(144deg);
  }
  40% {
    transform: rotate(144deg);
  }
  45% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  55% {
    transform: rotate(216deg);
  }
  60% {
    transform: rotate(216deg);
  }
  65% {
    transform: rotate(252deg);
  }
  70% {
    transform: rotate(252deg);
  }
  75% {
    transform: rotate(288deg);
  }
  80% {
    transform: rotate(288deg);
  }
  85% {
    transform: rotate(324deg);
  }
  90% {
    transform: rotate(324deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gaugeFidget {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*------------------------------------*\
:    Animations - Sequence
\*------------------------------------*/
@keyframes pngSequence {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.h-sequence {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-size: 1024px 101376px;
}

.vliegtuig {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1024px;
  height: 768px;
  display: none;
}
@media (min-width: 0px) and (max-width: 700px) {
  .vliegtuig {
    display: none;
  }
}
.vliegtuig .h-sequence {
  background-image: url("../../img/sequences/plane.png");
  transition: opacity 200ms 2000ms ease-in-out;
  opacity: 0;
}
.is-seen .vliegtuig .h-sequence {
  opacity: 1;
  animation: pngSequence 4.4s 2000ms steps(131) infinite;
}

.c-case-detail__illustration--clock .s-clock-body {
  z-index: 2;
  position: relative;
}
.c-case-detail__illustration--clock .s-clock-hours {
  width: 41%;
  position: absolute;
  top: 23%;
  left: 33%;
  z-index: 3;
}
.c-case-detail__illustration--clock .s-clock-minutes {
  width: 41%;
  position: absolute;
  top: 23%;
  left: 33%;
  z-index: 3;
}
.c-case-detail__illustration--clock .s-clock-pendulum {
  position: absolute;
  width: 32%;
  top: 61%;
  left: 36%;
  z-index: 1;
  animation: clockPendulum 1000ms ease-in-out infinite alternate;
  transform-origin: 50% 0%;
}

/*------------------------------------*\
:    Animations - Sequence
\*------------------------------------*/
@keyframes clockPendulum {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.g-desk-lamp {
  position: relative;
  cursor: pointer;
}
.g-desk-lamp.is-active .s-desk-lamp-cap {
  transform: rotate(0deg);
  transition: transform 1000ms 0ms ease-in-out;
}
.g-desk-lamp.is-active .s-desk-lamp-light {
  animation: lampLight 2000ms 1000ms ease-in-out forwards;
}
.g-desk-lamp .s-desk-lamp-cap {
  position: absolute;
  top: 6.2%;
  left: 38.3%;
  width: 36.17%;
  transform-origin: 17.07% 43.53%;
  transform: rotate(-40deg);
  transition: transform 1000ms 0ms ease-in-out;
}
.g-desk-lamp .s-desk-lamp-light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@keyframes lampLight {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  18% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.g-cat {
  width: 60px;
  position: absolute;
  bottom: 100px;
  right: calc((100% - 1280px) / 2 + 260px);
}
.g-cat .s-cat-tail {
  position: absolute;
  top: 0;
  left: 0;
  animation: catTail 1500ms alternate infinite;
  transform-origin: 69.62% 100%;
}
.g-cat .s-cat-whiskers {
  position: absolute;
  top: 0;
  left: 0;
  animation: catWhiskers 4000ms alternate infinite;
}

@keyframes catTail {
  0% {
    transform: scaleY(1) rotate(10deg);
  }
  100% {
    transform: scaleY(0.9) rotate(-10deg);
  }
}
@keyframes catWhiskers {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.book3d-container {
  perspective: 1600px;
}
.book3d-container .rot-icon-container {
  text-align: center;
  padding: 16px 0;
}
.book3d-container .rot-icon-container span.icon-rotate-ccw {
  font-size: 1.4em;
  color: #555;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
}
.book3d-container .book3d {
  width: 100%;
  position: relative;
  background: #3dd;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}
.book3d-container .book3d-tile {
  position: absolute;
  top: 0;
  left: 0;
}
.book3d-container .book3d.idle {
  transition: transform 0.2s ease-out;
  transform: translateX(-5%) rotateY(-20deg);
}
.book3d-container .book3d.idle:hover {
  transform: translateX(-10%) rotateY(-30deg);
}
.book3d-container .book3d.rotated {
  transition: transform 0.2s ease-out;
  transform: translateX(-100%) rotateY(-170deg);
}
.book3d-container .book3d.rotated:hover {
  transform: translateX(-85%) rotateY(-150deg);
}
.book3d-container .book3d.rotated .book3d-front::after {
  transform: rotateY(90deg) translate3d(-50%, 0, 0);
}
.book3d-container .book3d-backplate {
  width: 100%;
  background-color: #333;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -0.2em);
}
.book3d-container .book3d-frontplate {
  width: 100%;
  background-color: #333;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.book3d-container .book3d-front {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.book3d-container .book3d-front::after {
  box-sizing: inherit;
  display: block;
  position: absolute;
  top: 0.5%;
  left: calc(100% - 0.5em);
  width: 1em;
  height: 99%;
  content: "";
  transition: transform 0.2s ease-out;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAASICAAAAADkdXjnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAALnSURBVHja7c/BCoJAFIZR3/+5zNGyjTO2qqlF+hyBYLWYwE0QdJaXHz7Ora75NA7plptwn46Hy3o1Oe/qc3lbr9i2KdXlbXNlHEKIcal0FUyx0rcwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDDfwUzzf2Gmud9/zrxtT0wIMdZl6KaXluar0v0U5gEUpVR1VQUIAgAAAABJRU5ErkJggg==);
  background-position: 50% 50%;
  background-repeat: repeat;
  transform-style: preserve-3d;
  transform: rotateY(90deg) translate3d(50%, 0, 0);
}
.book3d-container .book3d-back {
  background-size: 100% auto;
  width: 100%;
  background-color: #444;
  transform: rotateY(180deg) translate3d(0, 0, 0.1em);
}
/*# sourceMappingURL=style.css.map */