@charset "UTF-8";
@font-face {
  font-family: "Akzidenz";
  src: url("/fonts/Akzidenz/akzidenz-regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz";
  src: url("/fonts/Akzidenz/akzidenz-bold.otf");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "gosh-icon";
  src: url("/fonts/gosh-icon.eot?97434726");
  src: url("/fonts/gosh-icon.eot?97434726#iefix") format("embedded-opentype"), url("/fonts/gosh-icon.woff?97434726") format("woff"), url("/fonts/gosh-icon.ttf?97434726") format("truetype"), url("/fonts/gosh-icon.svg?97434726#gosh-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "gosh-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 8px;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn [class^=icon-], .cookie-consent__agree [class^=icon-], .dropdown label [class^=icon-] {
  margin-right: 16px;
}

.product-puff .btn [class^=icon-], .product-puff .cookie-consent__agree [class^=icon-], .product-puff .dropdown label [class^=icon-], .dropdown .product-puff label [class^=icon-] {
  margin-left: 8px;
  margin-right: 0;
}

.icon-user:before {
  content: "\e800";
}

/* '' */
.icon-search:before {
  content: "\e801";
}

/* '' */
.icon-basket:before {
  content: "\e802";
}

/* '' */
.icon-right-open:before {
  content: "\e803";
}

/* '' */
.icon-download:before {
  content: "\e804";
}

/* '' */
.icon-twitter:before {
  content: "\f309";
}

/* '' */
.icon-facebook:before {
  content: "\f30c";
}

/* '' */
.icon-instagram:before {
  content: "\f32d";
}

/* '' */
.icon-linkedin:before {
  content: "\f318";
}

/* '' */
.icon-info-circled:before {
  content: "\e805";
}

.icon-cancel:before {
  content: "\e806";
}

/* '' */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* Overlay */
.fr-overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  zoom: 1;
  overlay: hidden;
}

.fr-overlay-background {
  background: #000;
  filter: alpha(opacity=90);
  opacity: 0.9;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Window */
.fr-window {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.fr-window * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* z-index */
.fr-ui-outside .fr-info {
  z-index: 100001;
}

/* Loading icon */
.fr-loading {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  margin-left: -26px;
  overflow: visible;
}

.fr-loading-offset {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fr-loading-background, .fr-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-loading-background {
  background: #0d0d0d url("/fresco/loading.gif") 50% 50% no-repeat;
  opacity: 0.8;
  border-radius: 3px;
  position: relative;
  float: left;
  box-sizing: border-box;
  border: 1px solid rgba(80, 80, 80, 0.2);
}

.fr-loading-icon {
  display: none;
}

/* Bubble (holds everything) */
.fr-bubble {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Fonts */
.fr-ui,
.fr-info {
  font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* Frames / UI */
.fr-frames {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fr-frames-move {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-frame, .fr-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fr-frame-touch {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

.fr-window *:not(.fr-caption)::-moz-selection {
  background: transparent;
}

.fr-window *:not(.fr-caption)::selection,
.fr-window *:not(.fr-caption)::-moz-selection,
.fr-window *:not(.fr-caption)::-webkit-selection {
  background: transparent;
}

.fr-mobile-touch-enabled .fr-frame .fr-box {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-frame-touch .fr-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-mobile-touch-enabled .fr-ui,
.fr-mobile-touch-enabled .fr-ui-spacer,
.fr-mobile-touch-enabled .fr-ui-wrapper,
.fr-mobile-touch-enabled .fr-ui-padder,
.fr-mobile-touch-enabled .fr-ui-toggle,
.fr-mobile-touch-enabled .fr-ui-outer-border,
.fr-mobile-touch-enabled .fr-side {
  pointer-events: none;
}

/* Content */
.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-box-has-ui-outside {
  overflow: hidden;
}

.fr-box-spacer, .fr-ui-spacer {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper, .fr-ui-wrapper {
  position: relative;
  background: url("/fresco/blank.gif");
  overflow: hidden;
}

.fr-box-padder, .fr-ui-padder {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  background: url("/fresco/blank.gif");
  position: absolute;
  top: 0;
  left: 0;
}

.fr-ui-padder {
  zoom: 1;
}

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle {
  position: relative;
  float: left;
  display: inline;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-box-wrapper {
  background: #101010;
}

.fr-ui-wrapper-outside {
  float: left;
  height: 100%;
  width: 100%;
}

/* outer-border */
.fr-box-outer-border,
.fr-ui-outer-border {
  position: relative;
  float: left;
  display: inline;
  height: 100%;
  width: 100%;
  zoom: 1;
}

/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border,
.fr-ltIE9 .fr-ui-outer-border {
  border: 0px solid transparent;
}

.fr-content {
  height: 100%;
  width: 100%;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}

.fr-content-image {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: optimizeQuality;
  max-width: none;
}

.fr-content-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fr-download-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-user-drag: element;
  user-drag: element;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  pointer-events: auto;
}

/* onClick inside ui-outside */
.fr-onclick-side {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(/fresco/blank.gif);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.fr-onclick-side img {
  cursor: pointer;
}

.fr-onclick-previous {
  left: 0;
}

.fr-onclick-next {
  right: 0;
}

.fr-side {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: url("/fresco/blank.gif") 0 0 repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  pointer-events: auto;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
  width: 50%;
}

.fr-side-next {
  right: 0;
  width: 50%;
}

.fr-side-previous .fr-side-button {
  left: 0;
}

.fr-side-next .fr-side-button {
  right: 0;
}

/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side {
  width: 72px;
  height: 72px;
  top: 50%;
  margin-top: -36px;
}

.fr-ui-outside .fr-side-button {
  margin-top: 0;
  top: 0;
}

/*
 * Info 
 */
.fr-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #efefef;
  pointer-events: auto;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  box-sizing: border-box;
  background: #000;
}

.fr-info-outside .fr-info-background {
  background: #0d0d0d;
  filter: none;
  opacity: 1;
}

.fr-info-padder {
  padding: 12px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-caption {
  position: relative;
  filter: alpha(opacity=99);
  opacity: 0.99;
  width: auto;
  word-wrap: no-wrap;
}

.fr-position-text {
  position: relative;
}

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption {
  margin-right: 75px;
}

.fr-info-inside .fr-position {
  filter: alpha(opacity=99);
  opacity: 0.99;
  position: relative;
  text-align: right;
  word-wrap: no-wrap;
  line-height: 21px;
  color: #b3b3b3;
  float: right;
  width: 75px;
}

.fr-no-caption .fr-info-inside .fr-position {
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
  filter: alpha(opacity=99);
}

.fr-info-inside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-no-caption .fr-info-inside .fr-position-background {
  border-radius: 12px;
  background: #101010;
  filter: alpha(opacity=80);
  opacity: 0.8;
  box-sizing: border-box;
}

.fr-info-inside .fr-position-text {
  position: relative;
}

.fr-no-caption .fr-info-inside .fr-position-text {
  float: left;
  height: 13px;
  line-height: 13px;
  padding: 6px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-has-position .fr-info-inside .fr-caption {
    margin-right: 0;
  }

  .fr-position {
    display: none !important;
  }

  /* smaller side buttons */
  .fr-ui-outside .fr-side {
    width: 54px;
    height: 50px;
    margin-top: -25px;
  }

  .fr-side-button {
    width: 40px;
    height: 50px;
    margin: 0 6px;
    margin-top: -25px;
  }
}
/* UI outside */
.fr-ui-outside .fr-position {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline;
  width: auto;
  margin: 0 1px 1px 0;
  color: #b9b9b9;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  box-sizing: border-box;
  background: #1e1e1e;
  border: 1px solid rgba(180, 180, 180, 0.2);
}

.fr-ui-outside .fr-position-text {
  position: relative;
  float: left;
  width: auto;
  text-align: right;
  word-wrap: no-wrap;
  color: #b3b3b3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: no-wrap;
  padding: 6px 10px;
  height: 13px;
  line-height: 13px;
}

.fr-ui-outside .fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Info without caption */
.fr-no-caption .fr-info-outside {
  display: none;
}

.fr-no-caption .fr-info-padder {
  pointer-events: none;
}

.fr-no-caption .fr-info-background {
  pointer-events: none;
  opacity: 0;
  filter: none;
  display: none;
}

/* 1/5 */
.fr-no-caption .fr-position-text,
.fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* outside position */
.fr-ui-outside .fr-position {
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
}

/* IE 7 */
.fr-ltIE8 .fr-info * {
  zoom: 1;
  filter: alpha(opacity=99);
}

.fr-ltIE8 .fr-box * {
  zoom: 1;
  filter: alpha(opacity=99);
}

/* Info (UI outside) */
.fr-info-outside {
  bottom: auto;
}

.fr-no-caption .fr-info-outside .fr-info-padder {
  padding: 10px 5px;
}

.fr-ui-outside .fr-no-caption .fr-position {
  margin: 0;
}

/* X */
.fr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  pointer-events: auto;
}

.fr-close-background {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 23px;
  width: 23px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: background-color 0.2s ease-in;
  background-color: #282828;
  cursor: pointer;
}

.fr-close:hover .fr-close-background {
  background-color: #333;
}

.fr-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-close-icon {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/*
 * Thumbnails
 */
.fr-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  min-height: 40px;
  max-height: 120px;
  height: 9%;
  padding: 20px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding: 20px 0;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-ltIE9 .fr-thumbnails-thumbs {
  overflow: hidden;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail {
  position: relative;
  width: 30px;
  height: 100%;
  float: left;
  margin: 0 10px;
  display: inline;
  zoom: 1;
  cursor: pointer;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6 */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6 */
  z-index: 0;
  /* IE8 */
}

.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-overlay-border {
  box-sizing: border-box;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-thumbnail img {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none;
}

.fr-thumbnail:hover img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=99);
  opacity: 0.99;
}

.fr-thumbnail-active img,
.fr-thumbnail-active:hover img {
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #101010;
  background-image: url("/fresco/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 20px;
}

.fr-thumbnails-side-next {
  margin-right: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
}

/* Touch Captions */
.fr-touch {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -43px;
}

.fr-touch-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-touch-overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.fr-touch-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  box-sizing: border-box;
  background: #000;
}

.fr-touch-info {
  float: left;
  position: relative;
  clear: both;
  padding-right: 71px;
  color: #efefef;
}

.fr-touch-info-padder {
  float: left;
  padding: 11px;
  display: block;
  filter: alpha(opacity=99);
  overflow: hidden;
  width: auto;
  position: relative;
}

.fr-touch-caption-wrapper {
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  height: 21px;
  /* same as line-height */
  width: 100%;
  overflow: hidden;
}

.fr-touch-caption {
  float: left;
}

.fr-touch-overflow .fr-touch-caption-wrapper {
  overflow: visible;
  height: auto;
}

/* buttons */
.fr-touch-button {
  padding: 10px 4px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

.fr-touch-button .fr-touch-button-background {
  position: absolute;
  top: 10px;
  left: 4px;
  height: 23px;
  width: 23px;
  background-color: #303030;
}

.fr-touch-button:hover .fr-touch-button-background {
  background-color: #404040;
}

.fr-touch-button-icon {
  float: left;
  position: relative;
  width: 23px;
  height: 23px;
}

/* x */
.fr-touch-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 11px;
}

/* ... */
.fr-touch-more {
  position: absolute;
  top: 0;
  right: 38px;
  display: none;
}

.fr-touch-padded .fr-touch-more {
  display: block;
}

/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) {
  .fr-thumbnails,
.fr-thumbnails-wrapper {
    padding: 10px 0;
  }

  .fr-thumbnail,
.fr-thumbnails-side {
    margin: 0 4px;
  }

  .fr-thumbnails-side-previous {
    margin-left: 8px;
  }

  .fr-thumbnails-side-next {
    margin-right: 8px;
  }

  .fr-thumbnail-loading-background {
    background-image: url("/fresco/loading-small.gif");
  }
}
@media all and (min-height: 200px) {
  .fr-thumbnails,
.fr-thumbnails-wrapper {
    padding: 12px 0;
  }

  .fr-thumbnail,
.fr-thumbnails-side {
    margin: 0 6px;
  }

  .fr-thumbnails-side-previous {
    margin-left: 12px;
  }

  .fr-thumbnails-side-next {
    margin-right: 12px;
  }
}
@media all and (min-height: 350px) {
  .fr-thumbnail-loading-background {
    background-image: url("/fresco/loading-medium.gif");
  }
}
@media all and (min-height: 500px) {
  .fr-thumbnails,
.fr-thumbnails-wrapper {
    padding: 14px 0;
  }

  .fr-thumbnail,
.fr-thumbnails-side {
    margin: 0 7px;
  }

  .fr-thumbnails-side-previous {
    margin-left: 14px;
  }

  .fr-thumbnails-side-next {
    margin-right: 14px;
  }
}
@media all and (min-height: 700px) {
  .fr-thumbnails,
.fr-thumbnails-wrapper {
    padding: 20px 0;
  }

  .fr-thumbnail,
.fr-thumbnails-side {
    margin: 0 10px;
  }

  .fr-thumbnails-side-previous {
    margin-left: 20px;
  }

  .fr-thumbnails-side-next {
    margin-right: 20px;
  }

  .fr-thumbnail-loading-background {
    background-image: url("/fresco/loading.gif");
  }
}
/* IE specific resets */
.fr-ltIE8 * {
  zoom: 1;
  z-index: 1;
}

.fr-ltIE9 .fr-content-image-overlay,
.fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background {
  border: 0;
}

/*
 * ===== Skin: Fresco ===== 
 */
/* Sprite */
.fr-window-fresco .fr-side-button-icon,
.fr-window-fresco .fr-close-icon,
.fr-window-fresco .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco .fr-touch-more .fr-touch-button-icon,
.fr-window-fresco .fr-thumbnails-side-button-icon {
  background-image: url("/fresco/fresco/sprite.png");
}

/* High-res sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fr-window-fresco .fr-side-button-icon,
.fr-window-fresco .fr-close-icon,
.fr-window-fresco .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco .fr-touch-more .fr-touch-button-icon,
.fr-window-fresco .fr-side-button-icon {
    background-image: url("/fresco/fresco/sprite@x2.png");
    background-size: 500px 500px;
    /* downscaled 50%, size of original sprite */
  }
}
.fr-window-fresco .fr-box-outer-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* outer-border instead of inner-border example (box and ui px should be the same) */
/*
.fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; }
.fr-window-fresco .fr-ui-outer-border { padding: 10px; }
.fr-window-fresco .fr-content-image-overlay { border-width: 0; }
*/
.fr-window-fresco .fr-box-wrapper {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-fresco .fr-content-image-overlay {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}

/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 0px;
}

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay {
  border-bottom-width: 1px;
}

.fr-window-fresco .fr-ui-outside .fr-position-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background {
  border: 1px solid rgba(180, 180, 180, 0.15);
}

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background {
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-top-width: 0;
}

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background {
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-top-width: 0;
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px;
}

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon {
  transition: opacity 0.2s ease-in;
  opacity: 0.5;
}

.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon,
.fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon {
  opacity: 1;
}

/* < > transition (IE < 9) */
.fr-ltIE9 .fr-frame .fr-side-previous .fr-side-button-active .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-ltIE9 .fr-frame .fr-side-next .fr-side-button-active .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon {
  opacity: 0.2;
}

/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  background-image: none;
}

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -300px;
  }

  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -300px;
  }

  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }

  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }

  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }

  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }
}
/* X */
.fr-window-fresco .fr-close .fr-close-icon {
  background-position: -169px -9px;
}

.fr-window-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -9px;
}

/* X transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon {
  background-position: -210px -9px;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -160px -41px;
}

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -41px;
}

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -160px -83px;
}

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -202px -83px;
}

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -160px -41px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -202px -83px;
}

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: 0.5;
}

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -41px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -244px -83px;
}

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* Touch caption */
/* background */
.fr-window-fresco .fr-touch-background {
  box-sizing: border-box;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

/* smaller text on mobile devices */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-fresco .fr-touch-caption-wrapper {
    font-size: 12px;
  }
}
/* x */
.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  background-position: -169px -9px;
}

