@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=d43675a8-5e92-4f27-bb3a-ae6c225509a0&fontids=1475960,1475972);
@font-face {
  font-family: "Univers LT W04_55 Roman1475960";
  src: url("/assets/fonts/1475960/938b61cf-8b60-408a-a252-531fc37ebeb3.woff2") format("woff2"), url("/assets/fonts/1475960/df8a7a82-1b14-40c7-b6f8-7e2bac922b27.woff") format("woff");
}
@font-face {
  font-family: "Univers LT W04_65 Bold1475972";
  src: url("/assets/fonts/1475972/73d8af9e-4b82-4953-81a5-8941aed30297.woff2") format("woff2"), url("/assets/fonts/1475972/19ff06fe-d0c5-4294-a237-a4c9b85312b8.woff") format("woff");
}
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

.article__meta, .article__social, .blogindex-categories, .pagination__links, .instagram__feed, .blog-listing, .moregallery, .species, #menu .navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-data img, .tip img, .instagram__feed img, .blog-listing figure img, .img-fluid {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

:root {
  --plyr-color-main: #68BE86;
  --plyr-audio-controls-background: #2D2C2C;
  --plyr-audio-control-color: #ffffff;
}

@media (max-width: 767px) {
  body.no-scroll {
    height: 100vh;
    overflow-y: hidden;
  }
}

