@charset "UTF-8";
/* stylelint-disable */
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */ }

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */ }

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type='number'] {
  width: auto;
  /* Firefox 36+ */ }

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  display: inline-block;
  vertical-align: top;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* Responsive media elements so that images and embeds scale with the browser width */
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto; }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit; }
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* stylelint-enable */
/* stylelint-disable */
/**
 * slider 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/slider/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

.swiper-invisible-blank-slide {
  visibility: hidden; }

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../svg/slider-arrow.svg);
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../svg/slider-arrow.svg);
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

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

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

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

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

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

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

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

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

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

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

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

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

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

@-webkit-keyframes slider-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes slider-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none; }

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

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

/* stylelint-enable */
/*================================
=            HEADINGS            =
================================*/
h1, .c-showcase__title {
  /* stylelint-disable */
  font-size: 28px;
  /* stylelint-enable */
  line-height: 1.3; }
  @media (min-width: 576px) {
    h1, .c-showcase__title {
      font-size: calc(2.08333vw + 16px); } }
  @media (min-width: 768px) {
    h1, .c-showcase__title {
      font-size: calc(3.57143vw + 4.57143px); } }
  @media (min-width: 992px) {
    h1, .c-showcase__title {
      font-size: 40px; } }

h2 {
  /* stylelint-disable */
  font-size: 26px;
  /* stylelint-enable */
  line-height: 1.3; }
  @media (min-width: 576px) {
    h2 {
      font-size: calc(1.04167vw + 20px); } }
  @media (min-width: 768px) {
    h2 {
      font-size: calc(1.78571vw + 14.28571px); } }
  @media (min-width: 992px) {
    h2 {
      font-size: 32px; } }

h3, .o-quote p, .c-media-slider__title {
  /* stylelint-disable */
  font-size: 18px;
  /* stylelint-enable */
  line-height: 1.3; }
  @media (min-width: 576px) {
    h3, .o-quote p, .c-media-slider__title {
      font-size: calc(2.08333vw + 6px); } }
  @media (min-width: 768px) {
    h3, .o-quote p, .c-media-slider__title {
      font-size: calc(0.89286vw + 15.14286px); } }
  @media (min-width: 992px) {
    h3, .o-quote p, .c-media-slider__title {
      font-size: 24px; } }

h4 {
  /* stylelint-disable */
  font-size: 17px;
  /* stylelint-enable */
  line-height: 1.3; }
  @media (min-width: 576px) {
    h4 {
      font-size: calc(0.52083vw + 14px); } }
  @media (min-width: 768px) {
    h4 {
      font-size: calc(0.89286vw + 11.14286px); } }
  @media (min-width: 992px) {
    h4 {
      font-size: 20px; } }

html {
  width: 100%;
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 1rem;
  line-height: 1.625rem;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  color: #424242;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: left; }

* {
  font-synthesis: inherit;
  font-smoothing: inherit; }
  *, *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

address {
  font-style: inherit; }

figure {
  margin: 0; }

.touch {
  cursor: pointer; }

a,
a:active {
  color: #4a5ca4;
  text-decoration: none; }
  a:hover, a:focus,
  a:active:hover,
  a:active:focus {
    text-decoration: underline; }

p {
  margin: 0 0 10px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit; }

ul {
  padding: 0; }

li {
  font-family: inherit; }

h1, .c-showcase__title {
  font-family: "Lato", sans-serif; }

h1, .c-showcase__title,
h2, h3, .o-quote p, .c-media-slider__title,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 300; }

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

