/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

.text-base {
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal; }

.text-xl {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal; }

.text-2xl {
  font-size: 30px;
  line-height: 1;
  font-weight: normal; }

@media only screen and (min-width: 426px) {
  .text-xl {
    font-size: 24px; }
  .text-2xl {
    font-size: 40px; } }

@media only screen and (min-width: 769px) {
  .text-xl {
    font-size: 30px; }
  .text-2xl {
    font-size: 60px; } }

.site-header.is-compact .site-navigation a {
  font-size: 30px; }

.site-header.is-compact .site-switcher__selected {
  font-size: 30px; }

@media only screen and (min-width: 769px) {
  .site-header.is-compact .site-navigation a {
    font-size: 60px; }
  .site-header.is-compact .site-switcher__selected {
    font-size: 60px; } }

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

::-moz-selection {
  background: #212121;
  color: #ffffff; }

::selection {
  background: #212121;
  color: #ffffff; }

html {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth; }

body {
  font-family: "TT Commons W01 Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.25;
  color: #212121; }

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none; }

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none; }

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom; }

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

.site {
  width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site-content {
  width: 100%;
  height: 100%;
  display: block;
  flex-grow: 1;
  padding-top: 70px; }
  @media only screen and (min-width: 769px) {
    .site-content {
      padding-top: 102px; } }
  .transparent-header .site-content {
    padding-top: 0; }

.anchorLink {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: -70px; }
  @media only screen and (min-width: 769px) {
    .anchorLink {
      top: -102px; } }

.password-protected form input {
  margin-bottom: 12px;
  border: 1px solid #000000;
  padding: 12px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box; }

@-webkit-keyframes lookRight {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0); } }

@keyframes lookRight {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0); } }