#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  padding-top: calc(100px + 4rem);
}
@media (min-width: 992px) {
  #wrapper {
    padding-top: calc(140px + 4rem);
  }
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0 2em;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 1em;
}
@media (min-width: 768px) {
  .grid {
    padding: 0 4em;
    grid-gap: 0 2em;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 992px) {
  .grid {
    padding: 0 8em;
    grid-gap: 0 4em;
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid-fullwidth {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 1em;
}
@media (min-width: 768px) {
  .grid-fullwidth {
    grid-gap: 0 2em;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-fullwidth {
    grid-gap: 0 4em;
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-all {
  grid-column: 1/-1;
}

.c-8 {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .c-8 {
    grid-column: 1/9;
  }
}

.c-9 {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .c-9 {
    grid-column: 1/10;
  }
}

html {
  font-size: 100%;
}

/*16px*/
body {
  background-color: white;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1rem;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin: 0;
  padding: 0;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.15;
}

h1, .h1 {
  font-size: 1.802rem;
}

h2, .h2 {
  font-size: 1.602rem;
}

h3, .h3 {
  font-size: 1.424rem;
}

h4, .h4 {
  font-size: 1.266rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

small, .text_small {
  font-size: 0.889rem;
}

.headline {
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-size: 2.072rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .headline {
    font-size: 3.653rem;
  }
}
@media (min-width: 992px) {
  .headline {
    font-size: 5.852rem;
  }
}
.headline.arrow {
  background: transparent url("/assets/img/green-arrow-section-title.svg") 0 100% no-repeat;
}
@media (min-width: 992px) {
  .headline.arrow {
    background: transparent url("/assets/img/green-arrow-large.svg") 0 100% no-repeat;
  }
}
.headline.arrow > a {
  display: block;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .headline.arrow > a {
    padding-bottom: 5rem;
  }
}
.headline.promo {
  color: #68BE86;
}

.headline-small {
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-size: 2.887rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .headline-small {
    font-size: 2.887rem;
  }
}
@media (min-width: 992px) {
  .headline-small {
    font-size: 4.624rem;
  }
}

.medium-title {
  font-size: 2.027rem;
  line-height: 1.2;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .medium-title {
    font-size: 2.027rem;
  }
}
@media (min-width: 992px) {
  .medium-title {
    font-size: 2.887rem;
  }
}
.medium-title.arrow {
  background: transparent url("/assets/img/green-arrow-section-title.svg") 0 100% no-repeat;
}
.medium-title.arrow > a {
  display: block;
  padding-bottom: 2rem;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .medium-title.arrow > a {
    padding-bottom: 3rem;
  }
}

.body-xl {
  font-size: 1.424rem;
}
@media (min-width: 768px) {
  .body-xl {
    font-size: 1.602rem;
  }
}
@media (min-width: 992px) {
  .body-xl {
    font-size: 2.027rem;
    line-height: 1.4;
  }
}
.body-xl.arrow {
  background: transparent url("/assets/img/green-arrow-section-title.svg") 0 100% no-repeat;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .body-xl.arrow {
    padding-bottom: 3rem;
  }
}
.body-xl.arrow.prev {
  background: transparent url("/assets/img/green-arrow-section-title-inverse.svg") 0 100% no-repeat;
}
.body-xl.arrow.next {
  background-position: 100% 100%;
}
.body-xl.no-arrow {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .body-xl.no-arrow {
    padding-bottom: 3rem;
  }
}
.body-xl .green {
  color: #68BE86;
}

.small-title {
  font-size: 1.424rem;
  line-height: 1.2;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
}
@media (min-width: 768px) {
  .small-title {
    font-size: 1.424rem;
  }
}
@media (min-width: 992px) {
  .small-title {
    font-size: 1.424rem;
  }
}

.body-large {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .body-large {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .body-large {
    font-size: 1.424rem;
  }
}
.body-large p, .body-large ul {
  font-size: inherit;
}

.body-small {
  font-size: 0.889rem;
}
@media (min-width: 768px) {
  .body-small {
    font-size: 0.889rem;
  }
}
@media (min-width: 992px) {
  .body-small {
    font-size: 1.125rem;
  }
}

.label {
  font-family: "Univers LT W04_65 Bold1475972", sans-serif;
  font-size: 0.889rem;
  color: #68BE86;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .label {
    font-size: 0.889rem;
  }
}
@media (min-width: 992px) {
  .label {
    font-size: 1rem;
  }
}

.ghost {
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.9em 1.75em 1em 1.75em;
}
@media (min-width: 768px) {
  .ghost {
    font-size: 1.125rem;
    padding: 1em 1.75em 1.1em 1.75em;
  }
}
@media (min-width: 992px) {
  .ghost {
    font-size: 1.424rem;
    padding: 0.65em 1.5em 0.75em 1.5em;
  }
}
.ghost:hover {
  color: #68BE86;
  border: 1px solid #68BE86;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg__textblock p, .wysiwyg__textblock ul, .wysiwyg__textblock ol {
  font-family: Times, serif;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg__textblock p, .wysiwyg__textblock ul, .wysiwyg__textblock ol {
    font-size: 1.424rem;
  }
}
@media (min-width: 992px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg__textblock p, .wysiwyg__textblock ul, .wysiwyg__textblock ol {
    font-size: 1.424rem;
  }
}
.wysiwyg p a, .wysiwyg ul a, .wysiwyg ol a, .wysiwyg__textblock p a, .wysiwyg__textblock ul a, .wysiwyg__textblock ol a {
  color: inherit;
  -webkit-text-decoration-color: #1A1919;
          text-decoration-color: #1A1919;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 2.125px;
}
.wysiwyg p a:hover, .wysiwyg ul a:hover, .wysiwyg ol a:hover, .wysiwyg__textblock p a:hover, .wysiwyg__textblock ul a:hover, .wysiwyg__textblock ol a:hover {
  color: #68BE86;
  -webkit-text-decoration-color: #68BE86;
          text-decoration-color: #68BE86;
}
.wysiwyg p li, .wysiwyg ul li, .wysiwyg ol li, .wysiwyg__textblock p li, .wysiwyg__textblock ul li, .wysiwyg__textblock ol li {
  margin-bottom: 1.5rem;
}
.wysiwyg p + h2, .wysiwyg ul + h2, .wysiwyg__textblock p + h2, .wysiwyg__textblock ul + h2 {
  padding-top: 2.5rem;
}
.wysiwyg h2, .wysiwyg__textblock h2 {
  font-size: 1.424rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .wysiwyg h2, .wysiwyg__textblock h2 {
    font-size: 1.602rem;
  }
}
@media (min-width: 992px) {
  .wysiwyg h2, .wysiwyg__textblock h2 {
    font-size: 2.027rem;
  }
}
.wysiwyg blockquote, .wysiwyg__textblock blockquote {
  font-size: 1.424rem;
  padding: 1.75rem 0.5rem 1.5rem 1.5rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .wysiwyg blockquote, .wysiwyg__textblock blockquote {
    font-size: 1.602rem;
  }
}
@media (min-width: 992px) {
  .wysiwyg blockquote, .wysiwyg__textblock blockquote {
    font-size: 2.027rem;
    line-height: 1.4;
  }
}

.wysiwyg__textblock + .wysiwyg__textblock {
  padding-top: 1.75rem;
}

.wysiwyg__figure {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .wysiwyg__figure {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.wysiwyg__figure figcaption {
  font-size: 0.889rem;
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .wysiwyg__figure figcaption {
    font-size: 1rem;
    padding-top: 0.75rem;
  }
}

.wysiwyg__video, .wysiwyg__audio {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .wysiwyg__video, .wysiwyg__audio {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.fullscreen {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .fullscreen {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .species__caption p, .pswp__caption__center p {
    font-size: 0.889rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .species__caption p h3, .pswp__caption__center p h3 {
    font-size: 1.125rem;
  }
}

.links-white a {
  color: #ffffff;
}
.links-white a:hover {
  opacity: 0.6;
}

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
.article__meta, .article__social, .blogindex-categories, .pagination__links, .instagram__feed, .blog-listing, .moregallery, .species, #menu .navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-data img, .tip img, .instagram__feed img, .blog-listing figure img, .img-fluid {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

:root {
  --plyr-color-main: #68BE86;
  --plyr-audio-controls-background: #2D2C2C;
  --plyr-audio-control-color: #ffffff;
}

/* border box on all elements*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

:focus {
  outline: none;
}

body {
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  background-color: #1A1919;
  color: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0;
}

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

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

main {
  margin: 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 28px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! 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 {
  cursor: pointer;
}

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

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

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

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

.pswp__container,
.pswp__zoom-wrap {
  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;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: 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(/images/default-skin.png?0ff4d62150facee6b7dec616100ad3da) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (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(/images/default-skin.svg?f64c3af3d0d25b9e4e003a8c03e4f70a);
  }

  .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;
  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);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*

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

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

/*

	4. Caption

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

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

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

.pswp__caption--empty {
  display: none;
}

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

/*

	5. Loading indicator (preloader)

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

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  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(/images/preloader.gif?14d740b6ee64510747b03b411d46f200) 0 0 no-repeat;
}

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

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

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  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;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    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;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  width: 100%;
  height: 100px;
  background-color: #1A1919;
  padding: 0 1em;
  padding-top: 1.125em;
  will-change: transform;
  transition: transform 400ms linear;
}
@media (min-width: 768px) {
  header.main {
    padding: 0 1em;
    padding-top: 1.5em;
  }
}
@media (min-width: 992px) {
  header.main {
    padding: 0 2em;
    padding-top: 2em;
    height: 140px;
  }
}
header.main.visible {
  height: 100vh;
  overflow: hidden;
  background-image: url("/assets/img/menu-background.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  header.main.visible {
    height: 100px;
    background-image: none;
    background-color: #1A1919;
  }
}
@media (min-width: 992px) {
  header.main.visible {
    height: 140px;
  }
}
header.main > a {
  float: left;
  display: block;
  width: 114px;
}
@media (min-width: 992px) {
  header.main > a {
    width: 165px;
  }
}
header.main > a img {
  max-width: 100%;
}
header.main button {
  float: right;
}

#menu {
  position: absolute;
  top: 160px;
  opacity: 0;
  visibility: hidden;
  width: 85%;
  transition: opacity 0.4s ease-in-out;
}
#menu.visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  #menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -120px;
    right: 60px;
    height: auto;
    width: auto;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #menu.visible {
    top: 14px;
    opacity: 1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #menu.visible {
    top: 14px;
  }
}
@media (min-width: 1200px) {
  #menu {
    top: 14px;
    opacity: 1;
    visibility: visible;
  }
}
#menu .navigation {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  #menu .navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2px;
    position: relative;
    right: 1.5rem;
  }
  #menu .navigation.offset-right {
    right: 4em;
  }
}
@media (min-width: 992px) {
  #menu .navigation {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  #menu .navigation {
    right: -1rem;
  }
  #menu .navigation.offset-right {
    right: 2rem;
  }
}
#menu .navigation a {
  color: #FFFFFF;
  display: block;
  padding: 4px 1em;
  margin: 0 0 0.5rem 0;
  text-decoration: none;
  font-size: 2rem;
  /*border: 1px solid red;*/
}
#menu .navigation a:hover {
  color: #68BE86;
}
@media (min-width: 768px) {
  #menu .navigation a {
    font-size: 1.125rem;
    padding: 4px 1.125rem;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 992px) {
  #menu .navigation a {
    font-size: 1.4375rem;
    padding: 4px 1.125rem;
    margin: 0 1rem 0 0;
  }
}

.article-page header.main {
  background-color: #FFFFFF;
}
.article-page header.main.visible {
  background-image: url("/assets/img/menu-background-invert.jpg");
}
@media (min-width: 768px) {
  .article-page header.main.visible {
    background-image: none;
    background-color: #FFFFFF;
  }
}

.article-page #menu .navigation {
  color: #1A1919;
}
.article-page #menu .navigation a {
  color: #1A1919;
}
.article-page #menu .navigation a:hover {
  color: #68BE86;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.dark__overlay {
  background: black;
  z-index: 100;
  height: 100vh;
  width: 100%;
  position: fixed;
  opacity: 0.5;
}

.product__checkout {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  min-width: 27rem;
  width: 100%;
}
@media (min-width: 768px) {
  .product__checkout {
    padding-right: 1rem;
    width: 100%;
    max-width: 30rem;
  }
}
@media (min-width: 992px) {
  .product__checkout {
    padding-right: 2rem;
  }
}
.product__checkout .checkout-block {
  background: #1A1919;
  padding: 1.5rem;
}
.product__checkout .checkout-title {
  font-size: 1.4375rem;
  font-weight: 600;
}
.product__checkout .checkout-thumbnail {
  display: flex;
  align-items: center;
}
.product__checkout .checkout-img {
  width: 80px;
  margin-right: 1.5rem;
}

.basket-gap {
  margin-right: 2.5rem;
}

.basket__checkout {
  float: right;
  margin-right: 2.5rem;
  display: inline-flex;
  margin-top: -2px;
  z-index: 100;
  position: relative;
}
@media (min-width: 1200px) {
  .basket__checkout {
    margin-right: 1.5rem;
  }
}
.basket__checkout .basket-img {
  width: 1.5rem;
}
.basket__checkout .basket-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #1A1919;
  background: #68BE86;
  border-radius: 100%;
  line-height: 1;
  font-size: 0.6rem;
  font-weight: 600;
  position: absolute;
  top: -2px;
  right: -7px;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.ml-auto {
  margin-left: auto;
}

footer {
  width: auto;
  padding: 1em;
  background-color: #2D2C2C;
}
@media (min-width: 768px) {
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: auto;
    padding: 1.5em;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 2em;
  }
}

@media (min-width: 768px) {
  .personalia {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.personalia span {
  display: block;
  width: 114px;
}
@media (min-width: 992px) {
  .personalia span {
    width: 165px;
  }
}
.personalia span img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .newsletter {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
  }
}

@media (min-width: 768px) {
  .legal {
    grid-column: 1/3;
    grid-row: 2/3;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

.social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 0.5em;
}
.social a {
  display: block;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.social a img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .social a {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .social a {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}
.social a:hover {
  filter: brightness(0) saturate(100%) invert(71%) sepia(13%) saturate(1278%) hue-rotate(88deg) brightness(95%) contrast(83%);
}

.body-small {
  color: #959595;
}

.newsletter__form {
  width: 320px;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 4px;
  border-bottom: 2px solid #959595;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.newsletter__form button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.newsletter__form button:hover {
  transform: translateX(6px);
  cursor: pointer;
}
.newsletter__form input {
  padding: 6px 6px 6px 0;
  width: 100%;
  background-color: #2D2C2C;
  color: #ffffff;
  border: 0;
}
.newsletter__form input:focus {
  outline: 0;
}
.newsletter__form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.newsletter__form input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.error {
  margin: 0;
  padding: 4px 0 0 0;
  width: 320px;
  display: block;
  font-size: 1rem;
  color: #FF0000;
  border-top: 2px solid #FF0000;
  position: relative;
  top: -2px;
}

#f-email-error {
  position: absolute;
  top: 40px;
}

.legal {
  color: #ffffff;
}
.legal p {
  color: inherit;
}
.legal ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.legal ul a {
  color: #ffffff;
  text-decoration: none;
}
.legal ul a:hover {
  color: #68BE86;
}
.legal ul li {
  margin-right: 1.5rem;
}
.legal ul li:last-child {
  margin-right: 0;
}

.copyright {
  margin: 0;
}

.personalia, .newsletter {
  padding-bottom: 1.75em;
}
@media (min-width: 768px) {
  .personalia, .newsletter {
    padding-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .personalia, .newsletter {
    padding-bottom: 3em;
  }
}

/*
.personalia, .newsletter {
	@include breakpoint($tablet){
		width: 50%;
	}
}*/
.gallery-intro h1 {
  grid-column: 1/6;
}
@media (min-width: 768px) {
  .gallery-intro h1 {
    grid-column: 1/8;
  }
}
@media (min-width: 992px) {
  .gallery-intro h1 {
    grid-column: 1/10;
  }
}

.gallery {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .gallery {
    padding-top: 5rem;
    padding-bottom: 11rem;
  }
}
@media (min-width: 992px) {
  .gallery {
    padding-top: 8rem;
    padding-bottom: 11rem;
  }
}

.gallerylisting {
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-column: 1/-1;
  display: grid;
  grid-gap: 2em;
}
@media (min-width: 768px) {
  .gallerylisting {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 2em 2em;
  }
}

.gallerylisting__item {
  position: relative;
}
@media (min-width: 768px) {
  .gallerylisting__item {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .gallerylisting__item.v2 {
    grid-column: span 8;
  }
}

.gallerylisting__item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallerylisting__item__label {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.9em 1em;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  font-size: 1.625em;
  color: #FFFFFF;
  z-index: 8;
}
.gallerylisting__item__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.species {
  padding-top: 4rem;
  padding-bottom: 9rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .species {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 14rem;
  }
}
@media (min-width: 992px) {
  .species {
    padding-top: 4.75rem;
  }
}
.species li {
  position: relative;
  display: block;
  width: auto;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .species li {
    height: 192px;
    margin: 1rem 2rem 1rem 0;
  }
}
@media (min-width: 992px) {
  .species li {
    height: 300px;
    margin: 1rem 2rem 1rem 0;
  }
}
.species li img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .species li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.species li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  text-decoration: none;
}
.species li a:hover {
  color: inherit;
}
.species li .species__caption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem 1rem 1.25rem;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 25, 25, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
.species li .species__caption h3, .species li .species__caption p {
  color: #FFFFFF;
}
.species li .species__caption .hide-in-listing {
  display: none;
}
.species li .species__caption:hover {
  opacity: 1;
}

.horizonlist {
  position: relative;
}

.species-page .horizonlist {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .species-page .horizonlist {
    padding-top: 2.5rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .species-page .horizonlist {
    padding-top: 2.5rem;
    padding-bottom: 15rem;
  }
}

.moregallery {
  border: 0 !important;
}

.moregallery__item {
  z-index: 0;
  width: 60%;
  margin-right: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .moregallery__item {
    margin-right: 2em;
    width: 33%;
  }
}
.moregallery__item.v2 {
  width: 80%;
}
@media (min-width: 768px) {
  .moregallery__item.v2 {
    width: 47%;
  }
}

.moregallery__item__img {
  display: block;
  max-width: 100%;
}

.moregallery__item__label {
  position: absolute;
  bottom: 4%;
  left: 6%;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  color: #FFFFFF;
  z-index: 2;
}

.pswp__caption {
  bottom: 1.5rem;
}

.pswp__caption__center {
  display: flex;
  justify-content: space-around;
  align-content: center;
  max-width: 1200px;
}
.pswp__caption__center h3 {
  width: 30%;
}
.pswp__caption__center p {
  margin-top: 0;
  width: 66%;
}

.pswp__img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .pswp__img {
    padding: 2rem;
    position: relative;
    top: -1.5rem;
  }
}

.home__intro {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .home__intro {
    padding-bottom: 8rem;
  }
}
.home__intro div {
  grid-column: 1/6;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .home__intro div {
    grid-column: 1/10;
  }
}
@media (min-width: 992px) {
  .home__intro div {
    grid-column: 1/11;
  }
}
.home__intro p {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .home__intro p {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .home__intro p {
    padding-top: 5rem;
  }
}
.home__intro p a {
  color: inherit;
  text-decoration: none;
}
.home__intro .headline {
  margin-bottom: 2rem;
  letter-spacing: -2.58px;
}
@media (min-width: 768px) {
  .home__intro .headline {
    margin-bottom: 2.6rem;
  }
}

.bear {
  width: 100%;
  min-height: 414px;
  margin: 0 0 2em 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bear {
    min-height: 469px;
  }
}
@media (min-width: 992px) {
  .bear {
    min-height: 810px;
    margin-bottom: 5em;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home__byline {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.home__byline p {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .home__byline p {
    grid-column: 1/11;
  }
}
@media (min-width: 992px) {
  .home__byline p {
    grid-column: 1/9;
  }
}
.home__byline h2 {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .home__byline h2 {
    padding-top: 8rem;
  }
}

.home_blog {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .home_blog {
    padding-top: 6.6rem;
  }
}
.home_blog .medium-title {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}
@media (min-width: 768px) {
  .blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}
.blog-listing li {
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .blog-listing li {
    grid-column: span 1;
  }
}
.blog-listing a {
  color: inherit;
  text-decoration: none;
}
.blog-listing .label {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .blog-listing .label {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .instagram {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .instagram {
    padding-top: 4.5rem;
  }
}
.instagram .medium-title {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .instagram .medium-title {
    margin-bottom: 5rem;
  }
}
.instagram .medium-title a {
  color: inherit;
  text-decoration: none;
}

.instagram__feed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
@media (min-width: 768px) {
  .instagram__feed {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .instagram__feed {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
.instagram__feed li {
  display: block;
  grid-column: span 1;
}
.instagram__feed img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.tip {
  padding-bottom: 4em;
}
.tip img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tip a {
  color: inherit;
  text-decoration: none;
}
.tip article {
  background-color: #2D2C2C;
  padding: 2rem 2rem;
  margin-right: -1em;
  margin-left: -1em;
}
@media (min-width: 768px) {
  .tip article {
    margin-right: -3rem;
    margin-left: -3rem;
    padding: 3rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 4rem;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .tip figure {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
@media (min-width: 768px) {
  .tip .tip__content {
    grid-column: 2/3;
    grid-row: 1/-1;
  }
}
.tip .label {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .tip .label {
    margin-bottom: 0.5rem;
  }
}

.contact-promo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .contact-promo {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .contact-promo {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.contact-promo a {
  text-decoration: none;
  color: inherit;
}

.dzsparallaxer {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .dzsparallaxer {
    height: 700px;
  }
}

.dzsparallaxer--target {
  height: 1000px;
}

.about-intro {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .about-intro {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .about-intro {
    margin-bottom: 8rem;
  }
}
.about-intro figure {
  grid-column: 2/-1;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .about-intro figure {
    grid-column: 6/-1;
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .about-intro figure {
    grid-column: 5/-1;
    grid-row: 1;
  }
}
.about-intro article {
  grid-column: 1/-1;
  grid-row: 2/4;
}
@media (min-width: 768px) {
  .about-intro article {
    grid-column: 1/9;
    grid-row: 1;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .about-intro article {
    align-self: flex-start;
  }
}

.lr {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto 2rem auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .lr {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 11rem auto 2rem;
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .lr {
    grid-template-rows: 5rem auto;
    grid-gap: 4rem;
    margin-bottom: 8rem;
  }
}
.lr figure {
  grid-column: 1/5;
  grid-row: 1/3;
  z-index: 10;
}
@media (min-width: 768px) {
  .lr figure {
    grid-column: 1/7;
    grid-row: 1/3;
  }
}
@media (min-width: 992px) {
  .lr figure {
    grid-row: 1/3;
  }
}
.lr article {
  grid-column: 2/7;
  grid-row: 2/4;
  background-color: #2D2C2C;
  padding: 2rem 2rem 3rem 2rem;
}
@media (min-width: 768px) {
  .lr article {
    grid-column: 6/-1;
    grid-row: 2/-1;
    padding: 16% 16% 18% 16%;
  }
}
@media (min-width: 992px) {
  .lr article {
    align-self: flex-start;
    grid-row: 2/-1;
  }
}

.rl {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto 2rem auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .rl {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 11rem auto 2rem;
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .rl {
    grid-template-rows: 20rem auto 2rem;
    grid-gap: 4rem;
    margin-bottom: 8rem;
  }
}
.rl figure {
  grid-column: 3/-1;
  grid-row: 1/3;
  z-index: 10;
}
@media (min-width: 768px) {
  .rl figure {
    grid-column: 7/-1;
    grid-row: 1/-1;
  }
}
@media (min-width: 992px) {
  .rl figure {
    grid-column: 7/-1;
    grid-row: 1/3;
  }
}
.rl article {
  grid-column: 1/6;
  grid-row: 2/4;
  background-color: #2D2C2C;
  padding: 2rem 2rem 3rem 2rem;
}
@media (min-width: 768px) {
  .rl article {
    grid-column: 1/8;
    grid-row: 2/-1;
    padding: 16% 16% 18% 16%;
  }
}
@media (min-width: 992px) {
  .rl article {
    grid-column: 1/8;
    grid-row: 2/-1;
  }
}

.contact-data {
  grid-template-rows: 8rem auto;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .contact-data {
    grid-template-rows: 2rem auto;
  }
}
.contact-data figure {
  grid-column: 2/-1;
  grid-row: 1/-1;
}
@media (min-width: 768px) {
  .contact-data figure {
    grid-column: 6/-1;
    grid-row: 1/-1;
  }
}
@media (min-width: 992px) {
  .contact-data figure {
    grid-column: 5/-1;
    grid-row: 1/-1;
  }
}
.contact-data .gridwrap {
  grid-column: 1/-1;
  grid-row: 2/-1;
}
@media (min-width: 768px) {
  .contact-data .gridwrap {
    grid-column: 1/9;
    grid-row: 1/-1;
  }
}
.contact-data article {
  margin-right: 2rem;
}

.contact-data__phonemail h2 {
  font-size: 1.424rem;
  font-family: "Univers LT W04_55 Roman1475960", sans-serif;
  color: #959595;
  margin-bottom: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contact-data__phonemail h2 {
    margin-top: 3.25rem;
  }
}
.contact-data__phonemail h2 + p {
  margin-top: 0.5rem;
}
.contact-data__phonemail a {
  color: inherit;
  text-decoration: none;
}
.contact-data__phonemail a:hover {
  color: #68BE86;
}

.pagination__links {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pagination__links {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.pagination__links li {
  display: block;
}
.pagination__links a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.pagination__links a.green {
  color: #68BE86;
}

.blogindex-categories {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .blogindex-categories {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .blogindex-categories {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
.blogindex-categories li {
  margin-right: 1.625rem;
}
@media (min-width: 768px) {
  .blogindex-categories li {
    margin-right: 1.688rem;
  }
}
@media (min-width: 992px) {
  .blogindex-categories li {
    margin-right: 2.188rem;
  }
}
.blogindex-categories a {
  text-decoration: none;
}

.blog-index-page .tip {
  margin-top: 2.5rem;
  margin-bottom: -1.85rem;
}
@media (min-width: 768px) {
  .blog-index-page .tip {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .blog-index-page .tip {
    margin-top: 4rem;
    margin-bottom: -3rem;
  }
}

.article {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .article {
    padding-bottom: 8rem;
  }
}

.article-page {
  background-color: #FFFFFF;
  color: #1A1919;
}
.article-page .hamburger-inner, .article-page .hamburger-inner::before, .article-page .hamburger-inner::after {
  background-color: #1A1919;
}
.article-page .is-active .hamburger-inner, .article-page .is-active .hamburger-inner::before, .article-page .is-active .hamburger-inner::after {
  background-color: #1A1919;
}

.article__main {
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .article__main {
    grid-template-columns: 1fr;
    max-width: 880px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .article__main {
    grid-template-columns: 1fr 880px 1fr;
    max-width: 1312px;
    padding: 0;
  }
}

.disqus__embed {
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .disqus__embed {
    max-width: 880px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .disqus__embed {
    max-width: 1312px;
    padding: 0 1.5rem;
  }
}

.article__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .article__header {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .article__header {
    grid-column: 2/3;
  }
}
.article__header h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .article__header h1 {
    padding-bottom: 1.5rem;
  }
}
.article__header .label {
  margin-bottom: 1rem;
}
.article__header .medium-title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article__header .medium-title {
    margin-bottom: 1.75rem;
  }
}

.article__social {
  display: flex;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article__social {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 992px) {
  .article__social {
    margin-bottom: 3.5rem;
  }
}
.article__social li {
  padding: 0.5rem;
}

.article__figure {
  grid-column: 1/-1;
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .article__figure {
    grid-column: 1/-1;
    margin-bottom: 3.65rem;
  }
}
@media (min-width: 992px) {
  .article__figure {
    grid-column: 1/-1;
  }
}

.article__meta {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .article__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}
.article__meta li:nth-of-type(2n) {
  display: none;
}
@media (min-width: 768px) {
  .article__meta li:nth-of-type(2n) {
    display: block;
  }
}

.article__meta, .wysiwyg, .plyr__video-embed, .wysiwyg__textblock, .wysiwyg__figure, .wysiwyg__video, .wysiwyg__audio {
  position: relative;
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .article__meta, .wysiwyg, .plyr__video-embed, .wysiwyg__textblock, .wysiwyg__figure, .wysiwyg__video, .wysiwyg__audio {
    grid-column: 2/3;
  }
}

.plyr__video-embed iframe {
  width: 100%;
  height: 100%;
}

.plyr {
  height: auto;
}

.fullscreen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related__articles {
  background-color: #1A1919;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .related__articles {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}
.related__articles h2, .related__articles h3 {
  color: #FFFFFF;
}
.related__articles h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .related__articles h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .related__articles h2 {
    margin-bottom: 4rem;
  }
}

.promo__wrapper {
  position: relative;
}

.promo__content {
  background: #2D2C2C;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .promo__content {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin-bottom: 3rem;
    margin-right: -3rem;
    width: 50%;
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .promo__content p {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .screen__small {
    display: none;
  }
}

.screen__medium {
  display: none;
}
@media (min-width: 768px) {
  .screen__medium {
    display: block;
  }
}

.arrow-single {
  margin-top: 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .arrow-single {
    margin-top: 2rem;
  }
}

.printslisting__item {
  position: relative;
}
@media (min-width: 768px) {
  .printslisting__item {
    grid-column: span 6;
  }
}
.printslisting__item img:hover {
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}
.printslisting__item a {
  color: inherit;
  text-decoration: none;
}

.container-x {
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .container-x {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 992px) {
  .container-x {
    padding-left: 8em;
    padding-right: 8em;
  }
}

.container-y {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .container-y {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .container-y {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.container-t {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .container-t {
    padding-top: 8rem;
  }
}
@media (min-width: 992px) {
  .container-t {
    padding-top: 10rem;
  }
}

.container-b {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .container-b {
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .container-b {
    padding-bottom: 10rem;
  }
}

.title-gray {
  color: #959595;
}

.tracking-title {
  letter-spacing: 0.313rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .mb-8 {
    margin-bottom: 2rem;
  }
}

.mb-16 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .mb-16 {
    margin-bottom: 4rem;
  }
}

.mr-8 {
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .mr-8 {
    margin-right: 2rem;
  }
}

.dropdown-button {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-button {
    max-width: 20rem;
  }
}

.dropdown-class {
  background: #1A1919;
  color: white;
  padding: 0.75rem 1rem;
  width: 100%;
  border: 1.5px solid white;
}
@media (min-width: 768px) {
  .dropdown-class {
    max-width: 20rem;
  }
}

.dropdown-arrow {
  border-bottom: 2px solid #68BE86;
  border-left: 2px solid #68BE86;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  right: 0;
  top: 30%;
  transform: rotate(-45deg);
  margin-right: 1.25rem;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.flex-order {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-order {
    flex-direction: row;
    align-items: center;
  }
}

.flex-order .button-primary {
  order: 2;
}
@media (min-width: 768px) {
  .flex-order .button-primary {
    order: 1;
  }
}

.flex-order .sold-out {
  order: 1;
}
@media (min-width: 768px) {
  .flex-order .sold-out {
    order: 2;
  }
}

.button-primary {
  color: black;
  text-align: center;
  padding: 1rem 2.5rem 1.25rem;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  text-decoration: none;
  border: none;
}
@media (min-width: 768px) {
  .button-primary {
    width: auto;
  }
}
.button-primary.button-margin {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .button-primary.button-margin {
    margin-top: 0;
    margin-right: 2rem;
  }
}
.button-primary.button-full {
  width: 100%;
}

.button-green {
  background: #68BE86;
}
.button-green:hover {
  background: white;
}

.button-gray {
  background: #959595;
  color: black;
}

.sold-out {
  color: #68BE86;
  display: inline;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0.4375rem;
}

.carousel-main {
  margin-bottom: 2rem;
}

.carousel-cell {
  width: 100%;
  margin-right: 10px;
  counter-increment: carousel-cell;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  overflow: hidden;
}
.carousel-cell.min-height {
  min-height: 100%;
}
.carousel-cell.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.carousel-main .carousel-cell-ratio-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.carousel-main .carousel-cell-ratio {
  position: relative;
  padding: 37.5%;
}

.carousel-nav {
  display: flex;
}

.carousel-nav .carousel-cell-ratio {
  height: 2.5rem;
  width: 3.75rem;
}

.carousel-nav .carousel-cell {
  height: 1.875rem;
  width: 3.125rem;
}

.carousel-nav .carousel-cell.is-nav-selected {
  outline: 2px solid #68BE86;
  outline-offset: -2px;
}

.prints-intro {
  display: flex;
  flex-wrap: wrap;
}
.prints-intro .slideshow {
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .prints-intro .slideshow {
    width: 55%;
  }
}
.prints-intro .details {
  width: 100%;
}
@media (min-width: 992px) {
  .prints-intro .details {
    width: 45%;
    padding-left: 4rem;
  }
}

.print-paper {
  display: flex;
  flex-wrap: wrap;
}

.print-paper_item {
  width: 50%;
}

.print {
  position: relative;
}

.print__image {
  position: relative;
}

.print__label {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0.375rem 0.875rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: black;
  letter-spacing: 0.1875rem;
  z-index: 20;
}

.print__heading {
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .print__heading {
    font-size: 2rem;
  }
}

.print__price {
  font-size: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .print__price {
    font-size: 1.4375rem;
    margin-top: 1rem;
  }
}