::selection {
  background-color: #333333;
  color: #ffffff; }

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.screen-reader {
  /* stylelint-disable */
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  /* stylelint-enable */ }

body.slider-active {
  overflow: hidden; }

img {
  pointer-events: none; }

.text-separator {
  display: inline-block;
  margin: 0 0.5em; }

input, select, textarea {
  padding: 5px;
  border: 1px solid rgba(74, 92, 165, 0.25); }

.o-row {
  padding-right: 2.5%;
  padding-left: 2.5%; }

.o-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.o-grid-container--center {
  text-align: center; }

.o-container {
  clear: both;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.o-container--slim {
  clear: both;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }

.o-container--med {
  clear: both;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.o-container--wide {
  clear: both;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto; }

.o-post-title {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  padding-top: 60px;
  text-align: center; }
  .o-post-title h1, .o-post-title .c-showcase__title {
    margin-bottom: 20px;
    color: #4a5ca4; }
  .o-post-title h3, .o-post-title .o-quote p, .o-quote .o-post-title p, .o-post-title .c-media-slider__title {
    margin-bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300; }
  @media (min-width: 40.063em) {
    .o-post-title {
      padding-top: 80px; } }

.o-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .o-audio.playing .o-audio__pause {
    display: inline-block; }
  .o-audio.playing .o-audio__play {
    display: none; }
  .o-audio .o-audio__pause {
    display: none; }
  .o-audio path {
    fill: #4a5ca4; }
  .o-audio p {
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1.1; }

@media (min-width: 64.063em) {
  .o-audio--absolute-top-right {
    position: absolute;
    top: 0;
    left: 100%; } }

.o-embed-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  overflow: hidden; }

.o-embed iframe,
.o-embed object,
.o-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 64.063em) {
  .o-drawn-border {
    padding: 10px 0;
    border: 15px solid;
    border-image-slice: 15 15 fill;
    border-image-source: url(../svg/drawn-border.svg); } }

@media (min-width: 50em) {
  .o-drawn-border--books {
    padding: 10px 0;
    border: 15px solid;
    border-image-slice: 15 15 fill;
    border-image-source: url(../svg/drawn-border.svg); } }

.o-drawn-border--cta {
  border: 5px solid;
  border-image-slice: 5 5 fill;
  border-image-source: url(../svg/drawn-border.svg); }

.o-drawn-border--mobile {
  padding: 10px 0;
  border: 15px solid;
  border-image-slice: 15 15 fill;
  border-image-source: url(../svg/drawn-border.svg); }

@media (min-width: 64.063em) {
  .o-drawn-border--bottom-left {
    position: relative;
    float: left;
    margin-top: -30px;
    margin-left: -20px;
    padding-top: 20px; } }

@media (min-width: 64.063em) {
  .o-drawn-border--absolute-right {
    position: absolute;
    bottom: -30px;
    left: calc(100% - 50px);
    min-width: 250px;
    padding-left: 50px; } }

.o-drawn-border--circle {
  padding: 20px;
  border-style: solid;
  border-image-slice: 0 0 fill;
  border-image-source: url(../svg/circle-border.svg); }

.o-drawn-border--chronology {
  position: relative; }
  .o-drawn-border--chronology:after {
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    padding: 20px;
    border-style: solid;
    content: '';
    border-image-slice: 0 0 fill;
    border-image-source: url(../svg/circle-border.svg); }

.o-drawn-border--svg {
  position: relative;
  display: inline-block;
  padding: 0; }
  .o-drawn-border--svg svg {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 12px; }
    .o-drawn-border--svg svg:hover svg path {
      stroke: #000000; }

.o-quote {
  position: relative;
  clear: both;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #4a5ca4;
  text-align: center; }
  .o-quote::before, .o-quote::after {
    content: ' ';
    display: table; }
  .o-quote::after {
    clear: both; }
  .o-quote {
    *zoom: 1; }
  .o-quote:before, .o-quote:after {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background-position: center;
    background-size: contain; }
  .o-quote:before {
    top: 10px;
    background-image: url(../png/quote-marks.png);
    content: ''; }
  .o-quote:after {
    bottom: 10px;
    background-image: url(../png/quote-marks.png);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    content: ''; }
  .o-quote p {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.6; }
  .o-quote footer {
    padding: 10px 0;
    text-align: right; }
  .o-quote + .o-quote__signature {
    margin-top: -30px;
    margin-bottom: 40px; }

.o-quote__signature {
  max-width: 220px;
  margin: 0 auto; }
  .o-quote__signature img {
    width: 100%; }

.o-cta, .c-form .gform_button {
  display: inline-block;
  padding: 0.8em 1.5em;
  background-color: #4a5ca4;
  border: none;
  outline: none;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  text-transform: uppercase;
  letter-spacing: 4px; }
  .o-cta:hover, .c-form .gform_button:hover, .o-cta:focus, .c-form .gform_button:focus {
    background-color: #7a7f95;
    text-decoration: none; }
  @media (min-width: 40.063em) {
    .o-cta, .c-form .gform_button {
      padding: 1em 2em; } }

.o-cta--drawn {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0.8em 1.5em;
  font-family: "Lato";
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 40.063em) {
    .o-cta--drawn {
      padding: 1em 2em; } }
  .o-cta--drawn:hover, .o-cta--drawn:focus {
    color: #424242; }

.o-cta--load {
  position: relative; }
  .o-cta--load svg {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    display: none;
    width: 30px; }
  .o-cta--load.loading span {
    visibility: hidden; }
  .o-cta--load.loading svg {
    display: block;
    -webkit-animation: rotating 1s linear infinite;
            animation: rotating 1s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.o-hamburger {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 10px 10px;
  overflow: visible;
  background-color: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  cursor: pointer; }
  @media (min-width: 50em) {
    .o-hamburger {
      display: none; } }
  .o-hamburger:hover, .o-hamburger:focus {
    outline: none; }

.o-hamburger:hover {
  opacity: 0.7; }

.o-hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px; }
  @media (min-width: 32em) {
    .o-hamburger-box {
      width: 40px; } }

.o-hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.o-hamburger-inner,
.o-hamburger-inner::before,
.o-hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
  @media (min-width: 32em) {
    .o-hamburger-inner,
    .o-hamburger-inner::before,
    .o-hamburger-inner::after {
      width: 40px; } }

.o-hamburger-inner::before,
.o-hamburger-inner::after {
  content: '';
  display: block; }

.o-hamburger-inner::before {
  top: -10px; }

.o-hamburger-inner::after {
  bottom: -10px; }

/*
   * Spring
   */
.o-hamburger--spring .o-hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.o-hamburger--spring .o-hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.o-hamburger--spring .o-hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.o-hamburger--spring.is-active .o-hamburger-inner {
  background-color: transparent;
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s; }

.o-hamburger--spring.is-active .o-hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

.o-hamburger--spring.is-active .o-hamburger-inner::after {
  top: 0;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
  background: rgba(230, 179, 179, 0.5); }

.c-logo {
  float: left;
  min-width: 200px;
  max-width: 500px;
  margin-right: 10px;
  padding: 10px;
  line-height: 1.7; }
  @media (min-width: 32em) {
    .c-logo {
      min-width: 250px; } }
  @media (min-width: 50em) {
    .c-logo {
      float: none;
      margin: 0 auto;
      padding-left: 60px; } }
  .c-logo a:hover, .c-logo a:focus {
    text-decoration: none; }

.c-navigation {
  margin-left: auto; }
  .c-navigation.search-open .c-menu {
    display: none; }

/**
 * (optional) define here the style definitions which should be applied on the slider container
 * e.g. width including further controls like arrows etc.
 */
.swiper-vertical .c-slider__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }

.c-slider .frame {
  /**
    * (optional) wrapper width, specifies width of the slider frame.
    */
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }

.c-slider .slides {
  display: inline-block; }

.c-slider li {
  position: relative;
  display: inline-block;
  width: 100%; }

.c-slider.no-navigation .swiper-button-prev,
.c-slider.no-navigation .swiper-button-next {
  display: none;
  opacity: 0;
  visibility: hidden; }

.c-slider--lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0; }
  .c-slider--lightbox.active {
    width: 100%;
    height: 100%; }
  .c-slider--lightbox.loaded {
    opacity: 1; }
  .c-slider--lightbox .c-slider__image-full {
    display: none;
    opacity: 0; }
  .c-slider--lightbox .c-slider__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
    @media (min-width: 50em) {
      .c-slider--lightbox .c-slider__single {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .c-slider--lightbox .c-slider__single.slide-loaded {
      opacity: 1; }
    .c-slider--lightbox .c-slider__single img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: 100%;
      margin: auto;
      margin: auto; }
      @media (min-width: 50em) {
        .c-slider--lightbox .c-slider__single img {
          position: relative;
          z-index: 1;
          max-height: calc(100vh - 210px); } }
  .c-slider--lightbox .c-slider__single-wrapper {
    position: relative;
    height: 100%;
    text-align: center; }
    @media (min-width: 50em) {
      .c-slider--lightbox .c-slider__single-wrapper {
        height: auto; } }
  .c-slider--lightbox .c-slider__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    cursor: pointer; }
    .c-slider--lightbox .c-slider__close path {
      fill: #4a5ca4; }

.c-slider--books .c-slider__single-wrapper {
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.c-slider--books .c-slider__single-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center; }
  @media (min-width: 40.063em) {
    .c-slider--books .c-slider__single-image-wrapper {
      height: 100%; } }

.c-slider--books figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }
  .c-slider--books figure img {
    max-height: 100%; }

@media (min-width: 40.063em) {
  .c-slider--books .swiper-slide-active img,
  .c-slider--books .swiper-slide-active .c-slider__single-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 0;
    margin-left: auto; }
  .c-slider--books .swiper-slide-next img,
  .c-slider--books .swiper-slide-next .c-slider__single-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: auto;
    margin-left: 0; } }

.c-slider--books .c-slider__arrows {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  text-align: center; }
  .c-slider--books .c-slider__arrows .c-slider__index {
    margin-bottom: 0; }

.c-slider--books .swiper-button-next,
.c-slider--books .swiper-button-prev {
  position: relative;
  margin: 0; }

.c-slider--books .swiper-button-next {
  -webkit-transform: none;
          transform: none; }

.c-slider--books .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-slider--gallery .c-slider__single-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 80px 200px;
      padding: 0; } }

