@charset "UTF-8";
/*------------------------------------*\
:    Project:       Klokhuis Studio
:    Project URI:   http://hetklokhuis.nl
:    Author:        Studio Parkers - Thomas van der Meer
:    Author URI:    http://studioparkers.nl
:    Description:   Templates developed for Klokhuis Studio
:    Version:       1.0
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    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 {
  background: none;
  border: 0;
}

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

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

/*------------------------------------*\
:    Photoswipe
\*------------------------------------*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  position: absolute;
  background: url("data:image/gif;base64,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") no-repeat center center;
  background-size: 32px 32px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1000;
}

/*------------------------------------*\
:    Photoswipe Default UI
\*------------------------------------*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

    4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Buttons - Default
\*------------------------------------*/
button {
  padding: 5px;
}

.btn {
  font-size: calc(26 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .btn {
    font-size: calc(20 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .btn {
    font-size: calc(18 * 0.1rem);
  }
}
.btn {
  display: inline-block;
  background: #171717;
  border-radius: 25px;
  color: #ffffff;
  text-transform: lowercase;
  padding: 7px 25px 10px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  color: #ffea35;
}

.btn--disabled {
  opacity: 0.4;
  pointer-events: none !important;
}
.btn--disabled:hover {
  color: #ffffff;
}

.btn--login,
.btn--profile,
.btn--yourstudio {
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn--login,
  .btn--profile,
  .btn--yourstudio {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .btn--login,
  .btn--profile,
  .btn--yourstudio {
    font-size: calc(16 * 0.1rem);
  }
}

.btn--logout {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .btn--logout {
    font-size: calc(16 * 0.1rem);
  }
}
.btn--logout {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  text-decoration: underline;
  background: none;
  padding: 5px 0 10px 22px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .btn--logout {
    order: 2;
  }
}
.btn--logout:hover {
  color: #171717;
}

.btn--small {
  padding: 8px 15px 10px;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn--small {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .btn--small {
    font-size: calc(16 * 0.1rem);
  }
}
.btn--small {
  position: relative;
  background: #171717;
  color: #ffffff;
  margin-right: 70px;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn--small {
    margin-right: 50px;
    margin-bottom: 5px;
  }
}
.btn--small:before {
  content: "";
  display: block;
  height: 23px;
  background: #171717;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 100%;
  width: 10px;
}
.btn--small:after {
  content: "";
  display: block;
  position: absolute;
  right: -68px;
  top: -2px;
  width: 70px;
  height: 40px;
  background-image: url("/bundles/studioklokhuispublicationbundle/images/button-pointer-hand.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.btn--round {
  border-radius: 100%;
  background: #a6d7ce;
  width: 45px;
  height: 45px;
  display: block;
  box-shadow: 10px 0px 0 #a3486d;
  color: #171717;
  line-height: 45px;
  position: relative;
  font-size: calc(20 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .btn--round {
    box-shadow: 5px 0px 0 #a3486d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: calc(16 * 0.1rem);
  }
}
.btn--round:hover {
  background: #144a55;
  color: #ffffff;
}
.btn--round span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
}

.btn--file {
  width: 100%;
  margin: auto;
  max-width: 500px;
  height: 200px;
  background: #daeeea;
  border: 1px dashed #2D7C76;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 40px;
  padding: 20px;
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .btn--file {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn--file {
    font-size: calc(20 * 0.1rem);
  }
}
.btn--file {
  transition: background 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn--file {
    margin: 0 0 20px;
  }
}
.btn--file:hover {
  background: #a6d7ce;
}

.btn--green {
  background: #09AA64;
}
.btn--green:hover {
  color: #171717;
}

.btn--yellow {
  background: #fecb00;
}
.btn--yellow:hover {
  color: #171717;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-group li {
  margin-right: 10px;
  margin-bottom: 10px;
}

/*------------------------------------*\
:    Buttons - X-scroll
\*------------------------------------*/
.x-scroll-btn {
  position: absolute;
  top: 50%;
  background: #ffea35;
  height: 40px;
  z-index: 2;
  width: 40px;
  font-family: "Poppins", sans-serif;
  font-size: calc(30 * 0.1rem);
  line-height: 1;
  color: #171717;
  padding: 5px;
}
.x-scroll-btn .bevel--one {
  height: 15px;
  top: -15px;
  left: 15px;
  width: calc(100% - 15px);
  background: #eaada8;
}
.x-scroll-btn .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 15px solid #eaada8;
  border-top: 15px solid transparent;
}
.x-scroll-btn .bevel--one:after {
  left: 100%;
  border-top: 15px solid #eaada8;
  border-right: 15px solid transparent;
}
.x-scroll-btn .bevel--two {
  width: 15px;
  right: -15px;
  top: 0;
  height: calc(100% - 15px);
  background: #a3486d;
}
.x-scroll-btn .bevel--two:before {
  bottom: 100%;
  border-bottom: 15px solid #a3486d;
  border-left: 15px solid transparent;
}
.x-scroll-btn .bevel--two:after {
  top: 100%;
  border-top: 15px solid #a3486d;
  border-right: 15px solid transparent;
}
.x-scroll-btn {
  transform: translateY(-50%);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 0px) and (max-width: 800px) {
  .x-scroll-btn .bevel--one {
    height: 10px;
    top: -10px;
    left: 10px;
    width: calc(100% - 10px);
    background: #eaada8;
  }
  .x-scroll-btn .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 10px solid #eaada8;
    border-top: 10px solid transparent;
  }
  .x-scroll-btn .bevel--one:after {
    left: 100%;
    border-top: 10px solid #eaada8;
    border-right: 10px solid transparent;
  }
  .x-scroll-btn .bevel--two {
    width: 10px;
    right: -10px;
    top: 0;
    height: calc(100% - 10px);
    background: #a3486d;
  }
  .x-scroll-btn .bevel--two:before {
    bottom: 100%;
    border-bottom: 10px solid #a3486d;
    border-left: 10px solid transparent;
  }
  .x-scroll-btn .bevel--two:after {
    top: 100%;
    border-top: 10px solid #a3486d;
    border-right: 10px solid transparent;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .x-scroll-btn {
    top: 110px;
  }
}
.x-scroll-btn:hover {
  color: #e5d55f;
  background-color: #171717;
}
.x-scroll-btn.x-scroll-btn--left {
  left: 0;
  margin-left: -30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .x-scroll-btn.x-scroll-btn--left {
    margin-left: -15px;
  }
}
.x-scroll-btn.x-scroll-btn--left:after {
  content: "«";
  position: absolute;
  top: 3px;
  left: 12px;
}
.x-scroll-btn.x-scroll-btn--right {
  right: 0;
  margin-right: -10px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .x-scroll-btn.x-scroll-btn--right {
    margin-right: -5px;
  }
}
.x-scroll-btn.x-scroll-btn--right:after {
  content: "»";
  position: absolute;
  top: 3px;
  right: 12px;
}
.x-scroll-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/*------------------------------------*\
:    Buttons - Video Play
\*------------------------------------*/
.video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(23, 23, 23, 0.25);
  padding: 0;
  transition: background 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.video-play:hover {
  background: rgba(23, 23, 23, 0.1);
}
.video-play:hover .video-play__inner {
  color: #171717;
}
.video-play:hover .video-play__inner:after {
  width: 102%;
  height: 102%;
  opacity: 1;
}
.video-play:focus {
  outline: 0;
}
.video-play.is-hidden {
  transition: opacity 0.3s ease-in-out, z-index 0.1s 0.3s linear;
  opacity: 0;
  z-index: -1;
}

.video-play__inner {
  width: 80px;
  height: 80px;
  background: #ffffff;
  color: #171717;
  display: block;
  margin: auto;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  .video-play__inner {
    width: 50px;
    height: 50px;
  }
}
.video-play__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #09AA64;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.video-play__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #e5d55f;
  position: absolute;
  z-index: -1;
  transform: translateX(10px) translateY(-10px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .video-play__inner:before {
    transform: translateX(5px) translateY(-5px);
  }
}
.video-play__inner span {
  font-size: calc(54 * 0.1rem);
  position: absolute;
  top: 50%;
  left: 57.5%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 767px) {
  .video-play__inner span {
    font-size: calc(32 * 0.1rem);
  }
}

.video-play--small .video-play__inner {
  width: 50px;
  height: 50px;
}
.video-play--small .video-play__inner:before {
  transform: translateX(5px) translateY(-5px);
}
.video-play--small span {
  font-size: calc(32 * 0.1rem);
}

/*------------------------------------*\
:    Buttons - Menu
\*------------------------------------*/
.menu-toggle {
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .menu-toggle {
    display: block;
    position: absolute;
    left: 10px;
  }
}
.menu-toggle:hover span.line {
  background: #333333;
}
.menu-toggle.is-active span.line {
  transition: top 0.15s ease-in-out, transform 0.15s 0.15s ease-in-out;
}
.menu-toggle.is-active span.line.line--1 {
  top: 24px;
  transform: rotate(45deg);
}
.menu-toggle.is-active span.line.line--2 {
  top: 24px;
  opacity: 0;
  transition: opacity 0.15s 0.15s ease-in-out;
}
.menu-toggle.is-active span.line.line--3 {
  top: 24px;
  transform: rotate(-45deg);
}

span.line {
  width: 27px;
  height: 4px;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.15s 0.15s ease-in-out, transform 0.15s ease-in-out;
}
span.line.line--1 {
  top: 15px;
}
span.line.line--2 {
  top: 24px;
  transition: opacity 0.15s 0.15s ease-in-out;
}
span.line.line--3 {
  top: 33px;
}

.btn--video {
  width: 100%;
  margin: auto;
  max-width: 500px;
  height: auto;
  background: #daeeea;
  border: 1px dashed #2D7C76;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 40px;
  padding: 20px;
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .btn--video {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn--video {
    font-size: calc(20 * 0.1rem);
  }
}
.btn--video {
  transition: background 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 0px) and (max-width: 700px) {
  .btn--video {
    margin: 0 0 20px;
  }
}
.btn--video:hover {
  background: #a6d7ce;
}

.delete-upload {
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.delete-upload .cls-1 {
  transition: fill 0.3s ease-in-out;
}
.delete-upload:hover .cls-1 {
  fill: #e56564;
}

.edit-account {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
.edit-account:hover .st0 {
  fill: #e5d55f;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Icomoon
\*------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.eot");
  src: url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.woff2") format("woff2"), url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.ttf") format("truetype"), url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.woff") format("woff"), url("/bundles/studioklokhuispublicationbundle/fonts/icomoon/icomoon.svg#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-search:before {
  content: "\e908";
}

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Forms - General
\*------------------------------------*/
.modal form ::-webkit-input-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal form :-moz-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal form ::-moz-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal form :-ms-input-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal form {
  text-align: center;
}
.modal form a {
  color: #2D7C76;
}
.modal form a:hover {
  color: #a3486d;
}
.modal label {
  font-size: calc(22 * 0.1rem);
  font-family: "Poppins", sans-serif;
  color: #2D7C76;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal label {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal label {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal label {
    font-size: calc(16 * 0.1rem);
  }
}
.modal label {
  text-align: right;
  width: 320px;
  display: block;
  padding-right: 30px;
  line-height: 45px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal label {
    width: 280px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal label {
    width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal label {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
}
.modal label span {
  display: block;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal label span {
    font-size: calc(16 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal label span {
    font-size: calc(16 * 0.1rem);
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.modal input[type=text],
.modal input[type=number],
.modal input[type=password],
.modal input[type=search],
.modal input[type=email],
.modal textarea {
  background: #ffffff;
  border: 1px solid #a6d7ce;
  border-radius: 2px;
  padding: 10px 15px;
  width: calc(100% - 320px);
  max-width: calc(100% - 320px);
  height: 45px;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.modal input[type=text] ::-webkit-input-placeholder,
.modal input[type=number] ::-webkit-input-placeholder,
.modal input[type=password] ::-webkit-input-placeholder,
.modal input[type=search] ::-webkit-input-placeholder,
.modal input[type=email] ::-webkit-input-placeholder,
.modal textarea ::-webkit-input-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal input[type=text] :-moz-placeholder,
.modal input[type=number] :-moz-placeholder,
.modal input[type=password] :-moz-placeholder,
.modal input[type=search] :-moz-placeholder,
.modal input[type=email] :-moz-placeholder,
.modal textarea :-moz-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal input[type=text] ::-moz-placeholder,
.modal input[type=number] ::-moz-placeholder,
.modal input[type=password] ::-moz-placeholder,
.modal input[type=search] ::-moz-placeholder,
.modal input[type=email] ::-moz-placeholder,
.modal textarea ::-moz-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
.modal input[type=text] :-ms-input-placeholder,
.modal input[type=number] :-ms-input-placeholder,
.modal input[type=password] :-ms-input-placeholder,
.modal input[type=search] :-ms-input-placeholder,
.modal input[type=email] :-ms-input-placeholder,
.modal textarea :-ms-input-placeholder {
  color: #2D7C76;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal input[type=text],
  .modal input[type=number],
  .modal input[type=password],
  .modal input[type=search],
  .modal input[type=email],
  .modal textarea {
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal input[type=text],
  .modal input[type=number],
  .modal input[type=password],
  .modal input[type=search],
  .modal input[type=email],
  .modal textarea {
    width: calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal input[type=text],
  .modal input[type=number],
  .modal input[type=password],
  .modal input[type=search],
  .modal input[type=email],
  .modal textarea {
    width: 100%;
    max-width: none;
  }
}
.modal input[type=text]:focus,
.modal input[type=number]:focus,
.modal input[type=password]:focus,
.modal input[type=search]:focus,
.modal input[type=email]:focus,
.modal textarea:focus {
  outline: 0;
}
.modal input[type=text]#register-nickname, .modal input[type=text]#register-email, .modal input[type=text]#register-email-parent, .modal input[type=text]#register-password::placeholder, .modal input[type=text]#register-password-repeat::placeholder,
.modal input[type=number]#register-nickname,
.modal input[type=number]#register-email,
.modal input[type=number]#register-email-parent,
.modal input[type=number]#register-password::placeholder,
.modal input[type=number]#register-password-repeat::placeholder,
.modal input[type=password]#register-nickname,
.modal input[type=password]#register-email,
.modal input[type=password]#register-email-parent,
.modal input[type=password]#register-password::placeholder,
.modal input[type=password]#register-password-repeat::placeholder,
.modal input[type=search]#register-nickname,
.modal input[type=search]#register-email,
.modal input[type=search]#register-email-parent,
.modal input[type=search]#register-password::placeholder,
.modal input[type=search]#register-password-repeat::placeholder,
.modal input[type=email]#register-nickname,
.modal input[type=email]#register-email,
.modal input[type=email]#register-email-parent,
.modal input[type=email]#register-password::placeholder,
.modal input[type=email]#register-password-repeat::placeholder,
.modal textarea#register-nickname,
.modal textarea#register-email,
.modal textarea#register-email-parent,
.modal textarea#register-password::placeholder,
.modal textarea#register-password-repeat::placeholder {
  text-transform: lowercase;
}

.changeable input[type=text],
.changeable input[type=email],
.changeable input[type=password] {
  width: calc(100% - 320px - 100px);
}
.changeable button {
  font-size: 1.8rem;
  margin-left: 10px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 320px;
  display: none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  input[type=checkbox] {
    width: 280px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  input[type=checkbox] {
    width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  input[type=checkbox] {
    width: 100%;
  }
}
input[type=checkbox] + label {
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 2px;
  background: #e6f2f6;
  margin-right: 20px;
  cursor: pointer;
}
input[type=checkbox] + label:after {
  pointer-events: none;
  content: "\e901";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #2D7C76;
  font-family: "icomoon";
  font-size: calc(40 * 0.1rem);
  transform: scale(5, 5);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input[type=checkbox] + label span {
  width: calc(100% - 70px);
}
@media (min-width: 0px) and (max-width: 767px) {
  input[type=checkbox] + label span {
    margin: 0;
  }
}
input[type=checkbox]:checked + label:after {
  transform: scale(1, 1);
  opacity: 1;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
  background: #daeeea !important;
  color: #2D7C76 !important;
  width: 230px;
}
input[type=radio] + label:checked, input[type=radio] + label:hover {
  background: #2D7C76 !important;
  color: #ffffff !important;
}
input[type=radio]:checked + label, input[type=radio]:hover + label {
  background: #2D7C76 !important;
  color: #ffffff !important;
}

input[type=file] {
  display: none;
}

textarea {
  height: 250px;
  max-height: 200px;
}
@media (min-width: 0px) and (max-width: 500px) {
  textarea {
    max-height: 180px;
  }
}

/*------------------------------------*\
:    Forms - Layout
\*------------------------------------*/
ul.form__group {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.form__group {
    margin-bottom: 40px;
  }
}
ul.form__group:last-child {
  margin-bottom: 0;
}
ul.form__group .btn {
  margin-right: 20px;
}
ul.form__group .btn:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.form__group .btn {
    margin-bottom: 20px;
  }
}
ul.form__group li {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.form__group li {
    display: block;
    margin-bottom: 10px;
  }
}
ul.form__group li:last-child {
  margin-bottom: 0;
}
ul.form__group li.checkbox label {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.form__group li.checkbox label {
    font-size: calc(16 * 0.1rem);
  }
}
ul.form__group li.checkbox label {
  width: calc(100% - 60px);
  margin-left: 320px;
  text-align: left;
  line-height: 1.35;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  ul.form__group li.checkbox label {
    margin-left: 280px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  ul.form__group li.checkbox label {
    margin-left: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul.form__group li.checkbox label {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  ul.form__group li.checkbox label {
    width: 100%;
    margin-left: 0;
  }
}
ul.form__group li.radio {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.form__group li.radio {
    flex-direction: column;
  }
}
ul.form__group li.radio span {
  padding: 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.form__group li.radio span {
    padding: 10px 0;
  }
}
ul.form__group li.radio .btn {
  margin: 0;
}

.input-divider {
  width: calc(100% - 320px);
  max-width: 330px;
}
.input-divider::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .input-divider {
    width: calc(100% - 280px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .input-divider {
    width: calc(100% - 240px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .input-divider {
    width: 100%;
  }
}
.input-divider input {
  display: block;
  float: left;
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
.input-divider input:last-child {
  margin-right: 0;
}

/*------------------------------------*\
:    Forms - Steps
\*------------------------------------*/
.step-container {
  overflow: hidden;
  position: relative;
  transition: height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.step-content {
  overflow: hidden;
  margin-bottom: 50px;
  transition: margin-top 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.step-content:last-child {
  margin-bottom: 0;
}

.step {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.step.is-active {
  opacity: 1;
  pointer-events: auto;
}

/*------------------------------------*\
:    Forms - Teacher Upload
\*------------------------------------*/
.teacher-upload-wrapper > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 40px;
  padding-top: 30px;
  border-top: 1px solid #daeeea;
}
.teacher-upload-wrapper > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.teacher-upload-wrapper .file-info {
  width: 150px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .teacher-upload-wrapper .file-info {
    width: 100%;
  }
}
.teacher-upload-wrapper .file-info ul.form__group {
  width: 100%;
  padding: 0;
}
.teacher-upload-wrapper .btn--file {
  width: 100%;
  height: 150px;
  margin: 0 0 15px;
  font-size: calc(20 * 0.1rem);
}
.teacher-upload-wrapper ul.form__group {
  padding: 0 0 0 20px;
  width: calc(100% - 150px);
}
@media (min-width: 0px) and (max-width: 500px) {
  .teacher-upload-wrapper ul.form__group {
    width: 100%;
    padding: 0;
  }
}
.teacher-upload-wrapper ul.form__group li.radio {
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 800px) {
  .teacher-upload-wrapper ul.form__group li.radio {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .teacher-upload-wrapper ul.form__group li.radio {
    flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .teacher-upload-wrapper ul.form__group li.radio label {
    text-align: center;
    margin: 0;
  }
}
.teacher-upload-wrapper ul.form__group li.radio span {
  padding: 5px 0;
  display: block;
  width: 100%;
  font-size: calc(14 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .teacher-upload-wrapper ul.form__group li.radio span {
    padding: 0 5px;
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .teacher-upload-wrapper ul.form__group li {
    display: block;
    margin: 0 0 15px;
  }
}
.teacher-upload-wrapper ul.form__group input[type=radio] + label {
  width: 100px;
  padding: 3px 0 5px;
  font-size: calc(16 * 0.1rem);
}
.teacher-upload-wrapper label {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .teacher-upload-wrapper label {
    font-size: calc(16 * 0.1rem);
  }
}
.teacher-upload-wrapper label {
  font-family: "Poppins", sans-serif;
  width: 200px;
  padding-top: 10px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .teacher-upload-wrapper label {
    padding-top: 0;
    margin: 0 0 5px;
    width: 100%;
    text-align: left;
  }
}
.teacher-upload-wrapper input[type=text],
.teacher-upload-wrapper input[type=number],
.teacher-upload-wrapper input[type=password],
.teacher-upload-wrapper input[type=search],
.teacher-upload-wrapper input[type=email],
.teacher-upload-wrapper textarea {
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .teacher-upload-wrapper input[type=text],
  .teacher-upload-wrapper input[type=number],
  .teacher-upload-wrapper input[type=password],
  .teacher-upload-wrapper input[type=search],
  .teacher-upload-wrapper input[type=email],
  .teacher-upload-wrapper textarea {
    width: 100%;
    max-width: 100%;
  }
}
.teacher-upload-wrapper textarea {
  height: 150px;
}

/*------------------------------------*\
:    Forms - Search
\*------------------------------------*/
.search-form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
.search-form-input-wrapper label {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

.search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.search-container ::-webkit-input-placeholder {
  color: #235C58;
  font-weight: 400;
}
.search-container :-moz-placeholder {
  color: #235C58;
  font-weight: 400;
}
.search-container ::-moz-placeholder {
  color: #235C58;
  font-weight: 400;
}
.search-container :-ms-input-placeholder {
  color: #235C58;
  font-weight: 400;
}
.search-container {
  justify-content: flex-end;
  align-items: flex-end;
}
.search-container .search__input {
  width: 100%;
  height: 50px;
  max-width: none;
  border: 1px solid #a6d7ce;
  color: #171717;
  font-weight: 400;
  background-color: #daeeea;
  border-radius: 0 !important;
  box-sizing: border-box;
  padding: 0 18px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .search-container .search__input {
    height: 45px;
  }
}

.search__submit {
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #09AA64;
  color: #ffffff;
  line-height: 50px;
  border-radius: 0;
  flex-shrink: 0;
  font-size: calc(30 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .search__submit {
    height: 45px;
    line-height: 45px;
    width: 60px;
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .search__submit {
    line-height: 40px;
  }
}
.search__submit:hover {
  background: #a3486d;
}

/*------------------------------------*\
:    Forms - Upload
\*------------------------------------*/
.form--upload label {
  width: 280px;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .form--upload label {
    font-size: calc(17 * 0.1rem);
  }
}
.form--upload label span {
  margin-top: -10px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form--upload label span {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.form--upload input,
.form--upload textarea,
.form--upload .btn--file {
  width: calc(100% - 320px);
  max-width: calc(100% - 320px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .form--upload input,
  .form--upload textarea,
  .form--upload .btn--file {
    width: 100%;
    max-width: none;
  }
}
.form--upload .btn--file {
  margin-top: 0;
  margin-bottom: 0;
}
.form--upload .form-error span {
  display: inline-block;
  margin-top: 7px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form--upload .form-error span {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.form-error {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 9px;
  transition: z-index 0s 0.3s linear;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .form-error {
    bottom: -1px;
  }
}
.form-error span {
  color: black;
  background: #ffea35;
  font-family: "Poppins", sans-serif;
  padding: 5px 10px;
  font-size: calc(14 * 0.1rem);
  position: relative;
  transition: opacity 0.3s ease-in-out, z-index 0s 0.3s linear;
}
.form-error span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #ffea35;
  transform: rotate(45deg) translateY(0) translateX(-50%);
}
.error-seen .form-error {
  z-index: -1;
}
.error-seen .form-error span {
  opacity: 0;
}

label#register-terms-teacher {
  margin-left: 0;
}

p[data-register-finish-message] {
  text-align: left;
  margin: 50px 0;
}

[data-delete-account-modal] .img-container,
[data-request-delete-modal] .img-container {
  width: 100px;
  margin: 0 0 20px;
}
[data-delete-account-modal] .text-container,
[data-request-delete-modal] .text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 100px);
}
[data-delete-account-modal] .text-container p,
[data-request-delete-modal] .text-container p {
  padding-left: 30px;
  max-width: 500px;
}
[data-delete-account-modal] h2 span,
[data-request-delete-modal] h2 span {
  color: #2D7C76;
}

.choose-file--customize {
  min-height: 200px;
  height: auto;
}
.choose-file--customize span {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.choose-file--customize img {
  display: none;
}
.choose-file--customize img.loaded {
  display: inline-block;
}

.js-upload-image {
  flex-wrap: wrap;
}

#clockwise,
#counterclockwise {
  width: 70px;
  height: 45px;
  font-size: calc(20 * 0.1rem);
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
#clockwise:last-child,
#counterclockwise:last-child {
  margin-right: 0;
}

.form-error {
  position: static !important;
  z-index: auto !important;
}

.image-options {
  margin: 10px 0 0 10px;
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.head-check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.head-check li {
  width: 50%;
  padding: 0 20px;
  flex-wrap: wrap;
  margin: 0 0 40px !important;
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #a6d7ce;
    margin: 0 0 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check li:last-child {
    border-bottom: 0;
  }
}
.head-check button {
  padding: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check button {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.head-check button:hover .head-check__img {
  transform: scale(1.05);
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.head-check__img {
  display: block;
  margin: 0 0 20px !important;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check__img {
    width: 100px;
  }
}

.head-check__description {
  display: block;
  width: 100%;
  text-align: center;
  color: #2D7C76;
  text-transform: lowercase;
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check__description {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 10px;
    padding-top: 30px;
    margin: 0 0 10px;
  }
}
.head-check__description:first-child {
  text-transform: none;
  text-align: left;
}
@media (min-width: 0px) and (max-width: 500px) {
  .head-check__description:first-child {
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
body {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  body {
    font-size: calc(16 * 0.1rem);
  }
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h2 {
  font-size: calc(36 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 1024px) {
  h2 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  h2 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  h2 {
    font-size: calc(24 * 0.1rem);
  }
}

a:visited {
  color: none;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Header
\*------------------------------------*/
header.main-header {
  position: relative;
  padding-top: 18px;
  overflow: hidden;
}
header.main-header .bevel--one {
  height: 20px;
  top: -20px;
  left: 20px;
  width: calc(100% - 20px);
  background: #e5d55f;
}
header.main-header .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 20px solid #e5d55f;
  border-top: 20px solid transparent;
}
header.main-header .bevel--one:after {
  left: 100%;
  border-top: 20px solid #e5d55f;
  border-right: 20px solid transparent;
}
header.main-header .bevel--two {
  width: 20px;
  right: -20px;
  top: 0;
  height: calc(100% - 20px);
  background: #407354;
}
header.main-header .bevel--two:before {
  bottom: 100%;
  border-bottom: 20px solid #407354;
  border-left: 20px solid transparent;
}
header.main-header .bevel--two:after {
  top: 100%;
  border-top: 20px solid #407354;
  border-right: 20px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  header.main-header .bevel--one {
    height: 15px;
    top: -15px;
    left: 15px;
    width: calc(100% - 15px);
    background: #e5d55f;
  }
  header.main-header .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 15px solid #e5d55f;
    border-top: 15px solid transparent;
  }
  header.main-header .bevel--one:after {
    left: 100%;
    border-top: 15px solid #e5d55f;
    border-right: 15px solid transparent;
  }
  header.main-header .bevel--two {
    width: 15px;
    right: -15px;
    top: 0;
    height: calc(100% - 15px);
    background: #407354;
  }
  header.main-header .bevel--two:before {
    bottom: 100%;
    border-bottom: 15px solid #407354;
    border-left: 15px solid transparent;
  }
  header.main-header .bevel--two:after {
    top: 100%;
    border-top: 15px solid #407354;
    border-right: 15px solid transparent;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.main-header {
    padding-top: 30px;
    overflow: visible;
    z-index: 100;
  }
}
body.loaded header.main-header {
  animation: headerdrop 0.75s 0.6s ease-in forwards;
}
@media (prefers-reduced-motion: reduce) {
  body.loaded header.main-header {
    animation: none !important;
  }
}

.secondary-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 800px) {
  .secondary-header {
    left: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header {
    display: none;
    position: static;
    order: 3;
    background: #95b3be;
    padding: 15px 0;
    margin: 0 -20px -20px -20px;
    width: calc(100% + 40px);
  }
}
.secondary-header.mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header.mobile {
    display: block;
  }
}
.secondary-header.mobile .content-container {
  justify-content: center;
}
.secondary-header.mobile .ntr-logo {
  width: 60px;
  padding: 0 10px 0 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header.mobile .ntr-logo {
    padding-left: 0;
  }
}
.secondary-header.mobile .npo-zapp-logo {
  width: 63px;
  padding: 0 0 0 20px;
}
.secondary-header.mobile .klokhuis-logo {
  width: 58px;
  padding: 0 20px 0 0;
}
.secondary-header.mobile ul {
  margin: 10px 0 0 0 !important;
  justify-content: center;
  font-weight: 400;
}
.secondary-header .content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header .content-container {
    flex-wrap: wrap;
    padding: 0 25px;
  }
}
.secondary-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.secondary-header ul li {
  border-right: 1px solid #171717;
  font-weight: 700;
}
.secondary-header ul li:last-child {
  border-right: 0;
}
.secondary-header ul button {
  text-decoration: underline;
  padding: 0 15px;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header ul button {
    color: #ffffff;
  }
}
.secondary-header ul button:hover {
  color: #171717;
}
.secondary-header ul button:focus {
  outline: 0;
}
.secondary-header a {
  display: block;
}
.secondary-header .ntr-logo {
  width: 60px;
  padding: 0 5px 0 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-header .ntr-logo {
    padding-left: 0;
  }
}
.secondary-header .zapp-logo {
  width: 63px;
  padding: 0 0 0 10px;
}
.secondary-header .klokhuis-logo {
  width: 60px;
  padding: 0 10px 0 10px;
}
.secondary-header {
  /* Revert the colorpallet of the login navigation */
}
.secondary-header ul.navigation-login li[data-logged-in] {
  display: none;
}
.secondary-header ul.navigation-login li {
  border-right: 1px solid #ffffff;
}
.secondary-header ul.navigation-login li a {
  text-decoration: underline;
  padding: 0 15px;
  color: #171717;
}
.secondary-header ul.navigation-login button {
  color: #ffffff;
}
.secondary-header ul.navigation-login button:hover {
  color: #171717;
}

.main-header__primary {
  background: #ffffff;
  padding: 15px 35px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .main-header__primary {
    align-items: flex-start;
    padding-bottom: 15px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-header__primary {
    padding: 20px 30px 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-header__primary {
    padding: 15px 20px;
    justify-content: flex-end;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-header__primary {
    padding: 10px 20px;
  }
}

.main-logo {
  width: 40%;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-logo {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-logo {
    width: 100%;
    max-width: 280px;
    height: 54px;
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-logo {
    padding-left: 30px;
    height: 50px;
  }
}
.main-logo a {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-logo a {
    height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .main-logo.img-container img {
    height: 100%;
    width: auto;
  }
}

nav.main-nav {
  width: 60%;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: calc(24 * 0.1rem);
  font-family: "Poppins", sans-serif;
  color: #2D7C76;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1280px) {
  nav.main-nav {
    font-size: 1.75vw;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.main-nav {
    font-size: calc(21 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-nav {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav {
    padding-bottom: 70px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-nav {
    width: 50%;
    padding-bottom: 65px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 84px;
    background: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transform: perspective(500px) rotateX(-90deg);
    transition: transform 0.3s ease-in-out;
    transform-origin: 50% 0%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-nav {
    top: 70px;
  }
}
nav.main-nav.is-active {
  transform: perspective(500px) rotateX(0deg);
}
nav.main-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
  margin-bottom: 12px;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav ul {
    position: absolute;
    top: 110px;
    left: 0;
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-nav ul {
    padding-left: 10px;
    top: 100px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav ul {
    display: block;
    position: static;
    order: 2;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
nav.main-nav li {
  border-right: 1px solid #a6d7ce;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav li {
    border-right: 0;
    border-bottom: 1px solid #a6d7ce;
  }
}
nav.main-nav li a {
  padding: 5px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav li a {
    padding: 17px 0 15px;
  }
}
nav.main-nav li:last-child {
  border-right: 0;
  margin-right: -20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav li:last-child {
    margin-right: 0;
    border-bottom: 0;
  }
}
nav.main-nav a {
  display: block;
  text-decoration: none;
  color: #2D7C76;
}
nav.main-nav a:hover {
  color: #a3486d;
}
nav.main-nav form {
  font-size: calc(24 * 0.1rem);
  font-family: "Poppins", sans-serif;
  color: #2D7C76;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1280px) {
  nav.main-nav form {
    font-size: 1.75vw;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.main-nav form {
    font-size: calc(21 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-nav form {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-nav form {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-nav form {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.main-nav form {
    order: 1;
    width: 100%;
    margin: 0 0 15px;
  }
}
nav.main-nav .secondary-header {
  justify-content: space-between;
}
nav.main-nav .secondary-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -20px 0 0;
  padding: 0;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-nav .secondary-header ul {
    font-size: calc(16 * 0.1rem);
  }
}
nav.main-nav .secondary-header ul li {
  border-right: 1px solid #171717;
  border-bottom: 0;
}
nav.main-nav .secondary-header ul li:last-child {
  border-right: 0;
}
nav.main-nav .secondary-header ul button, nav.main-nav .secondary-header ul a {
  text-decoration: underline;
  padding: 0 15px;
  color: #ffffff;
  text-transform: none;
}
nav.main-nav .secondary-header ul button:hover, nav.main-nav .secondary-header ul a:hover {
  color: #ffffff;
}

/*------------------------------------*\
:    Hashtags
\*------------------------------------*/
.hashtag-list-container {
  position: relative;
  width: 100%;
  padding-right: 100px;
  text-transform: lowercase;
  margin-top: 25px;
  height: 34px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .hashtag-list-container {
    margin-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .hashtag-list-container {
    margin-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hashtag-list-container {
    padding-right: 70px;
  }
}

ol.hashtag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol.hashtag-list {
    font-size: calc(16 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol.hashtag-list {
    font-size: calc(15 * 0.1rem);
  }
}
ol.hashtag-list li {
  padding: 0 10px;
  margin: 0 0 10px;
}
ol.hashtag-list a {
  color: #09AA64;
  text-decoration: none;
}
ol.hashtag-list a:before {
  content: "#";
}
ol.hashtag-list a:hover {
  color: #171717;
}

button.hashtag-toggle {
  color: #09AA64;
  position: absolute;
  right: 0;
  top: -5px;
  padding-right: 15px;
  text-transform: lowercase;
}
button.hashtag-toggle.is-hidden {
  display: none;
}
button.hashtag-toggle.is-active span.arrows:after {
  transform: rotate(90deg);
}
button.hashtag-toggle:hover {
  color: #171717;
}
button.hashtag-toggle span.arrows {
  position: relative;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
button.hashtag-toggle span.arrows:after {
  display: block;
  content: "»";
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

/*------------------------------------*\
:    Letter Header
\*------------------------------------*/
.letter-header-login {
  padding-bottom: 30px;
  width: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*
      @include tablet-portrait {
          position: absolute;
          top: 10px;
          z-index: 90;
          width: 100%;
      }
  */
}
@media (min-width: 0px) and (max-width: 767px) {
  .letter-header-login {
    display: none !important;
  }
}
.letter-header-login .btn {
  position: relative;
  padding-right: 60px;
}
.letter-header-login .btn span {
  position: absolute;
  right: 10px;
  width: 50px;
  bottom: -10px;
}
.letter-header-login .btn--login {
  padding-left: 55px;
  padding-right: 55px;
}

.letter-header {
  position: relative;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
body.loaded .letter-header {
  opacity: 1;
}
.letter-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: 0 35px 5px;
  min-height: 160px;
  width: calc(100% - 250px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .letter-header ul {
    margin: 0 25px 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .letter-header ul {
    margin: 0 5px 3px 10px;
    min-height: 100px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header ul {
    min-height: 50px;
  }
}
.letter-header li {
  width: 12.5%;
  padding: 0 3px;
}
.letter-header li .bevel--one {
  height: 15px;
  top: -15px;
  left: 15px;
  width: calc(100% - 15px);
  background: #95b3be;
}
.letter-header li .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 15px solid #95b3be;
  border-top: 15px solid transparent;
}
.letter-header li .bevel--one:after {
  left: 100%;
  border-top: 15px solid #95b3be;
  border-right: 15px solid transparent;
}
.letter-header li .bevel--two {
  width: 15px;
  right: -15px;
  top: 0;
  height: calc(100% - 15px);
  background: #0f6588;
}
.letter-header li .bevel--two:before {
  bottom: 100%;
  border-bottom: 15px solid #0f6588;
  border-left: 15px solid transparent;
}
.letter-header li .bevel--two:after {
  top: 100%;
  border-top: 15px solid #0f6588;
  border-right: 15px solid transparent;
}
.letter-header li {
  transform: translateY(-400px);
  transform-origin: 50% 100%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .letter-header li .bevel--one {
    height: 10px;
    top: -10px;
    left: 10px;
    width: calc(100% - 10px);
    background: #95b3be;
  }
  .letter-header li .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 10px solid #95b3be;
    border-top: 10px solid transparent;
  }
  .letter-header li .bevel--one:after {
    left: 100%;
    border-top: 10px solid #95b3be;
    border-right: 10px solid transparent;
  }
  .letter-header li .bevel--two {
    width: 10px;
    right: -10px;
    top: 0;
    height: calc(100% - 10px);
    background: #0f6588;
  }
  .letter-header li .bevel--two:before {
    bottom: 100%;
    border-bottom: 10px solid #0f6588;
    border-left: 10px solid transparent;
  }
  .letter-header li .bevel--two:after {
    top: 100%;
    border-top: 10px solid #0f6588;
    border-right: 10px solid transparent;
  }
  .letter-header li {
    padding: 0 2px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li {
    padding: 0 1px;
  }
}
body.loaded .letter-header li {
  animation: letterdrop 1s ease-in forwards;
}
@media (prefers-reduced-motion: reduce) {
  body.loaded .letter-header li {
    animation: none !important;
    transform: translateY(0) !important;
  }
}
.letter-header li.o1 {
  display: block;
}
.letter-header li.o2 {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .letter-header li.o1 {
    display: none;
  }
  .letter-header li.o2 {
    display: block;
  }
}
.letter-header li:nth-child(8n+1) {
  margin-top: 5px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+1) {
    margin-top: 3px;
  }
}
body.loaded .letter-header li:nth-child(8n+1) {
  animation-delay: 0s;
}
.letter-header li:nth-child(8n+2) {
  margin-top: 3px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+2) {
    margin-top: 1px;
  }
}
body.loaded .letter-header li:nth-child(8n+2) {
  animation: letterdropInverse 1s ease-in forwards;
  animation-delay: 0.15s;
}
.letter-header li:nth-child(8n+3) {
  margin-top: 1px;
  animation: letterdropAlternate 1s ease-in forwards;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+3) {
    margin-top: 0px;
  }
}
body.loaded .letter-header li:nth-child(8n+3) {
  animation-delay: 0.25s;
}
.letter-header li:nth-child(8n+4) {
  margin-top: 7px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+4) {
    margin-top: 3px;
  }
}
body.loaded .letter-header li:nth-child(8n+4) {
  animation-delay: 0.2s;
}
.letter-header li:nth-child(8n+5) {
  animation: letterdropInverse 1s ease-in forwards;
  margin-top: 3px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+5) {
    margin-top: 1px;
  }
}
body.loaded .letter-header li:nth-child(8n+5) {
  animation-delay: 0.15s;
}
.letter-header li:nth-child(8n+6) {
  margin-top: 8px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+6) {
    margin-top: 4px;
  }
}
body.loaded .letter-header li:nth-child(8n+6) {
  animation: letterdropAlternate 1s ease-in forwards;
  animation-delay: 0.25s;
}
.letter-header li:nth-child(8n+7) {
  animation: letterdropInverse 1s ease-in forwards;
  margin-top: 0px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+7) {
    margin-top: 0px;
  }
}
body.loaded .letter-header li:nth-child(8n+7) {
  animation-delay: 0.2s;
}
.letter-header li:nth-child(8n+8) {
  margin-top: 4px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header li:nth-child(8n+8) {
    margin-top: 2px;
  }
}
body.loaded .letter-header li:nth-child(8n+8) {
  animation-delay: 0.35s;
}
body.loaded .letter-header li.delayed {
  animation-delay: 0.6s;
}

@keyframes letterdrop {
  0% {
    transform: translateY(-400%) rotate(-5deg);
  }
  60% {
    transform: translateY(0) rotate(-5deg);
  }
  75% {
    transform: translateY(-20px) rotate(-3deg);
  }
  90% {
    transform: translateY(0) rotate(0deg);
  }
  95% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes letterdropAlternate {
  0% {
    transform: translateY(-400%) rotate(-3deg);
  }
  60% {
    transform: translateY(0) rotate(-3deg);
  }
  75% {
    transform: translateY(-20px) rotate(-1deg);
  }
  90% {
    transform: translateY(0) rotate(0deg);
  }
  95% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes letterdropInverse {
  0% {
    transform: translateY(-400%) rotate(5deg);
  }
  60% {
    transform: translateY(0) rotate(5deg);
  }
  75% {
    transform: translateY(-20px) rotate(3deg);
  }
  90% {
    transform: translateY(0) rotate(0deg);
  }
  95% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes headerdrop {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#letter-string {
  display: none;
}

/*------------------------------------*\
:    Header Quote
\*------------------------------------*/
.letter-header-quote {
  color: #ffd500;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/bundles/studioklokhuispublicationbundle/images/speech-bubble.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 175px;
  height: 150px;
  padding: 20px 20px 60px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .letter-header-quote {
    width: 16vw;
    height: 16vw;
    font-size: 1.8vw;
    padding: 0px 15px 55px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .letter-header-quote {
    left: auto;
    right: 20px;
    top: 70%;
    padding: 10px 10px 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .letter-header-quote {
    left: auto;
    right: 50px;
    transform: translateY(-50%);
    padding: 0 10px 35px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .letter-header-quote {
    display: none;
  }
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Layout - General
\*------------------------------------*/
body {
  overflow-x: hidden;
}

.site-wrapper {
  background-image: linear-gradient(#0d455b, #7ea0ad 500px, #f7f9fa 90%);
}
.site-wrapper.template-hoe-doe-je-dat-jes {
  background-image: linear-gradient(#013948, #6aa195 500px, #f7f9fa 90%);
}
.site-wrapper.template-jouw-studio {
  background-image: linear-gradient(#fe0364, #f07347 500px, #e8cc44 50%, #f7f9fa 90%);
}
.site-wrapper.template-projecten {
  background-image: linear-gradient(#0d455b, #7ea0ad 500px, #f7f9fa 90%);
}
.site-wrapper.template-nieuws {
  background-image: linear-gradient(#8b1759, #b3583d 500px, #f7f9fa 90%);
}
.site-wrapper.template-resultaten {
  background-image: linear-gradient(#c9a708, #d2b3ca 500px, #f7f9fa 90%);
}

.site-wrapper {
  min-height: 100%;
  margin: 0 auto -668px auto;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .site-wrapper {
    margin: 0 auto -618px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .site-wrapper {
    margin: 0 auto -568px auto;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .site-wrapper {
    margin: 0 auto -518px auto;
  }
}

footer.main-footer,
.footer-push {
  height: 668px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  footer.main-footer,
  .footer-push {
    height: 618px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer.main-footer,
  .footer-push {
    height: 568px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  footer.main-footer,
  .footer-push {
    height: 518px;
  }
}

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

.content-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 50px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .content-container {
    padding: 0 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .content-container {
    padding: 0 30px 0 20px;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .row {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .row {
    flex-wrap: wrap;
  }
}

.content-block {
  background: #ffffff;
  padding: 60px 50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .content-block {
    padding: 40px 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .content-block {
    padding: 10px 10px 20px;
  }
}

main {
  padding-top: 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  main {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  main {
    padding-top: 20px;
  }
}

/*------------------------------------*\
:    Layout - Image Container
\*------------------------------------*/
img {
  max-width: 100%;
}

.img-container {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.img-container img {
  display: block;
  width: 100%;
  height: auto;
}

.copyright {
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: 10;
  color: #fff;
}

.img-container--full-height span img {
  min-height: 188px;
}

.img-container--full-height {
  height: 188px;
  max-height: 188px;
}

.landscape-fix span img {
  height: 188px;
}

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

.video-container {
  position: relative;
  padding: 28.125% 0;
  height: 0;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  background-color: #171717;
  transition: padding 0.5s ease-in-out;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container.is-active {
  padding: 28.125% 0;
}
.video-container iframe,
.video-container video,
.video-container object,
.video-container .npoplayer_container,
.video-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .video-container iframe,
  .video-container video,
  .video-container object,
  .video-container .npoplayer_container,
  .video-container img {
    height: auto;
  }
}

/*------------------------------------*\
:    Layout - Block List
\*------------------------------------*/
header.block-list-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  header.block-list-header {
    margin: 0 0 10px;
  }
}
header.block-list-header h1, header.block-list-header p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: calc(40 * 0.1rem);
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 700px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
    width: calc(100% - 50px);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 800px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 320px) {
  header.block-list-header h1, header.block-list-header p {
    font-size: calc(24 * 0.1rem);
  }
}
header.block-list-header a {
  color: #ffffff;
  text-decoration: none;
}
header.block-list-header a:before {
  content: "«";
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 700px) {
  header.block-list-header a:before {
    padding-right: 5px;
  }
}
header.block-list-header a:hover {
  color: #09AA64;
}

.block-list-filter {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list-filter {
    margin-top: -45px;
  }
}
.block-list-filter:hover:after {
  color: #ffea35;
}
.block-list-filter:after {
  content: "«";
  display: block;
  position: absolute;
  top: 1px;
  right: 20px;
  color: #ffffff;
  font-size: calc(30 * 0.1rem);
  transform: rotate(-90deg);
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list-filter:after {
    top: 3px;
    right: 16px;
  }
}
.block-list-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding-right: 50px;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list-filter select {
    width: 0;
    height: 45px;
    overflow: hidden;
    padding: 0 22.5px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.block-list-filter select:focus {
  outline: 0;
}

.block-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 40px -20px 0;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list {
    margin: 40px -15px 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list {
    margin: 30px -15px 0;
  }
}
.block-list a {
  text-decoration: none;
  display: block;
}
.block-list > li {
  width: 25%;
}
.block-list > li .bevel--one {
  height: 20px;
  top: -20px;
  left: 20px;
  width: calc(100% - 20px);
  background: #e5d55f;
}
.block-list > li .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 20px solid #e5d55f;
  border-top: 20px solid transparent;
}
.block-list > li .bevel--one:after {
  left: 100%;
  border-top: 20px solid #e5d55f;
  border-right: 20px solid transparent;
}
.block-list > li .bevel--two {
  width: 20px;
  right: -20px;
  top: 0;
  height: calc(100% - 20px);
  background: #407354;
}
.block-list > li .bevel--two:before {
  bottom: 100%;
  border-bottom: 20px solid #407354;
  border-left: 20px solid transparent;
}
.block-list > li .bevel--two:after {
  top: 100%;
  border-top: 20px solid #407354;
  border-right: 20px solid transparent;
}
@media (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list > li:hover .bevel--one {
    height: 40px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--one:before {
    border-right-width: 40px;
    border-top-width: 40px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two {
    width: 40px;
    height: calc(100% - 40px);
    top: 20px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two:before {
    border-bottom-width: 40px;
    border-left-width: 40px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two:after {
    border-top-width: 40px;
    border-right-width: 40px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .block__inner {
    transform: translateX(-20px) translateY(20px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (min-width: 1025px) {
  .block-list > li .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--one:before {
    border-right-width: 20px;
    border-top-width: 20px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two:before {
    border-bottom-width: 20px;
    border-left-width: 20px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two:after {
    border-top-width: 20px;
    border-right-width: 20px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.block-list > li {
  padding: 0 20px;
  margin-bottom: 45px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .block-list > li .bevel--one {
    height: 15px;
    top: -15px;
    left: 15px;
    width: calc(100% - 15px);
    background: #e5d55f;
  }
  .block-list > li .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 15px solid #e5d55f;
    border-top: 15px solid transparent;
  }
  .block-list > li .bevel--one:after {
    left: 100%;
    border-top: 15px solid #e5d55f;
    border-right: 15px solid transparent;
  }
  .block-list > li .bevel--two {
    width: 15px;
    right: -15px;
    top: 0;
    height: calc(100% - 15px);
    background: #407354;
  }
  .block-list > li .bevel--two:before {
    bottom: 100%;
    border-bottom: 15px solid #407354;
    border-left: 15px solid transparent;
  }
  .block-list > li .bevel--two:after {
    top: 100%;
    border-top: 15px solid #407354;
    border-right: 15px solid transparent;
  }
  .block-list > li {
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list > li:hover .bevel--one {
    height: 30px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--one:before {
    border-right-width: 30px;
    border-top-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two {
    width: 30px;
    height: calc(100% - 30px);
    top: 15px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two:before {
    border-bottom-width: 30px;
    border-left-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .bevel--two:after {
    border-top-width: 30px;
    border-right-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li:hover .block__inner {
    transform: translateX(-15px) translateY(15px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 1023px) and (min-width: 0px) and (min-width: 1025px) {
  .block-list > li .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--one:before {
    border-right-width: 15px;
    border-top-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two:before {
    border-bottom-width: 15px;
    border-left-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .bevel--two:after {
    border-top-width: 15px;
    border-right-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list > li .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .block-list > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .block-list > li {
    width: 100%;
  }
}
.block-list > li > a {
  height: 100%;
}
.block-list article,
.block-list .block__inner,
.block-list .bevel-container {
  height: 100%;
}
.block-list .block__inner {
  position: relative;
  background: #ffffff;
}
.block-list .text-container {
  background: #ffffff;
  padding: 15px 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list .text-container {
    padding: 10px 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list .text-container {
    padding: 8px 10px;
  }
}
.block-list h1 {
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list h1 {
    font-size: calc(17 * 0.1rem);
  }
}
.block-list h1 {
  width: 100%;
  color: #171717;
  text-transform: lowercase;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list h1 {
    font-size: calc(15 * 0.1rem);
  }
}

.block-list--large > li {
  width: 33.3333333333%;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list--large > li {
    margin-bottom: 50px;
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list--large > li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.block-list--large h1 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--large h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list--large h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .block-list--large h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list--large h1 {
    font-size: calc(18 * 0.1rem);
  }
}
.block-list--large h1 {
  text-transform: none;
  line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list--large h1 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .block-list--large h1 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .block-list--large h1 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .block-list--large h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .block-list--large h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 320px) {
  .block-list--large h1 {
    font-size: calc(24 * 0.1rem);
  }
}

.block-list--small {
  margin: 30px -15px 0;
}
.block-list--small > li {
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.block-list--small > li .bevel--one {
  height: 15px;
  top: -15px;
  left: 15px;
  width: calc(100% - 15px);
  background: #e5d55f;
}
.block-list--small > li .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 15px solid #e5d55f;
  border-top: 15px solid transparent;
}
.block-list--small > li .bevel--one:after {
  left: 100%;
  border-top: 15px solid #e5d55f;
  border-right: 15px solid transparent;
}
.block-list--small > li .bevel--two {
  width: 15px;
  right: -15px;
  top: 0;
  height: calc(100% - 15px);
  background: #407354;
}
.block-list--small > li .bevel--two:before {
  bottom: 100%;
  border-bottom: 15px solid #407354;
  border-left: 15px solid transparent;
}
.block-list--small > li .bevel--two:after {
  top: 100%;
  border-top: 15px solid #407354;
  border-right: 15px solid transparent;
}
@media (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list--small > li:hover .bevel--one {
    height: 30px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--one:before {
    border-right-width: 30px;
    border-top-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two {
    width: 30px;
    height: calc(100% - 30px);
    top: 15px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two:before {
    border-bottom-width: 30px;
    border-left-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two:after {
    border-top-width: 30px;
    border-right-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .block__inner {
    transform: translateX(-15px) translateY(15px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (min-width: 1025px) {
  .block-list--small > li .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--one:before {
    border-right-width: 15px;
    border-top-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two:before {
    border-bottom-width: 15px;
    border-left-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two:after {
    border-top-width: 15px;
    border-right-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list--small > li .bevel--one {
    height: 10px;
    top: -10px;
    left: 10px;
    width: calc(100% - 10px);
    background: #e5d55f;
  }
  .block-list--small > li .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 10px solid #e5d55f;
    border-top: 10px solid transparent;
  }
  .block-list--small > li .bevel--one:after {
    left: 100%;
    border-top: 10px solid #e5d55f;
    border-right: 10px solid transparent;
  }
  .block-list--small > li .bevel--two {
    width: 10px;
    right: -10px;
    top: 0;
    height: calc(100% - 10px);
    background: #407354;
  }
  .block-list--small > li .bevel--two:before {
    bottom: 100%;
    border-bottom: 10px solid #407354;
    border-left: 10px solid transparent;
  }
  .block-list--small > li .bevel--two:after {
    top: 100%;
    border-top: 10px solid #407354;
    border-right: 10px solid transparent;
  }
  .block-list--small > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list--small > li:hover .bevel--one {
    height: 20px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--one:before {
    border-right-width: 20px;
    border-top-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two {
    width: 20px;
    height: calc(100% - 20px);
    top: 10px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two:before {
    border-bottom-width: 20px;
    border-left-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .bevel--two:after {
    border-top-width: 20px;
    border-right-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li:hover .block__inner {
    transform: translateX(-10px) translateY(10px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (min-width: 1025px) {
  .block-list--small > li .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--one:before {
    border-right-width: 10px;
    border-top-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two:before {
    border-bottom-width: 10px;
    border-left-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .bevel--two:after {
    border-top-width: 10px;
    border-right-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--small > li .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list--small > li {
    width: 100%;
  }
}
.block-list--small .block__inner {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.block-list--small .block__inner .img-container {
  width: 100px;
}
.block-list--small .block__inner .text-container {
  padding: 15px 20px;
  width: calc(100% - 100px);
}
.block-list--small h1 {
  position: static;
  background: none;
  color: #171717;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list--small h1 {
    font-size: calc(17 * 0.1rem);
  }
}
.block-list--small h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0;
}
.block-list--small h2 {
  color: #171717;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .block-list--small h2 {
    font-size: calc(16 * 0.1rem);
  }
}
.block-list--small h2 {
  text-transform: none;
}

/* voorlopig uitgecommentariseerd omdat de oficiele vormgeving nog moet komen */
.block-list--ghost button.favorite,
.block-list--ghost button.completed-item {
  display: none;
}
.block-list--ghost .empty-project {
  padding: 20px 30% 30px;
  background-color: #eeeec9;
  background-size: 60% auto;
  background-position: center 20px;
  background-repeat: no-repeat;
}
.block-list--ghost .empty-howto {
  padding: 20px 25% 110px !important;
  background-color: #eeeec9;
}

.favorite {
  width: 70px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .favorite {
    width: 60px;
  }
}

.completed-item {
  width: 60px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .completed-item {
    width: 50px;
  }
}

.block .favorite,
.block .completed-item {
  position: absolute;
  color: #ffffff;
  padding-top: 10px;
  z-index: 2;
}

.block-prop {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
}

.block-prop__inner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-prop__inner .wooly-svg {
  width: 50%;
  float: right;
  margin-bottom: -50px;
}
.block-prop__inner .boardy-svg {
  width: 50%;
  float: right;
  margin-bottom: -50px;
}

/*------------------------------------*\
:    Layout - Fade Filter
\*------------------------------------*/
.fade-filter {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, z-index 10ms 0.3s ease-in-out;
  pointer-events: none;
}
.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;
}

/*------------------------------------*\
:    Layout - Bevels
\*------------------------------------*/
.bevel-container {
  position: relative;
}
.bevel-container .bevel--one {
  height: 20px;
  top: -20px;
  left: 20px;
  width: calc(100% - 20px);
  background: #eaada8;
}
.bevel-container .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 20px solid #eaada8;
  border-top: 20px solid transparent;
}
.bevel-container .bevel--one:after {
  left: 100%;
  border-top: 20px solid #eaada8;
  border-right: 20px solid transparent;
}
.bevel-container .bevel--two {
  width: 20px;
  right: -20px;
  top: 0;
  height: calc(100% - 20px);
  background: #a3486d;
}
.bevel-container .bevel--two:before {
  bottom: 100%;
  border-bottom: 20px solid #a3486d;
  border-left: 20px solid transparent;
}
.bevel-container .bevel--two:after {
  top: 100%;
  border-top: 20px solid #a3486d;
  border-right: 20px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  .bevel-container .bevel--one {
    height: 15px;
    top: -15px;
    left: 15px;
    width: calc(100% - 15px);
    background: #eaada8;
  }
  .bevel-container .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 15px solid #eaada8;
    border-top: 15px solid transparent;
  }
  .bevel-container .bevel--one:after {
    left: 100%;
    border-top: 15px solid #eaada8;
    border-right: 15px solid transparent;
  }
  .bevel-container .bevel--two {
    width: 15px;
    right: -15px;
    top: 0;
    height: calc(100% - 15px);
    background: #a3486d;
  }
  .bevel-container .bevel--two:before {
    bottom: 100%;
    border-bottom: 15px solid #a3486d;
    border-left: 15px solid transparent;
  }
  .bevel-container .bevel--two:after {
    top: 100%;
    border-top: 15px solid #a3486d;
    border-right: 15px solid transparent;
  }
}

.bevel {
  position: absolute;
}
.bevel:after, .bevel:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

/*------------------------------------*\
:    Layout - Modal
\*------------------------------------*/
.modal {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 980px;
  margin: auto;
  left: 0;
  right: 0;
  top: 100px;
  margin-bottom: 40px;
}
.modal .bevel--one {
  height: 30px;
  top: -30px;
  left: 30px;
  width: calc(100% - 30px);
  background: #eaada8;
}
.modal .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 30px solid #eaada8;
  border-top: 30px solid transparent;
}
.modal .bevel--one:after {
  left: 100%;
  border-top: 30px solid #eaada8;
  border-right: 30px solid transparent;
}
.modal .bevel--two {
  width: 30px;
  right: -30px;
  top: 0;
  height: calc(100% - 30px);
  background: #a3486d;
}
.modal .bevel--two:before {
  bottom: 100%;
  border-bottom: 30px solid #a3486d;
  border-left: 30px solid transparent;
}
.modal .bevel--two:after {
  top: 100%;
  border-top: 30px solid #a3486d;
  border-right: 30px solid transparent;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal .bevel--one {
    height: 20px;
    top: -20px;
    left: 20px;
    width: calc(100% - 20px);
    background: #eaada8;
  }
  .modal .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 20px solid #eaada8;
    border-top: 20px solid transparent;
  }
  .modal .bevel--one:after {
    left: 100%;
    border-top: 20px solid #eaada8;
    border-right: 20px solid transparent;
  }
  .modal .bevel--two {
    width: 20px;
    right: -20px;
    top: 0;
    height: calc(100% - 20px);
    background: #a3486d;
  }
  .modal .bevel--two:before {
    bottom: 100%;
    border-bottom: 20px solid #a3486d;
    border-left: 20px solid transparent;
  }
  .modal .bevel--two:after {
    top: 100%;
    border-top: 20px solid #a3486d;
    border-right: 20px solid transparent;
  }
  .modal {
    max-width: calc(100% - 40px);
    left: -20px;
  }
}
.modal h1 {
  margin: 0 0 15px;
}
.modal h2 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal h2 {
    font-size: calc(18 * 0.1rem);
  }
}
.modal h2 {
  margin: 0 0 15px;
  text-align: left;
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal h2 {
    font-size: calc(30 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .modal h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 800px) {
  .modal h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .modal h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  .modal h2 {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal h2 {
    font-size: calc(20 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .modal h2 {
    font-size: calc(17 * 0.1rem);
  }
}
.modal p {
  margin: 0 0 30px;
  text-align: left;
}
.modal p:empty {
  margin: 0;
}
.modal em {
  font-style: normal;
  font-weight: 700;
  color: #2D7C76;
}
.modal form p {
  margin: 0 0 30px;
  text-align: left;
}
.modal form p.statement {
  margin: 0;
  font-size: 80%;
}
.modal form h2 {
  max-width: 600px;
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal form h2 {
    margin: 0;
  }
}
.modal .img-container {
  margin: 0 0 30px;
}
.modal .img-container:empty {
  margin: 0;
}
.modal .uploaded-img {
  position: relative;
  height: 350px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal .uploaded-img {
    height: 50vw;
  }
}
.modal .uploaded-img h1 {
  text-align: right;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0;
  color: #171717;
  padding: 10px 20px;
  background: #e5d55f;
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal .uploaded-img h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 800px) {
  .modal .uploaded-img h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .modal .uploaded-img h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.modal .uploaded-img h2 {
  width: 100%;
  max-width: none;
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal .uploaded-img h2 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal .uploaded-img h2 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal .uploaded-img h2 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal .uploaded-img h2 {
    font-size: calc(30 * 0.1rem);
  }
}
.modal .uploaded-img h2 {
  font-family: "Poppins", sans-serif;
  color: #ffea35;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-image: linear-gradient(rgba(23, 23, 23, 0), rgba(23, 23, 23, 0.5));
}
.modal .uploaded-img h2 span {
  display: block;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal .uploaded-img h2 span {
    font-size: calc(17 * 0.1rem);
  }
}
.modal .uploaded-img h2 span {
  font-family: "Poppins", sans-serif;
  padding-left: 4px;
  margin: -8px 0;
}
.modal .uploaded-img h2 span:first-child {
  font-size: calc(36 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal .uploaded-img h2 span:first-child {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal .uploaded-img h2 span:first-child {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal .uploaded-img h2 span:first-child {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal .uploaded-img h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .modal .uploaded-img h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
.modal .uploaded-img h2 span:first-child {
  font-family: "Bungee Outline", cursive;
  color: #ffffff;
  padding-left: 0;
  margin: 0;
}

.modal__inner {
  background: #ffffff;
  overflow-y: auto;
}

.modal__content {
  padding: 50px 100px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal__content {
    padding: 50px 80px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal__content {
    padding: 50px 60px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal__content {
    padding: 50px 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal__content {
    padding: 50px 20px 20px;
  }
}
.modal__content h2 + form {
  margin-top: 10px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.modal__footer {
  background: #daeeea;
  padding: 35px 50px;
  text-align: center;
  color: #2D7C76;
  font-size: calc(22 * 0.1rem);
  font-family: "Poppins", sans-serif;
  color: #2D7C76;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal__footer {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal__footer {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal__footer {
    font-size: calc(16 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal__footer {
    padding: 25px 20px;
  }
}
.modal__footer a {
  color: inherit;
}
.modal__footer a:hover {
  color: #a3486d;
}

.modal__message {
  display: block;
  color: #171717;
  background: #fecb00;
  justify-content: center;
  padding: 20px 30px;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal__message {
    font-size: calc(16 * 0.1rem);
  }
}
.modal__message {
  font-family: "Poppins", sans-serif;
  display: none;
}

[data-register-loader] {
  height: 35px;
  margin: 0 0 20px 0;
}

[data-login-loader] {
  height: 35px;
  margin: 0 0 20px 0;
}

[data-forgot-loader] {
  height: 35px;
  margin: 0 0 20px 0;
}

.modal__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  padding: 0;
  font-size: calc(30 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal__close {
    font-size: calc(25 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal__close {
    width: 50px;
    height: 50px;
    font-size: calc(20 * 0.1rem);
  }
}
.modal__close:hover {
  color: #a3486d;
}

.modal--aside {
  left: auto;
  right: 60px;
  top: 60px;
  max-width: 600px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal--aside {
    right: 30px;
    top: 30px;
    max-width: calc(100% - 40px);
  }
}
.modal--aside form {
  margin: 0 0 40px;
}
.modal--aside form li.checkbox label {
  margin-left: 80px;
}
.modal--aside .modal__content {
  padding: 50px 70px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .modal--aside .modal__content {
    padding: 50px 70px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal--aside .modal__content {
    padding: 50px 70px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .modal--aside .modal__content {
    padding: 50px 40px 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .modal--aside .modal__content {
    padding: 50px 20px 20px;
  }
}
.modal--aside .video-container {
  margin: 0 0 50px;
}
.modal--aside button {
  margin-bottom: 40px;
}

.modal__info {
  padding: 40px 0;
}

/*------------------------------------*\
:    Layout - Photoswipe
\*------------------------------------*/
.pswp__bg {
  background: #eaada8;
}

.pswp__ui--fit .pswp__caption {
  background: #171717;
  padding: 40px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .pswp__ui--fit .pswp__caption {
    padding-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding: 10px 30px 20px 30px;
    min-height: 190px;
    justify-content: flex-start;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption {
    min-height: 240px;
    padding: 10px 20px 20px 20px;
  }
}
.pswp__ui--fit .pswp__caption .content-container {
  margin: 0 auto;
}
.pswp__ui--fit .pswp__caption .studio-owner h2 {
  width: 100%;
  font-size: calc(64 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(56 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(40 * 0.1rem);
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h2 {
  font-family: "Poppins", sans-serif;
  color: #ffea35;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(48 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 800px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 {
    font-size: calc(30 * 0.1rem);
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h2 span {
  display: block;
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    font-size: calc(20 * 0.1rem);
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h2 span {
  font-family: "Poppins", sans-serif;
  padding-left: 4px;
  margin: -10px 0 -15px;
  letter-spacing: 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    font-size: calc(23 * 0.1rem);
    margin: -10px 0 -10px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    font-size: calc(20 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    padding-left: 1px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span {
    font-size: calc(15 * 0.1rem);
    margin: -7px 0 -7px;
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
  font-size: calc(64 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(56 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(40 * 0.1rem);
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
  font-family: "Bungee Outline", cursive;
  color: #ffffff;
  padding-left: 0;
  margin: 0;
  letter-spacing: 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-family: "Bungee Outline", cursive;
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 800px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 320px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-family: "Bungee Outline", cursive;
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 1024px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 800px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 320px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-owner h2 span:first-child {
    -webkit-font-smoothing: antialiased;
  }
}
.pswp__ui--fit .pswp__caption .studio-owner h3 {
  color: #ffffff;
  font-weight: 400;
}
.pswp__ui--fit .pswp__caption h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.pswp__ui--fit .pswp__caption h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 800px) {
  .pswp__ui--fit .pswp__caption h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.pswp__ui--fit .pswp__caption .studio-content {
  padding-top: 8px;
  padding-right: 220px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .pswp__ui--fit .pswp__caption .studio-content {
    padding-top: 0;
    margin-top: -5px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .pswp__ui--fit .pswp__caption .studio-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__ui--fit .pswp__caption .studio-content {
    padding-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .studio-content {
    padding-right: 0;
    padding-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-content {
    padding-left: 80px;
  }
}
.pswp__ui--fit .pswp__caption .studio-content p:first-child {
  padding-top: 7px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .pswp__ui--fit .pswp__caption .studio-owner-wrapper {
    margin: 0 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__ui--fit .pswp__caption .studio-owner-wrapper {
    padding-right: 0;
  }
}
.pswp__ui--fit .pswp__caption .studio-owner-wrapper .studio-owner {
  padding-top: 8px;
}
.pswp__ui--fit .pswp__caption .fail-graphic-container {
  position: static;
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__ui--fit .pswp__caption .fail-graphic-container {
    margin-top: -15px;
  }
}
.pswp__ui--fit .pswp__caption .fail-graphic-container,
.pswp__ui--fit .pswp__caption .winner-text-container {
  padding: 0;
  justify-content: flex-start;
}
.pswp__ui--fit .pswp__caption .winner-text-container > span {
  padding: 0;
  color: #a6d7ce;
}
.pswp__ui--fit .pswp__caption .winner-text-container > span span {
  color: #e5d55f;
}

.pswp--svg .pswp__button {
  background: none;
}

.pswp__caption__center {
  width: 100%;
  max-width: none;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__caption__center {
    font-size: calc(16 * 0.1rem);
  }
}
.pswp__caption__center {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .pswp__caption__center {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__caption__center {
    flex-direction: row;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__caption__center {
    flex-direction: column;
  }
}
.pswp__caption__center p {
  margin-bottom: 20px;
}
.pswp__caption__center p:last-child {
  margin-bottom: 0;
}

.studio-owner-wrapper {
  padding-left: 95px;
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #988d3c;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .studio-owner-wrapper {
    padding-right: 40px;
    padding-left: 100px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .studio-owner-wrapper {
    padding-left: 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .studio-owner-wrapper {
    border-right: 0;
  }
  .studio-owner-wrapper .studio-owner {
    border-bottom: 1px solid #988d3c;
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .studio-owner-wrapper {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #988d3c;
  }
  .studio-owner-wrapper .studio-owner {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .studio-owner-wrapper {
    padding-left: 80px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .studio-owner-wrapper {
    border-right: 0;
  }
  .studio-owner-wrapper .studio-owner {
    border-bottom: 1px solid #988d3c;
    padding-bottom: 10px;
  }
}
.studio-owner-wrapper .klokhuis-logo {
  width: 77px;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .studio-owner-wrapper .klokhuis-logo {
    width: 77px;
    top: -20px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .studio-owner-wrapper .klokhuis-logo {
    width: 60px;
    top: -18px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .studio-owner-wrapper .klokhuis-logo {
    width: 60px;
    top: 10px;
  }
}

.pswp__share-modal {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  bottom: 30px;
  right: 50px;
  background: none;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__share-modal {
    right: 20px;
    bottom: 25px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__share-modal {
    right: auto;
    left: 20px;
    bottom: 10px;
    width: 70px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__share-modal {
    left: 10px;
  }
}

a.pswp__share--facebook:before {
  display: none;
}

.pswp__share-tooltip {
  position: static;
  background: none;
  box-shadow: 0 0 0;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__share-tooltip {
    flex-direction: column;
    justify-content: center;
  }
}
.pswp__share-tooltip a {
  display: block;
  margin: 0;
  font-size: calc(20 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__share-tooltip a {
    margin: 0 8px;
  }
}
.pswp__share-tooltip a:last-child {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__share-tooltip a:last-child {
    margin: 0 8px;
  }
}
.pswp__share-tooltip a:hover {
  background: none;
}
.pswp__share-tooltip a span {
  pointer-events: none;
}

.pswp--touch .pswp__share-tooltip a {
  padding: 5px 12px;
}

.pswp__top-bar {
  height: 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  opacity: 1;
  margin-top: -160px;
  width: 70px;
  height: 70px;
  padding: 10px;
  font-size: calc(35 * 0.1rem);
  font-family: "Poppins", sans-serif;
  line-height: 0;
  color: #171717;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    display: none;
  }
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  color: #e5d55f;
}
.pswp__button--arrow--left:hover .bevel-container,
.pswp__button--arrow--right:hover .bevel-container {
  background-color: #171717;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none !important;
  top: -20px;
  right: -20px;
  width: 150%;
  height: 150%;
}
.pswp__button--arrow--left .bevel-container,
.pswp__button--arrow--right .bevel-container {
  background: #eeeec9;
  height: 100%;
  pointer-events: none;
}
.pswp__button--arrow--left .bevel-container .bevel--one,
.pswp__button--arrow--right .bevel-container .bevel--one {
  background: #e5d55f;
}
.pswp__button--arrow--left .bevel-container .bevel--one:before,
.pswp__button--arrow--right .bevel-container .bevel--one:before {
  border-right-color: #e5d55f;
}
.pswp__button--arrow--left .bevel-container .bevel--one:after,
.pswp__button--arrow--right .bevel-container .bevel--one:after {
  border-top-color: #e5d55f;
}
.pswp__button--arrow--left .bevel-container .bevel--two,
.pswp__button--arrow--right .bevel-container .bevel--two {
  background: #a3486d;
}
.pswp__button--arrow--left .bevel-container .bevel--two:before,
.pswp__button--arrow--right .bevel-container .bevel--two:before {
  border-bottom-color: #a3486d;
}
.pswp__button--arrow--left .bevel-container .bevel--two:after,
.pswp__button--arrow--right .bevel-container .bevel--two:after {
  border-top-color: #a3486d;
}

.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--left:after {
  content: "«";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pswp__button--arrow--right {
  right: 20px;
}
.pswp__button--arrow--right:after {
  content: "»";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pswp__button--close {
  background: none;
  color: #171717;
  width: 90px;
  height: 90px;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__button--close {
    width: 50px;
    height: 50px;
  }
}
.pswp__button--close:hover {
  color: #144a55;
}
.pswp__button--close:before {
  background: none;
}
.pswp__button--close:after {
  display: block;
  content: "\e900";
  font-family: "icomoon";
  font-size: calc(30 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__button--close:after {
    font-size: calc(25 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__button--close:after {
    font-size: calc(20 * 0.1rem);
  }
}

.pswp__counter {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .pswp__counter {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .pswp__counter {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__counter {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .pswp__counter {
    font-size: calc(18 * 0.1rem);
  }
}
.pswp__counter {
  font-family: "Poppins", sans-serif;
  padding: 20px;
  height: auto;
  opacity: 1;
  color: #171717;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 700px) {
  .pswp__counter {
    padding: 2px 20px;
  }
}

/*------------------------------------*\
:    Layout - Tabs
\*------------------------------------*/
.tab-list {
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .tab-list {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .tab-list {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .tab-list {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .tab-list {
    font-size: calc(30 * 0.1rem);
  }
}
.tab-list {
  font-size: calc(40 * 0.1rem);
}
.tab-list::after {
  content: "";
  display: table;
  clear: both;
}
.tab-list {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 0px) and (max-width: 700px) {
  .tab-list {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .tab-list {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 800px) {
  .tab-list {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .tab-list {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  .tab-list {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 320px) {
  .tab-list {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .tab-list {
    font-size: calc(22 * 0.1rem);
    margin-bottom: 20px;
  }
}
.tab-list span,
.tab-list ul,
.tab-list li {
  display: block;
  float: left;
}
.tab-list span {
  margin-right: 7px;
}
.tab-list li:after {
  content: "|";
  font-weight: 400;
}
.tab-list li:last-child:after {
  display: none;
}
.tab-list button {
  text-transform: lowercase;
  padding: 0 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .tab-list button {
    padding: 0 5px;
  }
}
.tab-list button.is-active, .tab-list button:hover {
  color: #2D7C76;
}

.tab-list--fullwidth {
  min-width: 100%;
}

.tab-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tab-content {
  position: absolute;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tab-list--text-small {
  font-size: 3rem;
}

.tab-list--no-border-bottom {
  border-bottom: 0;
}

@media (max-width: 600px) and (min-width: 0px) {
  h2.tab-list__item-header {
    font-size: 1.4rem;
    margin: 0;
    white-space: pre-wrap;
  }
}
@media (max-width: 850px) and (min-width: 600px) {
  h2.tab-list__item-header {
    font-size: 2rem;
    margin: 0;
    white-space: pre-wrap;
  }
}

/*------------------------------------*\
:    Layout - Swiper
\*------------------------------------*/
.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-navigation-icon {
  display: none !important;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 20px auto;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d1b1c8;
}

.swiper-pagination-bullet-active {
  background-color: #a3486d;
}

/*------------------------------------*\
:    Layout - X scroll container
\*------------------------------------*/
.x-scroll-container {
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
.x-scroll-container .x-scroll {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.x-scroll-container .x-scroll li {
  flex-shrink: 0;
}

.x-scroll-wrapper {
  overflow: hidden;
}

/*------------------------------------*\
:    Layout - Sharebar
\*------------------------------------*/
.share-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 500px) {
  .share-container {
    justify-content: center;
  }
}
.share-container li {
  margin: 0 15px 0 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .share-container li {
    margin: 0 8px;
  }
}
.share-container li:last-child {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .share-container li:last-child {
    margin: 0 8px;
  }
}

/*------------------------------------*\
:    Layout - Navigation
\*------------------------------------*/
.post-nav {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.post-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav ul {
    flex-wrap: wrap;
    text-align: center;
  }
}
.post-nav li {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav li {
    max-width: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
}
.post-nav a {
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .post-nav a {
    font-size: calc(20 * 0.1rem);
  }
}
.post-nav a {
  font-family: "Bungee Inline", cursive;
  text-transform: uppercase;
  line-height: 1;
  color: #171717;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav a {
    font-size: calc(16 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
.post-nav a:hover {
  color: #a3486d;
}

.post-nav__previous a:after {
  display: block;
  content: "↳";
  transform: scaleX(-1);
  text-align: right;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav__previous a:after {
    display: none;
  }
}
.post-nav__previous a:before {
  display: none;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav__previous a:before {
    content: "↳";
    transform: scaleX(-1);
    display: inline-block;
    padding-left: 10px;
  }
}

.post-nav__next {
  text-align: right;
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav__next {
    text-align: center;
  }
}
.post-nav__next a:after {
  display: block;
  content: "↳";
}
@media (min-width: 0px) and (max-width: 700px) {
  .post-nav__next a:after {
    display: inline-block;
    padding-left: 10px;
  }
}

.page-nav {
  margin: 60px 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .page-nav {
    margin: 20px 0 0;
  }
}
.page-nav.disabled {
  display: none;
}
.page-nav ul {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.page-nav li {
  margin: 0 7.5px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .page-nav li {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .page-nav li.current {
    display: block;
  }
}
.page-nav li.current a {
  background: #ffea35;
  color: #171717;
}
@media (min-width: 0px) and (max-width: 700px) {
  .page-nav li.page-nav__next, .page-nav li.page-nav__previous {
    display: block;
  }
}
.page-nav li.disabled {
  display: none;
}
.page-nav a {
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 700px) {
  .page-nav__next {
    display: block;
  }
}
.page-nav__next a:after {
  content: "»";
}

@media (min-width: 0px) and (max-width: 700px) {
  .page-nav__previous {
    display: block;
  }
}
.page-nav__previous a:after {
  content: "«";
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Main
\*------------------------------------*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.skip-link {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: currentColor;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: absolute;
  display: block;
  z-index: 100;
  background-color: white;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 10px 20px;
  outline: 3px solid magenta;
}
.skip-link.top {
  top: -1px;
  left: -1px;
}
.skip-link.top:focus {
  top: 3px;
  left: 3px;
}
.skip-link.bottom {
  bottom: -1px;
  right: -1px;
}
.skip-link.bottom:focus {
  bottom: 3px;
  right: 3px;
}

article header {
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  article header {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  article header {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article header {
    margin-bottom: 30px;
  }
}
article header h1 {
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  article header h1 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article header h1 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  article header h1 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article header h1 {
    font-size: calc(30 * 0.1rem);
  }
}
article header h1 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
article header h2 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  article header h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article header h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  article header h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article header h2 {
    font-size: calc(18 * 0.1rem);
  }
}

main {
  opacity: 0;
  transition: opacity 0s ease-in-out;
}
body.loaded main {
  opacity: 1;
}

/*------------------------------------*\
:    Main - Home
\*------------------------------------*/
.section-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 800px) {
  .section-header {
    flex-wrap: wrap;
  }
}

.news-list--home {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0 -15px 40px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .news-list--home {
    margin: 0 -10px 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news-list--home {
    margin: 0 -10px 30px;
  }
}
.news-list--home li {
  width: 50%;
  padding: 0 15px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .news-list--home li {
    padding: 0 10px;
  }
}
.news-list--home article {
  height: 100%;
  display: flex;
  flex: 1;
}
.news-list--home .text-container {
  background: #ffffff;
  padding: 15px 30px;
  display: flex;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 800px) {
  .news-list--home .text-container {
    padding: 10px 20px;
  }
}
.news-list--home h1 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news-list--home h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news-list--home h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news-list--home h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news-list--home h1 {
    font-size: calc(18 * 0.1rem);
  }
}
.news-list--home h1 {
  color: #171717;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news-list--home h1 {
    font-size: calc(20 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-weight: 700;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .news-list--home h1 {
    font-size: calc(17 * 0.1rem);
  }
}
.news-list--home a {
  display: block;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-list--home a:hover h1 {
  color: #09AA64;
}
.news-list--home .news--external .text-container {
  background: #171717;
  transition: background 0.15s ease-in-out;
}
.news-list--home .news--external h1 {
  color: #ffffff;
  transition: color 0.15s ease-in-out;
}
.news-list--home .news--external a:hover .text-container {
  background: #09AA64;
}
.news-list--home .news--external a:hover h1 {
  color: #171717;
}

.wedstrijd--home {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0 0 30px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd--home {
    flex-wrap: wrap;
  }
}
.wedstrijd--home .img-container {
  width: 50%;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .wedstrijd--home .img-container {
    width: 40%;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd--home .img-container {
    width: 100%;
    height: 180px;
  }
}
.wedstrijd--home .img-container a {
  display: block;
}
.wedstrijd--home .img-container h1 {
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(30 * 0.1rem);
  }
}
.wedstrijd--home .img-container h1 {
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 50px 30px 15px 30px;
  color: #ffffff;
  font-family: "Bungee Inline", cursive;
  background-image: linear-gradient(rgba(23, 23, 23, 0), rgba(23, 23, 23, 0.5));
}
@media (min-width: 0px) and (max-width: 1023px) {
  .wedstrijd--home .img-container h1 {
    padding: 40px 20px 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-family: "Bungee Inline", cursive;
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 700px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 320px) {
  .wedstrijd--home .img-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
.wedstrijd--home .img-container span {
  background: #171717;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .img-container span {
    font-size: calc(16 * 0.1rem);
  }
}
.wedstrijd--home .img-container span {
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
}
.wedstrijd--home .text-container {
  width: 50%;
  padding: 50px;
  background-image: linear-gradient(to right, #45b0a8, #fecb00);
}
@media (min-width: 0px) and (max-width: 1280px) {
  .wedstrijd--home .text-container {
    padding: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .wedstrijd--home .text-container {
    width: 60%;
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd--home .text-container {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .text-container {
    padding: 20px;
  }
}
.wedstrijd--home .row {
  border-bottom: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 15px;
  justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .row {
    margin: 0;
  }
}
.wedstrijd--home .row a {
  margin: 0 10px;
  width: 40%;
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .row a {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .wedstrijd--home .row a {
    font-size: calc(20 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd--home .row a {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  .wedstrijd--home .row a {
    padding: 9px 30px 12px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd--home .row a {
    width: auto;
    margin: 0 10px 20px;
  }
}
.wedstrijd--home .wedstrijd__terms {
  width: 100%;
}
.wedstrijd--home .wedstrijd__terms h2 {
  margin: 0 0 20px;
}
.wedstrijd--home .wedstrijd__terms ul {
  margin: 0 0 20px;
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .wedstrijd__terms ul {
    font-size: calc(20 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd--home .wedstrijd__terms ul {
    font-size: calc(20 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .wedstrijd--home .wedstrijd__terms ul {
    font-size: calc(17 * 0.1rem);
  }
}
.wedstrijd--home .wedstrijd__terms li:before {
  color: #ffffff;
}
.wedstrijd--home .wedstrijd__remaining {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
}

/*------------------------------------*\
:    Main - Projecten
\*------------------------------------*/
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--one {
  background: #ccc;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--one:before {
  border-right-color: #ccc;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--one:after {
  border-top-color: #ccc;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--two {
  background: #aaa;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--two:before {
  border-bottom-color: #aaa;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .bevel--two:after {
  border-top-color: #aaa;
}
.block-list.block-list--hoe-doe-je-dat-jes li .incomplete .text-container h1 {
  color: #333;
}
.block-list .wedstrijd .text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-list .wedstrijd .text-container a {
  width: calc(100% - 130px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list .wedstrijd .text-container a {
    width: 100%;
  }
}
.block-list .wedstrijd .wedstrijd__label {
  padding-top: 4px;
  width: 130px;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
  text-align: right;
  display: block;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
  color: #fe0364;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list .wedstrijd .wedstrijd__label {
    width: 100%;
    text-align: left;
    margin: -5px 0 5px;
  }
  .block-list .wedstrijd .wedstrijd__label br {
    display: none;
  }
}
.block-list .wedstrijd .wedstrijd__label span {
  font-weight: 700;
  color: #171717;
}
.block-list .incomplete .bevel--one {
  background: #ccc;
}
.block-list .incomplete .bevel--one:before {
  border-right-color: #ccc;
}
.block-list .incomplete .bevel--one:after {
  border-top-color: #ccc;
}
.block-list .incomplete .bevel--two {
  background: #aaa;
}
.block-list .incomplete .bevel--two:before {
  border-bottom-color: #aaa;
}
.block-list .incomplete .bevel--two:after {
  border-top-color: #aaa;
}
.block-list .incomplete .img-container img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
}
.block-list .incomplete .text-container,
.block-list .incomplete .block__inner {
  background: #f1f1f1 !important;
}

.tags {
  font-weight: normal;
}
.tags::after {
  content: "";
  display: table;
  clear: both;
}
.tags li {
  float: left;
  margin-right: 15px;
}
.tags li:last-child {
  margin-right: 0;
}
.tags a {
  color: #09AA64;
  display: inline;
}
.tags a:hover {
  text-decoration: underline;
}

.meta-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .meta-bar {
    flex-wrap: wrap;
  }
}
.meta-bar .favorite {
  transform: scale(1, 1) translateY(12px);
}
.meta-bar .favorite:hover {
  transform: scale(1.25, 1.25) translateY(12px);
}
.meta-bar .meta-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transform: translateY(-7px);
}
@media (min-width: 0px) and (max-width: 700px) {
  .meta-bar .meta-group {
    transform: translateY(-12px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar .meta-group {
    width: 100%;
    transform: translateY(-12px) translateX(-8px);
  }
}
.meta-bar .social {
  display: block;
}
.meta-bar .social--facebook {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  transform: translateY(-7px);
}
@media (min-width: 0px) and (max-width: 700px) {
  .meta-bar .social--facebook {
    width: 35px;
    height: 35px;
    transform: translateY(-4px);
  }
}
.meta-bar .social--twitter {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transform: translateY(3px);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.meta-bar .social--twitter:hover {
  transform: translateY(3px) scale(1.25);
}
@media (min-width: 0px) and (max-width: 700px) {
  .meta-bar .social--twitter {
    width: 35px;
    height: 35px;
  }
}

.meta-hashtags {
  display: inline-block;
  padding-left: 10px;
}
.meta-hashtags a {
  color: #171717;
}
.meta-hashtags a:hover {
  color: #ffffff;
}

.meta-bar__primary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform: translateY(10px);
}
@media (min-width: 0px) and (max-width: 1023px) {
  .meta-bar__primary {
    order: 2;
    margin-top: -10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__primary {
    padding-bottom: 5px;
  }
}

.meta-bar__secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .meta-bar__secondary {
    width: 100%;
    order: 1;
    margin: 0 0 -15px;
    justify-content: flex-start;
  }
}
.meta-bar__secondary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-right: -10px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .meta-bar__secondary ul {
    margin: 0 -15px 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__secondary ul {
    margin: 0 -10px 15px;
  }
}
.meta-bar__secondary ul:first-child {
  padding-right: 20px;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__secondary ul:first-child {
    position: absolute;
    bottom: -25px;
    left: 0;
    transform: translateY(100%);
  }
}
.meta-bar__secondary ul:last-child {
  padding-right: 0;
}
.meta-bar__secondary ul li {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__secondary ul li {
    padding: 0 10px;
  }
}
.meta-bar__secondary ul li span {
  padding-left: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__secondary ul li span {
    padding-left: 5px;
  }
}
.meta-bar__secondary ul a {
  color: #171717;
}
@media (min-width: 0px) and (max-width: 500px) {
  .meta-bar__secondary ul a {
    color: #ffffff;
  }
}
.meta-bar__secondary ul a:hover {
  color: #ffffff;
}

.meta-graphic {
  width: 50px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .meta-graphic {
    width: 40px;
  }
}

article.project header .meta-bar,
article.hoe-doe-je-dat-je header .meta-bar {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 700px) {
  article.project header .meta-bar,
  article.hoe-doe-je-dat-je header .meta-bar {
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project header .meta-bar,
  article.hoe-doe-je-dat-je header .meta-bar {
    margin-bottom: 100px;
  }
}
article.project header .meta-bar h1,
article.hoe-doe-je-dat-je header .meta-bar h1 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline;
  font-weight: 700;
}
article.project header h2,
article.hoe-doe-je-dat-je header h2 {
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project header h2,
  article.hoe-doe-je-dat-je header h2 {
    display: none;
  }
}
article.project > h2,
article.hoe-doe-je-dat-je > h2 {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 700px) {
  article.project > h2,
  article.hoe-doe-je-dat-je > h2 {
    margin: 0 0 10px;
  }
}
article.project .row,
article.hoe-doe-je-dat-je .row {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project .row,
  article.hoe-doe-je-dat-je .row {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
article.project .row.project-info,
article.hoe-doe-je-dat-je .row.project-info {
  margin: 0 0 60px;
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project .row.project-info,
  article.hoe-doe-je-dat-je .row.project-info {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project .row h2,
  article.hoe-doe-je-dat-je .row h2 {
    margin: 0 0 15px;
  }
}

.project__video {
  width: calc(100% - 380px);
  order: 1;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .project__video {
    width: 65%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__video {
    width: calc(100% - 300px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__video {
    width: 100%;
  }
}

.project__aside {
  width: 380px;
  margin-top: -20px;
  padding-left: 40px;
  order: 2;
}
@media (min-width: 0px) and (max-width: 1280px) {
  .project__aside {
    width: 35%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__aside {
    width: 300px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__aside {
    margin-top: 20px;
    width: 100%;
    background: #faebea;
    padding: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__aside {
    margin-top: 10px;
    padding: 10px;
  }
}
.project__aside .btn {
  margin: auto;
}

.project__aside__inner {
  height: calc(100% - 20px);
  background: #faebea;
  padding: 20px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .project__aside__inner {
    margin: 0 -5px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__aside__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    padding: 0;
    margin: 0 -10px;
    background: none;
  }
}
.project__aside__inner li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__aside__inner li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__aside__inner li {
    padding: 0 5px;
  }
}
.project__aside__inner .video-container {
  margin: 0 0 15px;
  width: 100%;
}

.project__requirements,
.project__description,
.project__hoe-doe-je-dat-jes {
  background: #daeeea;
  padding: 20px 25px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__requirements,
  .project__description,
  .project__hoe-doe-je-dat-jes {
    padding: 15px 20px;
  }
}
.project__requirements h3,
.project__description h3,
.project__hoe-doe-je-dat-jes h3 {
  font-family: "Bungee", cursive;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.project__requirements ul li,
.project__description ul li,
.project__hoe-doe-je-dat-jes ul li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 15px;
}
.project__requirements ul li:before,
.project__description ul li:before,
.project__hoe-doe-je-dat-jes ul li:before {
  content: "•";
  font-size: calc(20 * 0.1rem);
  color: #a3486d;
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: -1px;
}

.project__requirements {
  width: 260px;
  border-right: 1px solid #95b3be;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__requirements {
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__requirements {
    width: 50%;
    order: 1;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__requirements {
    width: 100%;
  }
}

.project__description {
  width: calc(100% - 620px);
  margin: 0 20px 0 0;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__description {
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__description {
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__description {
    margin-top: 10px;
  }
}
.project__description ul::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__description ul {
    margin: 0 -20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__description ul {
    margin: 0;
  }
}
.project__description ul li {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__description ul li {
    float: none;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__description ul li {
    float: left;
    width: 50%;
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__description ul li {
    float: none;
    width: 100%;
    padding: 0;
    padding-left: 15px;
  }
}
.project__description ul li:nth-child(even) {
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__description ul li:nth-child(even) {
    padding-right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__description ul li:before {
    left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__description ul li:before {
    left: 0;
  }
}

.project__hoe-doe-je-dat-jes {
  width: 340px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__hoe-doe-je-dat-jes {
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__hoe-doe-je-dat-jes {
    width: 50%;
    order: 2;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__hoe-doe-je-dat-jes {
    width: 100%;
    margin: 10px 0 0;
  }
}
.project__hoe-doe-je-dat-jes li {
  margin-bottom: 10px;
}
.project__hoe-doe-je-dat-jes a {
  color: #171717;
  text-decoration: none;
}
.project__hoe-doe-je-dat-jes a:hover {
  color: #2D7C76;
}
.project__hoe-doe-je-dat-jes a h4:after {
  content: "»";
  padding-left: 5px;
}

.project__results {
  margin: 0 0 40px;
}

.project__status {
  margin: 80px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__status {
    margin: 40px 0 0;
  }
}
.project__status button {
  margin-bottom: 40px;
}

.fail-item {
  position: relative;
}
.fail-item .bevel--one {
  height: 20px;
  top: -20px;
  left: 20px;
  width: calc(100% - 20px);
  background: #d1b1c8;
}
.fail-item .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 20px solid #d1b1c8;
  border-top: 20px solid transparent;
}
.fail-item .bevel--one:after {
  left: 100%;
  border-top: 20px solid #d1b1c8;
  border-right: 20px solid transparent;
}
.fail-item .bevel--two {
  width: 20px;
  right: -20px;
  top: 0;
  height: calc(100% - 20px);
  background: #3fb0a8;
}
.fail-item .bevel--two:before {
  bottom: 100%;
  border-bottom: 20px solid #3fb0a8;
  border-left: 20px solid transparent;
}
.fail-item .bevel--two:after {
  top: 100%;
  border-top: 20px solid #3fb0a8;
  border-right: 20px solid transparent;
}
.fail-item:hover .bevel--one, .fail-item.completed .bevel--one {
  height: 10px;
  transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item:hover .bevel--one:before, .fail-item.completed .bevel--one:before {
  border-right-width: 10px;
  border-top-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item:hover .bevel--two, .fail-item.completed .bevel--two {
  width: 10px;
  height: calc(100% - 10px);
  top: calc(-20px / 2);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item:hover .bevel--two:before, .fail-item.completed .bevel--two:before {
  border-bottom-width: 10px;
  border-left-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item:hover .bevel--two:after, .fail-item.completed .bevel--two:after {
  border-top-width: 10px;
  border-right-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item:hover .block__inner, .fail-item.completed .block__inner {
  transform: translateX(calc(20px / 2)) translateY(calc(-20px / 2));
  transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .bevel--one {
  transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .bevel--one:before {
  border-right-width: 20px;
  border-top-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .bevel--two {
  transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .bevel--two:before {
  border-bottom-width: 20px;
  border-left-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .bevel--two:after {
  border-top-width: 20px;
  border-right-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item .block__inner {
  transform: translateX(0) translateY(0);
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fail-item {
  display: block;
  margin-left: 150px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-item {
    margin-left: 90px;
  }
}
.fail-item .block__inner {
  padding: 12.5px 30px;
  background: #daeeea;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .fail-item .block__inner {
    min-width: 220px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-item .block__inner {
    padding: 15px 10px;
  }
}
.fail-item .block__inner:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: -200%;
  transform: rotate(-45deg);
}

.complete-item {
  position: relative;
}
.complete-item .bevel--one {
  height: 20px;
  top: -20px;
  left: 20px;
  width: calc(100% - 20px);
  background: #d1b1c8;
}
.complete-item .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 20px solid #d1b1c8;
  border-top: 20px solid transparent;
}
.complete-item .bevel--one:after {
  left: 100%;
  border-top: 20px solid #d1b1c8;
  border-right: 20px solid transparent;
}
.complete-item .bevel--two {
  width: 20px;
  right: -20px;
  top: 0;
  height: calc(100% - 20px);
  background: #3fb0a8;
}
.complete-item .bevel--two:before {
  bottom: 100%;
  border-bottom: 20px solid #3fb0a8;
  border-left: 20px solid transparent;
}
.complete-item .bevel--two:after {
  top: 100%;
  border-top: 20px solid #3fb0a8;
  border-right: 20px solid transparent;
}
.complete-item:hover .bevel--one, .complete-item.completed .bevel--one {
  height: 10px;
  transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item:hover .bevel--one:before, .complete-item.completed .bevel--one:before {
  border-right-width: 10px;
  border-top-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item:hover .bevel--two, .complete-item.completed .bevel--two {
  width: 10px;
  height: calc(100% - 10px);
  top: calc(-20px / 2);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item:hover .bevel--two:before, .complete-item.completed .bevel--two:before {
  border-bottom-width: 10px;
  border-left-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item:hover .bevel--two:after, .complete-item.completed .bevel--two:after {
  border-top-width: 10px;
  border-right-width: 10px;
  transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item:hover .block__inner, .complete-item.completed .block__inner {
  transform: translateX(calc(20px / 2)) translateY(calc(-20px / 2));
  transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .bevel--one {
  transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .bevel--one:before {
  border-right-width: 20px;
  border-top-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .bevel--two {
  transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .bevel--two:before {
  border-bottom-width: 20px;
  border-left-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .bevel--two:after {
  border-top-width: 20px;
  border-right-width: 20px;
  transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item .block__inner {
  transform: translateX(0) translateY(0);
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.complete-item {
  display: block;
  margin-left: 150px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .complete-item {
    margin-left: 90px;
  }
}
.complete-item .block__inner {
  padding: 20px 30px;
  background: #daeeea;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 800px) {
  .complete-item .block__inner {
    min-width: 220px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .complete-item .block__inner {
    padding: 15px 10px;
  }
}
.complete-item .block__inner:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: -200%;
  transform: rotate(-45deg);
}

.complete-item__text {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .complete-item__text {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .complete-item__text {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .complete-item__text {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .complete-item__text {
    font-size: calc(18 * 0.1rem);
  }
}
.complete-item__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.complete-item__text span {
  font-weight: 700;
}

.fail-item__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-item__text {
    font-size: calc(16 * 0.1rem);
  }
}
.fail-item__text span {
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-item__text span {
    font-size: calc(20 * 0.1rem);
  }
}
.fail-item__text span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: block;
}

.complete-item__graphic {
  width: 150px;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateX(-100%);
}
@media (min-width: 0px) and (max-width: 500px) {
  .complete-item__graphic {
    width: 120px;
  }
}

.fail-item__graphic {
  width: 100px;
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: translateX(-100%);
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-item__graphic {
    width: 80px;
    left: -10px;
  }
}

.project__results {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.project__results .results-list {
  margin: 0 -5px;
  width: calc(100% + 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__results .results-list {
    flex-wrap: wrap;
  }
}
.project__results .results-list a:hover h1 {
  color: #eaada8;
}
.project__results .results-list li {
  width: 25%;
  padding: 0 5px;
  display: flex;
  flex: 1;
  min-height: 186px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__results .results-list li {
    width: 33.3333333333%;
  }
  .project__results .results-list li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__results .results-list li {
    width: 50%;
    margin: 0 0 10px;
    flex: auto;
    min-height: 0;
  }
  .project__results .results-list li:nth-child(2) {
    display: flex;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .project__results .results-list li {
    width: 100%;
  }
}
.project__results .results-list li.tab-list__item {
  width: inherit;
  min-height: inherit;
}
@media (max-width: 500px) and (min-width: 0px) {
  .project__results .results-list li.tab-list__item {
    display: flex;
    justify-content: center;
    height: 40px;
  }
}
.project__results .results-list article {
  width: 100%;
}
.project__results .results-list .img-container {
  position: relative;
}
.project__results .results-list .img-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project__results .results-list h1 {
  width: 100%;
  max-width: none;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__results .results-list h1 {
    font-size: calc(17 * 0.1rem);
  }
}
.project__results .results-list h1 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ffea35;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 10px 20px;
  background-image: linear-gradient(rgba(23, 23, 23, 0), rgba(23, 23, 23, 0.5));
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__results .results-list h1 {
    padding: 20px 10px 5px 10px;
  }
}
.project__results .results-list button.upload {
  font-size: calc(24 * 0.1rem);
  font-family: "Poppins", sans-serif;
  width: 100%;
  background: #eeeec9;
  padding: 50px 20px 0;
  color: #2D7C76;
  background-image: url("/bundles/studioklokhuispublicationbundle/images/upload.png");
  background-size: auto 57px;
  background-position: center 10px;
  background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__results .results-list button.upload {
    padding: 40px 20px 0;
    background-size: auto 40px;
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .project__results .results-list button.upload {
    background-image: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__results .results-list button.upload {
    padding: 10px;
  }
}
.project__results .results-list button.upload:hover .btn {
  color: #ffea35;
}
.project__results .results-list button.upload .btn {
  display: block;
  margin: 0 0 10px;
  padding: 9px 20px 12px;
}
.project__results .results-list button.upload .btn:after {
  content: "»";
  padding-left: 5px;
  display: inline-block;
  transform: rotate(-90deg);
  font-size: calc(40 * 0.1rem);
  line-height: 0;
  padding-top: 3px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__results .results-list button.upload .btn:after {
    font-size: calc(30 * 0.1rem);
    padding-left: 3px;
  }
}

.project__episodes {
  background: #eeeec9;
}
.project__episodes ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0 -5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes ul {
    display: block;
    margin: 0;
  }
}
.project__episodes li {
  width: 33.3333333333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes li {
    width: 100%;
    border-bottom: 1px solid #c7c7a9;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes li:nth-child(3n) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.project__episodes li:nth-child(3n) .text-container {
  border-right: 0;
}
.project__episodes a {
  text-decoration: none;
  color: #171717;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.project__episodes a:hover {
  color: #a3486d;
}
.project__episodes span {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__episodes span {
    font-size: calc(14 * 0.1rem);
  }
}
.project__episodes .img-container {
  padding: 0 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes .img-container {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__episodes .img-container {
    width: 130px;
    padding: 0 5px 0 0;
  }
}
.project__episodes .text-container {
  padding: 10px 30px 40px;
  margin: 10px 0;
  border-right: 1px solid #c7c7a9;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__episodes .text-container {
    padding: 10px 20px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes .text-container {
    width: calc(100% - 200px);
    padding: 5px 10px;
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__episodes .text-container {
    width: calc(100% - 130px);
    margin: 0;
    padding: 10px 10px;
  }
}
.project__episodes h3 {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__episodes h3 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__episodes h3 {
    font-size: calc(20 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__episodes h3 {
    font-size: calc(18 * 0.1rem);
  }
}

/*------------------------------------*\
:    Fail Modal
\*------------------------------------*/
.fail-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  background-image: linear-gradient(to right, #1f5758, #3db1a6);
  padding: 30px 40px;
  color: #ffffff;
  z-index: 300;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal {
    padding: 30px 20px;
  }
}
.fail-modal.is-active {
  transform: translateX(0);
}
.fail-modal h2 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .fail-modal h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .fail-modal h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .fail-modal h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal h2 {
    font-size: calc(18 * 0.1rem);
  }
}
.fail-modal h2 {
  margin: 0 0 20px;
  padding-right: 50px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal h2 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .fail-modal h2 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .fail-modal h2 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .fail-modal h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .fail-modal h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 320px) {
  .fail-modal h2 {
    font-size: calc(24 * 0.1rem);
  }
}
.fail-modal h3 {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal h3 {
    font-size: calc(16 * 0.1rem);
  }
}
.fail-modal h3 {
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fail-modal h3 {
    font-size: calc(26 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 800px) {
  .fail-modal h3 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .fail-modal h3 {
    font-size: calc(20 * 0.1rem);
  }
}
.fail-modal .btn {
  width: 100%;
  position: relative;
  padding: 10px 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal .btn {
    padding: 10px 100px 15px 20px;
  }
}

.fail-modal__graphic {
  position: absolute;
  bottom: 5px;
  right: 30px;
  width: 135px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fail-modal__graphic {
    width: 100px;
    bottom: 15px;
    right: 10px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fail-modal__graphic .faily__tongue {
    animation: faily-tongue 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fail-modal__graphic .faily__twinkle {
    animation: graphic-twinkle 0.8s linear infinite;
  }
}

.fail-modal__inner {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal__inner {
    margin: 0 0 60px;
  }
}
.fail-modal__inner p {
  max-width: calc(100% - 180px);
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal__inner p {
    max-width: none;
  }
}

.fail-list-item__img {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fail-list-item__img {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}

.fail-list-item {
  margin: 0 0 20px;
}
.fail-list-item::after {
  content: "";
  display: table;
  clear: both;
}
.fail-list-item {
  border-bottom: 1px solid #88bfc2;
  padding-bottom: 20px;
}
.fail-list-item:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.fail-list {
  margin: 30px 0 0;
}

.fail-modal__close {
  font-size: calc(28 * 0.1rem);
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 500px) {
  .fail-modal__close {
    top: 10px;
    right: 10px;
  }
}
.fail-modal__close:hover {
  color: #171717;
}

/*------------------------------------*\
:    Main - Resultaten
\*------------------------------------*/
.results--ghost {
  position: static !important;
  height: auto !important;
}
.results--ghost .img-container {
  padding: 20px 20%;
}

.results--video {
  margin: 0 -15px;
}
.results--video li {
  width: 33.3333333333%;
  padding: 15px;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .results--video li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .results--video li {
    width: 100%;
  }
}
.results--video li:nth-child(4n+1) article {
  background: #e5d55f;
}
.results--video li:nth-child(8n+2) article {
  background: #eaada8;
}
.results--video li:nth-child(8n+3) article {
  background: #a9d192;
}
.results--video li:nth-child(8n+4) article {
  background: #a9d192;
}
.results--video li:nth-child(8n+5) article {
  background: #008394;
}
.results--video li:nth-child(8n+6) article {
  background: #B4557B;
}
.results--video li:nth-child(8n+7) article {
  background: #e56564;
}
.results--video li:nth-child(8n+8) article {
  background: #3fb0a8;
}
.results--video .video-container {
  margin: 0;
}
.results--video .text-container {
  background: #eeeec9;
}
.results--video .text-container p {
  padding: 20px 20px 0;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 700px) {
  .results--video .text-container p {
    padding: 10px 20px 0;
  }
}
.results--video .text-container p:last-child {
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .results--video .text-container p:last-child {
    padding: 10px 20px 10px;
  }
}
.results--video .text-container h1,
.results--video .text-container h3 {
  display: none;
}
.results--video .text-container img {
  display: none;
}
.results--video .share-container {
  display: none;
}
.results--video a {
  display: block;
  text-decoration: none;
  background: #eeeec9;
}
.results--video a:hover .h2 {
  color: #eaada8;
}
.results--video h1 {
  display: block;
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .results--video h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.results--video h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  color: #171717;
}
.results--video h2 {
  display: block;
  width: 100%;
  max-width: none;
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .results--video h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .results--video h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .results--video h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .results--video h2 {
    font-size: calc(18 * 0.1rem);
  }
}
.results--video h2 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #171717;
  padding: 20px 20px 0 20px;
}
.results--video h2:last-child {
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .results--video h2:last-child {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .results--video h2 {
    padding: 10px 20px 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .results--video h2 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .results--video h2 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .results--video h2 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .results--video h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .results--video h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 320px) {
  .results--video h2 {
    font-size: calc(24 * 0.1rem);
  }
}
.results--video article.fail .studio-content {
  position: relative;
  background-image: linear-gradient(135deg, #eeeec9 0%, #c7c7a9 33%, #d7b9b6 33%, #d2849d 66%, #ffcc00 66%, #ffcc00 100%);
}
.results--video article.winner .studio-content {
  position: relative;
  background-image: linear-gradient(135deg, #eeeec9 0%, #dfdabc 20%, #e0d6bb 20%, #d17975 50%, #63968d 50%, #0b5a5e 80%, #668120 80%, #668120 100%);
}

.results,
.results--ghost {
  margin: 0 -15px;
}
.results figure,
.results .ghost-inzending,
.results--ghost figure,
.results--ghost .ghost-inzending {
  transition: none !important;
  width: 33.3333333333%;
  padding: 15px;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .results figure,
  .results .ghost-inzending,
  .results--ghost figure,
  .results--ghost .ghost-inzending {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .results figure,
  .results .ghost-inzending,
  .results--ghost figure,
  .results--ghost .ghost-inzending {
    width: 100%;
  }
}
.results figure:nth-child(4n+1) a,
.results .ghost-inzending:nth-child(4n+1) a,
.results--ghost figure:nth-child(4n+1) a,
.results--ghost .ghost-inzending:nth-child(4n+1) a {
  background: #e5d55f;
}
.results figure:nth-child(8n+2) a,
.results .ghost-inzending:nth-child(8n+2) a,
.results--ghost figure:nth-child(8n+2) a,
.results--ghost .ghost-inzending:nth-child(8n+2) a {
  background: #eaada8;
}
.results figure:nth-child(8n+3) a,
.results .ghost-inzending:nth-child(8n+3) a,
.results--ghost figure:nth-child(8n+3) a,
.results--ghost .ghost-inzending:nth-child(8n+3) a {
  background: #a9d192;
}
.results figure:nth-child(8n+4) a,
.results .ghost-inzending:nth-child(8n+4) a,
.results--ghost figure:nth-child(8n+4) a,
.results--ghost .ghost-inzending:nth-child(8n+4) a {
  background: #a9d192;
}
.results figure:nth-child(8n+5) a,
.results .ghost-inzending:nth-child(8n+5) a,
.results--ghost figure:nth-child(8n+5) a,
.results--ghost .ghost-inzending:nth-child(8n+5) a {
  background: #008394;
}
.results figure:nth-child(8n+6) a,
.results .ghost-inzending:nth-child(8n+6) a,
.results--ghost figure:nth-child(8n+6) a,
.results--ghost .ghost-inzending:nth-child(8n+6) a {
  background: #B4557B;
}
.results figure:nth-child(8n+7) a,
.results .ghost-inzending:nth-child(8n+7) a,
.results--ghost figure:nth-child(8n+7) a,
.results--ghost .ghost-inzending:nth-child(8n+7) a {
  background: #e56564;
}
.results figure:nth-child(8n+8) a,
.results .ghost-inzending:nth-child(8n+8) a,
.results--ghost figure:nth-child(8n+8) a,
.results--ghost .ghost-inzending:nth-child(8n+8) a {
  background: #3fb0a8;
}
.results .img-container,
.results--ghost .img-container {
  position: relative;
  overflow: hidden;
}
.results .text-container,
.results--ghost .text-container {
  background: #eeeec9;
}
.results .text-container p,
.results--ghost .text-container p {
  padding: 20px 20px 0;
  margin: 0;
}
.results .text-container p:last-child,
.results--ghost .text-container p:last-child {
  padding-bottom: 20px;
}
.results .text-container h1,
.results .text-container h2,
.results .text-container h3,
.results--ghost .text-container h1,
.results--ghost .text-container h2,
.results--ghost .text-container h3 {
  display: none;
}
.results .text-container img,
.results--ghost .text-container img {
  display: none;
}
.results .text-container .studio-owner-wrapper .studio-owner,
.results--ghost .text-container .studio-owner-wrapper .studio-owner {
  padding: 0;
  border: 0;
}
.results .share-container,
.results--ghost .share-container {
  display: none;
}
.results a,
.results--ghost a {
  display: block;
  text-decoration: none;
  background: #eeeec9;
}
.results a:hover .h2,
.results--ghost a:hover .h2 {
  color: #eaada8;
}
.results .h1,
.results--ghost .h1 {
  display: block;
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .results .h1,
  .results--ghost .h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.results .h1,
.results--ghost .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  color: #171717;
}
.results .h2,
.results--ghost .h2 {
  display: block;
  width: 100%;
  max-width: none;
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(18 * 0.1rem);
  }
}
.results .h2,
.results--ghost .h2 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ffea35;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 20px 10px 20px;
  background-image: linear-gradient(rgba(23, 23, 23, 0), #171717);
}
@media (min-width: 0px) and (max-width: 500px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(48 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .results .h2,
  .results--ghost .h2 {
    font-size: calc(30 * 0.1rem);
  }
}
.results .h3,
.results--ghost .h3 {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
.results article.fail .studio-content,
.results--ghost article.fail .studio-content {
  position: relative;
  background-image: linear-gradient(135deg, #eeeec9 0%, #c7c7a9 33%, #d7b9b6 33%, #d2849d 66%, #ffcc00 66%, #ffcc00 100%);
}
.results article.winner .studio-content,
.results--ghost article.winner .studio-content {
  position: relative;
  background-image: linear-gradient(135deg, #eeeec9 0%, #dfdabc 20%, #e0d6bb 20%, #d17975 50%, #63968d 50%, #0b5a5e 80%, #668120 80%, #668120 100%);
}

.fail-graphic-container {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.fail-graphic-container span {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .fail-graphic-container span {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fail-graphic-container span {
    font-size: calc(20 * 0.1rem);
  }
}
.fail-graphic-container span {
  display: block;
  font-family: "Bungee Inline", cursive;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .fail-graphic-container span {
    font-size: calc(23 * 0.1rem);
    margin-right: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .fail-graphic-container span {
    font-size: calc(20 * 0.1rem);
  }
}

.fail-graphic {
  width: 80px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .fail-graphic {
    width: 60px;
  }
}

.winner-text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.winner-text-container > span {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .winner-text-container > span {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .winner-text-container > span {
    font-size: calc(20 * 0.1rem);
  }
}
.winner-text-container > span {
  display: block;
  font-family: "Bungee Inline", cursive;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  padding: 0 20px 10px;
}
.winner-text-container > span span {
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .winner-text-container > span span {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .winner-text-container > span span {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .winner-text-container > span span {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .winner-text-container > span span {
    font-size: calc(30 * 0.1rem);
  }
}
.winner-text-container > span span {
  font-family: "Bungee Inline", cursive;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

.share-container--results {
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 500px) {
  .share-container--results {
    margin-right: -20px;
  }
}

.results-loader {
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.results {
  display: block;
  min-height: 300px;
}

.results-list {
  width: 100%;
}

.iframe-video {
  width: 100%;
  height: auto;
  min-height: 188px;
}

.project__results {
  overflow: hidden;
}
.project__results .results-list {
  height: 188px;
}

.project__results .results-list {
  height: auto;
}

@media (max-width: 767px) and (min-width: 0px) {
  .project__results .results-list li {
    overflow: hidden;
  }
}

.project__results .results-list li article {
  background: #eeeec9;
  height: 189px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__results .results-list li article {
    height: auto;
  }
}

.project__results .results-list li article .img-container {
  height: 100%;
}

.results h1 {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  color: #171717;
}

.results .h2 {
  width: calc(100% + 40px);
}

.load-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/*------------------------------------*\
:    Main - Projecten (Wedstrijd)
\*------------------------------------*/
article.project--wedstrijd .row--project {
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.project--wedstrijd .row--project {
    flex-wrap: wrap;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__video {
    order: 2;
  }
}
article.project--wedstrijd .project__aside {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__aside {
    position: static;
    order: 1;
    margin: -5px 0 40px;
    padding: 20px 30px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  article.project--wedstrijd .project__aside {
    padding: 30px 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project--wedstrijd .project__aside {
    padding: 15px 20px;
    margin: -5px 0 25px;
  }
}
article.project--wedstrijd .project__aside h3 {
  font-family: "Bungee", cursive;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__aside h3 {
    width: 100%;
    margin: 0 0 5px;
  }
}
article.project--wedstrijd .project__aside h4 {
  font-family: "Poppins", sans-serif;
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  article.project--wedstrijd .project__aside h4 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__aside h4 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  article.project--wedstrijd .project__aside h4 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project--wedstrijd .project__aside h4 {
    font-size: calc(18 * 0.1rem);
  }
}
article.project--wedstrijd .project__aside h4 {
  margin: 0 0 10px;
}
article.project--wedstrijd .project__aside__inner {
  padding: 20px 30px;
  height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  article.project--wedstrijd .project__aside__inner {
    padding: 15px 20px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__aside__inner {
    width: 100%;
    margin-left: 0;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
  }
}
article.project--wedstrijd .project__aside__inner li img {
  width: 100%;
  height: auto;
  margin: 0;
}
article.project--wedstrijd .project__description {
  width: calc((100% - (260px + 380px - 30px) - 30px) / 2);
  margin: 0 20px 0 0;
}
@media (min-width: 0px) and (max-width: 1280px) {
  article.project--wedstrijd .project__description {
    width: calc((100% - (200px + 35% - 30px) - 30px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  article.project--wedstrijd .project__description {
    width: calc((100% - (200px + 300px - 30px) - 30px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.project--wedstrijd .project__description {
    width: calc(100% - (300px - 30px) - 10px);
    order: 3;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__description {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project--wedstrijd .project__description {
    margin: 10px 0 0;
  }
}
article.project--wedstrijd .project__description ul li {
  float: none;
  width: 100%;
}
article.project--wedstrijd .project__hoe-doe-je-dat-jes {
  width: calc((100% - (260px + 380px - 30px) - 30px) / 2);
  margin: 0 20px 0 0;
}
@media (min-width: 0px) and (max-width: 1280px) {
  article.project--wedstrijd .project__hoe-doe-je-dat-jes {
    width: calc((100% - (200px + 35% - 30px) - 30px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  article.project--wedstrijd .project__hoe-doe-je-dat-jes {
    width: calc((100% - (200px + 300px - 30px) - 30px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.project--wedstrijd .project__hoe-doe-je-dat-jes {
    width: calc((100% - (300px - 30px) - 30px) / 2);
    margin: 0 0 0 20px;
    order: 2;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__hoe-doe-je-dat-jes {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project--wedstrijd .project__hoe-doe-je-dat-jes {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  article.project--wedstrijd .project__requirements {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  article.project--wedstrijd .project__requirements {
    width: calc((100% - (300px - 30px) - 30px) / 2);
    order: 1;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  article.project--wedstrijd .project__requirements {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  article.project--wedstrijd .project__requirements {
    width: 100%;
  }
}

.wedstrijd__remaining {
  width: 120px;
  text-transform: lowercase;
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__remaining {
    font-size: calc(20 * 0.1rem);
  }
}
.wedstrijd__remaining {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__remaining {
    width: 130px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__remaining {
    width: 100px;
  }
}
.wedstrijd__remaining span {
  font-size: calc(80 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__remaining span {
    font-size: calc(60 * 0.1rem);
  }
}
.wedstrijd__remaining span {
  display: block;
  line-height: 1;
}

.wedstrijd__graphic {
  width: calc(100% - 120px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__graphic {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd__graphic {
    display: none;
  }
}

.wedstrijd__terms {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__terms {
    width: calc(100% - 130px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__terms {
    width: calc(100% - 100px);
  }
}
.wedstrijd__terms li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__terms li {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__terms li {
    font-weight: 400;
    font-size: calc(18 * 0.1rem);
    line-height: 1.35;
    font-weight: 400;
    padding-left: 20px;
  }
}
.wedstrijd__terms li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: calc(25 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__terms li:before {
    font-size: calc(20 * 0.1rem);
    top: -2px;
  }
}

.wedstrijd__examples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.wedstrijd__examples li {
  width: 50%;
  padding: 0 2px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd__examples li {
    margin-bottom: 10px;
  }
}
.wedstrijd__examples li img {
  width: 100%;
  height: auto;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__winners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
.wedstrijd__winners li {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__winners li {
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .wedstrijd__winners li {
    width: 100%;
    max-width: 400px;
  }
}
.wedstrijd__winners span {
  font-size: calc(36 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .wedstrijd__winners span {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__winners span {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .wedstrijd__winners span {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__winners span {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .wedstrijd__winners span {
    font-size: calc(24 * 0.1rem);
  }
}
.wedstrijd__winners span {
  font-family: "Bungee", cursive;
  font-weight: 700;
  width: 50px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__winners span {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .wedstrijd__winners span {
    width: 50px;
  }
}
.wedstrijd__winners .img-container {
  position: relative;
  width: calc(100% - 50px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .wedstrijd__winners .img-container {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .wedstrijd__winners .img-container {
    width: calc(100% - 50px);
  }
}
.wedstrijd__winners h1 {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .wedstrijd__winners h1 {
    font-size: calc(16 * 0.1rem);
  }
}
.wedstrijd__winners h1 {
  font-family: "Droid Sans", sans-serif;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #171717;
  color: #09AA64;
}
.wedstrijd__winners a {
  color: #171717;
  text-decoration: none;
}
.wedstrijd__winners a:hover h1 {
  color: #171717;
  background: #09AA64;
}

.wedstrijd__description {
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 20px;
}
.wedstrijd__description:last-child {
  margin: 0;
}
.wedstrijd__description .btn {
  margin: 40px auto 0;
  display: block;
}

/*------------------------------------*\
:    Main - Hoe-doe-je-dat-je
\*------------------------------------*/
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--one {
  background: #eaada8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--one:before {
  border-right-color: #eaada8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--one:after {
  border-top-color: #eaada8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--two {
  background: #a3486d;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--two:before {
  border-bottom-color: #a3486d;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+1) .bevel--two:after {
  border-top-color: #a3486d;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--one {
  background: #a9d192;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--one:before {
  border-right-color: #a9d192;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--one:after {
  border-top-color: #a9d192;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--two {
  background: #e56564;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--two:before {
  border-bottom-color: #e56564;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+2) .bevel--two:after {
  border-top-color: #e56564;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--one {
  background: #d1b1c8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--one:before {
  border-right-color: #d1b1c8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--one:after {
  border-top-color: #d1b1c8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--two {
  background: #3fb0a8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--two:before {
  border-bottom-color: #3fb0a8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+3) .bevel--two:after {
  border-top-color: #3fb0a8;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--one {
  background: #e5d55f;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--one:before {
  border-right-color: #e5d55f;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--one:after {
  border-top-color: #e5d55f;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--two {
  background: #005e6b;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--two:before {
  border-bottom-color: #005e6b;
}
.block-list--hoe-doe-je-dat-jes li:nth-child(4n+4) .bevel--two:after {
  border-top-color: #005e6b;
}
.block-list--hoe-doe-je-dat-jes .img-container {
  padding-bottom: 85%;
}
.block-list--hoe-doe-je-dat-jes .text-container {
  position: absolute;
  bottom: 0;
  background: #171717;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--hoe-doe-je-dat-jes .text-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.block-list--hoe-doe-je-dat-jes .text-container h1 {
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.025em;
}

article.hoe-doe-je-dat-je .hoe-doe-je-dat-je__playlist h2:first-child {
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  article.hoe-doe-je-dat-je .hoe-doe-je-dat-je__playlist h2:first-child {
    font-size: calc(20 * 0.1rem);
  }
}
article.hoe-doe-je-dat-je .hoe-doe-je-dat-je__playlist h2:first-child {
  font-family: "Bungee", cursive;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  article.hoe-doe-je-dat-je .hoe-doe-je-dat-je__playlist h2:first-child {
    margin: 0 0 20px;
  }
}
article.hoe-doe-je-dat-je .video-container {
  margin: 0;
}

.hoe-doe-je-dat-je__video {
  width: calc(100% - 380px);
}
@media (min-width: 0px) and (max-width: 800px) {
  .hoe-doe-je-dat-je__video {
    width: 100%;
    margin: 0 0 40px;
  }
}
.hoe-doe-je-dat-je__video > .bevel-container {
  background: #ffffff;
}
.hoe-doe-je-dat-je__video .text-container {
  padding: 55px 50px 30px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .hoe-doe-je-dat-je__video .text-container {
    padding: 40px 50px 20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .hoe-doe-je-dat-je__video .text-container {
    padding: 40px 30px 20px 20px;
  }
}

.hoe-doe-je-dat-je__playlist {
  width: 380px;
  padding-left: 60px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .hoe-doe-je-dat-je__playlist {
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .hoe-doe-je-dat-je__playlist {
    width: 100%;
    padding-left: 0;
  }
}
.hoe-doe-je-dat-je__playlist .btn {
  float: right;
}

.project__steps {
  position: relative;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
}
.project__steps li {
  width: calc((1280px - 2 * 50px) / 2.5);
  padding: 40px 0;
  background: #eeeec9;
  border-right: 1px solid #c7c7a9;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .project__steps li {
    width: 380px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__steps li {
    width: 75%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__steps li {
    width: calc(100% - 30px);
    padding: 20px 0;
  }
}
.project__steps li:last-child .x-scroll__inner {
  border-right: 0;
}
.project__steps .x-scroll__inner {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 700px) {
  .project__steps .x-scroll__inner {
    padding: 0 20px;
  }
}
.project__steps .x-scroll__inner ul {
  padding: 0;
  margin: 0;
}
.project__steps .x-scroll__inner ul li {
  margin-bottom: 10px;
}
.project__steps .x-scroll__inner ul a {
  color: #171717;
  text-decoration: none;
}
.project__steps .x-scroll__inner ul a:hover {
  color: #2D7C76;
}
.project__steps .x-scroll__inner ul a h4:after {
  content: "»";
  padding-left: 5px;
}
.project__steps .video-container {
  margin: -40px -40px 20px -40px;
  padding: 135px 0;
}
@media (min-width: 0px) and (max-width: 700px) {
  .project__steps .video-container {
    margin: -40px -20px 20px -20px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .project__steps .video-container {
    margin: -20px -20px 20px -20px;
    padding: 100px 0;
    background-color: #eeeec9;
  }
}
.project__steps .video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.project__steps h3 {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__steps h3 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .project__steps h3 {
    font-size: calc(20 * 0.1rem);
  }
}
.project__steps h3 {
  font-family: "Bungee", cursive;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 800px) {
  .project__steps h3 {
    font-size: calc(26 * 0.1rem);
  }
}

/*------------------------------------*\
:    Main - Nieuws
\*------------------------------------*/
.news-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news-list li::after {
    content: "";
    display: table;
    clear: both;
  }
}

.news {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 700px) {
  .news {
    display: block;
  }
}
.news a {
  display: block;
  text-decoration: none;
}
.news a:hover h1 {
  color: #a3486d;
}

.news__img-container {
  width: 500px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .news__img-container {
    width: 400px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news__img-container {
    width: 325px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news__img-container {
    width: 275px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news__img-container {
    width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news__img-container {
    float: left;
    margin: 0 30px 20px 0;
    width: 33.3333333333%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__img-container {
    width: 130px;
    margin: 0 20px 0 0;
  }
}

.news__text-container {
  width: calc(100% - 500px);
  padding-left: 40px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .news__text-container {
    width: calc(100% - 400px);
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news__text-container {
    width: calc(100% - 325px);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news__text-container {
    width: calc(100% - 275px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news__text-container {
    width: calc(100% - 200px);
    font-size: calc(18 * 0.1rem);
    line-height: 1.35;
    font-weight: 400;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news__text-container {
    width: 100%;
    padding-left: 0;
  }
}
.news__text-container h1 {
  font-size: calc(30 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news__text-container h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news__text-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news__text-container h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__text-container h1 {
    font-size: calc(18 * 0.1rem);
  }
}
.news__text-container h1 {
  margin: 0 0 20px;
  color: #2D7C76;
}
@media (min-width: 0px) and (max-width: 700px) {
  .news__text-container h1 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 1024px) {
  .news__text-container h1 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 800px) {
  .news__text-container h1 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 700px) {
  .news__text-container h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 500px) {
  .news__text-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) and (min-width: 0px) and (max-width: 320px) {
  .news__text-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__text-container h1 {
    font-size: calc(30 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.25;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .news__text-container h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .news__text-container h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .news__text-container h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .news__text-container h1 {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__text-container p {
    display: none;
  }
}

.news__date {
  color: #171717;
  display: block;
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__date {
    font-size: calc(17 * 0.1rem);
  }
}
.news__date {
  font-weight: 700;
  margin: 0 0 3px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__date {
    font-size: calc(16 * 0.1rem);
  }
}

.news__continue::after {
  content: "";
  display: table;
  clear: both;
}
.news__continue {
  font-size: calc(23 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__continue {
    font-size: calc(20 * 0.1rem);
  }
}
.news__continue {
  font-family: "Bungee Inline", cursive;
  text-transform: uppercase;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news__continue {
    display: none;
  }
}
.news__continue a {
  float: right;
  color: #171717;
}
.news__continue a:hover {
  color: #a3486d;
}
.news__continue a span {
  display: block;
}
.news__continue a span:last-child:after {
  content: "↳";
}

.news--detail {
  display: block;
  max-width: 900px;
  padding-left: 100px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news--detail {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news--detail {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .news--detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news--detail {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail {
    padding-left: 0;
    padding: 10px;
  }
}
.news--detail h1 {
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .news--detail h1 {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .news--detail h1 {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .news--detail h1 {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail h1 {
    font-size: calc(30 * 0.1rem);
  }
}
.news--detail h1 {
  margin: 0 0 30px;
  font-weight: 700;
  color: #2D7C76;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 700px) {
  .news--detail h1 {
    line-height: 1.25;
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail h1 {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 1024px) {
  .news--detail h1 {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 800px) {
  .news--detail h1 {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 700px) {
  .news--detail h1 {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 500px) {
  .news--detail h1 {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) and (min-width: 0px) and (max-width: 320px) {
  .news--detail h1 {
    font-size: calc(24 * 0.1rem);
  }
}
.news--detail .news__date {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .news--detail .news__date {
    margin: 0 0 10px;
  }
}
.news--detail header {
  margin: 0 0 20px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .news--detail header {
    margin: 0 0 10px;
  }
}
.news--detail footer {
  margin: 50px 0 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail footer {
    margin: 30px 0 0;
  }
}

.news--detail__img-container {
  margin: 0 0 40px;
}
@media (min-width: 0px) and (max-width: 700px) {
  .news--detail__img-container {
    margin: 0 0 25px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail__img-container {
    margin: 0 0 15px;
  }
}

.news--detail__text-container {
  max-width: 650px;
}
.news--detail__text-container h2 {
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail__text-container h2 {
    font-size: calc(17 * 0.1rem);
  }
}
.news--detail__text-container h2 {
  color: #a3486d;
  margin: 40px 0 10px;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 500px) {
  .news--detail__text-container h2 {
    margin: 30px 0 10px;
    line-height: 1.25;
  }
}

/*------------------------------------*\
:    Main - Jouw Studio
\*------------------------------------*/
.jouw-studio-bg .pswp__share-tooltip {
  display: none;
}

.studio-owner-container {
  background: #ffffff;
  color: #2D7C76;
  margin: -40px 0 0;
  padding: 0 30px 20px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .studio-owner-container {
    padding: 0 30px 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .studio-owner-container {
    padding: 0 20px 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .studio-owner-container {
    margin: -20px 0 0;
  }
}
.studio-owner-container > h1 {
  font-size: calc(64 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .studio-owner-container > h1 {
    font-size: calc(56 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .studio-owner-container > h1 {
    font-size: calc(40 * 0.1rem);
  }
}
.studio-owner-container > h1 {
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 0px) and (max-width: 767px) {
  .studio-owner-container > h1 {
    text-align: right;
    padding-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .studio-owner-container > h1 {
    padding-top: 0;
  }
}

.studio-content-container {
  padding: 30px;
  background: #ffffff;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .studio-content-container {
    padding-top: 20px;
  }
}
.studio-content-container .block-list--large .text-container {
  background: #e4f7f3;
}
.studio-content-container .block-list--hoe-doe-je-dat-jes {
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .studio-content-container .block-list--hoe-doe-je-dat-jes {
    margin-bottom: 0;
  }
}
.studio-content-container .block-list--large .block__inner {
  background: #e4f7f3;
}

/*------------------------------------*\
:    Main - Search Results
\*------------------------------------*/
.search-results-container > h1 {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .search-results-container > h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-results-container > h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.search-results-container > h1 {
  margin: 0 0 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-results-container > h1 {
    margin: 0 0 30px;
  }
}
.search-results-container > h1 span {
  color: #ffffff;
  font-size: calc(40 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: calc(36 * 0.1rem);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .search-results-container > h1 span {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .search-results-container > h1 span {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .search-results-container > h1 span {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-results-container > h1 span {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .search-results-container > h1 span {
    font-size: calc(24 * 0.1rem);
  }
}
.search-results-container .no-results {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 30px;
  background: #eeeec9;
  max-width: 600px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-results-container .no-results {
    padding: 20px;
  }
}
.search-results-container .no-results img {
  width: 80px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .search-results-container .no-results img {
    width: 60px;
  }
}
.search-results-container .no-results p {
  padding-left: 30px;
}
.search-results-container .no-results p span {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .search-results-container .no-results p span {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-results-container .no-results p span {
    font-size: calc(20 * 0.1rem);
  }
}
.search-results-container .no-results p span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
}

.block-list--search {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .block-list--search {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.block-list--search > li {
  width: 50%;
  padding: 0 30px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .block-list--search > li {
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list--search > li {
    width: 100%;
  }
}
.block-list--search > li.project .img-container {
  width: 180px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search > li.project .img-container {
    width: 140px;
  }
}
.block-list--search > li.project .text-container {
  width: calc(100% - 180px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search > li.project .text-container {
    width: calc(100% - 140px);
  }
}
.block-list--search > li.project .bevel--one {
  height: 15px;
  top: -15px;
  left: 15px;
  width: calc(100% - 15px);
  background: #e5d55f;
}
.block-list--search > li.project .bevel--one:before {
  right: 100%;
  top: 0;
  border-right: 15px solid #e5d55f;
  border-top: 15px solid transparent;
}
.block-list--search > li.project .bevel--one:after {
  left: 100%;
  border-top: 15px solid #e5d55f;
  border-right: 15px solid transparent;
}
.block-list--search > li.project .bevel--two {
  width: 15px;
  right: -15px;
  top: 0;
  height: calc(100% - 15px);
  background: #407354;
}
.block-list--search > li.project .bevel--two:before {
  bottom: 100%;
  border-bottom: 15px solid #407354;
  border-left: 15px solid transparent;
}
.block-list--search > li.project .bevel--two:after {
  top: 100%;
  border-top: 15px solid #407354;
  border-right: 15px solid transparent;
}
@media (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list--search > li.project:hover .bevel--one {
    height: 30px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--one:before {
    border-right-width: 30px;
    border-top-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two {
    width: 30px;
    height: calc(100% - 30px);
    top: 15px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two:before {
    border-bottom-width: 30px;
    border-left-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two:after {
    border-top-width: 30px;
    border-right-width: 30px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .block__inner {
    transform: translateX(-15px) translateY(15px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (min-width: 1025px) {
  .block-list--search > li.project .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--one:before {
    border-right-width: 15px;
    border-top-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two:before {
    border-bottom-width: 15px;
    border-left-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two:after {
    border-top-width: 15px;
    border-right-width: 15px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list--search > li.project .bevel--one {
    height: 10px;
    top: -10px;
    left: 10px;
    width: calc(100% - 10px);
    background: #e5d55f;
  }
  .block-list--search > li.project .bevel--one:before {
    right: 100%;
    top: 0;
    border-right: 10px solid #e5d55f;
    border-top: 10px solid transparent;
  }
  .block-list--search > li.project .bevel--one:after {
    left: 100%;
    border-top: 10px solid #e5d55f;
    border-right: 10px solid transparent;
  }
  .block-list--search > li.project .bevel--two {
    width: 10px;
    right: -10px;
    top: 0;
    height: calc(100% - 10px);
    background: #407354;
  }
  .block-list--search > li.project .bevel--two:before {
    bottom: 100%;
    border-bottom: 10px solid #407354;
    border-left: 10px solid transparent;
  }
  .block-list--search > li.project .bevel--two:after {
    top: 100%;
    border-top: 10px solid #407354;
    border-right: 10px solid transparent;
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  .block-list--search > li.project:hover .bevel--one {
    height: 20px;
    transition: height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--one:before {
    border-right-width: 20px;
    border-top-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two {
    width: 20px;
    height: calc(100% - 20px);
    top: 10px;
    transition: width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two:before {
    border-bottom-width: 20px;
    border-left-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .bevel--two:after {
    border-top-width: 20px;
    border-right-width: 20px;
    transition: border-width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project:hover .block__inner {
    transform: translateX(-10px) translateY(10px);
    transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (min-width: 1025px) {
  .block-list--search > li.project .bevel--one {
    transition: height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--one:before {
    border-right-width: 10px;
    border-top-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two {
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), height 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two:before {
    border-bottom-width: 10px;
    border-left-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .bevel--two:after {
    border-top-width: 10px;
    border-right-width: 10px;
    transition: border-width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .block-list--search > li.project .block__inner {
    transform: translateX(0) translateY(0);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.block-list--search > li.news .img-container {
  width: 180px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search > li.news .img-container {
    width: 140px;
  }
}
.block-list--search > li.news .text-container {
  width: calc(100% - 180px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search > li.news .text-container {
    width: calc(100% - 140px);
  }
}
.block-list--search > li.news article {
  width: 100%;
  background: #e4f7f3;
}
.block-list--search > li.news:hover .block__inner {
  transform: translateX(0) translateY(0);
}
.block-list--search > li.hoe-doe-je-dat-je .text-container {
  background: #171717;
}
.block-list--search > li.hoe-doe-je-dat-je .text-container h1 {
  color: #ffffff;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--one {
  background: #d1b1c8;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--one:before {
  border-right-color: #d1b1c8;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--one:after {
  border-top-color: #d1b1c8;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--two {
  background: #3fb0a8;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--two:before {
  border-bottom-color: #3fb0a8;
}
.block-list--search > li.hoe-doe-je-dat-je .bevel--two:after {
  border-top-color: #3fb0a8;
}
.block-list--search > li.hoe-doe-je-dat-je h1 {
  text-transform: lowercase;
}
.block-list--search a {
  display: block;
}
.block-list--search h1 {
  font-size: calc(26 * 0.1rem);
}
@media (min-width: 0px) and (max-width: 800px) {
  .block-list--search h1 {
    font-size: calc(22 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .block-list--search h1 {
    font-size: calc(20 * 0.1rem);
  }
}
.block-list--search h1 {
  text-transform: none;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search h1 {
    font-size: calc(20 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media (min-width: 0px) and (max-width: 1024px) and (min-width: 0px) and (max-width: 500px) {
  .block-list--search h1 {
    font-size: calc(17 * 0.1rem);
  }
}
.block-list--search .block__inner .img-container {
  width: 120px;
  min-height: 120px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search .block__inner .img-container {
    width: 100px;
    min-height: 100px;
  }
}
.block-list--search .block__inner .img-container a {
  height: 100%;
  width: 100%;
}
.block-list--search .block__inner .text-container {
  width: calc(100% - 120px);
}
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--search .block__inner .text-container {
    width: calc(100% - 100px);
  }
}
.block-list--search .block-label {
  white-space: nowrap;
  color: #09AA64;
  font-family: "Poppins", sans-serif;
  font-size: calc(18 * 0.1rem);
  line-height: 1.35;
  font-weight: 400;
  display: block;
  padding: 5px 0;
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Footer
\*------------------------------------*/
footer.main-footer {
  position: relative;
  z-index: 2;
  padding: 41px 0;
  min-height: 100px;
}
footer.main-footer .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}

.main-footer__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: -60px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .main-footer__meta {
    flex-wrap: wrap;
    margin-top: -100px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__meta {
    padding: 0 15px;
  }
}

nav.main-footer__nav {
  font-size: calc(20 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  nav.main-footer__nav {
    font-size: calc(18 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-footer__nav {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  nav.main-footer__nav {
    order: 3;
    padding: 0;
    margin: 0 -15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav .bevel--one {
    background: #e5d55f;
  }
  nav.main-footer__nav .bevel--one:before {
    border-right-color: #e5d55f;
  }
  nav.main-footer__nav .bevel--one:after {
    border-top-color: #e5d55f;
  }
  nav.main-footer__nav .bevel--two {
    background: #407354;
  }
  nav.main-footer__nav .bevel--two:before {
    border-bottom-color: #407354;
  }
  nav.main-footer__nav .bevel--two:after {
    border-top-color: #407354;
  }
  nav.main-footer__nav {
    background: #eeeec9;
    padding: 8px 0;
    font-size: calc(17 * 0.1rem);
  }
}
nav.main-footer__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav ul {
    flex-wrap: wrap;
  }
}
nav.main-footer__nav a {
  padding: 0 20px;
  text-decoration: none;
  color: #171717;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.main-footer__nav a {
    padding: 0 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav a {
    padding: 10px 15px;
  }
}
nav.main-footer__nav a:hover {
  color: #09AA64;
}
nav.main-footer__nav a {
  display: flex;
  align-items: center;
  gap: 4px;
}
nav.main-footer__nav a .icon {
  width: 16px;
}
nav.main-footer__nav a .icon svg {
  fill: currentColor;
}
nav.main-footer__nav li {
  border-right: 2px solid #171717;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav li {
    width: 50%;
    text-align: center;
  }
}
nav.main-footer__nav li:last-child {
  border-right: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav li:nth-child(2n) {
    border-right: 0;
  }
}
nav.main-footer__nav .bevel {
  display: none;
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.main-footer__nav .bevel {
    display: block;
  }
}

.main-footer__social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-footer__social {
    order: 2;
    width: calc(100% - 111px);
    padding-left: 30px;
    transform: translateY(-20px);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__social {
    width: calc(100% - 80px);
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .main-footer__social {
    padding-left: 10px;
  }
}
.main-footer__social li {
  margin: 0 10px;
  width: 40px;
  height: 40px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__social li {
    margin: 0 5px;
  }
}
.main-footer__social li:last-child {
  width: 60px;
}
.main-footer__social li:nth-child(3) {
  transform: translateY(-5px);
}
.main-footer__social a {
  display: block;
  position: relative;
}
.main-footer__social a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.footer-logo {
  width: 111px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .footer-logo {
    margin: 0 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .footer-logo {
    order: 1;
    width: 80px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .footer-logo {
    margin: 0 0 30px;
    width: 80px;
  }
}
.footer-logo a {
  display: block;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 500px) {
  .footer-logo a {
    width: 80px;
  }
}

.main-footer__graphics {
  width: 100%;
  height: 541px;
  background-image: url("/bundles/studioklokhuispublicationbundle/images/footer-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .main-footer__graphics {
    height: 491px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-footer__graphics {
    height: 341px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__graphics {
    background-position: center top;
    height: 300px;
    background-image: url("/bundles/studioklokhuispublicationbundle/images/footer-bg-mobile.png");
  }
}
.main-footer__graphics .btn {
  position: absolute;
  top: 51%;
  left: 40%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #e5d55f;
  background: #144a56;
  font-size: calc(48 * 0.1rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .main-footer__graphics .btn {
    font-size: calc(42 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-footer__graphics .btn {
    font-size: calc(40 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .main-footer__graphics .btn {
    font-size: calc(36 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__graphics .btn {
    font-size: calc(30 * 0.1rem);
  }
}
.main-footer__graphics .btn {
  font-family: "Bungee Inline", cursive;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .main-footer__graphics .btn {
    left: 38%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-footer__graphics .btn {
    left: 37%;
    top: 35%;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .main-footer__graphics .btn {
    font-size: calc(36 * 0.1rem);
    font-family: "Poppins", sans-serif;
    font-family: "Bungee Inline", cursive;
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 1024px) {
  .main-footer__graphics .btn {
    font-size: calc(34 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 800px) {
  .main-footer__graphics .btn {
    font-size: calc(30 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 700px) {
  .main-footer__graphics .btn {
    font-size: calc(26 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 500px) {
  .main-footer__graphics .btn {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 320px) {
  .main-footer__graphics .btn {
    font-size: calc(24 * 0.1rem);
  }
}
@media (min-width: 0px) and (max-width: 700px) {
  .main-footer__graphics .btn {
    top: 37.5%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-footer__graphics .btn {
    left: 20px;
    top: 38%;
    transform: translateX(0);
  }
}

/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Effects - Modal
\*------------------------------------*/
.modal {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 10ms 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), max-height 10ms 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
  max-height: 0;
  z-index: -1;
}
.modal * {
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .modal {
    transition: none;
  }
  .modal > .bevel--one {
    transition: none !important;
  }
  .modal > .bevel--one:before {
    border-right: 30px solid #eaada8;
    border-top: 30px solid transparent;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 0px) and (max-width: 800px) {
  .modal > .bevel--one:before {
    border-right: 20px solid #eaada8;
    border-top: 20px solid transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal > .bevel--one:after {
    transition: none !important;
  }
  .modal > .bevel--two {
    width: 30px;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 0px) and (max-width: 800px) {
  .modal > .bevel--two {
    width: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal > .bevel--two:before {
    transform: translateX(0);
    transition: none !important;
  }
  .modal > .bevel--two:after {
    transition: none !important;
    border-top: 30px solid #a3486d;
    border-right: 30px solid transparent;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 0px) and (max-width: 800px) {
  .modal > .bevel--two:after {
    border-top: 20px solid #a3486d;
    border-right: 20px solid transparent;
  }
}
.modal.is-active {
  max-height: 2500px;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 10ms cubic-bezier(0.445, 0.05, 0.55, 0.95), max-height 10ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: auto;
}
.modal.is-active .modal__inner,
.modal.is-active .modal__close {
  transform: translateX(0) translateY(0);
}
.modal.is-active > .bevel--one:before {
  border-right: 30px solid #eaada8;
  border-top: 30px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal.is-active > .bevel--one:before {
    border-right: 20px solid #eaada8;
    border-top: 20px solid transparent;
  }
}
.modal.is-active > .bevel--two {
  width: 30px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal.is-active > .bevel--two {
    width: 20px;
  }
}
.modal.is-active > .bevel--two:before {
  transform: translateX(0);
}
.modal.is-active > .bevel--two:after {
  border-top: 30px solid #a3486d;
  border-right: 30px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal.is-active > .bevel--two:after {
    border-top: 20px solid #a3486d;
    border-right: 20px solid transparent;
  }
}
.modal.is-active * {
  pointer-events: auto;
}
.modal > .bevel--one:before {
  border-right: 0 solid #eaada8;
  border-top: 0 solid transparent;
  transition: border-width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.modal > .bevel--two {
  width: 0;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.modal > .bevel--two:before {
  transform: translateX(-30px);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal > .bevel--two:before {
    transform: translateX(-20px);
  }
}
.modal > .bevel--two:after {
  border-top: 0 solid #a3486d;
  border-right: 0 solid transparent;
  transition: border-width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.modal__inner,
.modal__close {
  transform: translateX(30px) translateY(-30px);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal__inner,
  .modal__close {
    transform: translateX(20px) translateY(-20px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal__inner,
  .modal__close {
    transition: none !important;
  }
}

/*------------------------------------*\
:    Effects - Aside Modal
\*------------------------------------*/
.modal--aside.is-active {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 10ms cubic-bezier(0.445, 0.05, 0.55, 0.95), max-height 10ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0);
}
.modal--aside {
  transform: translateX(125%);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 10ms 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), max-height 10ms 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.modal--aside > .bevel--one:before {
  border-right: 30px solid #eaada8;
  border-top: 30px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal--aside > .bevel--one:before {
    border-right: 20px solid #eaada8;
    border-top: 20px solid transparent;
  }
}
.modal--aside > .bevel--two {
  width: 30px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal--aside > .bevel--two {
    width: 20px;
  }
}
.modal--aside > .bevel--two:before {
  transform: translateX(0);
}
.modal--aside > .bevel--two:after {
  border-top: 30px solid #a3486d;
  border-right: 30px solid transparent;
}
@media (min-width: 0px) and (max-width: 800px) {
  .modal--aside > .bevel--two:after {
    border-top: 20px solid #a3486d;
    border-right: 20px solid transparent;
  }
}
.modal--aside .modal__inner,
.modal--aside .modal__close {
  transform: translateX(0) translateY(0);
}

/*------------------------------------*\
:    Effects - X-scroll Container
\*------------------------------------*/
.x-scroll-container.start > ul > li {
  animation: steps-start-hint 0.5s ease-in-out forwards;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .x-scroll-container.start > ul > li {
    animation: none;
  }
}

@keyframes steps-end-hint {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes steps-start-hint {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*------------------------------------*\
:    Effects - Jouw Studio
\*------------------------------------*/
.studio-owner-container {
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: 50% 0%;
  position: relative;
  z-index: 5;
}
body.loaded .studio-owner-container {
  animation: studio-owner-container-drop forwards 1s 0.75s ease-in-out;
}

@keyframes studio-owner-container-drop {
  0% {
    transform: perspective(500px) rotateX(-90deg);
  }
  20% {
    transform: perspective(500px) rotateX(20deg);
  }
  40% {
    transform: perspective(500px) rotateX(-10deg);
  }
  60% {
    transform: perspective(500px) rotateX(10deg);
  }
  80% {
    transform: perspective(500px) rotateX(-5deg);
  }
  100% {
    transform: perspective(500px) rotateX(0deg);
  }
}
body.loaded .studio-content-container {
  animation: studio-content-drop forwards 1.1s 0.65s ease-in-out;
}

@keyframes studio-content-drop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
/*------------------------------------*\
:    Effects - Complete Item
\*------------------------------------*/
.complety__check-bg {
  opacity: 0;
}
.complety__check-bg path {
  fill: #ffde03;
}

.complety__check {
  opacity: 0;
  transform-origin: 50% 50%;
}

.complety__smile {
  opacity: 0;
}

.complety__hand {
  transform: rotate(-90deg);
  transform-origin: 0% 50%;
}

.complety__feet {
  transform: translateX(5px) translateY(-11px);
}

.complety__body {
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.complety__face {
  transform-origin: 50% 50%;
  transform: scale(1, 1);
}

.complety__check-bg {
  transform-origin: 50% 50%;
}

.complety__twinkle {
  opacity: 0;
}

.complete-item:hover .complety__body {
  transform: translateY(-11px);
}
.complete-item:hover .complety__smile {
  opacity: 1;
}
.complete-item.completed .complety__body {
  transform: translateY(-11px);
}
.complete-item.completed .complety {
  animation: complety-jump 0.5s ease-in-out forwards;
}
.complete-item.completed .complety__smile {
  opacity: 1;
}
.complete-item.completed .complety__feet {
  animation: complety-feet-wiggle 0.5s ease-in-out forwards;
}
.complete-item.completed .complety__face {
  animation: complety-face-fade 0.3s 0.4s ease-in-out forwards;
  transform-origin: 50% 50%;
}
.complete-item.completed .complety__check {
  animation: complety-check-fade 0.3s 0.6s ease-in-out forwards;
  transform-origin: 50% 50%;
}
.complete-item.completed .complety__check-bg {
  animation: complety-check-bg-fade 0.3s 0.4s ease-in-out forwards;
  transform-origin: 50% 50%;
}
.complete-item.completed .complety__hand {
  animation: complety-thumbsup 0.2s 0.8s ease-in-out forwards;
}
@media (prefers-reduced-motion: no-preference) {
  .complete-item.completed .complety__twinkle {
    animation: graphic-twinkle 0.8s 1s linear infinite;
  }
}
.complete-item.completed .block__inner {
  animation: complete-btn-gold 0.5s 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.complete-item.completed .block__inner:before {
  animation: complete-btn-shine 1s 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@keyframes complety-jump {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-50px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes complety-feet-wiggle {
  0% {
    transform: translateX(5px) translateY(-11px) rotate(0);
  }
  50% {
    transform: translateX(5px) translateY(-11px) rotate(-3deg);
  }
  100% {
    transform: translateX(5px) translateY(-11px) rotate(0);
  }
}
@keyframes complety-face-fade {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
}
@keyframes complety-check-fade {
  0% {
    opacity: 0;
    transform: scale(3, 3);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes complety-check-bg-fade {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes complety-thumbsup {
  0% {
    transform: perspective(0) rotate(-90deg) scale(1, 1);
  }
  50% {
    transform: perspective(0) rotate(0) scale(1.25, 1.25);
  }
  100% {
    transform: perspective(0) rotate(0) scale(1, 1);
  }
}
@keyframes graphic-twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes complete-btn-shine {
  0% {
    left: -200%;
  }
  100% {
    left: 100%;
  }
}
@keyframes complete-btn-gold {
  0% {
    background: #daeeea;
  }
  100% {
    background: #e5d55f;
  }
}
/*------------------------------------*\
:    Effects - Fail Hover
\*------------------------------------*/
.faily__tongue {
  transform-origin: 50% 0%;
}

@media (prefers-reduced-motion: no-preference) {
  article.fail:hover .fail-graphic .faily__tongue, article.fail:hover .fail-item__graphic .faily__tongue, .fail-item:hover .fail-graphic .faily__tongue, .fail-item:hover .fail-item__graphic .faily__tongue {
    animation: faily-tongue 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}
@media (prefers-reduced-motion: no-preference) {
  article.fail:hover .fail-graphic .faily__twinkle, article.fail:hover .fail-item__graphic .faily__twinkle, .fail-item:hover .fail-graphic .faily__twinkle, .fail-item:hover .fail-item__graphic .faily__twinkle {
    animation: graphic-twinkle 0.8s linear infinite;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pswp__caption .fail-graphic .faily__tongue {
    animation: faily-tongue 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}
.pswp__caption .fail-graphic .faily__twinkle path {
  fill: #ffffff;
}
@media (prefers-reduced-motion: no-preference) {
  .pswp__caption .fail-graphic .faily__twinkle {
    animation: graphic-twinkle 0.8s linear infinite;
  }
}

@keyframes faily-tongue {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
/*------------------------------------*\
:    Effects - Block Props
\*------------------------------------*/
.boardy__hand {
  transform-origin: 100% 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .boardy__hand {
    animation: boardy-hand 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .boardy__twinkle {
    animation: graphic-twinkle 0.8s linear infinite;
  }
}

@keyframes boardy-hand {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(3deg);
  }
}
.wooly__string {
  transform-origin: 100% 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .wooly__string {
    animation: boardy-hand 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}

.wooly__right-arm {
  transform-origin: 0% 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .wooly__right-arm {
    animation: wooly-hand 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}

.wooly__left-foot {
  transform-origin: 50% 50%;
}
@media (prefers-reduced-motion: no-preference) {
  .wooly__left-foot {
    animation: wooly-foot 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  }
}

.wooly__right-foot {
  transform-origin: 50% 50%;
}
@media (prefers-reduced-motion: no-preference) {
  .wooly__right-foot {
    animation: wooly-foot 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  }
}
.wooly__right-foot {
  animation-delay: 1s;
}

@media (prefers-reduced-motion: no-preference) {
  .wooly__eye {
    animation: wooly-blink 5s linear infinite;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .wooly__iris {
    animation: wooly-iris 3s linear infinite;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .wooly-svg {
    animation: wooly-walk 10s ease-in-out infinite alternate;
  }
}

@keyframes wooly-hand {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes wooly-foot {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg) translateX(-2px);
  }
  50% {
    transform: rotate(0) translateX(-2px);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes wooly-walk {
  0% {
    transform: translateX(0);
  }
  11% {
    transform: translateX(0);
  }
  22% {
    transform: translateX(-10px);
  }
  33% {
    transform: translateX(-10px);
  }
  44% {
    transform: translateX(-20px);
  }
  55% {
    transform: translateX(-20px);
  }
  66% {
    transform: translateX(-30px);
  }
  77% {
    transform: translateX(-30px);
  }
  88% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@keyframes wooly-blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wooly-iris {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-4px) translateY(1px);
  }
  50% {
    transform: translateX(-2px) translateY(1px);
  }
  60% {
    transform: translateX(3px) translateY(-1px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
/*------------------------------------*\
:    Effects - Favorite
\*------------------------------------*/
.starry__twinkle {
  opacity: 0;
}

.starry__fill {
  opacity: 0;
  transform: scale(0, 0);
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
}
.starry__fill polygon {
  fill: #ffde03;
}

button.favorite {
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
button.favorite:hover {
  transform: scale(1.25, 1.25);
}
button.favorite:hover .starry__twinkle {
  opacity: 1;
}
button.favorite.checked .starry__twinkle {
  opacity: 1;
}
button.favorite.checked .starry__fill {
  opacity: 1;
  transform: scale(1, 1);
}

/*------------------------------------*\
:    Effects - Footer Social
\*------------------------------------*/
.main-footer__social a:hover .social__twinkle {
  opacity: 1;
}

.meta-group a:hover .social__twinkle {
  opacity: 1;
}

.social__twinkle {
  opacity: 0;
}

/*------------------------------------*\
:    Effects - Hand Button
\*------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  .btn--small:hover:after {
    animation: handwiggle 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  }
}

@keyframes handwiggle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Type
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Miscellaneous
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*------------------------------------*\
:    Shame (Fix Later)
\*------------------------------------*/
/*------------------------------------*\
:    kijkwijzer
\*------------------------------------*/
@font-face {
  font-family: "kijkwijzer";
  src: url("/bundles/studioklokhuispublicationbundle/fonts/kijkwijzer/kijkwijzer.eot");
  src: url("/bundles/studioklokhuispublicationbundle/fonts/kijkwijzer/kijkwijzer.eot#iefix") format("embedded-opentype"), url("/bundles/studioklokhuispublicationbundle/fonts/kijkwijzer/kijkwijzer.ttf") format("truetype"), url("/bundles/studioklokhuispublicationbundle/fonts/kijkwijzer/kijkwijzer.woff") format("woff"), url("/bundles/studioklokhuispublicationbundle/fonts/kijkwijzer/kijkwijzer.svg#kijkwijzer") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=kijkwijzer-], [class*=" kijkwijzer-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kijkwijzer" !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;
}

.kijkwijzer-al:before {
  content: "\e900";
}

.kijkwijzer-6:before {
  content: "\e901";
}

.kijkwijzer-9:before {
  content: "\e902";
}

.kijkwijzer-12:before {
  content: "\e903";
}

.kijkwijzer-16:before {
  content: "\e904";
}

.kijkwijzer-angst:before {
  content: "\e905";
}

.kijkwijzer-discriminatie:before {
  content: "\e906";
}

.kijkwijzer-drugs_en_alcohol:before {
  content: "\e907";
}

.kijkwijzer-geweld:before {
  content: "\e908";
}

.kijkwijzer-grof_taalgebruik:before {
  content: "\e909";
}

.kijkwijzer-seks:before {
  content: "\e90a";
}

/*------------------------------------*\
:    NTR Temporary
\*------------------------------------*/
/* google Montserrat font */
.episode-title {
  width: 100%;
  display: inline-block;
  clear: both;
}
.episode-title h1, .episode-title h3 {
  float: left;
}
.episode-title .rating {
  float: right;
  padding: 5px 0;
  margin: 0;
}
.episode-title .rating span {
  float: left;
  font-size: 26px;
  margin: 2px;
}

.pswp__caption__center .studio-content .h1 {
  display: none;
}
.pswp__caption__center .studio-owner-wrapper .studio-owner span.h2 {
  display: none;
}

body.loaded .studio-content-container {
  animation: studio-content-drop 1.1s 0.65s ease-in-out !important;
}

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