.fr-window-fresco .fr-touch-close:hover .fr-touch-button-icon {
  background-position: -210px -9px;
}

/* x transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon {
  background-position: -210px -9px;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-close .fr-touch-button-icon {
  opacity: 1;
}

/* ... */
.fr-window-fresco .fr-touch-more .fr-touch-button-icon {
  background-position: -169px -134px;
}

.fr-window-fresco .fr-touch-more:hover .fr-touch-button-icon {
  background-position: -210px -134px;
}

/* ... transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon {
  background-position: -210px -134px;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-more .fr-touch-button-icon {
  opacity: 1;
}

/* ... \/ */
.fr-window-fresco .fr-touch-less .fr-touch-button-icon {
  background-position: -169px -175px;
}

.fr-window-fresco .fr-touch-less:hover .fr-touch-button-icon {
  background-position: -210px -175px;
}

/* ... \/ transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-less .fr-touch-button-icon {
  background-position: -210px -175px;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-fresco .fr-touch-less .fr-touch-button-icon {
  opacity: 1;
}

/*
 * ===== Skin: IE6 (always used there as a fallback) ===== 
 */
.fr-window-IE6 * {
  zoom: 1;
}

/* Sprite */
.fr-window-IE6 .fr-side-button-icon,
.fr-window-IE6 .fr-close-icon,
.fr-window-IE6 .fr-thumbnails-side-button-icon {
  background-image: url("/fresco/IE6/sprite.png");
}

/* < > */
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled */
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
  background-position: -93px -214px;
}

.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon {
  display: none;
}

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) {
  .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon {
    background-position: 0px -350px;
  }

  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon {
    background-position: -40px -350px;
  }

  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: 0px -400px;
  }

  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon,
.fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon {
    background-position: -40px -400px;
  }
}
/* X */
.fr-window-IE6 .fr-close .fr-close-icon {
  background-position: -169px -9px;
}

.fr-window-IE6 .fr-close:hover .fr-close-icon {
  background-position: -210px -9px;
}

.fr-window-IE6 .fr-info {
  filter: alpha(opacity=99);
}

.fr-window-IE6 .fr-ui-outside .fr-info {
  background: #000;
}

.fr-window-IE6 .fr-close-icon {
  background-color: #232323;
}

.fr-window-IE6 .fr-close .fr-close-background {
  display: none;
}

.fr-window-IE6 .fr-info-background {
  display: none;
}

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info,
.fr-window-IE6 .fr-info-outside {
  background: #0d0d0d;
}

.fr-window-IE6 .fr-position {
  background: #101010;
}

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position {
  background: none;
}

.fr-window-IE6 .fr-position .fr-position-background {
  display: none;
}

.instafeed-wrapper h2 {
  text-align: center;
}

.instafeed__item {
  position: relative;
}

.instafeed__info {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  z-index: 3;
}

.instafeed__link {
  position: relative;
  display: inline-block;
  width: 25%;
  padding: 10px;
  line-height: 1;
}
@media (max-width: 47.99em) {
  .instafeed__link {
    width: 50%;
  }
}

.instafeed__link:hover .instafeed__info, .instafeed__link:hover .instafeed__overlay {
  opacity: 1;
}

.instafeed__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 0;
  opacity: 0;
  z-index: 2;
  overflow: hidden;
  transition: opacity 0.25s ease;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 73em) {
  .container {
    padding: 0 5%;
  }
}

.container-xs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 640px;
}
@media (max-width: 38em) {
  .container-xs {
    padding: 0 5%;
  }
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 768px;
}
@media (max-width: 46em) {
  .container-sm {
    padding: 0 5%;
  }
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 922px;
}
@media (max-width: 55.625em) {
  .container-md {
    padding: 0 5%;
  }
}