@-webkit-keyframes lookLeft {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

@keyframes lookLeft {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

.wysiwyg {
  color: inherit;
  box-sizing: border-box; }
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    padding-bottom: 12px; }
  .wysiwyg p {
    color: inherit;
    padding: 0;
    margin: 0 0 12px 0; }
    .wysiwyg p strong {
      font-weight: normal;
      color: #000000; }
  .wysiwyg a {
    color: inherit;
    text-shadow: 0.05em 0.05em #ffffff, 0.05em 0em #ffffff, -0.05em 0.05em #ffffff, -0.05em 0em #ffffff, 0em 0.05em #ffffff;
    background-image: linear-gradient(#212121, #212121);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 90%; }
    .wysiwyg a *,
    .wysiwyg a *:after, .wysiwyg a:after,
    .wysiwyg a *:before, .wysiwyg a:before {
      text-shadow: none; }
    .wysiwyg a:hover {
      opacity: 0.5; }
  .wysiwyg blockquote {
    color: inherit;
    border: none;
    padding: 12px 0 24px 0;
    margin: 0;
    text-align: left; }
  .wysiwyg ul {
    list-style-type: disc;
    padding-left: 24px;
    margin: 12px 0 24px 0;
    color: inherit; }
    .wysiwyg ul li {
      margin-top: 8px; }
  .wysiwyg ol {
    list-style-type: decimal;
    padding: 0 0 0 21px;
    margin: 12px 0 24px 0;
    color: inherit; }
    .wysiwyg ol li {
      margin-top: 8px; }
  .wysiwyg img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .wysiwyg iframe {
    opacity: 0;
    transition: opacity 0.2s linear; }
  .wysiwyg .fluid-width-video-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    opacity: 1; }
  .wysiwyg figure {
    padding: 0;
    margin: 0; }
  @media only screen and (min-width: 426px) {
    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
      padding-bottom: 24px; }
    .wysiwyg p {
      padding-bottom: 24px; }
    .wysiwyg a:before {
      height: 2px; }
    .wysiwyg blockquote {
      padding-bottom: 48px; } }
  @media only screen and (min-width: 769px) {
    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
      padding-bottom: 36px; }
    .wysiwyg p {
      padding-bottom: 36px; }
    .wysiwyg blockquote {
      padding-bottom: 60px; } }

button.button,
a.button {
  font-family: "TT Commons W01 Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-callout: none;
  display: inline-block;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  color: #212121;
  background-image: none;
  padding: 17px 24px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: relative;
  opacity: 1 !important; }
  button.button:hover,
  a.button:hover {
    background-color: #000000;
    color: #ffffff; }
  button.button:active,
  a.button:active {
    background-color: #0d0d0d; }
  button.button[href$='.zip'],
  a.button[href$='.zip'] {
    padding-right: 62px; }
    button.button[href$='.zip']:before,
    a.button[href$='.zip']:before {
      display: block;
      content: '';
      background-image: url("../img/download.svg");
      background-size: 100% 100%;
      width: 17px;
      height: 21px;
      position: absolute;
      top: 16px;
      right: 24px; }
    button.button[href$='.zip']:hover:before,
    a.button[href$='.zip']:hover:before {
      background-image: url("../img/download-white.svg"); }
  @media only screen and (min-width: 769px) {
    button.button,
    a.button {
      padding: 21px 50px; }
      button.button[href$='.zip'],
      a.button[href$='.zip'] {
        padding-right: 80px; }
        button.button[href$='.zip']:before,
        a.button[href$='.zip']:before {
          top: 19px;
          right: 31px; } }

.button.is-white {
  background-color: #ffffff;
  color: #212121; }
  .button.is-white:hover {
    background-color: #f2f2f2; }
  .button.is-white:active {
    background-color: #fafafa; }

.button.has-outline {
  background-color: transparent;
  border: 1px solid #212121;
  color: #212121; }
  .button.has-outline:hover {
    background-color: rgba(33, 33, 33, 0.2); }
  .button.has-outline:active {
    background-color: rgba(33, 33, 33, 0.1); }

.button.has-outline.is-white {
  color: #ffffff;
  border-color: #ffffff; }
  .button.has-outline.is-white:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .button.has-outline.is-white:active {
    background-color: rgba(255, 255, 255, 0.1); }

.button.is-wide {
  min-width: 180px; }

.heroSection .button {
  background-color: transparent;
  border: 1px solid currentColor;
  color: inherit; }
  .heroSection .button[href$='.zip']:before {
    color: inherit;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-image: url("../img/download-white.svg");
            mask-image: url("../img/download-white.svg"); }
  .heroSection .button:hover {
    border-color: transparent; }

.site-footer {
  border-top: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 100%;
  max-width: 1108px;
  margin: auto;
  padding: 24px; }
  .site-footer__nav {
    margin-bottom: 24px; }
    .site-footer__nav a {
      display: block;
      color: #9e9e9e;
      padding: 6px 0; }
      .site-footer__nav a:hover {
        opacity: 0.8; }
  .site-footer__copy {
    color: #9e9e9e;
    margin-bottom: 24px; }
    .site-footer__copy.is-left {
      margin-bottom: 0; }
  .site-footer__text {
    color: #9e9e9e;
    padding: 24px 0; }
  .site-footer__logo {
    display: inline-block;
    margin-left: auto;
    margin-bottom: 24px; }
    .site-footer__logo img,
    .site-footer__logo svg {
      height: 100%;
      width: 100%; }
      .site-footer__logo img *,
      .site-footer__logo svg * {
        fill: #9e9e9e; }
  @media only screen and (min-width: 769px) {
    .site-footer__content {
      display: flex;
      flex-direction: row-reverse; }
    .site-footer__column {
      width: 50%;
      flex-grow: 1;
      flex-shrink: 1;
      text-align: right;
      margin-left: auto;
      display: flex;
      flex-direction: column; }
      .site-footer__column:first-child {
        text-align: left;
        margin-right: auto; }
    .site-footer__nav {
      display: inline-flex; }
      .site-footer__nav a {
        padding: 6px 24px 6px 0; }
    .site-footer__copy {
      padding: 6px 0 6px 6px;
      margin-left: auto;
      margin-right: 0;
      text-align: right; }
      .site-footer__copy.is-left {
        padding: 6px 6px 6px 0;
        margin-top: auto;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 24px;
        text-align: left; }
    .site-footer__text {
      max-width: 530px;
      padding-top: 0; }
      .site-footer__text.position-right {
        margin-left: auto;
        text-align: right; }
      .site-footer__text.position-center {
        max-width: 650px;
        text-align: center;
        margin: 0 auto; } }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  z-index: 5000;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: opacity 0.25s linear 0.6s, background 0.35s linear 200ms, height 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1; }
  .loading .site-header {
    opacity: 0; }
  .site-header__content {
    width: 100%; }
  .site-header.is-sticky {
    position: fixed; }
  @media only screen and (min-width: 769px) {
    .site-header {
      height: 102px; }
      .site-header__content {
        position: relative;
        max-width: 1108px;
        margin: auto; } }

.site-title {
  color: #212121;
  display: inline-block;
  transition: color 0.35s linear;
  padding: 24px;
  text-decoration: none; }
  .site-title img,
  .site-title svg {
    height: 100%;
    width: auto; }
    .site-title img *,
    .site-title svg * {
      transition: fill 0.25s linear; }
  .site-title.has-logo {
    padding-top: 6px;
    padding-bottom: 6px; }
    .site-title.has-logo .site-title__container {
      height: 58px;
      text-align: left; }
  @media only screen and (min-width: 769px) {
    .site-title {
      padding: 40px 24px; }
      .site-title.has-logo {
        padding-top: 12px;
        padding-bottom: 12px; }
        .site-title.has-logo .site-title__container {
          height: 78px; }
          .site-header--tanssintalo .site-title.has-logo .site-title__container {
            height: 58px; } }
  @media (min-width: 1024px) {
    .site-header--tanssintalo .site-title.has-logo .site-title__container {
      height: 78px; } }

.site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear; }
  .resizing .site-navigation {
    opacity: 0; }
  .site-navigation ul {
    padding: 0;
    margin: 0;
    font-size: 0; }
  .site-navigation li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .site-navigation a {
    display: block;
    padding: 40px 0;
    text-decoration: none;
    transition: color 0.35s linear; }
  @media only screen and (min-width: 769px) {
    .site-navigation {
      left: 33.33%;
      width: 66.66%; }
      .site-navigation li {
        padding-left: 36px; }
        .site-header--tanssintalo .site-navigation li {
          padding-left: 24px; }
        .site-navigation li:first-child {
          padding-left: 6px; }
      .site-navigation a {
        color: #212121; }
        .site-navigation a.is-active {
          color: #9e9e9e; }
        .site-navigation a:hover {
          color: #9e9e9e; } }
  @media (min-width: 1024px) {
    .site-header--tanssintalo .site-navigation li {
      padding-left: 32px; } }

.site-switcher {
  display: inline-block;
  padding: 40px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none; }
  .site-switcher__container {
    position: relative;
    display: inline-block;
    width: 100%; }
  .site-switcher__selected {
    color: inherit;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1000; }
    .site-switcher__selected span {
      display: inline-block;
      margin-right: 12px; }
    .site-switcher__selected svg {
      color: inherit;
      width: 15px;
      height: 15px;
      margin-left: auto; }
      .site-switcher__selected svg * {
        fill: currentColor; }
  .site-switcher__content {
    display: none;
    position: absolute;
    top: -14px;
    width: 100%;
    padding-top: 43px;
    z-index: 0; }
    .site-switcher__content:after {
      content: '';
      position: absolute;
      top: 0;
      left: -40%;
      width: 180%;
      height: 100%;
      background-color: white;
      z-index: -1;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
    .site-switcher__content a {
      padding: 12px 0;
      display: block;
      color: #212121 !important; }
  .site-switcher.is-open {
    color: #212121 !important; }
    .site-switcher.is-open .site-switcher__selected svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .site-switcher.is-open .site-switcher__content {
      display: block; }

.site-navigation-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 70px;
  cursor: pointer; }
  .site-navigation-toggle span {
    width: 17px;
    height: 1px;
    background-color: #212121;
    display: block;
    position: absolute;
    right: 24px;
    top: 35px;
    transition: background 0.35s linear, -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background 0.35s linear, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background 0.35s linear, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .site-navigation-toggle span:nth-child(1) {
      -webkit-transform: translateY(-5px) rotate(0deg);
              transform: translateY(-5px) rotate(0deg); }
    .site-navigation-toggle span:nth-child(2) {
      -webkit-transform: scale(1) rotate(0deg);
              transform: scale(1) rotate(0deg); }
    .site-navigation-toggle span:nth-child(3) {
      -webkit-transform: translateY(5px) rotate(0deg);
              transform: translateY(5px) rotate(0deg); }
  @media only screen and (min-width: 769px) {
    .site-navigation-toggle {
      display: none;
      width: 67px;
      height: 102px; }
      .site-navigation-toggle span {
        top: 51px; } }

.site-navigation-status {
  display: none; }

.transparent-header .site-header {
  background-color: transparent; }
  .transparent-header .site-header .site-title {
    color: #ffffff; }
    .transparent-header .site-header .site-title svg * {
      fill: #ffffff; }
  .transparent-header .site-header .site-navigation-toggle span {
    background-color: #ffffff; }

.transparent-header .site-switcher {
  color: #ffffff; }

@media only screen and (min-width: 769px) {
  .transparent-header .site-header .site-navigation a {
    color: #ffffff; } }

.site-header.headroom--not-top {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), 0px 5px 10px rgba(0, 0, 0, 0.04); }
  .site-header.headroom--not-top .site-title {
    color: #212121; }
    .site-header.headroom--not-top .site-title svg * {
      fill: #212121; }
  .site-header.headroom--not-top .site-navigation-toggle span {
    background-color: #212121; }
  .site-header.headroom--not-top .site-navigation a {
    color: #212121; }
  .site-header.headroom--not-top .site-switcher {
    color: #212121; }
  @media only screen and (min-width: 769px) {
    .site-header.headroom--not-top .site-navigation a {
      color: #212121; } }

.site-header.is-compact .site-header__content {
  height: 100%; }

.site-header.is-compact .site-navigation {
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  transition: visibility 0s linear 1s; }
  .site-header.is-compact .site-navigation ul {
    list-style-type: none;
    padding: 24px 0; }
    .site-header.is-compact .site-navigation ul li {
      display: block;
      padding-left: 0; }
  .site-header.is-compact .site-navigation a {
    color: #ffffff;
    padding: 12px 24px;
    margin: 0;
    text-align: left; }

.site-header.is-compact .site-navigation-toggle {
  display: block; }

.site-header.is-compact .site-switcher {
  color: #ffffff !important;
  width: 100%; }
  .site-header.is-compact .site-switcher__selected {
    width: 100%;
    padding: 12px 24px; }
  .site-header.is-compact .site-switcher__content {
    top: 100%;
    padding: 0; }
    .site-header.is-compact .site-switcher__content:after {
      display: none; }
    .site-header.is-compact .site-switcher__content a {
      color: #ffffff !important; }

.site-navigation-status:checked ~ .site-header.is-compact {
  background-color: #212121;
  height: 100%;
  transition: background 0.35s linear, height 0.35s cubic-bezier(0.77, 0, 0.175, 1) 200ms; }
  .site-navigation-status:checked ~ .site-header.is-compact .site-title {
    color: #ffffff;
    transition: color 0.35s linear; }
    .site-navigation-status:checked ~ .site-header.is-compact .site-title svg * {
      fill: #ffffff; }
  .site-navigation-status:checked ~ .site-header.is-compact .site-navigation-toggle span {
    background-color: #ffffff;
    transition: background 0.35s linear, -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background 0.35s linear, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background 0.35s linear, transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .site-navigation-status:checked ~ .site-header.is-compact .site-navigation-toggle span:nth-child(1) {
      -webkit-transform: translateY(0) rotate(45deg);
              transform: translateY(0) rotate(45deg); }
    .site-navigation-status:checked ~ .site-header.is-compact .site-navigation-toggle span:nth-child(2) {
      -webkit-transform: scale(0) rotate(45deg);
              transform: scale(0) rotate(45deg); }
    .site-navigation-status:checked ~ .site-header.is-compact .site-navigation-toggle span:nth-child(3) {
      -webkit-transform: translateY(0) rotate(-45deg);
              transform: translateY(0) rotate(-45deg); }
  .site-navigation-status:checked ~ .site-header.is-compact .site-navigation {
    visibility: visible;
    transition-delay: 0s; }

.sub-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  border: 1px solid rgba(235, 235, 245, 0.19);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08), 0px 5px 10px rgba(0, 0, 0, 0.04);
  background-color: white; }
  @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
    .sub-navigation {
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: rgba(255, 255, 255, 0.4); } }
  .sub-navigation.headroom--not-top {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .sub-navigation ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: 0px;
    overscroll-behavior-x: none;
    -ms-scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: -20px 0; }
  .sub-navigation li {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px; }
    .sub-navigation li:last-child {
      padding-left: 12px; }
  .sub-navigation a {
    display: block;
    color: #212121;
    padding: 12px; }
    .sub-navigation a:hover {
      color: #9e9e9e; }
  @media only screen and (min-width: 769px) {
    .sub-navigation ul {
      justify-content: center; } }

@media only screen and (min-width: 769px) {
  .site-header--tanssintalo .site-navigation {
    width: 80%;
    left: 19%;
    text-align: right; } }

@media (min-width: 1024px) {
  .site-header--tanssintalo .site-navigation {
    width: 75%;
    left: 25%; } }

@media (max-width: 910px) {
  .site-header--tanssintalo .site-navigation .site-navigation-toggle {
    display: none;
    width: 67px;
    height: 102px; }
    .site-header--tanssintalo .site-navigation .site-navigation-toggle span {
      top: 51px; } }

.site-header--tanssintalo .site-navigation .site-switcher {
  text-align: left; }

.columnsLayout {
  box-sizing: border-box; }
  .columnsLayout.border-top {
    border-top: 1px solid #e4e4e4; }
  .columnsLayout.border-bottom {
    border-bottom: 1px solid #e4e4e4; }
  .columnsLayout__container {
    max-width: 1108px;
    padding: 24px;
    margin: auto; }
  .columnsLayout__title {
    color: #212121; }
  .columnsLayout__sub-title {
    color: #9e9e9e; }
  .columnsLayout__header {
    padding-bottom: 12px; }
  @media only screen and (min-width: 769px) {
    .columnsLayout__container {
      display: flex;
      padding: 60px 24px; }
    .columnsLayout__header {
      width: 33.33%;
      padding-top: 7px;
      padding-bottom: 0;
      padding-right: 24px; }
    .columnsLayout__title {
      max-width: 222px; }
    .columnsLayout__sub-title {
      max-width: 222px; }
    .columnsLayout__content {
      padding-top: 0;
      width: 66.66%; } }

.heroSection {
  position: relative;
  width: 100%;
  background-color: #212121;
  padding: 120px 24px;
  box-sizing: border-box;
  color: #ffffff; }
  .heroSection__content {
    position: relative;
    z-index: 1000;
    margin: auto;
    width: 100%;
    max-width: 1108px; }
  .heroSection__content-inner {
    text-align: left; }
  .heroSection__pre-title {
    padding: 0;
    margin: 0 0 12px 0;
    color: inherit; }
  .heroSection__title {
    padding: 0;
    margin: 0 0 24px 0;
    color: inherit; }
  .heroSection__cta {
    margin: 24px 0 0 0; }
  .heroSection__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; }
    .heroSection__bg img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      -webkit-filter: blur(10px);
              filter: blur(10px);
      transition: opacity 2s linear, -webkit-filter 5s linear;
      transition: opacity 2s linear, filter 5s linear;
      transition: opacity 2s linear, filter 5s linear, -webkit-filter 5s linear;
      -o-object-fit: cover;
         object-fit: cover; }
      .no-objectfit .heroSection__bg img {
        display: none; }
    .heroSection__bg video {
      pointer-events: none;
      opacity: 0;
      -webkit-filter: blur(10px);
              filter: blur(10px);
      transition: opacity 0.2s linear, -webkit-filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear;
      position: absolute; }
      .no-objectfit .heroSection__bg video {
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0; }
      .objectfit .heroSection__bg video {
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .heroSection__bg.loaded img {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
      transition: opacity 0.2s linear, -webkit-filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear; }
    .heroSection__bg.loaded video {
      opacity: 1;
      -webkit-filter: blur(0px);
              filter: blur(0px);
      transition: opacity 0.2s linear, -webkit-filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear; }
  @media only screen and (min-width: 769px) {
    .heroSection {
      display: flex;
      min-height: 600px;
      height: 90vh;
      max-height: 700px; }
      .heroSection__content {
        align-self: center; }
      .heroSection__content-inner {
        margin-left: 33.33%;
        padding-left: 6px; } }

.assetSection {
  box-sizing: border-box; }
  .assetSection__container {
    max-width: 1108px;
    padding: 24px;
    margin: auto; }
    .assetSection__container.is-fullWidth {
      max-width: none;
      padding: 0;
      margin: 0; }
    .assetSection__container.is-small {
      max-width: 700px;
      padding: 24px;
      margin: auto; }
  .assetSection__content {
    overflow: hidden; }
    .assetSection__content img {
      opacity: 0.5;
      -webkit-filter: blur(7px);
              filter: blur(7px);
      transition: opacity 0.2s linear, -webkit-filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear; }
    .assetSection__content video {
      max-width: 100%;
      width: 100%;
      height: auto;
      opacity: 1;
      -webkit-filter: blur(10px);
              filter: blur(10px);
      transition: opacity 0.2s linear, -webkit-filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear;
      transition: opacity 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear;
      vertical-align: bottom; }
    .assetSection__content.loaded img {
      opacity: 1;
      -webkit-filter: blur(0px);
              filter: blur(0px); }
    .assetSection__content.loaded video {
      opacity: 1;
      -webkit-filter: blur(0px);
              filter: blur(0px); }
  @media only screen and (min-width: 769px) {
    .assetSection__container {
      padding: 60px 24px; }
      .assetSection__container.is-fullwidth {
        padding: 0; } }

.informationSection {
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4; }
  .informationSection__container {
    max-width: 1108px;
    padding: 24px;
    margin: auto; }
  .informationSection__title {
    color: #212121; }
  .informationSection__sub-title {
    color: #9e9e9e; }
  .informationSection__header {
    padding-bottom: 12px; }
  @media only screen and (min-width: 769px) {
    .informationSection__container {
      padding: 60px 24px; }
    .informationSection__content {
      padding-top: 60px; } }

.information-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .information-list__item {
    margin-bottom: 24px;
    text-align: left; }
  .information-list__title {
    padding: 0;
    margin-bottom: 12px;
    color: #212121; }
  .information-list__text p {
    color: #212121;
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 426px) {
    .information-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .information-list__item {
        width: 50%;
        max-width: 300px; }
        .information-list__item:nth-child(2n + 1) {
          padding-right: 12px; }
        .information-list__item:nth-child(2n) {
          padding-left: 12px; } }
  @media only screen and (min-width: 769px) {
    .information-list {
      margin-left: -12px;
      margin-right: -12px; }
      .information-list__item {
        width: 33.33%;
        padding: 0 12px; } }

/*! 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;
  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 * {
    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 */
  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;
  -webkit-transform: translateZ(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 {
  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: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

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

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

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  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; }

/*! 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;
  transition: opacity 0.2s;
  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(../img/photoswipe/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(../img/photoswipe/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;
  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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-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);
            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 rgba(0, 0, 0, 0);
  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;
  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(../img/photoswipe/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 {
  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;
  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; }

.pswp {
  font-family: "TT Commons W01 Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .pswp__bg {
    background-color: #000000; }
  .pswp--open {
    z-index: 9999; }
  .pswp__caption__center {
    text-align: center;
    color: #ffffff;
    font-size: 12px; }

.gallery {
  width: 100%; }
  .gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1000;
    transition: background-color 0.15s linear; }
    .gallery__overlay span {
      color: #ffffff; }
  .gallery__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e4e4e4;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: -webkit-transform 0.8s linear;
    transition: transform 0.8s linear;
    transition: transform 0.8s linear, -webkit-transform 0.8s linear; }
  .gallery__item {
    width: 100%;
    position: relative;
    height: 415px;
    overflow: hidden; }
    .gallery__item:hover .gallery__overlay {
      background-color: rgba(0, 0, 0, 0.6); }
    .gallery__item:hover .gallery__image {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  @media only screen and (min-width: 426px) {
    .gallery {
      display: flex;
      flex-wrap: wrap; }
      .gallery__item {
        flex-shrink: 0;
        flex-grow: 1; }
        .gallery__item:first-child {
          width: 50%; }
        .gallery__item:nth-child(2) {
          width: 50%; }
        .gallery__item:nth-child(3) {
          width: 25%; }
        .gallery__item:nth-child(4) {
          width: 25%; }
        .gallery__item:nth-child(5) {
          width: 25%; } }

.color-item__visual {
  width: 100%;
  padding-bottom: 56.6%; }

.color-item__content {
  padding: 12px 0 0 0; }
  .color-item__content h4 {
    margin: 0 0 6px 0;
    padding: 0;
    color: #212121; }
  .color-item__content p {
    margin: 0;
    padding: 0;
    color: #9e9e9e; }

.color-list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .color-list__item {
    margin-bottom: 24px; }
  @media only screen and (min-width: 426px) {
    .color-list {
      display: flex;
      flex-wrap: wrap; }
      .color-list__item {
        width: 50%; } }
  @media only screen and (min-width: 600px) {
    .color-list__item {
      width: 33.33%; } }
  @media only screen and (min-width: 769px) {
    .color-list__item {
      width: 50%; } }
  @media only screen and (min-width: 900px) {
    .color-list__item {
      width: 33.33%; } }

.cookie-banner {
  background-color: #212121;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  transition: opacity 0.35s linear, -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.35s linear, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.35s linear, transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 9999; }
  .cookie-banner.is-shown {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .cookie-banner__inner {
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1108px;
    margin: auto; }
  .cookie-banner__content {
    padding: 0 12px 0 0;
    margin: 0 auto 0 0; }
    .cookie-banner__content * {
      padding: 0;
      margin: 0; }
    .cookie-banner__content a {
      color: inherit;
      border-bottom: 1px solid #ffffff; }
      .cookie-banner__content a:hover {
        opacity: 0.8; }
  .cookie-banner__cta {
    padding: 0;
    margin: 0 0 0 auto; }
  @media only screen and (min-width: 769px) {
    .cookie-banner {
      padding: 24px 48px; } }

.error-page {
  padding: 60px 0; }
  .error-page__content {
    max-width: 1108px;
    margin: auto; }

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