.c-slider--gallery .c-sloder__close--larger-image {
  display: none; }

.c-slider--gallery .c-slider__single-quote {
  display: none; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-quote {
      position: absolute;
      bottom: 0;
      left: -200px;
      display: block;
      width: 200px;
      height: 100%; } }
  .c-slider--gallery .c-slider__single-quote .o-quote {
    position: absolute;
    top: 50%;
    margin-right: 20px;
    margin-left: 20px;
    text-align: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .c-slider--gallery .c-slider__single-quote .o-quote:before, .c-slider--gallery .c-slider__single-quote .o-quote:after {
      right: 0;
      left: auto;
      margin-left: 0; }

.c-slider--gallery .swiper-button-prev {
  top: 30px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.c-slider--gallery .swiper-button-next {
  top: auto;
  bottom: 30px;
  left: 50%;
  margin-left: -15px; }

.c-slider--gallery .c-slider__single-image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  max-height: 100%; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-image-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; } }

.c-slider--gallery .c-slider__single-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-top: 8px;
  padding: 0 20px;
  visibility: visible; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-info {
      position: absolute;
      right: -200px;
      bottom: 0;
      width: 200px;
      height: 100%;
      margin-top: 0;
      padding: 20px; } }

.c-slider--gallery .c-slider__single-tag-toggle {
  cursor: pointer; }
  .c-slider--gallery .c-slider__single-tag-toggle .c-slider__single-tag-close {
    display: none; }
  .c-slider--gallery .c-slider__single-tag-toggle.is-active .c-slider__single-tag-close {
    display: block; }
  .c-slider--gallery .c-slider__single-tag-toggle.is-active .c-slider__single-tag-open {
    display: none; }

.c-slider--gallery .c-slider__single-tags {
  float: right;
  margin-right: 15px;
  text-align: right; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-tags {
      float: none;
      clear: both;
      margin-right: 0;
      text-align: left; } }

.c-slider--gallery .c-slider__tag-list {
  text-align: left;
  -webkit-transition: all 190ms ease-out;
  transition: all 190ms ease-out;
  opacity: 0;
  visibility: hidden; }
  .c-slider--gallery .c-slider__tag-list--mobile {
    float: left;
    clear: right; }
    @media (min-width: 50em) {
      .c-slider--gallery .c-slider__tag-list--mobile {
        display: none; } }
  .c-slider--gallery .c-slider__tag-list--desktop {
    display: none; }
    @media (min-width: 50em) {
      .c-slider--gallery .c-slider__tag-list--desktop {
        display: block; } }

.c-slider--gallery .is-active-show-tags .c-slider__tag-list {
  opacity: 1;
  visibility: visible; }