.row {
  margin-left: -16px;
  margin-right: -16px;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.row--narrow {
  margin-left: -8px;
  margin-right: -8px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row--narrow:after {
  content: "";
  display: block;
  clear: both;
}
.row--narrow > .col {
  padding-left: 8px;
  padding-right: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.row--wide {
  margin-left: -32px;
  margin-right: -32px;
  margin-left: -2rem;
  margin-right: -2rem;
}
.row--wide:after {
  content: "";
  display: block;
  clear: both;
}
.row--wide > .col {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 48em) {
  .row--flex {
    display: flex;
  }
}

.row--gutterless {
  margin-left: 0;
  margin-right: 0;
}
.row--gutterless:after {
  content: "";
  display: block;
  clear: both;
}
.row--gutterless > .col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.col {
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.row .col-xs-pull-0 {
  right: auto;
}

.row .col-xs-push-0 {
  left: auto;
}

.row .col-xs-offset-0 {
  margin-left: 0%;
}

.row .col-xs-1 {
  width: 8.3333333333%;
}

.row .col-xs-pull-1 {
  right: 8.3333333333%;
}

.row .col-xs-push-1 {
  left: 8.3333333333%;
}

.row .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.row .col-xs-2 {
  width: 16.6666666667%;
}

.row .col-xs-pull-2 {
  right: 16.6666666667%;
}

.row .col-xs-push-2 {
  left: 16.6666666667%;
}

.row .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.row .col-xs-3 {
  width: 25%;
}

.row .col-xs-pull-3 {
  right: 25%;
}

.row .col-xs-push-3 {
  left: 25%;
}

.row .col-xs-offset-3 {
  margin-left: 25%;
}

.row .col-xs-4 {
  width: 33.3333333333%;
}

.row .col-xs-pull-4 {
  right: 33.3333333333%;
}

.row .col-xs-push-4 {
  left: 33.3333333333%;
}

.row .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.row .col-xs-5 {
  width: 41.6666666667%;
}

.row .col-xs-pull-5 {
  right: 41.6666666667%;
}

.row .col-xs-push-5 {
  left: 41.6666666667%;
}

.row .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.row .col-xs-6 {
  width: 50%;
}

.row .col-xs-pull-6 {
  right: 50%;
}

.row .col-xs-push-6 {
  left: 50%;
}

.row .col-xs-offset-6 {
  margin-left: 50%;
}

.row .col-xs-7 {
  width: 58.3333333333%;
}

.row .col-xs-pull-7 {
  right: 58.3333333333%;
}

.row .col-xs-push-7 {
  left: 58.3333333333%;
}

.row .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.row .col-xs-8 {
  width: 66.6666666667%;
}

.row .col-xs-pull-8 {
  right: 66.6666666667%;
}

.row .col-xs-push-8 {
  left: 66.6666666667%;
}

.row .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.row .col-xs-9 {
  width: 75%;
}

.row .col-xs-pull-9 {
  right: 75%;
}

.row .col-xs-push-9 {
  left: 75%;
}

.row .col-xs-offset-9 {
  margin-left: 75%;
}

.row .col-xs-10 {
  width: 83.3333333333%;
}

.row .col-xs-pull-10 {
  right: 83.3333333333%;
}

.row .col-xs-push-10 {
  left: 83.3333333333%;
}

.row .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.row .col-xs-11 {
  width: 91.6666666667%;
}

.row .col-xs-pull-11 {
  right: 91.6666666667%;
}

.row .col-xs-push-11 {
  left: 91.6666666667%;
}

.row .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.row .col-xs-12 {
  width: 100%;
}

.row .col-xs-pull-12 {
  right: 100%;
}

.row .col-xs-push-12 {
  left: 100%;
}

@media (min-width: 48em) {
  .row .col-sm-pull-0 {
    right: auto;
  }

  .row .col-sm-push-0 {
    left: auto;
  }

  .row .col-sm-offset-0 {
    margin-left: 0%;
  }

  .row .col-sm-1 {
    width: 8.3333333333%;
  }

  .row .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .row .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-sm-2 {
    width: 16.6666666667%;
  }

  .row .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .row .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-sm-3 {
    width: 25%;
  }

  .row .col-sm-pull-3 {
    right: 25%;
  }

  .row .col-sm-push-3 {
    left: 25%;
  }

  .row .col-sm-offset-3 {
    margin-left: 25%;
  }

  .row .col-sm-4 {
    width: 33.3333333333%;
  }

  .row .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .row .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-sm-5 {
    width: 41.6666666667%;
  }

  .row .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .row .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-sm-6 {
    width: 50%;
  }

  .row .col-sm-pull-6 {
    right: 50%;
  }

  .row .col-sm-push-6 {
    left: 50%;
  }

  .row .col-sm-offset-6 {
    margin-left: 50%;
  }

  .row .col-sm-7 {
    width: 58.3333333333%;
  }

  .row .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .row .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-sm-8 {
    width: 66.6666666667%;
  }

  .row .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .row .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-sm-9 {
    width: 75%;
  }

  .row .col-sm-pull-9 {
    right: 75%;
  }

  .row .col-sm-push-9 {
    left: 75%;
  }

  .row .col-sm-offset-9 {
    margin-left: 75%;
  }

  .row .col-sm-10 {
    width: 83.3333333333%;
  }

  .row .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .row .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-sm-11 {
    width: 91.6666666667%;
  }

  .row .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .row .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-sm-12 {
    width: 100%;
  }

  .row .col-sm-pull-12 {
    right: 100%;
  }

  .row .col-sm-push-12 {
    left: 100%;
  }
  .row .col-ipadp-pull-0 {
    right: auto;
  }

  .row .col-ipadp-push-0 {
    left: auto;
  }

  .row .col-ipadp-offset-0 {
    margin-left: 0%;
  }

  .row .col-ipadp-1 {
    width: 8.3333333333%;
  }

  .row .col-ipadp-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-ipadp-push-1 {
    left: 8.3333333333%;
  }

  .row .col-ipadp-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-ipadp-2 {
    width: 16.6666666667%;
  }

  .row .col-ipadp-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-ipadp-push-2 {
    left: 16.6666666667%;
  }

  .row .col-ipadp-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-ipadp-3 {
    width: 25%;
  }

  .row .col-ipadp-pull-3 {
    right: 25%;
  }

  .row .col-ipadp-push-3 {
    left: 25%;
  }

  .row .col-ipadp-offset-3 {
    margin-left: 25%;
  }

  .row .col-ipadp-4 {
    width: 33.3333333333%;
  }

  .row .col-ipadp-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-ipadp-push-4 {
    left: 33.3333333333%;
  }

  .row .col-ipadp-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-ipadp-5 {
    width: 41.6666666667%;
  }

  .row .col-ipadp-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-ipadp-push-5 {
    left: 41.6666666667%;
  }

  .row .col-ipadp-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-ipadp-6 {
    width: 50%;
  }

  .row .col-ipadp-pull-6 {
    right: 50%;
  }

  .row .col-ipadp-push-6 {
    left: 50%;
  }

  .row .col-ipadp-offset-6 {
    margin-left: 50%;
  }

  .row .col-ipadp-7 {
    width: 58.3333333333%;
  }

  .row .col-ipadp-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-ipadp-push-7 {
    left: 58.3333333333%;
  }

  .row .col-ipadp-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-ipadp-8 {
    width: 66.6666666667%;
  }

  .row .col-ipadp-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-ipadp-push-8 {
    left: 66.6666666667%;
  }

  .row .col-ipadp-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-ipadp-9 {
    width: 75%;
  }

  .row .col-ipadp-pull-9 {
    right: 75%;
  }

  .row .col-ipadp-push-9 {
    left: 75%;
  }

  .row .col-ipadp-offset-9 {
    margin-left: 75%;
  }

  .row .col-ipadp-10 {
    width: 83.3333333333%;
  }

  .row .col-ipadp-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-ipadp-push-10 {
    left: 83.3333333333%;
  }

  .row .col-ipadp-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-ipadp-11 {
    width: 91.6666666667%;
  }

  .row .col-ipadp-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-ipadp-push-11 {
    left: 91.6666666667%;
  }

  .row .col-ipadp-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-ipadp-12 {
    width: 100%;
  }

  .row .col-ipadp-pull-12 {
    right: 100%;
  }

  .row .col-ipadp-push-12 {
    left: 100%;
  }
}
@media (min-width: 48.0625em) {
  .row .col-sm-up-pull-0 {
    right: auto;
  }

  .row .col-sm-up-push-0 {
    left: auto;
  }

  .row .col-sm-up-offset-0 {
    margin-left: 0%;
  }

  .row .col-sm-up-1 {
    width: 8.3333333333%;
  }

  .row .col-sm-up-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-sm-up-push-1 {
    left: 8.3333333333%;
  }

  .row .col-sm-up-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-sm-up-2 {
    width: 16.6666666667%;
  }

  .row .col-sm-up-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-sm-up-push-2 {
    left: 16.6666666667%;
  }

  .row .col-sm-up-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-sm-up-3 {
    width: 25%;
  }

  .row .col-sm-up-pull-3 {
    right: 25%;
  }

  .row .col-sm-up-push-3 {
    left: 25%;
  }

  .row .col-sm-up-offset-3 {
    margin-left: 25%;
  }

  .row .col-sm-up-4 {
    width: 33.3333333333%;
  }

  .row .col-sm-up-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-sm-up-push-4 {
    left: 33.3333333333%;
  }

  .row .col-sm-up-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-sm-up-5 {
    width: 41.6666666667%;
  }

  .row .col-sm-up-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-sm-up-push-5 {
    left: 41.6666666667%;
  }

  .row .col-sm-up-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-sm-up-6 {
    width: 50%;
  }

  .row .col-sm-up-pull-6 {
    right: 50%;
  }

  .row .col-sm-up-push-6 {
    left: 50%;
  }

  .row .col-sm-up-offset-6 {
    margin-left: 50%;
  }

  .row .col-sm-up-7 {
    width: 58.3333333333%;
  }

  .row .col-sm-up-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-sm-up-push-7 {
    left: 58.3333333333%;
  }

  .row .col-sm-up-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-sm-up-8 {
    width: 66.6666666667%;
  }

  .row .col-sm-up-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-sm-up-push-8 {
    left: 66.6666666667%;
  }

  .row .col-sm-up-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-sm-up-9 {
    width: 75%;
  }

  .row .col-sm-up-pull-9 {
    right: 75%;
  }

  .row .col-sm-up-push-9 {
    left: 75%;
  }

  .row .col-sm-up-offset-9 {
    margin-left: 75%;
  }

  .row .col-sm-up-10 {
    width: 83.3333333333%;
  }

  .row .col-sm-up-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-sm-up-push-10 {
    left: 83.3333333333%;
  }

  .row .col-sm-up-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-sm-up-11 {
    width: 91.6666666667%;
  }

  .row .col-sm-up-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-sm-up-push-11 {
    left: 91.6666666667%;
  }

  .row .col-sm-up-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-sm-up-12 {
    width: 100%;
  }

  .row .col-sm-up-pull-12 {
    right: 100%;
  }

  .row .col-sm-up-push-12 {
    left: 100%;
  }
}
@media (min-width: 62em) {
  .row .col-md-pull-0 {
    right: auto;
  }

  .row .col-md-push-0 {
    left: auto;
  }

  .row .col-md-offset-0 {
    margin-left: 0%;
  }

  .row .col-md-1 {
    width: 8.3333333333%;
  }

  .row .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-md-push-1 {
    left: 8.3333333333%;
  }

  .row .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-md-2 {
    width: 16.6666666667%;
  }

  .row .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-md-push-2 {
    left: 16.6666666667%;
  }

  .row .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-md-3 {
    width: 25%;
  }

  .row .col-md-pull-3 {
    right: 25%;
  }

  .row .col-md-push-3 {
    left: 25%;
  }

  .row .col-md-offset-3 {
    margin-left: 25%;
  }

  .row .col-md-4 {
    width: 33.3333333333%;
  }

  .row .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-md-push-4 {
    left: 33.3333333333%;
  }

  .row .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-md-5 {
    width: 41.6666666667%;
  }

  .row .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-md-push-5 {
    left: 41.6666666667%;
  }

  .row .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-md-6 {
    width: 50%;
  }

  .row .col-md-pull-6 {
    right: 50%;
  }

  .row .col-md-push-6 {
    left: 50%;
  }

  .row .col-md-offset-6 {
    margin-left: 50%;
  }

  .row .col-md-7 {
    width: 58.3333333333%;
  }

  .row .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-md-push-7 {
    left: 58.3333333333%;
  }

  .row .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-md-8 {
    width: 66.6666666667%;
  }

  .row .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-md-push-8 {
    left: 66.6666666667%;
  }

  .row .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-md-9 {
    width: 75%;
  }

  .row .col-md-pull-9 {
    right: 75%;
  }

  .row .col-md-push-9 {
    left: 75%;
  }

  .row .col-md-offset-9 {
    margin-left: 75%;
  }

  .row .col-md-10 {
    width: 83.3333333333%;
  }

  .row .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-md-push-10 {
    left: 83.3333333333%;
  }

  .row .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-md-11 {
    width: 91.6666666667%;
  }

  .row .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-md-push-11 {
    left: 91.6666666667%;
  }

  .row .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-md-12 {
    width: 100%;
  }

  .row .col-md-pull-12 {
    right: 100%;
  }

  .row .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 64em) {
  .row .col-ipadl-pull-0 {
    right: auto;
  }

  .row .col-ipadl-push-0 {
    left: auto;
  }

  .row .col-ipadl-offset-0 {
    margin-left: 0%;
  }

  .row .col-ipadl-1 {
    width: 8.3333333333%;
  }

  .row .col-ipadl-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-ipadl-push-1 {
    left: 8.3333333333%;
  }

  .row .col-ipadl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-ipadl-2 {
    width: 16.6666666667%;
  }

  .row .col-ipadl-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-ipadl-push-2 {
    left: 16.6666666667%;
  }

  .row .col-ipadl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-ipadl-3 {
    width: 25%;
  }

  .row .col-ipadl-pull-3 {
    right: 25%;
  }

  .row .col-ipadl-push-3 {
    left: 25%;
  }

  .row .col-ipadl-offset-3 {
    margin-left: 25%;
  }

  .row .col-ipadl-4 {
    width: 33.3333333333%;
  }

  .row .col-ipadl-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-ipadl-push-4 {
    left: 33.3333333333%;
  }

  .row .col-ipadl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-ipadl-5 {
    width: 41.6666666667%;
  }

  .row .col-ipadl-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-ipadl-push-5 {
    left: 41.6666666667%;
  }

  .row .col-ipadl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-ipadl-6 {
    width: 50%;
  }

  .row .col-ipadl-pull-6 {
    right: 50%;
  }

  .row .col-ipadl-push-6 {
    left: 50%;
  }

  .row .col-ipadl-offset-6 {
    margin-left: 50%;
  }

  .row .col-ipadl-7 {
    width: 58.3333333333%;
  }

  .row .col-ipadl-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-ipadl-push-7 {
    left: 58.3333333333%;
  }

  .row .col-ipadl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-ipadl-8 {
    width: 66.6666666667%;
  }

  .row .col-ipadl-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-ipadl-push-8 {
    left: 66.6666666667%;
  }

  .row .col-ipadl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-ipadl-9 {
    width: 75%;
  }

  .row .col-ipadl-pull-9 {
    right: 75%;
  }

  .row .col-ipadl-push-9 {
    left: 75%;
  }

  .row .col-ipadl-offset-9 {
    margin-left: 75%;
  }

  .row .col-ipadl-10 {
    width: 83.3333333333%;
  }

  .row .col-ipadl-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-ipadl-push-10 {
    left: 83.3333333333%;
  }

  .row .col-ipadl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-ipadl-11 {
    width: 91.6666666667%;
  }

  .row .col-ipadl-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-ipadl-push-11 {
    left: 91.6666666667%;
  }

  .row .col-ipadl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-ipadl-12 {
    width: 100%;
  }

  .row .col-ipadl-pull-12 {
    right: 100%;
  }

  .row .col-ipadl-push-12 {
    left: 100%;
  }
}
@media (min-width: 64.0625em) {
  .row .col-ipadl-up-pull-0 {
    right: auto;
  }

  .row .col-ipadl-up-push-0 {
    left: auto;
  }

  .row .col-ipadl-up-offset-0 {
    margin-left: 0%;
  }

  .row .col-ipadl-up-1 {
    width: 8.3333333333%;
  }

  .row .col-ipadl-up-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-ipadl-up-push-1 {
    left: 8.3333333333%;
  }

  .row .col-ipadl-up-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-ipadl-up-2 {
    width: 16.6666666667%;
  }

  .row .col-ipadl-up-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-ipadl-up-push-2 {
    left: 16.6666666667%;
  }

  .row .col-ipadl-up-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-ipadl-up-3 {
    width: 25%;
  }

  .row .col-ipadl-up-pull-3 {
    right: 25%;
  }

  .row .col-ipadl-up-push-3 {
    left: 25%;
  }

  .row .col-ipadl-up-offset-3 {
    margin-left: 25%;
  }

  .row .col-ipadl-up-4 {
    width: 33.3333333333%;
  }

  .row .col-ipadl-up-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-ipadl-up-push-4 {
    left: 33.3333333333%;
  }

  .row .col-ipadl-up-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-ipadl-up-5 {
    width: 41.6666666667%;
  }

  .row .col-ipadl-up-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-ipadl-up-push-5 {
    left: 41.6666666667%;
  }

  .row .col-ipadl-up-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-ipadl-up-6 {
    width: 50%;
  }

  .row .col-ipadl-up-pull-6 {
    right: 50%;
  }

  .row .col-ipadl-up-push-6 {
    left: 50%;
  }

  .row .col-ipadl-up-offset-6 {
    margin-left: 50%;
  }

  .row .col-ipadl-up-7 {
    width: 58.3333333333%;
  }

  .row .col-ipadl-up-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-ipadl-up-push-7 {
    left: 58.3333333333%;
  }

  .row .col-ipadl-up-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-ipadl-up-8 {
    width: 66.6666666667%;
  }

  .row .col-ipadl-up-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-ipadl-up-push-8 {
    left: 66.6666666667%;
  }

  .row .col-ipadl-up-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-ipadl-up-9 {
    width: 75%;
  }

  .row .col-ipadl-up-pull-9 {
    right: 75%;
  }

  .row .col-ipadl-up-push-9 {
    left: 75%;
  }

  .row .col-ipadl-up-offset-9 {
    margin-left: 75%;
  }

  .row .col-ipadl-up-10 {
    width: 83.3333333333%;
  }

  .row .col-ipadl-up-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-ipadl-up-push-10 {
    left: 83.3333333333%;
  }

  .row .col-ipadl-up-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-ipadl-up-11 {
    width: 91.6666666667%;
  }

  .row .col-ipadl-up-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-ipadl-up-push-11 {
    left: 91.6666666667%;
  }

  .row .col-ipadl-up-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-ipadl-up-12 {
    width: 100%;
  }

  .row .col-ipadl-up-pull-12 {
    right: 100%;
  }

  .row .col-ipadl-up-push-12 {
    left: 100%;
  }
}
@media (min-width: 75.625em) {
  .row .col-lg-pull-0 {
    right: auto;
  }

  .row .col-lg-push-0 {
    left: auto;
  }

  .row .col-lg-offset-0 {
    margin-left: 0%;
  }

  .row .col-lg-1 {
    width: 8.3333333333%;
  }

  .row .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .row .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .row .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .row .col-lg-2 {
    width: 16.6666666667%;
  }

  .row .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .row .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .row .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .row .col-lg-3 {
    width: 25%;
  }

  .row .col-lg-pull-3 {
    right: 25%;
  }

  .row .col-lg-push-3 {
    left: 25%;
  }

  .row .col-lg-offset-3 {
    margin-left: 25%;
  }

  .row .col-lg-4 {
    width: 33.3333333333%;
  }

  .row .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .row .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .row .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .row .col-lg-5 {
    width: 41.6666666667%;
  }

  .row .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .row .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .row .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .row .col-lg-6 {
    width: 50%;
  }

  .row .col-lg-pull-6 {
    right: 50%;
  }

  .row .col-lg-push-6 {
    left: 50%;
  }

  .row .col-lg-offset-6 {
    margin-left: 50%;
  }

  .row .col-lg-7 {
    width: 58.3333333333%;
  }

  .row .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .row .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .row .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .row .col-lg-8 {
    width: 66.6666666667%;
  }

  .row .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .row .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .row .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .row .col-lg-9 {
    width: 75%;
  }

  .row .col-lg-pull-9 {
    right: 75%;
  }

  .row .col-lg-push-9 {
    left: 75%;
  }

  .row .col-lg-offset-9 {
    margin-left: 75%;
  }

  .row .col-lg-10 {
    width: 83.3333333333%;
  }

  .row .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .row .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .row .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .row .col-lg-11 {
    width: 91.6666666667%;
  }

  .row .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .row .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .row .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .row .col-lg-12 {
    width: 100%;
  }

  .row .col-lg-pull-12 {
    right: 100%;
  }

  .row .col-lg-push-12 {
    left: 100%;
  }
}
@media (max-width: 47.99em) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hide-sm-and-larger {
    display: none !important;
  }
}

.full-width {
  width: 100%;
}

label {
  display: block;
  max-width: 100%;
  padding-bottom: 8px;
  font-weight: 700;
}

.label-inline {
  margin-top: 1px;
  padding-top: 0.6em;
}

.form-group {
  margin-bottom: 24px;
}

.form-group__icon {
  float: right;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  padding: 0.87em 2em 0.6em 2em;
  background-clip: padding-box;
  background-color: #fff;
  color: #4e4e4e;
  transition: border-color 0.15s ease-out;
  line-height: 1.4;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus, select:focus {
  border-color: #9f9f9f;
  outline: 0;
}
input[type=email][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=url][disabled], textarea[disabled], select[disabled] {
  border-color: #ccc;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}
input[type=email].borderless, input[type=number].borderless, input[type=password].borderless, input[type=search].borderless, input[type=tel].borderless, input[type=text].borderless, input[type=url].borderless, textarea.borderless, select.borderless {
  border-color: white;
}

select {
  height: 5.049rem;
}
select[multiple], select[size] {
  height: auto;
}

textarea {
  height: auto;
  resize: vertical;
}

.checkbox,
.radio {
  line-height: 1.45;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea,
select {
  padding: 12px 16px;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal;
}
input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
}
input[type=radio][disabled] + label,
input[type=checkbox][disabled] + label {
  color: #555;
  cursor: not-allowed;
}

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

[placeholder].placeholder {
  color: #cecece;
}

[placeholder]::-moz-placeholder {
  color: #cecece;
  opacity: 1;
}

[placeholder]:-ms-input-placeholder {
  color: #cecece;
  opacity: 1;
}

[placeholder]::placeholder {
  color: #cecece;
  opacity: 1;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  border-color: #d9251e;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  border-color: #149745;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
}
.checkbox input[type=checkbox] + label,
.checkbox input[type=checkbox] + label::after,
.radio input[type=radio] + label,
.radio input[type=radio] + label::after {
  position: relative;
  padding-left: 32px;
}
.checkbox input[type=checkbox] + label::before,
.radio input[type=radio] + label::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox input[type=checkbox] + label:hover::before, .checkbox input[type=checkbox]:focus + label::before,
.radio input[type=radio] + label:hover::before,
.radio input[type=radio]:focus + label::before {
  border-color: #1e3c50;
}
.checkbox input[type=checkbox] + label:active::before,
.radio input[type=radio] + label:active::before {
  background-color: #e6e6e6;
}
.checkbox input[type=checkbox][disabled] + label::before,
.radio input[type=radio][disabled] + label::before {
  border-color: #ccc;
  background-color: #eee;
}

.radio input[type=radio] + label::before {
  border-radius: 1em;
}

.radio input[type=radio]:checked + label::before {
  /* autoprefixer: off */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVChTYyAEGKE0i6KiYjOQjoFwGZZwcnK2Xrt27QsziAeUbGVkZKwAYj4otvnz5w/b+/fvdzOB1TMw+EBpOPj//787iIYpwAnACoBG7gDzUMFeEAF2g6Sk5HGQnUBj5YDcT0A8D+jI2tevX/8CyeMBDAwAQ4wgZq0O/WQAAAAASUVORK5CYII=") no-repeat center #1e3c50;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 8 8'%3E%3Cpath fill='%23e8dd11' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E") no-repeat center #1e3c50;
  border-color: #1e3c50;
}

.checkbox input[type=checkbox]:checked + label::before {
  /* autoprefixer: off */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVChTYyAEGKE0CjA2Ntb4////dGZm5khmqBgcQCX3MzIy6gBpBkZk1f/+/ROASkoA6TW8vLyRTCBJoIDD379/96NLHjx48A8TSCdQ4AZQQgNdEmQl2JGmpqYSIBOAzCvIkigA6BYRe3t7FigXChgYAGONRUtL5Ld6AAAAAElFTkSuQmCC") no-repeat center #1e3c50;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 8 8'%3E%3Cpath fill='%23e8dd11' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E") no-repeat center #1e3c50;
  border-color: #1e3c50;
}

.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: auto 2em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='14px' viewBox='0 0 10 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sort-arrows-couple-pointing-up-and-down' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M0.649387755,5.59360544 L9.3505102,5.59360544 C9.51884354,5.59360544 9.66455782,5.53214286 9.78751701,5.40911565 C9.91040816,5.28612245 9.97210884,5.14047619 9.97210884,4.97214286 C9.97210884,4.80380952 9.91044218,4.65823129 9.78751701,4.53506803 L5.43693878,0.184489796 C5.31401361,0.0616326531 5.16840136,0 4.99996599,0 C4.83153061,0 4.68591837,0.0616326531 4.56289116,0.184489796 L0.212312925,4.53506803 C0.0892857143,4.65809524 0.0278231293,4.80380952 0.0278231293,4.97214286 C0.0278231293,5.14044218 0.0892857143,5.28612245 0.212312925,5.40911565 C0.33547619,5.53214286 0.481088435,5.59360544 0.649387755,5.59360544 Z' id='Path'%3E%3C/path%3E%3Cpath d='M9.3505102,8.07989796 L0.649387755,8.07989796 C0.480952381,8.07989796 0.335340136,8.14139456 0.212312925,8.26428571 C0.0892857143,8.38731293 0.0278231293,8.53292517 0.0278231293,8.7012585 C0.0278231293,8.86959184 0.0892857143,9.01530612 0.212312925,9.13826531 L4.56289116,13.4887755 C4.68605442,13.6118027 4.83166667,13.6734014 4.99996599,13.6734014 C5.16826531,13.6734014 5.31401361,13.6118027 5.43693878,13.4887755 L9.78751701,9.13823129 C9.91040816,9.01530612 9.97210884,8.86959184 9.97210884,8.70122449 C9.97210884,8.53292517 9.91044218,8.38731293 9.78751701,8.2642517 C9.66459184,8.1412585 9.51884354,8.07989796 9.3505102,8.07989796 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 97% center;
  background-repeat: no-repeat;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus::-ms-value {
  background: transparent;
  color: #4e4e4e;
}
.select select::after {
  /* autoprefixer: off */
  content: " ";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2em;
  width: 12px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVChTYzQyMqpnZGRsYCAC/P//v4H5+fPnByUlJRmAmhyg4lgBSPG5c+camUEcQppgikFssAYQwKUJWTEIwDWAAEiTlJSUAJBpAeIDFRcCFXeC2HiBsbFxPzAwCqBcJMDAAAD1cjECKulnugAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23e8dd11' d='M0 0l6 6 6-6h-12z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select::after {
    display: block;
  }

  .select select {
    padding-right: 2em;
  }
}
@-moz-document url-prefix() {
  /* autoprefixer: off */
  @supports not (filter: opacity(1)) {
    .select::after {
      display: none;
    }

    .select select {
      padding-right: 2em;
    }
  }
}
input[type=range].multirange {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none;
  position: relative;
}

input[type=range].original {
  position: absolute;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #1e3c50;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1e3c50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  position: relative;
  top: -14px;
  z-index: 2;
  color: #1e3c50;
}

input[type=range]::-moz-range-thumb {
  transform: scale(1);
  /* FF doesn't apply position it seems */
  width: 16px;
  height: 16px;
  z-index: 1;
  color: #1e3c50;
  background-color: #1e3c50;
  border: 0;
}

input[type=range].multirange::-moz-range-track {
  background: #1e3c50;
  height: 4px;
  border-color: transparent;
  /* needed to switch FF to "styleable" control */
}

input[type=range]::-ms-track {
  /* remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /* leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /* remove default tick marks */
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #1e3c50;
  height: 5px;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  height: 5px;
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #1e3c50;
  background-color: #1e3c50;
}

input[type=range].original::-ms-thumb {
  display: none;
}

.btn, .cookie-consent__agree, .dropdown label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.87em 2em 0.6em 2em;
  border-radius: 0;
  border: none;
  background-color: #1e3c50;
  color: #e8dd11;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.btn:hover, .cookie-consent__agree:hover, .dropdown label:hover, .btn:focus, .cookie-consent__agree:focus, .dropdown label:focus {
  background: #172e3d;
  color: #e8dd11;
  text-decoration: none;
  outline: none;
}
.btn:active, .cookie-consent__agree:active, .dropdown label:active {
  background: #10202b;
  color: #e8dd11;
  outline: none;
}
.btn.disabled, .disabled.cookie-consent__agree, .dropdown label.disabled, .btn[disabled], [disabled].cookie-consent__agree, .dropdown label[disabled] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.btn--block {
  width: 100%;
}

.btn--primary {
  background-color: #1e3c50;
  color: #e8dd11;
}
.btn--primary:hover, .btn--primary:focus {
  background: #172e3d;
}
.btn--primary:active {
  background: #10202b;
}

.btn--secondary, .dropdown label {
  background-color: transparent;
  border: 2px solid #1e3c50;
  color: #1e3c50;
}
.btn--secondary:hover, .dropdown label:hover, .btn--secondary:focus, .dropdown label:focus {
  background-color: #1e3c50;
  color: #fff;
}
.btn--secondary:active, .dropdown label:active {
  background: #172e3d;
  color: #fff;
}

.btn--blue {
  background-color: #1e3c50;
}
.btn--blue:hover, .btn--blue:focus, .btn--blue:active {
  background-color: #172e3d;
}

.btn--triangle {
  position: relative;
  height: 50px;
}
.btn--triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: transparent #172e3e transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}

.btn--grey {
  background-color: #d2d2d2;
  color: #1b1b1b;
}
.btn--grey:hover, .btn--grey:focus, .btn--grey:active {
  background-color: #c5c5c5;
  color: #1b1b1b;
}

.btn--round {
  border-radius: 50%;
}

.btn--small, .cookie-consent__agree {
  font-size: 1.3rem;
}

.btn--big {
  height: 50px;
  font-size: 1.6rem;
}

.btn--mega {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 143px;
  font-size: 2.8rem;
  text-transform: uppercase;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

p .btn, p .cookie-consent__agree, p .dropdown label, .dropdown p label {
  font-family: "Akzidenz", Helvetica, sans-serif;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0.6em 0.6em;
  border-bottom: 1px solid #b6b6b6;
  vertical-align: top;
}
table th {
  text-align: left;
}
table thead th {
  font-size: 14px;
  border-bottom-width: 2px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #4e4e4e;
  font-weight: 700;
  border-color: #1b1b1b;
}
table thead th:first-child {
  padding-left: 0px;
}
table div,
table p {
  margin-bottom: 0;
}

table.table--striped thead {
  background-color: #d2d2d2;
}
table.table--striped thead th {
  border: 0;
}
table.table--striped tr:nth-of-type(1n) td {
  background-color: #fff;
}
table.table--striped tr:nth-of-type(2n) td {
  background-color: #f2f2f2;
}
table.table--striped td {
  border: 0;
}

table.responsive {
  margin: 0 auto;
  border-collapse: collapse;
  text-rendering: optimizeLegibility;
}
@media (max-width: 37.5em) {
  table.responsive thead {
    display: none;
  }
  table.responsive tbody td {
    display: block;
    padding: 0.6rem !important;
  }
  table.responsive tbody tr td:first-child {
    background: #1e3c50;
    color: #fff;
  }
  table.responsive tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 37%;
  }
}

table.description-list {
  width: 100%;
}

table.description-list tbody tr td {
  padding-right: 40px;
}

table.description-list tbody tr td:first-child {
  vertical-align: top;
}

html {
  box-sizing: border-box;
}

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

canvas,
img,
video {
  max-width: 100%;
  height: auto;
}

audio {
  max-width: 100%;
}

img {
  width: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

pre {
  overflow: auto;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

nav > ul,
nav > ol,
li > ul,
li > ol {
  margin-bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Akzidenz", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #4e4e4e;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Akzidenz", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
}
h1.regular, .h1.regular, h2.regular, .h2.regular, h3.regular, .h3.regular, h4.regular, .h4.regular, h5.regular, .h5.regular, h6.regular, .h6.regular {
  font-weight: 400;
}
h1.bold, .h1.bold, h2.bold, .h2.bold, h3.bold, .h3.bold, h4.bold, .h4.bold, h5.bold, .h5.bold, h6.bold, .h6.bold {
  font-weight: 700;
}
h1.uppercase, .h1.uppercase, h2.uppercase, .h2.uppercase, h3.uppercase, .h3.uppercase, h4.uppercase, .h4.uppercase, h5.uppercase, .h5.uppercase, h6.uppercase, .h6.uppercase {
  text-transform: uppercase;
}
h1.alt-light, .h1.alt-light, h2.alt-light, .h2.alt-light, h3.alt-light, .h3.alt-light, h4.alt-light, .h4.alt-light, h5.alt-light, .h5.alt-light, h6.alt-light, .h6.alt-light {
  color: #fff;
}

h1,
.h1,
.h2,
h2 {
  text-transform: uppercase;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 36px;
}
@media (max-width: 47.99em) {
  h1,
.h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 24px;
}
@media (max-width: 47.99em) {
  h2,
.h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-size: 20px;
}
@media (max-width: 47.99em) {
  h3,
.h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 1.36rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  h5,
.h5 {
    font-size: 1.6rem;
  }
}

h6,
.h6 {
  font-size: 1.088rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  h6,
.h6 {
    font-size: 1.28rem;
  }
}

small,
.small {
  font-size: 80%;
}

hr {
  border: 0;
  border-top: 1px solid #d2d2d2;
}

ul,
ol {
  padding-left: 2.5em;
}

a {
  color: #004fed;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #004fed;
  text-decoration: underline;
}

p {
  font-family: "Akzidenz", Helvetica, sans-serif;
}

html,
button,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html,
button,
input {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -1em;
}
.list-inline:after {
  content: "";
  display: block;
  clear: both;
}
.list-inline > li {
  float: left;
  margin-left: 1em;
}
.list-inline > li > a {
  display: inline-block;
}

.list-equal {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-equal > li {
  display: table-cell;
  text-align: center;
}
.list-equal > li > a {
  display: block;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.caret {
  padding-left: 10px;
  font-size: 11px;
}

.spacing-bottom {
  margin-bottom: 1.5em;
}

.media-left {
  padding-right: 1em;
}

.media-right {
  padding-left: 1em;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-fullscreen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.embed-responsive {
  position: relative;
  overflow: hidden;
}
.embed-responsive:before {
  content: " ";
  display: block;
  padding-bottom: 56.25%;
}
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.is-primary, .cookie-consent__more_information {
  color: #1e3c50;
}

.is-primary-bg {
  background-color: #1e3c50;
}

.is-secondary {
  color: #a91430;
}

.is-secondary-bg {
  background-color: #a91430;
}

.is-highlighted {
  color: #1e3c50;
}

@media print {
  *,
*:before,
*:after,
p:first-letter,
p:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  h2,
h3 {
    page-break-after: avoid;
  }
}
.site-header {
  position: relative;
  height: 70px;
  background: #1b1b1b;
}
@media (min-width: 64em) {
  .site-header {
    height: 110px;
  }
}

.site-header .container {
  display: flex;
  justify-content: space-between;
}
.site-header .container .navigation {
  flex-grow: 1;
}

.site-header__logo {
  position: relative;
  display: inline-block;
  top: 0;
  width: 64px;
  margin: 0;
  border-top: 7px solid transparent;
}
.site-header__logo.is-active {
  border-top-color: #fff;
}
@media (min-width: 64.0625em) {
  .site-header__logo {
    width: 128px;
  }
}

.site-header__divider {
  margin-top: 32px;
  border-top: 2px solid #d2d2d2;
}

.cart-toggle {
  min-width: 220px;
  height: 70px;
  background-color: #1e3c50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.cart-toggle:hover, .cart-toggle:active, .cart-toggle:focus {
  background-color: #172e3d;
  text-decoration: none;
  color: #e8dd11;
}

.subheader {
  display: flex;
  height: 44px;
}
@media (min-width: 64em) {
  .subheader {
    display: none;
  }
}

.subheader__search, .subheader__cart {
  width: 50%;
}

.subheader__cart {
  background-color: #1e3c50;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.subheader__cart:hover, .subheader__cart:active, .subheader__cart:focus {
  color: #fff;
}

.subheader__search {
  position: relative;
  margin-bottom: 0;
}

.subheader__search__icon {
  position: absolute;
  top: 11px;
  left: 16px;
  width: 16px;
}

.subheader__search__input[type=search] {
  height: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  padding-left: 40px;
  border-radius: 0;
}

.top-nav {
  text-align: right;
  height: 40px;
}
@media (max-width: 63.99em) {
  .top-nav {
    display: none;
  }
}

.top-nav__link {
  display: inline-block;
  line-height: 40px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.top-nav__link:hover, .top-nav__link:focus, .top-nav__link:active {
  color: #e8dd11;
  text-decoration: none;
}

.top-nav__link--login {
  background-color: #172e3e;
  min-width: 220px;
  text-align: center;
}

.site-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 63.99em) {
  .site-nav {
    display: block;
  }
}

.site-nav__item {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 32px;
  color: #fff;
  font-weight: 700;
}
.site-nav__item:hover, .site-nav__item:focus, .site-nav__item:active {
  color: #e8dd11;
  text-decoration: none;
}
.site-nav__item:last-of-type {
  margin-right: 0;
}
.site-nav__item.is-active {
  color: #e8dd11;
}
@media (max-width: 63.99em) {
  .site-nav__item {
    display: none;
  }
}

.site-nav__logo {
  position: relative;
  display: block;
  height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 64em) {
  .site-nav__logo {
    height: 110px;
    margin-right: 48px;
  }
}
.site-nav__logo img {
  max-height: 100%;
  max-height: 100%;
}

.site-nav__right {
  display: flex;
  margin-left: auto;
}
@media (max-width: 63.99em) {
  .site-nav__right {
    display: none;
  }
}

.wrapper:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.wrapper.search-open:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  transition: opacity 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.site-nav__search {
  position: relative;
  margin-bottom: 0;
  z-index: 10;
  margin-left: 48px;
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.search-open .site-nav__search {
  z-index: 12;
  transform: scale3d(1.5, 1.5, 1) translate(-140px, 90px);
}
.site-nav__search .site-nav__search-icon {
  position: absolute;
  top: 24px;
  left: 12px;
  color: #ccc;
  font-size: 2rem;
}
.site-nav__search .site-nav__search-input {
  width: 190px;
  height: 70px;
  border: 0;
  padding-left: 48px;
  border-radius: 0;
}
@media (min-width: 64.0625em) {
  .site-nav__search .site-nav__search-input {
    width: 230px;
  }
}
@media (min-width: 75.625em) {
  .site-nav__search .site-nav__search-input {
    width: 420px;
  }
}

.dropdown-nav {
  display: none;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px #555;
}
.dropdown-nav.is-active {
  display: block;
}

.dropdown-nav__link {
  color: #1b1b1b;
  display: block;
  line-height: 2.2em;
}
.dropdown-nav__link:hover {
  color: #1b1b1b;
}

.mobile-nav {
  display: none;
  position: relative;
  background: #fff;
  padding: 0 5%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.mobile-nav.is-active {
  display: block;
}
@media (min-width: 64.0625em) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav__item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  padding: 16px 0;
  color: #000;
  text-decoration: none;
}

.mobile-nav__item:last-of-type {
  border-bottom: 0;
}

.toggle-nav {
  display: block;
  position: absolute;
  top: 24px;
  right: 5%;
  width: 80px;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 64em) {
  .toggle-nav {
    display: none;
  }
}
.toggle-nav span {
  transition: all 250ms ease-in-out;
}
.toggle-nav span:before, .toggle-nav span:after {
  transition: all 350ms ease-in-out;
}
.toggle-nav span, .toggle-nav span:before, .toggle-nav span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 36px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
.toggle-nav span:before {
  top: -10px;
}
.toggle-nav span:after {
  bottom: -10px;
}
.toggle-nav.is-active span {
  background-color: transparent;
}
.toggle-nav.is-active span:before, .toggle-nav.is-active span:after {
  top: 0;
}
.toggle-nav.is-active span:before {
  transform: rotate(45deg);
}
.toggle-nav.is-active span:after {
  transform: rotate(-45deg);
}

.toggle-nav__text {
  float: left;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.toggle-nav__hamburger {
  float: right;
  width: 36px;
  height: 30px;
  padding-top: 8px;
}

.cart-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 600px;
  margin-top: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 47.99em) {
  .cart-popup {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    margin-top: 0;
  }
}
.cart-popup:after {
  position: absolute;
  top: -16px;
  right: 88px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #fff transparent;
}
.cart-popup.is-active {
  display: block;
}
.cart-popup .media-left img {
  max-width: 60px;
}
.cart-popup h4 {
  margin-bottom: 0px;
}
.cart-popup .product-table tbody tr:last-child td {
  border-bottom: 0;
}

@media (min-width: 48em) {
  .cart-popup__title {
    display: none;
  }
}

.cart-popup__close {
  position: absolute;
  padding: 16px;
  top: 0;
  right: 0;
}
@media (min-width: 48em) {
  .cart-popup__close {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .cart-popup__content {
    padding: 16px;
  }
  .cart-popup__content .media-left {
    width: 50px;
  }
}
.cart-popup__content .product-table {
  padding: 24px;
  padding-bottom: 0px;
}
.cart-popup__content tfoot {
  display: none;
}

.cart-popup__footer {
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
.cart-popup__footer .products-total {
  padding-right: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart-popup__footer .btn, .cart-popup__footer .cookie-consent__agree, .cart-popup__footer .dropdown label, .dropdown .cart-popup__footer label {
  min-width: 200px;
  margin-left: auto;
}
@media (max-width: 47.99em) {
  .cart-popup__footer .btn, .cart-popup__footer .cookie-consent__agree, .cart-popup__footer .dropdown label, .dropdown .cart-popup__footer label {
    width: 100%;
  }
}

.product-puffs {
  display: flex;
  flex-wrap: wrap;
}

.product-puffs .col {
  margin-bottom: 16px;
  display: flex;
}

.product-puff {
  padding: 16px;
  background: #fff;
  width: 100%;
  height: 100%;
}

.product-puff__image {
  margin-bottom: 24px;
  display: block;
}

.product-puff .product__image {
  height: 100%;
  display: flex;
  justify-content: center;
}

.product-puff__brand {
  margin-bottom: 8px;
  font-size: 14px;
}

.product-puff__name {
  margin-bottom: 8px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1b1b;
}
.product-puff__name:hover, .product-puff__name:active, .product-puff__name:focus {
  color: #333;
}
.product-puff__name h3 {
  margin-bottom: 0px;
}

.product-puff__description {
  margin-bottom: 140px;
  max-height: 120px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5c5c5c;
}

.product-puff__btn {
  padding: 0px 24px;
  position: absolute;
  bottom: 16px;
  width: 100%;
  left: 0;
}

.product-puff__price-info {
  margin-bottom: 16px;
  position: absolute;
  bottom: 64px;
}

.product-puff__price-per {
  font-weight: 700;
  color: #919191;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.product-puff__price-info h2.product-puff__price-price {
  margin-bottom: 0px;
  text-transform: capitalize;
  padding-right: 16px;
}
.product-puff__price-info h2.product-puff__price-price span {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.product-puff__price-tax {
  font-size: 1.6rem;
}

.image-puff {
  position: relative;
  display: block;
}
@media (max-width: 47.99em) {
  .image-puff {
    margin-bottom: 24px;
  }
}

.image-puff__image {
  width: 100%;
  max-height: none;
}

.image-puff__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(30, 60, 80, 0.76);
  padding: 24px;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

.box-puffs {
  display: block;
}
@media (min-width: 48.0625em) {
  .box-puffs {
    display: flex;
    flex-wrap: wrap;
  }
}

.box-puff {
  position: relative;
  background-color: #d9dadb;
  height: 100%;
  padding: 32px;
  padding-bottom: 64px;
}
.box-puff:after {
  content: "";
  display: block;
  clear: both;
}
.box-puff.box-puff__alt1 {
  background-color: #ddd6c7;
}
.box-puff.box-puff__alt2 {
  background-color: #dae7e9;
}
.box-puff .box-puff__title {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.box-puff .box-puff__subtitle {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #878787;
}
.box-puff .box-puff__author {
  font-weight: 700;
  text-transform: uppercase;
}
.box-puff .box-puff__body {
  margin-bottom: 16px;
}
.box-puff .box-puff__btn {
  position: absolute;
  right: 32px;
  bottom: 24px;
  background-color: #58585a;
}
.box-puff .box-puff__btn:hover {
  background-color: #4b4b4d;
}

.page {
  padding-bottom: 32px;
}

.page--brand .download {
  height: 60px;
  line-height: 40px;
}
.page--brand .embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.page--brand .embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-page-title {
  color: #919191;
}

.category-page {
  display: flex;
  align-items: start;
  margin-top: 32px;
}
@media (max-width: 47.99em) {
  .category-page {
    margin-top: 0;
    flex-direction: column;
  }
}
.category-page .category-title {
  color: #cdcdcd;
}
.category-page .category-title .is-active {
  padding-left: 16px;
  color: #897156;
}
.category-page .toggle-category-filters {
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .category-page .toggle-category-filters {
    display: none !important;
  }
}
.category-page .category-filters {
  padding: 32px;
  background: #f2f2f2;
}
.category-page .category-filters h4 {
  display: none;
}
.category-page .category-filters .form-group {
  margin-bottom: 16px;
}
.category-page .category-filters .form-group label {
  padding-left: 40px;
}
@media (max-width: 47.99em) {
  .category-page .category-filters {
    padding: 20px;
    display: block;
    position: fixed;
    transition: all ease 500ms;
    left: -100%;
    top: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-right: 1px solid #ccc;
    box-shadow: 2px 2px 20px #333;
    z-index: 1000;
    width: 80%;
    max-width: 320px;
    height: calc(100% - 70px);
    overflow: scroll;
  }
  .category-page .category-filters.is-active {
    left: 0;
  }
  .category-page .category-filters h4 {
    display: block;
    margin: -20px -30px 20px -30px;
    background: #eee;
    font-size: 22px;
    padding: 10px 30px;
    font-weight: 200;
    padding-top: 14px;
  }
  .category-page .category-filters h5 {
    margin-bottom: 24px;
  }
}
@media (min-width: 48em) {
  .category-page .category-filters {
    display: block;
    flex: none !important;
    width: 300px;
    padding-right: 32px;
  }
}
.category-page .category-filters__done {
  font-size: 18px;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 54px;
}
@media (min-width: 48em) {
  .category-page .products-wrapper {
    flex: 1;
    padding-left: 32px;
  }
}
.category-page .category-sorting {
  display: none;
}
.category-page .category-sorting.is-active {
  text-decoration: none;
}
@media (min-width: 48em) {
  .category-page .category-sorting {
    display: block;
    padding: 0px 16px;
    padding-bottom: 16px;
  }
}
.category-page .category-sort-link {
  color: #5c5c5c;
  padding-right: 16px;
}
.category-page .category-sort-link.is-active {
  text-decoration: underline;
}
.category-page .category-filter {
  margin-bottom: 48px;
}
.category-page .price-range {
  position: relative;
  margin-top: 24px;
}

body.is-frozen {
  overflow: hidden;
}

.page--product .product__image {
  margin-bottom: 16px;
}
.page--product .product__image-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.page--product .product__image-thumb {
  flex-basis: 25%;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 47.99em) {
  .page--product .product__image-thumb {
    flex-basis: 50%;
  }
}
.page--product .product__short-description {
  margin-bottom: 16px;
}
.page--product .product__description {
  margin-top: 32px;
}
.page--product .product__title {
  color: #919191;
  margin-bottom: 16px;
}
.page--product .product__price {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 27px;
}
.page--product .product__subtitle {
  color: #919191;
  font-size: 14px;
  display: block;
}
.page--product .product__order-step {
  text-transform: uppercase;
  line-height: 32px;
}
.page--product .product__order-step .bubble {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.page--product .product__divider {
  border-top-width: 2px;
  margin: 48px 0px;
}
.page--product .product__colors {
  display: flex;
}
.page--product .product__color {
  margin-right: 32px;
  margin-bottom: 32px;
}
.page--product .product__color input[type=radio] {
  opacity: 0;
}
.page--product .product__color input[type=radio] + label,
.page--product .product__color input[type=radio] + label::after {
  position: relative;
  display: block;
}
.page--product .product__color input[type=radio] + label::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  width: 40px;
  height: 40px;
  background-color: inherit;
}
.page--product .product__color input[type=radio] + label:hover::before, .page--product .product__color input[type=radio]:focus + label::before {
  border-color: #eee;
}
.page--product .product__color input[type=radio]:checked + label::before {
  border-color: #333;
}
.page--product .product__info-lg {
  display: none;
}
@media (min-width: 48em) {
  .page--product .product__info-lg {
    display: block;
  }
  .page--product .product__info-sm {
    display: none;
  }
}
.page--product table .is-active {
  font-weight: bold;
}

.page--store h2 {
  text-align: left;
  color: #cdcdcd;
}
.page--store .is-highlighted {
  color: #58585a;
}

.store-header {
  display: flex;
  align-items: center;
  height: 110px;
  background: #333;
}
.store-header h1 {
  color: #fff;
  font-size: 32px;
  margin: 0;
}

.store-logo {
  font-size: 32px;
  margin-bottom: 16px;
}

.store-logo__img {
  max-height: 60px;
}

.other-stores {
  display: flex;
  justify-content: space-between;
}

.other-store {
  margin-right: auto;
}

ul.absent-stores {
  list-style-type: none;
  padding-left: 0;
  font-family: Calluna, Helvetica, "sans-serif";
}
ul.absent-stores li {
  margin-bottom: 0.3em;
}

.page--checkout {
  background: #f2f2f2;
  padding: 64px 0;
}
@media (max-width: 47.99em) {
  .page--checkout {
    padding: 8px 0;
  }
}
.page--checkout .checkout {
  background: #fff;
  padding: 64px 110px;
  margin-top: 8px;
}
@media (max-width: 47.99em) {
  .page--checkout .checkout {
    padding: 16px;
  }
}
.page--checkout .checkout__section {
  margin-bottom: 96px;
}
.page--checkout .checkout__footer {
  display: flex;
  align-items: center;
  margin-top: 32px;
  background: #f2f2f2;
}
@media (max-width: 47.99em) {
  .page--checkout .checkout__footer {
    flex-direction: column;
  }
}
.page--checkout .checkout__footer .btn, .page--checkout .checkout__footer .cookie-consent__agree, .page--checkout .checkout__footer .dropdown label, .dropdown .page--checkout .checkout__footer label {
  min-width: 200px;
  margin-left: auto;
}
@media (max-width: 47.99em) {
  .page--checkout .checkout__footer .btn, .page--checkout .checkout__footer .cookie-consent__agree, .page--checkout .checkout__footer .dropdown label, .dropdown .page--checkout .checkout__footer label {
    width: 100%;
  }
}
.page--checkout .checkout__footer__total {
  margin: 0 0 0 auto;
  font-weight: normal;
}
@media (max-width: 47.99em) {
  .page--checkout .checkout__footer__total {
    margin: 16px auto;
  }
}
.page--checkout .checkout__footer__total span {
  font-weight: 700;
}
.page--checkout .checkout__footer__total em {
  font-size: 16px;
}

.page--error {
  margin-top: 64px;
}

@media (max-width: 47.99em) {
  .cart {
    border-top: 1px solid #f2f2f2;
  }
}
.cart .media {
  position: relative;
}
.cart input[type=number] {
  width: 50px;
  height: auto;
  padding: 7px 0 4px 4px;
  text-align: center;
}
.cart button.remove-product {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -0.6em;
  background: #f2f2f2;
  color: #4e4e4e;
  border: none;
  height: 24px;
  width: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cart button.remove-product i {
  display: flex;
}
.cart button.remove-product .icon-cancel::before {
  margin: 0;
  line-height: 0;
}
.cart h4 {
  margin-bottom: 6px;
}
.cart h5 {
  margin-bottom: 0px;
}
@media (max-width: 47.99em) {
  .cart h5 {
    font-weight: bold;
  }
}
.cart form {
  margin-bottom: 0px;
}
.cart table td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: middle;
}
@media (max-width: 47.99em) {
  .cart table td {
    display: flex;
    align-items: center;
  }
  .cart table td:first-child {
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
  .cart table td input {
    margin-right: auto;
  }
}
.cart tbody tr:last-child td {
  border-bottom: 2px solid #4e4e4e;
}
@media (max-width: 47.99em) {
  .cart tbody tr:last-child td:first-child {
    border-bottom: 1px solid #f2f2f2;
  }
}
.cart tfoot tr:last-child td {
  border-bottom: 0;
}
.cart .brand,
.cart .details {
  font-size: 14px;
  color: #919191;
}
.cart .media-left img {
  max-width: 80px;
}
.cart .media-body a {
  color: #1b1b1b;
  font-weight: bold;
}

.site-footer {
  background-color: #000;
  padding: 60px 0;
  color: #fff;
}
.site-footer ul {
  padding: 0;
  list-style: none;
}
.site-footer a,
.site-footer span {
  color: #fff;
  cursor: pointer;
}
.site-footer a:hover,
.site-footer span:hover {
  color: #e8dd11;
  text-decoration: none;
}

.site-footer__copy {
  margin-top: 60px;
  font-size: 13px;
}

.site-footer__header {
  font-family: "Akzidenz", Helvetica, sans-serif;
  text-transform: uppercase;
}

.pre-footer-hr {
  margin-top: -1px;
  z-index: 0;
}

.pre-footer {
  margin: 32px 0;
}

.contact-option {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.contact-option__icon {
  background: #1e3c50;
  padding: 14px;
}

.contact-option__content {
  color: #000;
  font-size: 20px;
  padding-left: 30px;
}

.section {
  padding: 32px 0;
  position: relative;
  z-index: 2;
}
.section h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section--light-grey {
  background: #f2f2f2;
}

.section--grey {
  background: #d2d2d2;
}

.hero {
  padding: 60px 0;
  position: relative;
  min-height: 524px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--start .hero {
  display: flex;
}
@media (max-width: 75.615em) {
  .page--start .hero {
    max-height: 800px;
    height: calc(100vh - 110px);
  }
}
@media (max-width: 47.99em) {
  .page--start .hero {
    min-height: 0;
    max-height: 640px;
    height: calc(100vh - 70px);
  }
}
.hero:after {
  content: "";
  display: block;
  clear: both;
}

.page--start .hero .container {
  padding: 0px 16px;
  max-width: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 47.99em) {
  .hero--category,
.hero--tag {
    display: none;
  }
}

.hero__content {
  color: white;
}
.page--start .hero__content .hero__subtitle {
  font-size: 27px;
}
.page--brand .hero__content {
  padding-top: 64px;
}
.page--brand .hero__content .hero__subtitle {
  text-transform: uppercase;
}

.hero__title {
  margin-bottom: 32px;
  font-weight: 700;
}

.hero--brand {
  margin: 0;
  padding: 0;
}
.hero--brand .hero__title {
  margin: 0;
  padding: 0;
}
.hero--brand .hero__content {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 108px 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero--brand .hero__subtitle {
  font-size: 26px;
  margin: 0;
  padding: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: #fff;
  /**
  Hide the checkbox itself. Checking and unchecking
  it we will be done via the label element.
  */
  /* Click to expand button */
  /*  The ul will have display:none by default */
  /**

      By using the Following-sibling selector (~),
      we can target elements positioned after our checkbox in the DOM tree.

      With the state pseudo selector (:checked),
      we can make changes depending on the state of the checkbox.

      Using this combination of selectors
      allows to change the color of the label
      and show the list of items
      only when the checkbox is checked.

  */
}
.dropdown input[type=checkbox] {
  display: none;
}
.dropdown label {
  padding: 0.54em 1em !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 140px;
}
.dropdown ul {
  position: absolute;
  list-style: none;
  text-align: left;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
}
.dropdown ul li {
  margin-bottom: 1px;
}
.dropdown ul li a {
  padding: 0.5em 1em;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}
.dropdown ul li a:hover {
  background-color: #d2d2d2;
}
.dropdown input[type=checkbox]:checked ~ label {
  background-color: #a91430;
}
.dropdown input[type=checkbox]:checked ~ ul {
  display: block;
}

.message {
  padding: 16px;
  background: #1e3c50;
  color: #fff;
  text-align: center;
  width: 100%;
}

.message--warning {
  background: #a91430;
}

.modal {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}

.modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.modal-visible .modal {
  z-index: 99;
  opacity: 1;
  transition: opacity 0.2s;
}

.modal-content {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  max-height: 800px;
  max-width: 740px;
  width: 94%;
  overflow-y: auto;
  background: #fff;
  padding: 24px;
  border-radius: 4px;
}
.modal-content form {
  margin-bottom: 0;
}

.alert {
  padding: 32px;
  background: #f2f2f2;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1e3c50;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #f2f2f2;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #e8dd11;
  cursor: default;
  background-color: #1e3c50;
}

.cookie-consent {
  width: 100%;
  padding: 15px;
  background: #f1f1f1;
  text-align: center;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
}
@media (max-width: 47.99em) {
  .cookie-consent__actions {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 18px;
  }
}

.cookie-consent__agree {
  margin-left: 0;
  text-transform: none;
}

.cookie-consent__more_information {
  cursor: pointer;
  font-weight: bold;
  margin-right: 24px;
}
.cookie-consent__more_information:hover {
  color: #e8dd11;
}

.video {
  position: relative;
  min-height: 480px;
}
@media (min-width: 48em) {
  .video {
    min-height: 790px;
  }
}
.video .video__title {
  margin-top: 64px;
  font-size: 30px;
}
@media (min-width: 48em) {
  .video .video__title {
    margin-top: 160px;
    font-size: 36px;
  }
}
.video .video__subtitle {
  font-family: "Akzidenz", Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
}
.video .video__play {
  position: relative;
  top: 80px;
  margin-top: 80px;
}
.video.is-playing {
  background: none;
  min-height: 0;
  padding: 0;
}
.video.is-playing iframe,
.video.is-playing embed,
.video.is-playing object {
  width: 100%;
}

@-webkit-keyframes brave-wiggle {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes brave-wiggle {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(0);
  }
}
.play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid white;
  background: transparent;
  transition: background 300ms ease-in;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}
@media (min-width: 48em) {
  .play {
    width: 160px;
    height: 160px;
  }
}
.play:hover .play__icon {
  transition: transform 300ms;
  transform: scale(1.2);
}
.play__icon {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 16.5px 0 16.5px 27px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform-origin: 50% 50%;
}
@media (min-width: 48em) {
  .play__icon {
    border-width: 33px 0 33px 54px;
  }
}

/* ---
Styling for Gosh Magazine

    Pre: Custom settings

#1 	Imports
    - Partials
    - Pages

#2 	General Magazine styling

--- */
.gosh-magazine {
  /* -----------------------------------------------
      #1 IMPORTS
  ------------------------------------------------ */
  /* -----------------------------------------------
      MAGAZINE HEADER
  ------------------------------------------------ */
  /* -----------------------------------------------
      MAGAZINE HERO
  ------------------------------------------------ */
  /* -----------------------------------------------
          MAGAZINE LISTS
  ------------------------------------------------ */
  /* -----------------------------------------------
          MAGAZINE NUMBER PAGE
  ------------------------------------------------ */
  /* -----------------------------------------------
      #2 GENERAL STYLING
  ------------------------------------------------ */
}
.gosh-magazine .site-header {
  height: auto;
  padding: 16px 0;
  line-height: 1;
}
@media (max-width: 63.99em) {
  .gosh-magazine .site-header {
    height: 56px;
  }
}
.gosh-magazine .site-header .logo-workwear {
  margin-right: 32px;
}
.gosh-magazine .site-header .logo-workwear img {
  height: 32px;
}
@media (max-width: 63.99em) {
  .gosh-magazine .site-header .logo-workwear img {
    height: 24px;
  }
}
.gosh-magazine .site-header .toggle-nav {
  top: 18px;
}
.gosh-magazine .site-header .mobile-nav {
  top: 16px;
}
.gosh-magazine .site-nav__magazine {
  width: 100%;
  display: flex;
  align-items: center;
}
.gosh-magazine .site-nav__magazine .site-nav__item {
  transition: all 0.2s ease;
}
.gosh-magazine .site-nav__magazine .site-nav__item:hover {
  text-decoration: none;
}
.gosh-magazine .site-nav__magazine .link__tww {
  margin-left: auto;
  background: #4e4e4e;
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.gosh-magazine .site-nav__magazine .link__tww:hover {
  background: #1e3c50;
  color: #e8dd11;
}
@media (max-width: 63.99em) {
  .gosh-magazine .site-nav__magazine .link__tww {
    display: none;
  }
}
.gosh-magazine .hero {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  padding: 40px 0;
}
.gosh-magazine .hero .container {
  display: flex;
  flex-direction: column;
}
.gosh-magazine .hero__content > * {
  line-height: initial;
}
.gosh-magazine .hero__title,
.gosh-magazine .hero__subtitle {
  margin-bottom: 0;
}
.gosh-magazine .hero__quote {
  text-align: center;
  line-height: initial;
  font-size: 24px;
  color: #FEEA02;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0;
  margin-top: auto;
}
@media (min-width: 48em) {
  .gosh-magazine .hero__quote {
    margin-top: 0;
    max-width: 60%;
    position: absolute;
    font-size: 56px;
    text-align: right;
    bottom: 0;
    right: 0;
  }
}
.gosh-magazine .hero.hero--article-listing {
  height: 100%;
  align-items: initial;
}
.gosh-magazine .hero.hero--article-listing .hero__subtitle {
  max-width: 3em;
  font-size: 24px;
  font-weight: normal;
  line-height: inherit;
}
.gosh-magazine .hero.hero--magazine-listing {
  text-transform: uppercase;
  font-weight: 700;
}
.gosh-magazine .hero.hero--magazine-listing .hero__title {
  font-size: 72px;
}
.gosh-magazine .hero.hero--magazine-listing .hero__subtitle {
  max-width: 6em;
  font-size: 64px;
  color: #FEEA02;
}
.gosh-magazine .hero.hero--magazine-listing .hero__text {
  font-size: 40px;
  color: #fff;
}
@media (min-width: 62em) {
  .gosh-magazine .block--article-list .container .row:not(:first-of-type),
.gosh-magazine .block--magazine-number-list .container .row:not(:first-of-type) {
    margin-top: 40px;
  }
}
.gosh-magazine .block--article-list .article-meta {
  padding: 16px 0 4px 0;
  margin-bottom: 0;
}
.gosh-magazine .block--article-list p {
  margin-bottom: 16px;
}
@media (min-width: 62em) {
  .gosh-magazine .block--article-list {
    text-align: right;
  }
}
.gosh-magazine .gosh-magazine .block--article-list h3 a {
  color: #172e3e;
}
.gosh-magazine .block--magazine-number-list .row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 29.99em) {
  .gosh-magazine .block--magazine-number-list .row {
    display: block;
  }
  .gosh-magazine .block--magazine-number-list .row .col:last-child {
    padding-top: 16px;
  }
}
.gosh-magazine .block--magazine-instagram-feed {
  background: #fff;
}
@media (min-width: 30em) {
  .gosh-magazine .magazine-nr-wrapper:nth-child(odd) .row {
    flex-direction: row-reverse;
  }
  .gosh-magazine .magazine-nr-wrapper:nth-child(odd) .content-number {
    text-align: right;
    border-right: 1px solid #000;
    padding-right: 32px;
    margin-right: 24px;
  }
  .gosh-magazine .magazine-nr-wrapper:nth-child(even) .content-number {
    border-left: 1px solid #000;
    padding-left: 32px;
    margin-left: 24px;
  }
}
.gosh-magazine .magazine-nr-wrapper {
  background: #d2d2d2;
  border-bottom: 16px solid #fff;
}
.gosh-magazine .magazine-nr-wrapper a {
  color: #000;
}
.gosh-magazine .magazine-nr-wrapper:first-child {
  border-top: 16px solid #fff;
}
.gosh-magazine .magazine-nr {
  font-size: 1.92rem;
  display: block;
  font-weight: 700;
  color: #000;
}
@media (min-width: 48.0625em) {
  .gosh-magazine .magazine-nr {
    font-size: 3.2rem;
  }
}
.gosh-magazine .magazine-date {
  display: block;
  font-size: 1.6em;
}
.gosh-magazine .block.block--magazine-number-list {
  padding-top: 0;
}
.gosh-magazine .magazine--number {
  background: #fff;
}
.gosh-magazine .magazine-nr-wrapper .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gosh-magazine .block--article {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.gosh-magazine .block--article .article-category a {
  color: #1e3c50;
}
.gosh-magazine .article-content .block {
  padding: 0;
}
.gosh-magazine .block.block--article-list {
  background: #fff;
}
.gosh-magazine .article-content--quote {
  display: block;
  font-size: 38px;
  color: #897156;
  margin: 64px 0;
}
.gosh-magazine .article--product-puff {
  display: flex;
  flex-wrap: wrap;
}
.gosh-magazine .article--product-puff > div {
  display: flex;
  align-items: center;
}
.gosh-magazine .article--product-puff img {
  max-height: 400px;
}
.gosh-magazine .article--product-puff h3,
.gosh-magazine .article--product-puff h5 {
  margin-bottom: 8px;
}
.gosh-magazine .article--product-puff h4 {
  margin-bottom: 40px;
}
.gosh-magazine .article--product-puff h6 {
  margin-top: 32px;
}
.gosh-magazine .block--article-sum-small {
  border-top: 1px solid #d2d2d2;
}
.gosh-magazine .block--article-sum-small > div .row {
  display: flex;
  align-items: stretch;
  text-align: right;
}
.gosh-magazine .block--article-sum-small > div .row h6 {
  margin-bottom: 12px;
}
@media (max-width: 61.99em) {
  .gosh-magazine .block--article-sum-small > div .row {
    display: block !important;
    text-align: left;
  }
  .gosh-magazine .block--article-sum-small > div .row .col:first-child {
    border-bottom: none;
  }
}
.gosh-magazine .block--featured-article .article-summary {
  padding-top: 16px;
}
@media (min-width: 62em) {
  .gosh-magazine .block--featured-article .article-summary {
    padding: 40px;
  }
}
.gosh-magazine .block--featured-article .article-summary__head {
  margin-bottom: 24px;
}
.gosh-magazine .block--featured-article .article-summary__head h2 {
  margin-bottom: 4px;
}
.gosh-magazine .block--featured-article .article-summary__head h6 {
  margin-bottom: 0;
}
.gosh-magazine .block--featured-article .article-category {
  color: #1e3c50;
}
.gosh-magazine .block--featured-article .container {
  position: relative;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.4s ease;
}
.gosh-magazine .block--featured-article .container:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.gosh-magazine .article__loader-btn {
  margin-top: 48px;
  text-align: center;
}
.gosh-magazine .btn.is-workwear-bg, .gosh-magazine .dropdown label.is-workwear-bg, .dropdown .gosh-magazine label.is-workwear-bg, .gosh-magazine .is-workwear-bg.cookie-consent__agree {
  width: 100%;
  background: #FEEA02;
  font-size: 1.2em;
  color: #000;
  transition: background 0.2s;
}
.gosh-magazine .btn.is-workwear-bg:hover, .gosh-magazine .dropdown label.is-workwear-bg:hover, .dropdown .gosh-magazine label.is-workwear-bg:hover, .gosh-magazine .is-workwear-bg.cookie-consent__agree:hover {
  background: #d6c501;
}
@media (min-width: 48em) {
  .gosh-magazine .btn.is-workwear-bg, .gosh-magazine .dropdown label.is-workwear-bg, .dropdown .gosh-magazine label.is-workwear-bg, .gosh-magazine .is-workwear-bg.cookie-consent__agree {
    width: auto;
    padding-right: 4em;
    padding-left: 4em;
  }
}
.gosh-magazine p,
.gosh-magazine span {
  color: #58585a;
}
.gosh-magazine h3 {
  font-size: 1.2em;
  font-family: "Akzidenz", Helvetica, sans-serif;
  font-weight: 700;
}
.gosh-magazine h3 a {
  color: #000;
}
@media (max-width: 61.99em) {
  .gosh-magazine .article-puff {
    padding-bottom: 24px;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media (min-width: 62em) {
  .gosh-magazine .article-puff {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.gosh-magazine .image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gosh-magazine .image a,
.gosh-magazine .image img {
  width: 100%;
}
.gosh-magazine .image--featured {
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 62em) {
  .gosh-magazine .image--featured {
    height: 500px;
  }
}
.gosh-magazine .image--summary {
  height: 300px;
}
@media (min-width: 62em) {
  .gosh-magazine .image--summary {
    padding-left: 24px;
  }
}
.gosh-magazine .image--number a,
.gosh-magazine .image--summary a {
  display: block;
  position: relative;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gosh-magazine .image--summary .triangle {
  display: block;
  border-left: 80px solid transparent;
  border-right: 80px solid white;
  border-top: 80px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gosh-magazine .article-category,
.gosh-magazine .shop-link {
  font-family: "Akzidenz", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.gosh-magazine .article-category {
  margin-right: 8px;
}
.gosh-magazine .floating-heading {
  border-bottom: 1px solid #919191;
}
.gosh-magazine .floating-heading h2 {
  font-size: 1.6em;
  display: inline-block;
  margin-bottom: 0;
}
.gosh-magazine .article-head {
  margin-bottom: 24px;
}
.gosh-magazine .article-head h2 {
  margin-bottom: 4px;
}
.gosh-magazine .article-head h6 {
  margin-bottom: 0;
}
.gosh-magazine .article-meta {
  display: block;
  margin-bottom: 12px;
}
.gosh-magazine .article-meta > * {
  display: inline-block;
  margin-right: 8px;
}
.gosh-magazine .publish-date,
.gosh-magazine .article-author {
  font-size: 0.8em;
}
.gosh-magazine .article-author {
  font-weight: 700;
  text-transform: uppercase;
}
.gosh-magazine .filter {
  display: flex;
  flex-wrap: wrap;
}
.gosh-magazine .filter.filter-sort {
  float: right;
}
.gosh-magazine .filter.filter-sort a {
  font-family: "Akzidenz", Helvetica, sans-serif;
  margin-left: 24px;
}
.gosh-magazine .filter.filter-tag a {
  padding: 16px 24px;
  margin: 8px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3.eu-central-1.amazonaws.com/goshnu-bucket/uploads/blocks/1/xqWkKUPqVMbX8Gos9my0t4L3Bw5WNl3bEzFgHhcG.jpeg);
  background-size: cover;
  border-radius: 4px;
  color: #fff;
  transition: all 0.5s;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.gosh-magazine .filter.filter-tag a h4 {
  margin: 0;
}
@media (max-width: 29.99em) {
  .gosh-magazine .filter.filter-tag a {
    padding: 8px 16px;
  }
}

.newsletter {
  margin-top: 40px;
  margin-bottom: 40px;
}

.newsletter form {
  margin-bottom: 0px;
}

.newsletter__title {
  margin-bottom: 24px;
}

.newsletter__subtitle {
  margin-bottom: 48px;
}

.breadcrumbs {
  font-size: 1.4rem;
  padding: 16px 0px;
}
@media (min-width: 48em) {
  .breadcrumbs {
    padding: 16px;
  }
}

.breadcrumb {
  color: #4e4e4e;
}
.breadcrumb:hover {
  color: #4e4e4e;
}
.breadcrumb.is-active {
  text-decoration: underline;
}

.bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #1e3c50;
  border-radius: 50%;
  line-height: 1;
}
.bubble span {
  color: #fff;
}

.map {
  position: relative;
  height: 300px;
  background-color: #eee;
}
@media (min-width: 48em) {
  .map {
    height: 600px;
  }
}

.map__overlay {
  margin-top: 32px;
  background: rgba(30, 60, 80, 0.76);
  color: #fff;
  padding: 24px;
}
.map__overlay a {
  color: white;
}
@media (min-width: 48em) {
  .map__overlay {
    position: absolute;
    top: -600px;
    right: 0;
    width: 416px;
    height: 600px;
    margin-top: 0;
    padding: 40px;
  }
}

.tag {
  padding: 12px 16px 8px;
  border-radius: 24px;
  margin-right: 8px;
  background: #eee;
  text-align: center;
  font-size: 1.5rem;
}

.tag-nav__item {
  margin-bottom: 16px;
}
@media (min-width: 48em) {
  .tag-nav__item {
    display: inline-block;
    padding: 12px 16px 8px;
    border-radius: 24px;
    margin-right: 8px;
    background: #eee;
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 47.99em) {
  .tag-nav__item {
    display: block;
    background: #eee;
    padding: 20px 32px 16px;
    text-align: center;
    margin-bottom: 1px;
  }
}

.tag-nav {
  display: block;
}
@media (max-width: 47.99em) {
  .tag-nav {
    display: none;
    max-height: 320px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tag-nav.is-open {
    display: block;
  }
}

.toggle-navigation {
  display: none;
}
.toggle-navigation:after {
  margin-left: 8px;
  display: inline-block;
  width: 16px;
  font-size: 1.6rem;
  content: "+";
}
.toggle-navigation.is-active:after {
  content: "-";
}
@media (max-width: 47.99em) {
  .toggle-navigation {
    display: block;
  }
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  33.3333% {
    width: 40px;
    height: 0;
  }
}
.checkmark {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.checkmark:after {
  -webkit-animation: check 0.8s;
          animation: check 0.8s;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 30px solid #1e3c50;
  border-top: 30px solid #1e3c50;
  content: "";
  display: block;
  height: 120px;
  left: 14px;
  position: absolute;
  top: 100px;
  width: 76px;
}

.social-links {
  display: flex;
}

.social-links--righted {
  justify-content: flex-end;
}

.social-link {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 1.8rem;
}
.social-link:hover, .social-link:active, .social-link:focus {
  text-decoration: none;
  color: #e8dd11;
  border-color: #e8dd11;
}
.social-link [class^=icon-]:before {
  margin: 0 1px 0 0;
}
.social-link svg {
  width: 20px;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
}

[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
}

[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 14px !important;
  line-height: 1.4;
  text-transform: none;
  font-weight: normal;
  padding: 0.5em 1em;
  margin-bottom: 11px;
}

[data-balloon]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}

[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon-pos=down]:before,
[data-balloon-pos=down]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}

[data-balloon-pos=down]:after {
  margin-top: 11px;
}

[data-balloon-pos=down]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[data-balloon-pos=down]:hover:before,
[data-balloon-pos=down][data-balloon-visible]:before,
[data-balloon-pos=down]:hover:after,
[data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[data-balloon-pos=left]:before,
[data-balloon-pos=left]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}

[data-balloon-pos=left]:after {
  margin-right: 11px;
}

[data-balloon-pos=left]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[data-balloon-pos=left]:hover:before,
[data-balloon-pos=left][data-balloon-visible]:before,
[data-balloon-pos=left]:hover:after,
[data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[data-balloon-pos=right]:before,
[data-balloon-pos=right]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

[data-balloon-pos=right]:after {
  margin-left: 11px;
}

[data-balloon-pos=right]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[data-balloon-pos=right]:hover:before,
[data-balloon-pos=right][data-balloon-visible]:before,
[data-balloon-pos=right]:hover:after,
[data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[data-balloon-length]:after {
  white-space: normal;
}

[data-balloon-length=small]:after {
  width: 80px;
}

[data-balloon-length=medium]:after {
  width: 150px;
}

[data-balloon-length=large]:after {
  width: 260px;
}

[data-balloon-length=xlarge]:after {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  [data-balloon-length=xlarge]:after {
    width: 380px;
  }
}
[data-balloon-length=fit]:after {
  width: 100%;
}

.block {
  padding: 32px 0;
  position: relative;
  z-index: 2;
}

.block--layout-light_grey {
  background: #f2f2f2;
}

.block--layout-grey {
  background: #d2d2d2;
}

.block--spacing-top--none {
  padding-top: 0;
}

.block--spacing-top--small {
  padding-top: 16px;
}

.block--spacing-bottom--none {
  padding-bottom: 0;
}

.block--spacing-bottom--small {
  padding-bottom: 16px;
}

.block--hero {
  padding: 0;
}

.block--video {
  padding: 0;
  margin: 32px 0;
}

.page > .block:first-child.block--video {
  margin-top: 0;
}

.block--magazine {
  background-color: #f2f2f2;
  margin: 32px 0;
}

.block--magazine .btn.magazine__btn, .block--magazine .dropdown label.magazine__btn, .dropdown .block--magazine label.magazine__btn, .block--magazine .magazine__btn.cookie-consent__agree {
  margin-top: 32px;
}

.block--title {
  padding-bottom: 8px;
}

.block--title__title {
  font-size: 38px;
  margin-bottom: 20px;
}

.block--title__hr {
  border-top: 2px solid #e5e5e5;
}

.block--title__subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4c4c4c;
}