.c-slider--gallery .c-slider__single-tag {
  display: inline;
  margin-right: 5px;
  font-size: 0.95em; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-tag {
      display: block;
      margin-right: 0;
      margin-bottom: 5px; } }
  .c-slider--gallery .c-slider__single-tag a {
    padding: 4px;
    color: #7a7f95; }
  .c-slider--gallery .c-slider__single-tag:first-child a {
    padding-left: 0; }
    @media (min-width: 50em) {
      .c-slider--gallery .c-slider__single-tag:first-child a {
        padding-left: 4px; } }

.c-slider--gallery .c-slider__single-caption-wrapper {
  float: left;
  margin-top: auto;
  text-align: left; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__single-caption-wrapper {
      position: absolute;
      bottom: 0;
      padding-right: 20px;
      text-align: center; } }

.c-slider--gallery .c-slider__full-screen {
  float: right;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__full-screen {
      float: left;
      margin-bottom: 20px; } }
  .c-slider--gallery .c-slider__full-screen path {
    fill: #4a5ca4; }

.c-slider--gallery .o-audio {
  width: 50px;
  height: 50px;
  margin-left: 0; }
  .c-slider--gallery .o-audio .pause-svg {
    stroke: #4a5ca4; }
  .c-slider--gallery .o-audio path {
    fill: #4a5ca4; }
  @media (min-width: 40.063em) {
    .c-slider--gallery .o-audio {
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.c-slider--gallery .c-slider__index {
  color: #4a5ca4;
  text-align: left; }
  @media (min-width: 50em) {
    .c-slider--gallery .c-slider__index {
      margin-bottom: 20px; } }

.c-slider--gallery .c-slider__single-caption a {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  color: #4a5ca4;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .c-slider--gallery .c-slider__single-caption a:hover {
    color: #333333; }

@media (min-width: 50em) {
  .c-slider--gallery .c-slider__single-caption {
    position: relative;
    margin-bottom: -40px;
    margin-left: -50px;
    padding: 10px 20px 10px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (min-width: 50em) {
  .c-slider--gallery .c-slider__image-full {
    max-height: calc(100vh - 50px); } }

.c-slider__single.full-screen-active .c-slider__single-quote,
.c-slider__single.full-screen-active .c-slider__single-info,
.c-slider__single.full-screen-active .swiper-button-next,
.c-slider__single.full-screen-active .swiper-button-next {
  display: none;
  opacity: 0;
  visibility: hidden; }

.c-slider__single.full-screen-active .c-slider__single-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0; }

.c-slider__single.full-screen-active .swiper-lazy-loaded {
  opacity: 1; }

.c-slider__single.full-screen-active .c-slider__image-full {
  display: inline; }

.c-slider__single.full-screen-active .c-slider__single-image-wrapper {
  max-width: 100%;
  padding-top: 0; }
  .c-slider__single.full-screen-active .c-slider__single-image-wrapper img:first-child {
    display: none; }
  .c-slider__single.full-screen-active .c-slider__single-image-wrapper img {
    max-height: calc(100vh - 120px); }

.c-gallery {
  margin-bottom: 40px; }

.c-gallery-thumbnail .o-grid-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-gallery--masonry {
  margin-bottom: 40px; }
  .c-gallery--masonry .c-gallery-thumbnail__single {
    padding: 20px; }
    .c-gallery--masonry .c-gallery-thumbnail__single:hover img, .c-gallery--masonry .c-gallery-thumbnail__single:focus img {
      -webkit-transform: none;
              transform: none; }

.c-gallery-thumbnail__single {
  float: left;
  width: 48.33333%;
  margin: 0.83333%;
  overflow: hidden;
  text-align: center;
  cursor: pointer; }
  .c-gallery-thumbnail__single:hover img, .c-gallery-thumbnail__single:focus img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  @media (min-width: 22.438em) {
    .c-gallery-thumbnail__single {
      width: 31.66667%; } }
  @media (min-width: 32em) {
    .c-gallery-thumbnail__single {
      width: 23.33333%; } }
  @media (min-width: 64.063em) {
    .c-gallery-thumbnail__single {
      width: 15%; } }
  .c-gallery-thumbnail__single img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
  .c-gallery-thumbnail__single figcaption {
    padding-top: 10px;
    color: #7a7f95;
    line-height: 1.2;
    text-align: center; }

.c-gallery .c-gallery__wrapper {
  width: 600px;
  height: 300px; }

.c-hero {
  margin-bottom: 40px; }
  .c-hero video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
  .c-hero img {
    display: block;
    max-height: 75vh;
    margin: 0 auto; }

.c-hero--rotating {
  min-height: 100vh; }

.c-text {
  margin-bottom: 40px;
  overflow: hidden; }
  .c-text p:last-child {
    margin-bottom: 0; }
  .c-text h2,
  .c-text h3,
  .c-text .o-quote p,
  .o-quote .c-text p,
  .c-text .c-media-slider__title,
  .c-text h4,
  .c-text h5 {
    padding-top: 10px; }
  .c-text h2 {
    color: #7a7f95; }
  
  .c-text h3,
  .c-text .o-quote p,
  .o-quote .c-text p,
  .c-text .c-media-slider__title {
    font-weight: normal; }
  .c-text ul,
  .c-text ol {
    margin-bottom: 10px;
    margin-left: 1em; }
  .c-text audio {
    min-height: 35px; }

.c-text--post-info .o-grid-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 64.063em) {
    .c-text--post-info .o-grid-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-text--post-info .o-container--slim {
  float: left; }
  .c-text--post-info .o-container--slim::before, .c-text--post-info .o-container--slim::after {
    content: ' ';
    display: table; }
  .c-text--post-info .o-container--slim::after {
    clear: both; }
  .c-text--post-info .o-container--slim {
    *zoom: 1; }
  @media (min-width: 64.063em) {
    .c-text--post-info .o-container--slim {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px; } }

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7a7f95; }
  @media (min-width: 64.063em) {
    .c-social {
      clear: both; } }
  .c-social ul {
    margin-left: 0; }
  .c-social .o-drawn-border--circle {
    border-width: 5px; }
  .c-social li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    list-style: none; }
    .c-social li a {
      position: absolute;
      top: 0;
      left: 2px;
      width: 40px;
      height: 40px;
      padding: 10px; }
    .c-social li:hover svg path {
      stroke: #000000; }
  .c-social svg {
    max-width: 100%;
    max-height: 100%; }
    .c-social svg path {
      fill: #4a5ca4; }
  @media (min-width: 50em) {
    .c-social .c-social__whatsapp {
      display: none; } }

.c-social__text {
  display: inline-block;
  margin-right: 10px;
  line-height: 50px; }

.c-social--vertical {
  text-align: right; }
  @media (min-width: 40.063em) {
    .c-social--vertical {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 64.063em) {
    .c-social--vertical li {
      display: block;
      float: right;
      clear: both; } }

.c-post-info {
  float: left;
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }
  @media (min-width: 64.063em) {
    .c-post-info {
      padding-right: 40px;
      text-align: right; } }

@media (min-width: 64.063em) {
  .c-post-info__flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px; } }

.c-post-info-wrapper {
  float: left;
  padding-top: 10px; }
  @media (min-width: 64.063em) {
    .c-post-info-wrapper {
      float: right;
      margin-bottom: 20px; } }
  .c-post-info-wrapper > div:not(.author) {
    color: #7a7f95; }

.c-post-info.c-post-info--dummy {
  margin: 0; }

.c-post-image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden; }
  .c-post-image img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 75vh;
    text-align: center; }
  .c-post-image .c-post-image__info {
    position: relative;
    padding: 20px 20px 0; }
    @media (min-width: 40.063em) {
      .c-post-image .c-post-image__info {
        overflow: hidden; } }
    @media (min-width: 64.063em) {
      .c-post-image .c-post-image__info {
        padding: 0;
        overflow: visible; } }
  .c-post-image figcaption {
    opacity: 0; }
    @media (min-width: 64.063em) {
      .c-post-image figcaption {
        float: left;
        max-width: 50%; } }
    .c-post-image figcaption span {
      display: block;
      color: #7a7f95;
      font-size: 0.9em;
      line-height: 1.2; }
  .c-post-image .c-post-image__caption-wrapper {
    opacity: 0; }
  @media (min-width: 40.063em) {
    .c-post-image .c-post-image__media {
      float: right;
      max-width: 50%; } }
  @media (min-width: 50em) {
    .c-post-image .c-post-image__media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-post-image .o-audio {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto; }
  .c-post-image.entered figcaption {
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    opacity: 1; }
  .c-post-image.entered .c-post-image__caption-wrapper {
    -webkit-transition: opacity 0.4s 0.3s ease-out;
    transition: opacity 0.4s 0.3s ease-out;
    opacity: 1; }

.c-post-image__wrapper {
  position: relative;
  text-align: center; }
  .c-post-image__wrapper img {
    max-height: 75vh; }

.c-post-image__inner-wrapper {
  display: inline-block; }

.c-post-image__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .c-post-image__video-link svg path {
    fill: #4a5ca4; }

.c-chronology {
  padding: 40px 0; }
  .c-chronology .c-post-image__wrapper {
    margin-top: 20px;
    padding: 0; }
    @media (min-width: 64.063em) {
      .c-chronology .c-post-image__wrapper {
        float: left;
        overflow: visible; } }
  @media (min-width: 64.063em) {
    .c-chronology .c-post-image {
      overflow: visible; } }

.c-chronology__entry {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 80px; }
  .c-chronology__entry:not(.active) .c-chronology__entry-date {
    border-color: transparent;
    -o-border-image: none;
       border-image: none; }
    .c-chronology__entry:not(.active) .c-chronology__entry-date:after {
      opacity: 0; }

.c-chronology__entry-date {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-left: 10px;
  font-size: 2rem; }
  @media (min-width: 50em) {
    .c-chronology__entry-date {
      position: absolute;
      top: 8px;
      right: 100%;
      margin-right: 40px; } }
  .c-chronology__entry-date:after {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }

.c-chronology__entry-event {
  float: left;
  width: 100%;
  margin-bottom: 40px; }

.c-menu--primary {
  height: 0;
  margin-left: 0;
  overflow: hidden;
  background-color: #4a5ca4;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out; }
  @media (min-width: 50em) {
    .c-menu--primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      height: auto;
      overflow: inherit;
      background-color: transparent; }
      .c-menu--primary:before, .c-menu--primary:after {
        display: block;
        content: ''; } }

.c-menu__item--primary {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
  list-style: none; }
  @media (min-width: 50em) {
    .c-menu__item--primary {
      display: inline-block;
      width: auto;
      overflow: auto;
      text-align: center; }
      .c-menu__item--primary .c-menu__item-underline {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 13px;
        background-image: url(../svg/drawn-line-straight.svg);
        background-size: contain; }
      .c-menu__item--primary.menu-item-has-children {
        position: relative;
        min-width: 125px;
        overflow: inherit;
        cursor: initial; }
        .c-menu__item--primary.menu-item-has-children:hover .c-menu--secondary,
        .c-menu__item--primary.menu-item-has-children.menu-open .c-menu--secondary {
          display: block;
          height: auto;
          opacity: 1; }
          .c-menu__item--primary.menu-item-has-children:hover .c-menu--secondary:after,
          .c-menu__item--primary.menu-item-has-children.menu-open .c-menu--secondary:after {
            content: none; }
      .c-menu__item--primary.current_page_item:not(.menu-item-home) .c-menu__item-underline, .c-menu__item--primary.current-menu-parent .c-menu__item-underline, .c-menu__item--primary.tab-active .c-menu__item-underline {
        width: 100%; }
      .c-menu__item--primary:not(.menu-item-has-children):hover .c-menu__item-underline, .c-menu__item--primary:not(.menu-item-has-children):focus .c-menu__item-underline {
        width: 100%; } }
  .c-menu__item--primary.menu-open {
    position: relative; }
    .c-menu__item--primary.menu-open .c-menu__item-icon {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      .c-menu__item--primary.menu-open .c-menu__item-icon::before {
        position: absolute;
        bottom: 8px;
        display: block;
        width: 0px;
        height: 0px;
        border-bottom: solid 4px #ffffff;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        content: ''; }
  .c-menu__item--primary.menu-item-has-children {
    cursor: pointer; }
    .c-menu__item--primary.menu-item-has-children .c-menu__item-icon {
      display: block; }
      @media (min-width: 50em) {
        .c-menu__item--primary.menu-item-has-children .c-menu__item-icon {
          display: none; } }

.c-menu--secondary {
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  background-color: #7583b7;
  list-style: none;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 50em) {
    .c-menu--secondary {
      position: absolute;
      top: 100%;
      left: -20px;
      width: calc(100% + 40px);
      background-color: #4a5ca4;
      border: 1px solid #ffffff;
      text-align: center;
      opacity: 0; } }

.c-menu__link--primary {
  display: inline-block;
  max-width: 250px;
  padding: 10px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left; }
  @media (min-width: 50em) {
    .c-menu__link--primary {
      display: block;
      width: 100%;
      color: #4a5ca4;
      text-align: center; }
      .c-menu__link--primary:hover, .c-menu__link--primary:focus {
        outline: none; } }
  .c-menu__link--primary:hover, .c-menu__link--primary:focus {
    text-decoration: none; }
  .c-menu__link--primary:active, .c-menu__link--primary:active:focus {
    text-decoration: none; }

.c-menu__link--secondary {
  display: block;
  padding: 10px;
  color: #ffffff; }
  .c-menu__link--secondary:hover, .c-menu__link--secondary:focus {
    background-color: #7583b7;
    text-decoration: none; }
  .c-menu__link--secondary:active, .c-menu__link--secondary:active:focus {
    text-decoration: none; }

.c-menu__item-icon {
  position: relative;
  display: none;
  float: right;
  width: 20px;
  height: 20px;
  margin: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .c-menu__item-icon::before {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 20px;
    height: 0px;
    border-bottom: solid 4px #ffffff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    content: ''; }
  .c-menu__item-icon::after {
    position: absolute;
    bottom: 8px;
    display: block;
    width: 20px;
    height: 0px;
    border-bottom: solid 4px #ffffff;
    content: ''; }

.c-books {
  padding: 40px 0; }
  @media (min-width: 40.063em) {
    .c-books {
      padding: 60px 0; } }

.c-books__wrapper {
  margin-bottom: 80px; }
  @media (min-width: 40.063em) {
    .c-books__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.c-books__lightbox-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer; }
  .c-books__lightbox-button svg {
    left: inherit;
    width: 100%;
    height: 100%; }
  .c-books__lightbox-button path {
    stroke: #4a5ca4; }

.c-books__no-lightbox .c-books__lightbox-button {
  visibility: hidden; }

.c-books__image {
  float: left;
  margin-bottom: 20px; }
  @media (min-width: 40.063em) {
    .c-books__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 23.33333%;
              flex: 0 0 23.33333%;
      margin-right: 20px; } }
  .c-books__image.js-slider-init {
    cursor: pointer; }

.c-books__info {
  clear: both; }
  .c-books__info h3, .c-books__info .o-quote p, .o-quote .c-books__info p, .c-books__info .c-media-slider__title {
    font-weight: 400; }

.c-books__category {
  margin-bottom: 20px;
  color: #7a7f95;
  text-transform: uppercase;
  letter-spacing: 4px; }

.c-books__description {
  margin-bottom: 20px; }

.c-books__cta {
  position: relative; }
  .c-books__cta--has-links {
    cursor: pointer; }

.c-books__cta-links {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  padding: 10px 10px 0;
  background-color: #4a5ca4;
  text-align: center; }
  .c-books__cta-links[aria-hidden='true'] {
    display: none; }
  .c-books__cta-links a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff; }

.c-showcase {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 0; }
  @media (min-width: 40.063em) {
    .c-showcase {
      padding: 80px 0; } }
  .c-showcase + .c-showcase {
    padding-top: 0; }
  @media (min-width: 40.063em) {
    .c-showcase.c-showcase--default {
      padding-top: 100px;
      padding-bottom: 0; } }
  .c-showcase.c-showcase--exhibition {
    padding-bottom: 80px; }
  .c-showcase.js-showcase .c-showcase__content {
    opacity: 0; }
    .c-showcase.js-showcase .c-showcase__content .c-showcase__content-wrapper {
      opacity: 0; }
  .c-showcase.entered.js-showcase .c-showcase__content {
    z-index: 1;
    -webkit-transition: opacity 0.4s ease-out, z-index 0s 0.4s ease;
    transition: opacity 0.4s ease-out, z-index 0s 0.4s ease;
    opacity: 1; }
    .c-showcase.entered.js-showcase .c-showcase__content .c-showcase__content-wrapper {
      -webkit-transition: opacity 0.4s 0.3s ease-out;
      transition: opacity 0.4s 0.3s ease-out;
      opacity: 1; }

@media (min-width: 40.063em) {
  .c-showcase__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.c-showcase__content {
  z-index: -1;
  width: 80%;
  min-width: 300px;
  max-width: 100%;
  margin-top: -40px;
  padding-top: 40px; }

.c-showcase__link {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-right: 20px; }
  .c-showcase__link:hover, .c-showcase__link:focus {
    text-decoration: underline; }
  .c-showcase__link:after {
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    line-height: initial;
    text-decoration: none; }

.c-showcase__image {
  position: relative;
  z-index: 2;
  width: 80%;
  min-width: 300px;
  max-width: 100%; }

.c-showcase--left .c-showcase__image {
  float: left; }

.c-showcase--left .c-showcase__content {
  float: right; }

@media (min-width: 40.063em) {
  .c-showcase--left.c-showcase--default .c-showcase__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: -60px 0 60px -80px;
    padding-bottom: 10px;
    padding-left: 90px; } }

@media (min-width: 40.063em) {
  .c-showcase--right .c-showcase__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.c-showcase--right .c-showcase__image {
  float: right; }

.c-showcase--right .c-showcase__content {
  float: left; }

@media (min-width: 40.063em) {
  .c-showcase--right.c-showcase--default .c-showcase__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: -40px -60px 60px 0;
    padding: 20px 80px 10px 20px; } }

@media (min-width: 40.063em) {
  .c-showcase--exhibition .c-showcase__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: 56.66667%; } }

@media (min-width: 40.063em) {
  .c-showcase--left.c-showcase--exhibition .c-showcase__content {
    width: 40%;
    margin: 60px 0 -60px -60px;
    padding-bottom: 10px;
    padding-left: 60px; } }

@media (min-width: 40.063em) {
  .c-showcase--right.c-showcase--exhibition .c-showcase__content {
    width: 40%;
    margin: 60px -60px -60px 0;
    padding: 20px 60px 20px 10px; } }

.c-showcase__exhibition-info {
  margin-bottom: 40px; }
  .c-showcase__exhibition-info p {
    margin-bottom: 0; }

a.c-showcase__exhibition-venue {
  color: #4a5ca4;
  text-decoration: underline; }
  a.c-showcase__exhibition-venue:hover, a.c-showcase__exhibition-venue:focus {
    color: #7a7f95; }

.c-header {
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 100px;
  padding: 20px 0; }
  .c-header .o-container {
    position: relative; }

.c-header.search-open .c-logo {
  display: none; }
  @media (min-width: 40.063em) {
    .c-header.search-open .c-logo {
      display: block; } }

.c-search {
  float: right; }
  @media (min-width: 50em) {
    .c-search {
      position: absolute;
      top: 10px;
      right: 20px; } }

.c-header__wrapper {
  overflow: hidden; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.c-footer {
  margin-top: 20px;
  padding-bottom: 20px; }

.c-footer__wrapper {
  padding-top: 20px;
  border-top: 1px solid #4a5ca4;
  font-size: 0.9em; }
  @media (min-width: 40.063em) {
    .c-footer__wrapper {
      margin-bottom: 20px;
      overflow: hidden; }
      .c-footer__wrapper > div {
        margin-bottom: 0; } }

.c-footer__info {
  margin-bottom: 20px; }
  @media (min-width: 40.063em) {
    .c-footer__info {
      float: left;
      width: 33.33333%; } }

.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px; }
  @media (min-width: 40.063em) {
    .c-footer__social {
      float: left;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 33.33333%; } }
  .c-footer__social p {
    margin-right: 5px; }

.c-footer__more-info {
  font-size: 0.9em;
  line-height: 1.3; }
  @media (min-width: 40.063em) {
    .c-footer__more-info {
      float: left;
      width: 65%; } }

.c-footer__menu {
  margin-bottom: 20px; }
  @media (min-width: 40.063em) {
    .c-footer__menu {
      float: right;
      max-width: 31.66667%;
      text-align: left; } }
  .c-footer__menu a {
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block; }
    .c-footer__menu a:hover, .c-footer__menu a:focus {
      text-decoration: underline; }

.c-listing {
  padding-bottom: 40px; }
  .c-listing a:hover, .c-listing a:focus {
    text-decoration: underline; }
  .c-listing h2 {
    text-align: center; }
  .c-listing .o-cta, .c-listing .c-form .gform_button, .c-form .c-listing .gform_button {
    display: block;
    margin: 20px auto; }

.c-listing__single {
  padding: 20px 0;
  overflow: hidden; }
  @media (min-width: 40.063em) {
    .c-listing__single {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .c-listing__single h3, .c-listing__single .o-quote p, .o-quote .c-listing__single p, .c-listing__single .c-media-slider__title {
    margin-bottom: 10px; }

@media (min-width: 40.063em) {
  .c-listing__single--large .c-listing__image {
    width: 41.66667%; } }

@media (min-width: 40.063em) {
  .c-listing__single--large .c-listing__info {
    width: 56.66667%; } }

.c-listing__image {
  float: left;
  max-width: 320px;
  margin-bottom: 20px;
  padding-right: 20px; }
  @media (min-width: 40.063em) {
    .c-listing__image {
      width: 16.66667%; } }

.c-listing__info {
  float: left; }
  @media (min-width: 40.063em) {
    .c-listing__info {
      width: 81.66667%; } }
  .c-listing__info p:last-of-type {
    margin-bottom: 0; }

.c-listing__date {
  font-size: 0.9em; }

.c-listing__next {
  float: right; }

.c-listing__prev {
  float: left; }

.c-media-slider {
  position: relative;
  clear: both;
  margin-bottom: 40px;
  overflow: hidden; }
  .c-media-slider h2 {
    text-align: center; }
  .c-media-slider .swiper-button-next {
    right: 40px;
    bottom: 40px;
    left: inherit;
    -webkit-transform: none;
            transform: none; }
  .c-media-slider .swiper-button-prev {
    top: auto;
    right: inherit;
    bottom: 0;
    bottom: 40px;
    left: 40px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .c-media-slider .o-embed-wrapper {
    margin-bottom: 20px; }

.c-media-slider__single {
  width: 48.33333%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  @media (min-width: 40.063em) {
    .c-media-slider__single {
      width: 31.66667%; } }
  .c-media-slider__single.swiper-slide-active {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
    .c-media-slider__single.swiper-slide-active .c-media-slider__info {
      opacity: 1; }
  .c-media-slider__single.iframe-loaded .c-media-slider__poster {
    display: none; }

.c-media-slider__info {
  padding: 0 40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0; }
  @media (min-width: 40.063em) {
    .c-media-slider__info {
      padding: 0; } }
  .c-media-slider__info p {
    line-height: 1.3; }

.c-media-slider__poster {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s; }

.c-media-slider__title {
  margin-bottom: 10px;
  font-weight: normal; }

.c-media-slider__description {
  font-size: 0.9em; }

.c-media-slider__date {
  font-size: 0.9em;
  font-weight: 300; }

.c-search-bar__form {
  float: left;
  cursor: pointer; }
  .c-search-bar__form input {
    width: 40px;
    padding: 10px;
    padding-right: 40px;
    background-image: url(../svg/search.svg);
    background-position: right 10px top 50%;
    background-size: 25px;
    border: none;
    border: 1px solid transparent;
    line-height: 22px; }

header.search-open .c-search-bar__form input {
  width: 200px;
  border: 1px solid rgba(74, 92, 165, 0.25);
  border-radius: 10px;
  outline: none;
  font-size: 1em;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in; }

.c-exhibitions .o-post-title {
  margin-bottom: 0; }

.c-exhibitions section {
  margin-bottom: 80px; }

.c-exhibitions h2 {
  margin-bottom: 20px;
  text-align: center; }
  .c-exhibitions h2 a {
    color: #333333; }
    .c-exhibitions h2 a:hover, .c-exhibitions h2 a:focus {
      text-decoration: none; }

.c-listing__single {
  display: block; }

.c-chronology {
  padding-top: 20px;
  overflow: visible; }

.c-chronology__entry-event h4 {
  margin-bottom: 10px; }

.c-chronology__entry-date {
  margin-left: 0; }

@media (min-width: 40.063em) {
  .c-listing__single--large .c-listing__info {
    width: 31.66667%; } }

/* -------------------------------------------------------------------------- *\
 * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
.c-dialog[aria-hidden='true'] {
  display: none; }

/* -------------------------------------------------------------------------- *\
 * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.c-dialog__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85); }

.c-dialog__content-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 890px;
  max-width: 100%;
  padding: 40px 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.c-dialog__content {
  overflow: hidden;
  background-color: white; }

.c-dialog__close {
  position: absolute;
  top: -15px;
  right: 10px; }
  @media (min-width: 64.063em) {
    .c-dialog__close {
      top: -20px;
      right: -20px; } }
  .c-dialog__close svg path {
    stroke: #ffffff; }

/* -------------------------------------------------------------------------- *\
 * Showcase alterations
 * -------------------------------------------------------------------------- */
.c-dialog .c-showcase {
  margin-bottom: 0;
  padding: 20px 0;
  overflow: hidden; }
  @media (min-width: 40.063em) {
    .c-dialog .c-showcase {
      padding: 40px 0 100px 0; } }
  @media (min-width: 40.063em) {
    .c-dialog .c-showcase--default {
      padding: 100px 0 40px 0; } }

.c-dialog .c-showcase__content {
  z-index: 1; }

@media (max-width: 40.063em) {
  .c-dialog .c-showcase__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; }
  .c-dialog .c-showcase__content {
    min-width: 0;
    margin-top: 0;
    margin-bottom: -40px;
    padding-top: 0;
    padding-bottom: 40px; }
  .c-dialog .c-showcase__image {
    min-width: 0; }
  .c-dialog .c-showcase--left .c-showcase__content {
    margin-left: auto; }
  .c-dialog .c-showcase--right .c-showcase__image {
    margin-left: auto; } }

.c-form .gfield input {
  min-width: 100%; }

.c-form .gfield .ginput_container_select select {
  position: relative;
  padding: 10px;
  background-image: url(../svg/slider-arrow-down.svg);
  background-position: right 10px center;
  background-size: 20px;
  border: 1px solid rgba(74, 92, 165, 0.25);
  border-radius: 0;
  cursor: pointer; }

.c-form .gform_button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.single-print .c-form .gform_confirmation_message {
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #7a7f95; }

.gf_browser_chrome input[type='checkbox'],
.gf_browser_chrome input[type='radio'] {
  margin-top: 0 !important; }

.c-image-with-text {
  margin-bottom: 40px; }
  .c-image-with-text .c-text {
    text-align: center; }
    @media (min-width: 40.063em) {
      .c-image-with-text .c-text {
        padding: 0 40px; } }

.c-image-with-text__cta {
  text-align: center; }

html.has-cookie-bar.cookie-bar-top-bar {
  margin-top: 79px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

#catapult-cookie-bar {
  z-index: 99999;
  direction: ltr;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #4a5ca4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0; }

#catapult-cookie-bar.rounded-corners {
  border-radius: 3px; }

#catapult-cookie-bar.drop-shadow {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4); }

.cookie-bar-block #catapult-cookie-bar {
  max-height: 999px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.has-cookie-bar #catapult-cookie-bar {
  min-height: 30px;
  max-height: 999px;
  padding: 15px 20px 15px;
  opacity: 1; }

.cookie-bar-block #catapult-cookie-bar span {
  display: block;
  margin: 1em 0; }

.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
  float: right; }

button#catapultCookie {
  margin: 0 20px 0 0;
  padding: 5px 20px;
  border: 5px solid;
  letter-spacing: 3px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  border-image-slice: 5 5 fill;
  border-image-source: url(../svg/drawn-border.svg); }
  button#catapultCookie:hover {
    color: #424242; }

.cookie-bar-bar button#catapultCookie {
  margin: 0 0 0 20px; }

.cookie-bar-bar .ctcc-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cookie-bar-bar .float-accept .ctcc-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ctcc-left-side {
  max-width: 570px; }

@media screen and (max-width: 991px) {
  .ctcc-left-side {
    margin-right: 1em; } }

.ctcc-right-side {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.cookie-bar-block #catapult-cookie-bar h3, .cookie-bar-block #catapult-cookie-bar .o-quote p, .o-quote .cookie-bar-block #catapult-cookie-bar p, .cookie-bar-block #catapult-cookie-bar .c-media-slider__title {
  margin: 0.5em 0 0; }

.c-prints__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .c-prints__listing-item {
    width: 100%; }
    @media (min-width: 40.063em) {
      .c-prints__listing-item {
        width: 50%; } }
    @media (min-width: 75em) {
      .c-prints__listing-item {
        width: 33.3333%; } }
    .c-prints__listing-item .c-print {
      height: 100%; }

.c-prints .swiper-button-next::after,
.c-prints .swiper-button-prev::after {
  content: none; }

.c-print {
  padding: 40px 20px;
  border-top: 1px solid #7a7f95; }
  .c-print--border-bottom {
    border-bottom: 1px solid #7a7f95; }
  .c-print__media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 auto; }
    .c-print__media img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .c-print__info {
    margin-top: 40px;
    text-align: center; }
    .c-print__info h4 {
      margin-bottom: 0.25em;
      padding: 0;
      font-weight: 400; }
  .c-print__link {
    display: inline-block;
    margin-top: 20px;
    color: #4a5ca4;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .c-print__link:hover {
      color: #333333; }

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