@charset "UTF-8";
/*! Baseguide v2.2.0 | MIT License | http://basegui.de */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

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

html {
  box-sizing: border-box;
}

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

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

audio {
  max-width: 100%;
}

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

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

optgroup {
  font-weight: bold;
}

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

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

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

body {
  font-family: "FFSignaWebPro", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff;
  color: #222;
}

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

@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html,
  button,
  input {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}

blockquote,
figure,
fieldset {
  margin: 0;
}

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

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

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

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

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

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

h6, .h6 {
  font-size: 0.525rem;
}

a {
  color: #d9ac29;
  text-decoration: none;
}

a:hover, a:focus {
  color: #d9ac29;
  text-decoration: underline;
}

@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  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;
  }
}

.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: inline-block;
}

.media img {
  max-width: none;
}

.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%);
}

.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;
}

.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 84.5rem;
}

@media (min-width: 42.5em) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  /* autoprefixer: off */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row::after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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

.col-xs-1 {
  width: 8.33333333%;
}

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

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

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

.col-xs-2 {
  width: 16.66666667%;
}

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

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

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

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

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

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

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

.col-xs-4 {
  width: 33.33333333%;
}

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

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

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

.col-xs-5 {
  width: 41.66666667%;
}

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

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

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

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

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

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

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

.col-xs-7 {
  width: 58.33333333%;
}

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

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

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

.col-xs-8 {
  width: 66.66666667%;
}

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

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

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

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

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

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

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

.col-xs-10 {
  width: 83.33333333%;
}

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

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

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

.col-xs-11 {
  width: 91.66666667%;
}

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

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

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

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

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

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

@media (min-width: 25em) {
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}

@media (min-width: 42.5em) {
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}

@media (min-width: 60em) {
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}

@media (min-width: 75em) {
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
}

@media (min-width: 87.5em) {
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
}

label {
  display: inline-block;
  margin-bottom: 0.3em;
}

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

.form-group {
  margin-bottom: 1em;
}

[type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"], [type="date"], [type="time"], textarea, select {
  display: block;
  width: 100%;
  height: 3.025em;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  padding: 0.7em 1.1em;
  background-clip: padding-box;
  background-color: #f4f4f4;
  color: #222;
  transition: border-color 0.15s ease-out;
}

[type="email"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="url"]:focus, [type="date"]:focus, [type="time"]:focus, textarea:focus, select:focus {
  border-color: #c1c1c1;
  outline: 0;
}

[type="email"][disabled], [type="number"][disabled], [type="password"][disabled], [type="search"][disabled], [type="tel"][disabled], [type="text"][disabled], [type="url"][disabled], [type="date"][disabled], [type="time"][disabled], textarea[disabled], select[disabled] {
  border-color: #ccc;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}

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

textarea {
  resize: vertical;
}

textarea[rows] {
  height: auto;
}

textarea:not([rows]) {
  height: 6.05em;
}

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

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}

input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
  color: #555;
  cursor: not-allowed;
}

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

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

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

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

.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: 1.4em;
}

.checkbox input[type="checkbox"] ~ label::before,
.radio input[type="radio"] ~ label::before {
  content: '';
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  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: #c1c1c1;
}

.checkbox input[type="checkbox"] ~ label:active::before,
.radio input[type="radio"] ~ label:active::before {
  background-color: #dbdada;
}

.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-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' 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"), linear-gradient(transparent, transparent);
}

.checkbox input[type="checkbox"]:checked ~ label::before {
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' 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"), linear-gradient(transparent, transparent);
}

.select {
  position: relative;
}

.select select {
  padding-right: 2em;
  padding-right: 1.1em \9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}

.select::after {
  content: '';
  display: none \9;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1.1em;
  width: 12px;
  height: 3.025em;
  background-repeat: no-repeat;
  background-position: center center;
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.424' height='7.4' viewBox='0 0 13.424 7.4'%3E%3Cpath fill='%23333' d='m11.85693,0l1.56604,1.39999l-6.71204,6l-6.71204,-6l1.56604,-1.39999l5.146,4.60001l5.146,-4.60001z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

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

.c-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.69em 1.5em;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #e1bd54;
  color: #fff;
}

.c-btn:hover, .c-btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #d9ac29;
  color: #fff;
  border-color: #d9ac29;
}

.c-btn:active {
  background-color: #d9ac29;
  color: #fff;
}

.c-btn.disabled, .c-btn[disabled] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.table, .ce-table, .contenttable {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th,
.table td, .ce-table th,
.ce-table td, .contenttable th,
.contenttable td {
  padding: 0.6em 0.6em;
  border-bottom: 1px solid #c2c2c2;
  vertical-align: top;
}

.table th, .ce-table th, .contenttable th {
  text-align: left;
}

.table thead th, .ce-table thead th, .contenttable thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.table tbody tr:nth-child(2n+1), .ce-table tbody tr:nth-child(2n+1), .contenttable tbody tr:nth-child(2n+1) {
  background-color: transparent;
}

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

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

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

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.small {
  font-size: 0.8rem !important;
}

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

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

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

.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;
}

.text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-sm-up {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-md-up {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-lg-up {
  display: none !important;
}

.visible-xl {
  display: none !important;
}

.visible-xl-up {
  display: none !important;
}

.visible-xxl {
  display: none !important;
}

@media (max-width: 24.99em) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 60em) and (max-width: 74.99em) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
}

@media (min-width: 87.5em) {
  .hidden-xxl {
    display: none !important;
  }
  .visible-xxl {
    display: block !important;
  }
}

@media (min-width: 25em) {
  .hidden-sm-up {
    display: none !important;
  }
  .visible-sm-up {
    display: block !important;
  }
}

@media (min-width: 42.5em) {
  .hidden-md-up {
    display: none !important;
  }
  .visible-md-up {
    display: block !important;
  }
}

@media (min-width: 60em) {
  .hidden-lg-up {
    display: none !important;
  }
  .visible-lg-up {
    display: block !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
  .visible-xl-up {
    display: block !important;
  }
}

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

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

/*! Pusha v1.3.0 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

.pusha-animated,
.pusha-animated body {
  overflow: hidden;
}

.pusha-wrapper,
.pusha-push {
  transition: transform 0.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

.pusha-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.pusha-panel--active .pusha-panel__content {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}

.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */
button.c-burger {
  width: 32px;
  height: 32px;
}

div.c-burger {
  width: 32px;
  height: 32px;
}

div.c-burger > .c-burger__inner {
  top: 50%;
}

.c-burger {
  background: transparent;
  border: 0 transparent solid;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-burger.is-active {
  background: transparent;
}

.c-burger.is-active span.c-burger__bar {
  background-color: #000;
}

.c-burger > .c-burger__inner {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  margin-top: -1.5px;
}

.c-burger span.c-burger__bar {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 0;
}

.c-burger span.c-burger__bar:nth-child(1) {
  top: -8px;
}

.c-burger span.c-burger__bar:nth-child(3) {
  top: 8px;
}

.c-burger:focus {
  outline: 0;
}

.c-burger:hover {
  opacity: 1;
}

.c-burger--default.is-active span.c-burger__bar {
  top: 0;
}

.c-burger--default.is-active span.c-burger__bar:nth-child(1) {
  transform: rotate(45deg);
}

.c-burger--default.is-active span.c-burger__bar:nth-child(2) {
  opacity: 0;
}

.c-burger--default.is-active span.c-burger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.c-burger--collapse span.c-burger__bar {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}

.c-burger--collapse.is-active span.c-burger__bar {
  top: 0;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-burger--collapse.is-active span.c-burger__bar:nth-child(1) {
  transform: rotate(135deg);
}

.c-burger--collapse.is-active span.c-burger__bar:nth-child(2) {
  opacity: 0;
}

.c-burger--collapse.is-active span.c-burger__bar:nth-child(3) {
  transform: rotate(45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1050;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: inherit;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #222;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f0f0f0;
}

.is-today .pika-button {
  color: #222;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #e1bd54;
  box-shadow: inset 0 1px 3px transparent;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #222;
  background: #d7d6d6;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

b,
strong {
  font-weight: bold;
}

a {
  transition: color 0.08s ease;
}

h4,
h5,
h6 {
  font-size: 1.02539062rem;
}

@media (min-width: 42.5em) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row--no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row--narrow {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.row--narrow > .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col--stretch {
  display: flex;
  flex-direction: column;
}

.col--stretch > * {
  min-height: 1px;
}

@media (min-width: 60em) {
  .col--border::before {
    content: '';
    position: absolute;
    left: -6.66666667%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d2d2d2;
  }
}

.col--head {
  padding-top: 2rem;
  order: 2;
}

@media (min-width: 42.5em) {
  .col--head {
    padding-top: 3rem;
    order: 1;
  }
}

@media (min-width: 75em) {
  .col--head {
    padding-top: 5rem;
  }
}

.col--media {
  order: 1;
}

@media (max-width: 42.49em) {
  .col--media {
    padding-left: 0;
    padding-right: 0;
  }
  .col--media .c-slider__caption {
    margin-left: 1rem;
  }
}

@media (min-width: 42.5em) {
  .col--media {
    order: 2;
  }
}

@media (min-width: 42.5em) {
  .col-md-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 42.5em) {
  .col-md-align-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.o-block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: #fff;
}

@media (min-width: 60em) {
  .o-block {
    padding: 3rem;
  }
}

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

.o-list:last-child {
  margin-bottom: 0;
}

.o-list li + li {
  margin-top: 0.6em;
}

.o-list a {
  display: inline-block;
  color: #222;
}

.o-list a:hover, .o-list a:focus {
  color: #e1bd54;
  text-decoration: none;
}

.o-list .is-active a {
  box-shadow: inset 0 -3px 0 #e1bd54;
}

.o-list--multicol {
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-count: 2;
       column-count: 2;
}

@media (min-width: 60em) {
  .o-list--large {
    font-size: 1.25rem;
  }
}

.list-inline-narrow {
  padding-left: 0;
  list-style: none;
  margin-left: -0.6rem;
}

.list-inline-narrow::after {
  content: '';
  display: block;
  clear: both;
}

.list-inline-narrow > li {
  float: left;
  margin-left: 0.6rem;
}

.list-inline-narrow > li > a {
  display: inline-block;
}

.list-opening-info dt {
  font-weight: bold;
  padding: 1px 0;
  margin: 0;
}

.list-opening-info dd {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

.o-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.o-tooltip:focus {
  outline-width: 0;
}

.o-tooltip::before, .o-tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s, opacity 0.15s;
}

.o-tooltip::before {
  content: '';
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  border: solid transparent;
  border-color: rgba(225, 189, 84, 0);
  border-bottom-color: #e1bd54;
  border-width: 8px;
  margin-left: -8px;
}

.o-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
  padding: 0.4em 1.6em;
  border-radius: 0.25em;
  font-size: 0.875rem;
  white-space: nowrap;
  background-color: #e1bd54;
  color: #fff;
}

.o-tooltip:hover::before, .o-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.15s;
}

.c-person {
  margin-bottom: 1.5rem;
}

.c-person__image {
  margin-bottom: 1rem;
}

.c-person__content h3 {
  margin-bottom: 0.4em;
  font-size: 1rem;
}

.powermail_form h3,
.powermail_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_form.nolabel .powermail_fieldwrap_type_input label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_fieldset {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}

.powermail_fieldset .col {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.powermail_fieldwrap {
  margin-bottom: 1em;
}

.powermail_fieldwrap:last-child {
  margin-bottom: 0;
}

.powermail_fieldwrap_required label {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder].placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::-moz-placeholder {
  font-weight: bold;
}

.powermail_fieldwrap_required [placeholder]::placeholder {
  font-weight: bold;
}

@media (min-width: 25em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .checkbox, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .radio,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .checkbox {
    margin: 0 15px 5px 0;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .checkbox:last-child, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .radio:last-child,
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .checkbox:last-child {
    margin-right: 0;
  }
}

.powermail_message,
.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  color: #c00;
}

.parsley-errors-list {
  margin-top: 5px;
  font-size: 0.875em;
}

[type="email"].parsley-error, [type="number"].parsley-error, [type="password"].parsley-error, [type="search"].parsley-error, [type="tel"].parsley-error, [type="text"].parsley-error, [type="url"].parsley-error, [type="date"].parsley-error, [type="time"].parsley-error, textarea.parsley-error, select.parsley-error {
  border-color: #c00;
}

.parsley-error > label {
  color: #c00;
}

.parsley-error input[type="checkbox"] + label::before,
.parsley-error input[type="radio"] + label::before {
  border-color: #c00;
}

.parsley-error input[type="checkbox"] + label:hover::before,
.parsley-error input[type="checkbox"]:focus + label::before,
.parsley-error input[type="radio"] + label:hover::before,
.parsley-error input[type="radio"]:focus + label::before {
  border-color: #c00;
}

.parsley-error.powermail_field_error_container {
  flex: 1 1 100%;
}

.form-group--materialize.form-field, .form-group--materialize.powermail_fieldwrap_type_input, .form-group--materialize.powermail_fieldwrap_type_textarea, .form-group--materialize.powermail_fieldwrap_type_select {
  position: relative;
}

.form-group--materialize.form-field label, .form-group--materialize.powermail_fieldwrap_type_input label, .form-group--materialize.powermail_fieldwrap_type_textarea label, .form-group--materialize.powermail_fieldwrap_type_select label {
  color: #a2a1a1;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  left: 1.2rem;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  cursor: text;
  transition: 0.2s ease-out;
  pointer-events: none;
}

.form-group--materialize.form-field label.active,
.form-group--materialize.form-field label.active + label, .form-group--materialize.powermail_fieldwrap_type_input label.active,
.form-group--materialize.powermail_fieldwrap_type_input label.active + label, .form-group--materialize.powermail_fieldwrap_type_textarea label.active,
.form-group--materialize.powermail_fieldwrap_type_textarea label.active + label, .form-group--materialize.powermail_fieldwrap_type_select label.active,
.form-group--materialize.powermail_fieldwrap_type_select label.active + label {
  font-size: 0.725rem;
  transform: translateY(-35%);
}

.form__wrapper .form-group--materialize.form-field label, .form__wrapper .form-group--materialize.powermail_fieldwrap_type_input label, .form__wrapper .form-group--materialize.powermail_fieldwrap_type_textarea label, .form__wrapper .form-group--materialize.powermail_fieldwrap_type_select label {
  color: #fff;
}

.form-group--materialize.form-field input,
.form-group--materialize.form-field select,
.form-group--materialize.form-field .select:after, .form-group--materialize.powermail_fieldwrap_type_input input,
.form-group--materialize.powermail_fieldwrap_type_input select,
.form-group--materialize.powermail_fieldwrap_type_input .select:after, .form-group--materialize.powermail_fieldwrap_type_textarea input,
.form-group--materialize.powermail_fieldwrap_type_textarea select,
.form-group--materialize.powermail_fieldwrap_type_textarea .select:after, .form-group--materialize.powermail_fieldwrap_type_select input,
.form-group--materialize.powermail_fieldwrap_type_select select,
.form-group--materialize.powermail_fieldwrap_type_select .select:after {
  height: 3em;
}

.form-group--materialize.form-field input,
.form-group--materialize.form-field textarea,
.form-group--materialize.form-field select, .form-group--materialize.powermail_fieldwrap_type_input input,
.form-group--materialize.powermail_fieldwrap_type_input textarea,
.form-group--materialize.powermail_fieldwrap_type_input select, .form-group--materialize.powermail_fieldwrap_type_textarea input,
.form-group--materialize.powermail_fieldwrap_type_textarea textarea,
.form-group--materialize.powermail_fieldwrap_type_textarea select, .form-group--materialize.powermail_fieldwrap_type_select input,
.form-group--materialize.powermail_fieldwrap_type_select textarea,
.form-group--materialize.powermail_fieldwrap_type_select select {
  padding: 1em 1.1em 0;
}

.form-group--materialize.form-field textarea, .form-group--materialize.powermail_fieldwrap_type_input textarea, .form-group--materialize.powermail_fieldwrap_type_textarea textarea, .form-group--materialize.powermail_fieldwrap_type_select textarea {
  padding-top: 1.175em;
  height: 6.05em;
}

.c-tab__trigger {
  display: inline-block;
  margin-right: 1em;
}

.c-tab__content {
  display: none;
}

.c-tab__content.is-toggled {
  display: block;
}

.c-tab--vertical .c-tab__trigger {
  display: block;
}

.c-tab--vertical .c-subtab {
  margin-left: 2em;
}

.c-tab--vertical .c-subtab .c-tab__trigger {
  display: inline-block;
}

.ce-wrapper {
  margin-bottom: 3rem;
}

.ce-wrapper:last-child {
  margin-bottom: 0;
}

.ce-gallery img {
  display: block;
}

.ce-gallery .ce-center img {
  margin: 0 auto;
}

.ce-gallery .ce-right img {
  margin-left: auto;
}

.is-video-initialized,
.embed__poster {
  z-index: 200;
}

.embed__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}

.embed__poster:before, .embed__poster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transition: border-width 0.3s, background-color 0.3s;
}

.embed__poster:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.embed__poster:after {
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 30px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.embed__poster:hover:before, .embed__poster:focus:before {
  border-width: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.is-video-initialized .embed__poster {
  opacity: 0;
  visibility: hidden;
}

.c-video {
  width: 100%;
}

.c-video > video {
  width: 100%;
}

.table th:first-child,
.table td:first-child, .ce-table th:first-child,
.ce-table td:first-child, .contenttable th:first-child,
.contenttable td:first-child {
  padding-left: 0;
}

.table .u-icon-before, .ce-table .u-icon-before, .contenttable .u-icon-before {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.table--prices {
  border-bottom: 1px solid #d3d3d3;
  font-weight: normal;
}

.table--prices th,
.table--prices td {
  border: 0;
  padding: 0.4em 0.3em;
  padding-top: 0;
}

.table--prices th:first-child,
.table--prices td:first-child {
  width: 100%;
}

.table--prices th:last-child,
.table--prices td:last-child {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}

.table--prices__price {
  display: inline-block;
  width: 3.5em;
  text-align: right;
}

.table--prices__total {
  font-size: 1.25rem;
  font-weight: bold;
  border-top: 1px solid #d3d3de;
}

.table--prices__total th,
.table--prices__total td {
  padding-top: 0.6em;
}

.table--streched th {
  font-weight: normal;
}

.table--streched th:first-child,
.table--streched td:first-child {
  width: 100%;
}

.table--streched th:last-child,
.table--streched td:last-child {
  padding-right: 0;
}

.table--squished {
  width: auto;
}

.table--minimal th,
.table--minimal td {
  padding-top: 0;
  border-width: 0;
}

.c-footer table,
.table-opening-hours {
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.c-footer table th,
.table-opening-hours th {
  font-weight: inherit;
}

.c-footer table th,
.c-footer table td,
.table-opening-hours th,
.table-opening-hours td {
  vertical-align: top;
  padding-left: 0.6em;
}

.c-footer table th:first-child,
.c-footer table td:first-child,
.table-opening-hours th:first-child,
.table-opening-hours td:first-child {
  padding-left: 0;
}

.table--linked tr {
  position: relative;
}

@media (max-width: 59.99em) {
  .table--collapse thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .table--collapse tr,
  .table--collapse td {
    display: block;
    padding-left: 0;
    text-align: left !important;
  }
  .table--collapse tr {
    margin-bottom: 0.4em;
    border-bottom: 1px solid #c2c2c2;
  }
  .table--collapse tr:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .table--collapse tr:last-child td {
    padding-bottom: 0;
  }
  .table--collapse td {
    border-bottom: 0;
  }
  .table--collapse td::before {
    content: attr(data-label);
    display: block;
  }
}

[type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"], [type="date"], [type="time"], textarea, select {
  font-weight: normal;
}

[type="email"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="url"]:focus, [type="date"]:focus, [type="time"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}

.select::after {
  width: 13px;
}

.select--muted select {
  border-color: #d2d2d2;
  background-color: transparent;
}

.radio-group {
  min-height: 28px;
}

.checkbox input[type="checkbox"] ~ label::before {
  border-radius: 4px;
}

.checkbox input[type="checkbox"] ~ label::before,
.radio input[type="radio"] ~ label::before {
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border-color: rgba(164, 164, 164, 0.95);
  background-color: #fff;
}

.checkbox input[type="checkbox"]:checked ~ label::before,
.radio input[type="radio"]:checked ~ label::before {
  background-color: #e1bd54;
  border-color: #e1bd54;
}

.checkbox input[type="checkbox"] ~ label,
.checkbox input[type="checkbox"] ~ label::after,
.radio input[type="radio"] ~ label,
.radio input[type="radio"] ~ label::after {
  padding-left: 1.8em;
}

.checkbox input[type="checkbox"]:checked:disabled ~ label::before,
.radio input[type="radio"]:checked:disabled ~ label::before {
  border-color: #e1bd54;
  background-color: #eee;
}

.radio--hidden input ~ label,
.checkbox--hidden input ~ label {
  padding-left: 0 !important;
  cursor: pointer;
}

.radio--hidden input ~ label::before,
.checkbox--hidden input ~ label::before {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.radio--hidden input:checked ~ label .u-img-border,
.checkbox--hidden input:checked ~ label .u-img-border {
  padding: 0;
  border: 5px solid #e1bd54;
}

.radio__image,
.checkbox__image {
  margin-left: 1rem;
}

.radio__image img,
.checkbox__image img {
  max-height: 22px;
}

.c-form-dark ::-moz-placeholder {
  color: #bbb;
}

.c-form-dark ::placeholder {
  color: #bbb;
}

.c-form-dark [type="email"], .c-form-dark [type="number"], .c-form-dark [type="password"], .c-form-dark [type="search"], .c-form-dark [type="tel"], .c-form-dark [type="text"], .c-form-dark [type="url"], .c-form-dark [type="date"], .c-form-dark [type="time"], .c-form-dark textarea, .c-form-dark select {
  min-width: 0;
  border-radius: 4px 0 0 4px;
  border-color: #444;
  background-color: #444;
  color: #fff;
}

.c-form-dark [type="email"]:focus, .c-form-dark [type="number"]:focus, .c-form-dark [type="password"]:focus, .c-form-dark [type="search"]:focus, .c-form-dark [type="tel"]:focus, .c-form-dark [type="text"]:focus, .c-form-dark [type="url"]:focus, .c-form-dark [type="date"]:focus, .c-form-dark [type="time"]:focus, .c-form-dark textarea:focus, .c-form-dark select:focus {
  border-color: #fff;
}

.c-form-dark .c-btn {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  max-width: 3.4em;
  height: 3.025em;
  border-radius: 0 4px 4px 0;
  background: #fff url(../Images/icons/icon-arrow-button.svg) no-repeat center center;
}

.c-form-dark .c-btn:hover, .c-form-dark .c-btn:focus {
  background-color: #ddd;
}

.c-section--highlight [type="email"], .c-section--highlight [type="number"], .c-section--highlight [type="password"], .c-section--highlight [type="search"], .c-section--highlight [type="tel"], .c-section--highlight [type="text"], .c-section--highlight [type="url"], .c-section--highlight [type="date"], .c-section--highlight [type="time"], .c-section--highlight textarea, .c-section--highlight select {
  background-color: #fff;
}

.form-group--small {
  margin-bottom: 0.5rem;
}

.form-group--space {
  margin-top: 2.25rem;
}

.form-group--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-group--inline label {
  margin-right: 1rem;
  margin-bottom: 0;
}

.form-group--inline > .radio,
.form-group--inline > .checkbox {
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}

.form-group--inline .select {
  flex: 1 1 auto;
  max-width: 400px;
}

.form-hint {
  font-size: 0.875em;
  margin-top: 5px;
}

.c-btn {
  font-weight: normal;
}

.c-btn.disabled, .c-btn[disabled] {
  opacity: 1;
  background-color: #f0f0f0;
}

.c-btn:hover, .c-btn:focus {
  border-color: transparent;
}

.c-btn-unstyled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.c-btn--muted {
  background-color: #efdda8;
  color: #222;
}

.c-btn--muted:hover, .c-btn--muted:focus {
  background-color: #e7cc7d;
  color: #222;
}

.c-btn--muted:active {
  background-color: #dfbb52;
  color: #222;
}

.c-btn--muted.disabled, .c-btn--muted[disabled] {
  color: #222;
}

.c-btn--gold {
  background-color: #e1bd54;
  color: #4d4c4c;
}

.c-btn--gold:hover, .c-btn--gold:focus {
  background-color: #d9ac29;
  color: #4d4c4c;
}

.c-btn--light {
  background-color: #fff;
  color: #4d4c4c;
}

.c-btn--dark {
  border: 2px solid #4d4c4c;
  background-color: #4d4c4c;
  color: #fff;
}

.c-btn--dark:hover, .c-btn--dark:focus {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}

.c-btn--dark:active {
  background-color: #1a1919;
  color: #fff;
}

.c-btn--dark.disabled, .c-btn--dark[disabled] {
  color: #222;
}

.c-btn--darklined {
  background-color: transparent;
  color: #4d4c4c;
  border: 2px solid #4d4c4c;
}

.c-btn--darklined:hover, .c-btn--darklined:focus {
  background-color: #333333;
  color: #fff;
}

.c-btn--darklined:active {
  background-color: #1a1919;
  color: #fff;
}

.c-btn--darklined.disabled, .c-btn--darklined[disabled] {
  color: #222;
}

.c-btn--secondary {
  background-color: #4d4c4c;
}

.c-btn--secondary:hover, .c-btn--secondary:focus {
  background-color: #333333;
}

.c-btn--secondary:active {
  background-color: #1a1919;
}

.c-btn--secondary-dark {
  background-color: #222;
}

.c-btn--secondary-dark:hover, .c-btn--secondary-dark:focus {
  background-color: #090909;
}

.c-btn--secondary-dark:active {
  background-color: black;
}

.c-btn--full {
  width: 100%;
}

@media (max-width: 59.99em) {
  .c-btn--full-mobile {
    width: 100%;
  }
}

.c-btn--load {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.c-btn__icon {
  margin-right: 0.2em;
}

svg.c-btn__icon {
  overflow: visible;
}

.c-btn-group {
  padding-left: 0;
  list-style: none;
  margin-left: -0.6rem;
}

.c-btn-group > li {
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}

@media (min-width: 42.5em) {
  .c-btn-group {
    display: flex;
  }
}

@media (min-width: 42.5em) {
  .c-btn-group--split > li {
    flex: 1 1 auto;
    width: 50%;
  }
}

.pusha-panel--box {
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  right: 0;
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.pusha-panel--box.pusha-panel--active {
  transition: opacity 0.3s ease;
}

@media (min-width: 42.5em) {
  .pusha-panel--box {
    width: 430px;
  }
}

.pusha-panel--highlight .c-panel {
  background-color: #fbf8ec;
}

.pusha-panel--mobile {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.pusha-panel--mobile.pusha-panel--active {
  transition: opacity 0.3s ease;
}

.pusha-panel--mobile .pusha-panel__content {
  padding-top: 5rem;
}

.pusha-panel--mobile .c-menu-social {
  border-top: 1px solid #c5c5c5;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

.pusha-panel--mobile .c-menu-social__list {
  justify-content: center;
}

.pusha-panel--mobile .c-menu-social__list .u-icon {
  background-size: auto auto;
  border: 1px solid #222;
  border-radius: 50%;
}

.pusha-panel--mobile .c-menu-social__list .u-icon--facebook-round {
  background-image: url(../Images/icons/icon-facebook.svg);
}

.pusha-panel--mobile .c-menu-social__list .u-icon--youtube-round {
  background-image: url(../Images/icons/icon-youtube.svg);
}

.pusha-panel--mobile .c-menu-social__list .u-icon--instagram-round {
  background-image: url(../Images/icons/icon-instagram.svg);
}

@media (min-width: 60em) {
  .pusha-panel--mobile {
    display: none;
  }
}

.pusha-panel--navigation {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
  max-width: 56.25rem;
}

.pusha-panel--navigation.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

@media (min-width: 42.5em) {
  .pusha-panel--navigation {
    width: 80%;
  }
}

@media (min-width: 60em) {
  .pusha-panel--navigation {
    width: 55%;
  }
}

.pusha-panel--search {
  background-color: #fff;
}

.c-panel-large {
  padding: 1rem;
}

@media (min-width: 42.5em) {
  .c-panel-large {
    padding: 2rem;
  }
}

.c-panel-large__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media (min-width: 42.5em) {
  .c-panel-large__header {
    margin-bottom: 4rem;
  }
}

.c-panel-large__section {
  margin-top: 2rem;
}

.c-panel-large__section:first-child {
  margin-top: 0;
}

@media (min-width: 42.5em) {
  .c-panel-large__section {
    margin-top: 3rem;
  }
}

.c-panel-large__title {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 1.25rem;
}

.c-panel-large__subtitle {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #e1bd54;
}

.c-panel {
  padding: 1rem;
  height: auto;
  background-color: #fff;
}

@media (min-width: 42.5em) {
  .c-panel {
    padding: 2rem;
    padding-top: 4.3rem;
  }
}

.c-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3;
  font-weight: normal;
}

.c-panel__centered {
  margin-bottom: 1.5rem;
}

@media (min-width: 60em) {
  .c-panel__centered {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    text-align: center;
  }
}

.c-panel__close {
  width: 32px;
  height: 32px;
  border: 2px solid #222;
  border-radius: 50%;
  transition: background-color 0.15s ease-out;
}

.c-panel__close svg {
  margin-left: -1.55px;
  margin-top: -1.55px;
}

.c-panel__close path {
  transition: all 0.15s ease-out;
}

.c-panel__close:hover, .c-panel__close:focus {
  background-color: #222;
  color: #fff;
  outline-width: 0;
}

.c-panel__close:hover path, .c-panel__close:focus path {
  fill: #fff;
}

.c-menu-main {
  display: none;
}

@media (min-width: 60em) {
  .c-menu-main {
    display: block;
  }
}

.c-menu-main__list {
  padding-left: 0;
  list-style: none;
  margin-left: -2rem;
}

.c-menu-main__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-menu-main__list > li {
  float: left;
  margin-left: 2rem;
}

.c-menu-main__list > li > a {
  display: inline-block;
}

.c-menu-main__list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  color: inherit;
}

.c-menu-main__list a:hover, .c-menu-main__list a:focus {
  outline-width: 0;
  text-decoration: none;
  color: #e1bd54;
}

.c-menu-main__list .is-active > a {
  font-weight: bold;
}

@media (min-width: 75em) {
  .c-menu-main__list a {
    font-size: 1.375rem;
  }
}

.pusha-panel-mobile-active .c-header {
  z-index: 220;
  border-bottom-color: #f9f9f9;
  background-color: #f9f9f9;
}

.pusha-panel-mobile-active .c-header__items {
  border-right: 1px solid #c5c5c5;
  margin-right: 1.2rem;
  padding-right: 0.8rem;
}

.pusha-panel-mobile-active .c-menu-language {
  display: block;
}

.pusha-panel-mobile-active .c-logo {
  display: none;
}

.b-menu-mobile__wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: height 0.3s ease;
}

.b-menu-mobile > .b-menu-mobile__list > li > .b-menu-mobile__name {
  font-size: 1.5rem;
  font-weight: bold;
}

.b-menu-mobile__list {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #c5c5c5;
}

.b-menu-mobile__list a {
  color: inherit;
}

.b-menu-mobile__list a:hover, .b-menu-mobile__list a:focus {
  text-decoration: none;
  color: #d9ac29;
}

.b-menu-mobile__list li {
  border-top: 1px solid #c5c5c5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.b-menu-mobile__list .is-active > a span,
.b-menu-mobile__list .is-active > .b-menu-mobile__name span {
  color: #e1bd54;
}

.b-menu-mobile__list > li a,
.b-menu-mobile__name {
  display: block;
  display: flex;
  align-items: center;
  padding: 0.4em 0;
}

.b-menu-mobile__list > li a span,
.b-menu-mobile__name span {
  flex: 1 1 auto;
}

.b-menu-mobile__list > li a::after,
.b-menu-mobile__name::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  width: 10px;
  height: 16px;
  margin-right: 0.4em;
  background-image: url(../Images/icons/icon-arrow-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.b-menu-mobile__sub {
  position: absolute;
  top: 0;
  width: 100%;
  background: #f9f9f9;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.b-menu-mobile__sub.is-visible {
  transform: translateX(0);
  z-index: 1;
}

.b-menu-mobile__name {
  cursor: pointer;
}

.b-menu-mobile__back {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

.b-menu-mobile__back::before {
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  width: 4.7px;
  height: 8.4px;
  margin-right: 0.4em;
  margin-top: -0.2em;
  background-image: url(../Images/icons/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.c-menu-mobile-additional {
  margin-bottom: 1rem;
}

.c-menu-mobile-additional__list {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

.c-menu-mobile-additional__list > li > a {
  display: inline-block;
  line-height: 1.5;
  color: inherit;
}

.c-menu-mobile-additional__list > li > a:hover, .c-menu-mobile-additional__list > li > a:focus {
  text-decoration: none;
  color: #d9ac29;
}

.c-menu-mobile-additional__list .is-active > a {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

.c-menu-panel ul {
  padding-left: 0;
  list-style: none;
}

.c-menu-panel a {
  display: inline-block;
  color: inherit;
}

.c-menu-panel a:hover, .c-menu-panel a:focus {
  text-decoration: none;
  color: #d9ac29;
}

.c-menu-panel__list {
  position: relative;
}

.c-menu-panel__list > li {
  overflow: hidden;
  page-break-inside: avoid;
  margin-bottom: 3rem;
}

.c-menu-panel__list > li > a,
.c-menu-panel__list > li > span {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1.2em;
  color: #e1bd54;
}

@media (min-width: 42.5em) {
  .c-menu-panel__list {
    -moz-columns: 2;
         columns: 2;
  }
  .c-menu-panel__list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2rem;
    height: 100%;
    border-left: 1px solid #c0c0c0;
  }
}

.c-menu-panel__sub {
  font-size: 1.25rem;
}

.c-menu-panel__sub li + li > a {
  padding-top: 0.6em;
}

.c-menu-panel__sub li.is-active > a {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

@media (min-width: 42.5em) {
  .c-menu-panel__sub {
    max-width: 12.5rem;
  }
}

@media (min-width: 75em) {
  .c-menu-panel__sub {
    max-width: 100%;
  }
}

@media (max-width: 59.99em) {
  .c-menu-meta {
    display: none;
  }
}

.c-menu-meta__list {
  padding-left: 0;
  list-style: none;
  margin-left: -1.4rem;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #c5c5c5;
}

.c-menu-meta__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-menu-meta__list > li {
  float: left;
  margin-left: 1.4rem;
}

.c-menu-meta__list > li > a {
  display: inline-block;
}

.c-menu-meta__list a {
  color: inherit;
}

.c-menu-shop__list {
  padding-left: 0;
  list-style: none;
  margin-left: -0.5rem;
  font-size: 1rem;
}

.c-menu-shop__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-menu-shop__list > li {
  float: left;
  margin-left: 0.5rem;
}

.c-menu-shop__list > li > a {
  display: inline-block;
}

.c-menu-shop__list svg {
  border-radius: 50%;
}

.c-menu-shop__list button span {
  transition: color 0.08s ease;
}

.c-menu-shop__list button:hover, .c-menu-shop__list button:focus {
  outline-width: 0;
}

.c-menu-shop__list button:hover span, .c-menu-shop__list button:focus span {
  color: #e1bd54;
}

.c-menu-shop__list button:hover .c-cart-icon, .c-menu-shop__list button:focus .c-cart-icon {
  color: #fff;
}

@media (max-width: 59.99em) {
  .c-menu-shop__list .c-btn__icon {
    margin-right: 0;
  }
  .c-menu-shop__list a > span:last-child,
  .c-menu-shop__list button > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (min-width: 60em) {
  .c-menu-shop__list {
    padding-left: 0;
    list-style: none;
    margin-left: -1rem;
  }
  .c-menu-shop__list::after {
    content: '';
    display: block;
    clear: both;
  }
  .c-menu-shop__list > li {
    float: left;
    margin-left: 1rem;
  }
  .c-menu-shop__list > li > a {
    display: inline-block;
  }
}

.c-menu-language {
  position: relative;
}

.c-menu-language a {
  display: block;
  padding: 0.1em 0.4em;
  color: inherit;
}

@media (max-width: 59.99em) {
  .c-menu-language {
    display: none;
  }
}

.c-menu-language__active {
  position: relative;
}

.c-menu-language__active a {
  border: 1px solid transparent;
}

.c-menu-language__active a.is-active {
  border-color: #ddd;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
}

.c-menu-language__list {
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  min-width: 100%;
  padding-top: 0.2em;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
}

.c-menu-language__list.is-toggled {
  display: block;
}

.c-menu-social__list {
  padding-left: 0;
  list-style: none;
  margin-left: -0.5rem;
  display: flex;
  justify-content: center;
}

.c-menu-social__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-menu-social__list > li {
  float: left;
  margin-left: 0.5rem;
}

.c-menu-social__list > li > a {
  display: inline-block;
}

@media (min-width: 42.5em) {
  .c-menu-social__list {
    justify-content: flex-start;
  }
}

.c-menu-footer {
  margin-bottom: 1rem;
  margin-right: auto;
}

@media (min-width: 60em) {
  .c-menu-footer {
    margin-bottom: 0;
  }
}

.c-menu-footer__list {
  padding-left: 0;
  list-style: none;
  margin-left: -1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-menu-footer__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-menu-footer__list > li {
  float: left;
  margin-left: 1em;
}

.c-menu-footer__list > li > a {
  display: inline-block;
}

.c-menu-footer__list a {
  color: inherit;
}

.c-menu-footer__list a:hover, .c-menu-footer__list a:focus {
  text-decoration: none;
  color: #e1bd54;
}

.c-menu-footer__list li + li {
  position: relative;
}

.c-menu-footer__list li + li::before {
  content: '|';
  margin-right: 1em;
}

@media (min-width: 60em) {
  .c-menu-footer__list {
    justify-content: flex-start;
  }
}

.c-toggle-subpages {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: block;
  width: 100%;
  padding-bottom: 0.7em;
  text-align: left;
}

.c-toggle-subpages span {
  position: relative;
  display: block;
}

.c-toggle-subpages span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../Images/icons/icon-arrow-down.svg);
}

@media (min-width: 60em) {
  .c-toggle-subpages {
    display: none;
  }
}

@media (max-width: 59.99em) {
  .c-menu-subpages {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
    border-bottom: 8px solid #f0f0f0;
  }
}

.c-menu-subpages__list {
  padding-left: 0;
  list-style: none;
}

.c-menu-subpages__list.is-toggled {
  display: block;
}

.c-menu-subpages__list li + li {
  margin-top: 0.7em;
}

.c-menu-subpages__list a {
  display: inline-block;
  color: inherit;
}

.c-menu-subpages__list a:hover, .c-menu-subpages__list a:focus {
  text-decoration: none;
  color: #d9ac29;
}

.c-menu-subpages__list .is-active > a {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

@media (max-width: 59.99em) {
  .c-menu-subpages__list {
    display: none;
    margin-bottom: 1rem;
    padding: 1rem;
    padding-top: 0;
  }
}

@media (min-width: 60em) {
  .c-menu-subpages__list {
    font-size: 1.25rem;
  }
}

.c-search__form {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 42.5em) {
  .c-search__form {
    margin-bottom: 3rem;
  }
}

.c-search__input::-ms-clear {
  display: none;
}

.c-search__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.025em;
  height: 3.025em;
  background: url(../Images/icons/icon-search.svg) no-repeat center center;
}

.c-search__submit:focus {
  outline-width: 0;
  background-color: #e7e7e7;
}

.c-search-results {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.c-search-results__item + .c-search-results__item {
  margin-top: 1rem;
}

.c-search-results__item a {
  color: inherit;
}

.c-search-results__item a:hover, .c-search-results__item a:focus {
  text-decoration: none;
  color: #d9ac29;
}

.c-search-results__link {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.c-search-results__link:hover, .c-search-results__link:focus {
  text-decoration: none;
}

.c-search-results__image {
  width: 3rem;
  margin-right: 0.5rem;
  flex: 0 0 auto;
  text-align: center;
}

.c-search-results__image img {
  max-width: 40px;
  max-height: 40px;
}

@media (min-width: 42.5em) {
  .c-search-results__image {
    margin-right: 1rem;
  }
}

.bg-gold {
  background-color: #d9ac29;
}

.c-page {
  padding-top: 4.0625rem;
  overflow-x: hidden;
}

.c-page.c-page--promo {
  padding-top: 0;
}

@media (min-width: 60em) {
  .c-page {
    padding-top: 7.1875rem;
  }
}

.c-page__title {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}

.c-page__title.gold {
  color: #e1bd54;
}

.c-page__title.centered {
  text-align: center;
}

@media (min-width: 60em) {
  .c-page__title {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}

.centered {
  text-align: center;
}

.c-header {
  display: flex;
  position: fixed;
  z-index: 205;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 3.6875rem;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.c-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-header a:hover, .c-header a:focus {
  text-decoration: none;
  color: #e1bd54;
}

@media (min-width: 60em) {
  .c-header {
    min-height: 7.1875rem;
  }
  .c-header .container {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.c-header__main {
  display: flex;
  align-items: center;
}

.c-header__search {
  margin-left: 1rem;
  color: inherit;
}

@media (max-width: 59.99em) {
  .c-header__search {
    order: 1;
  }
}

@media (min-width: 60em) {
  .c-header__search {
    margin-left: 2rem;
  }
}

.c-header__meta {
  display: flex;
  font-weight: normal;
}

@media (min-width: 60em) {
  .c-header__meta {
    flex-direction: column;
  }
}

.c-header__items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 60em) {
  .c-header__items {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
  }
}

.c-header__back {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.75rem;
  line-height: 1.3;
  max-width: 5rem;
}

.c-header__back::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
}

@media (min-width: 60em) {
  .c-header__back {
    max-width: 100%;
    font-size: 0.875rem;
  }
}

a.c-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
}

@media (min-width: 60em) {
  a.c-logo {
    top: 18px;
    max-width: 200px;
  }
}

@media (min-width: 75em) {
  a.c-logo {
    top: 14px;
    max-width: 220px;
  }
}

@media (min-width: 60em) {
  .c-burger {
    display: none;
  }
}

.c-cart-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #e1bd54;
  color: #fff;
}

.c-footer {
  color: #fff;
  text-align: center;
}

.c-footer .o-list a {
  color: inherit;
}

.c-footer .o-list a:hover, .c-footer .o-list a:focus {
  text-decoration: none;
  color: #e1bd54;
}

@media (min-width: 42.5em) {
  .c-footer {
    text-align: left;
  }
}

.c-footer__top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #222;
}

@media (min-width: 60em) {
  .c-footer__top {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.c-footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid #444;
  background-color: #2d2d2d;
}

.c-footer__bottom .list-inline-narrow:last-child {
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .c-footer__bottom {
    padding-bottom: 2rem;
  }
}

@media (min-width: 87.5em) {
  .c-footer__bottom {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

.c-page--promo .c-footer__bottom {
  padding-top: 0;
}

.c-footer__title,
.c-footer__subtitle {
  margin-bottom: 1em;
  font-weight: 300;
  color: #e1bd54;
}

.c-footer__title {
  font-size: 1rem;
}

@media (min-width: 42.5em) {
  .c-footer__title {
    font-size: 1.25rem;
  }
}

.c-footer__subtitle {
  font-size: 0.875rem;
  font-weight: normal;
}

.c-footer__section {
  border-top: 1px solid #444;
  margin-top: 2rem;
  padding-top: 2rem;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #c6c6c6;
  text-align: center;
}

@media (min-width: 60em) {
  .c-footer__section {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.c-page--promo .c-footer__section {
  margin-top: 0;
  border-top: 0;
}

a.c-footer__scroll {
  display: block;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 2rem;
  padding: 1rem;
  background-color: #222;
  text-align: center;
  transition: background-color 0.15s ease-out;
}

a.c-footer__scroll:hover, a.c-footer__scroll:focus {
  background-color: #000;
  color: #fff;
}

a.c-footer__scroll::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  margin-left: 0.6em;
  background: url(../Images/icons/icon-scroll-top.svg) no-repeat center center;
  background-size: 16px 9px;
}

@media (min-width: 42.5em) {
  a.c-footer__scroll {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 60em) {
  a.c-footer__scroll {
    display: inline-block;
    margin: 0;
    margin-left: 1.5rem;
    padding: 0;
    border: 1px solid #6c6c6c;
    background-color: #2d2d2d;
  }
  a.c-footer__scroll, a.c-footer__scroll::after {
    width: 40px;
    height: 40px;
  }
  a.c-footer__scroll::after {
    margin-left: 0;
  }
}

@media (min-width: 60em) {
  .c-footer__scroll-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

.c-usp {
  margin-bottom: -1.2rem;
}

.c-usp__list {
  padding-left: 0;
  list-style: none;
  font-weight: normal;
}

.c-usp__list li {
  position: relative;
  margin-bottom: 1.2rem;
}

@media (min-width: 42.5em) {
  .c-usp__list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    /* autoprefixer: off */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-usp__list::after {
    content: '';
    display: block;
    clear: both;
  }
  .c-usp__list li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
  }
  .c-usp__list li + li {
    margin-top: 0;
  }
}

@media (min-width: 60em) {
  .c-usp__list li {
    width: 25%;
  }
}

.c-usp__image {
  display: none;
  margin-right: 1.5rem;
}

@media (max-width: 59.99em) {
  .c-usp__image {
    min-width: 46px;
    text-align: center;
  }
}

@media (min-width: 42.5em) {
  .c-usp__image {
    display: block;
  }
}

.c-usp__title p {
  margin-bottom: 0;
}

.c-payment-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.c-payment-options .small {
  width: 100%;
  margin-bottom: 0.6em;
}

.c-payment-options img {
  width: auto;
  max-height: 27px;
  margin-bottom: 1.2rem;
  margin-right: 0.8rem;
}

.c-payment-options--narrow {
  max-width: 174px;
}

.c-certificate {
  display: flex;
  flex-wrap: wrap;
}

.c-certificate img {
  width: auto;
  max-height: 36px;
  margin-right: 0.8rem;
}

.c-section {
  position: relative;
  overflow-x: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 42.5em) {
  .c-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 75em) {
  .c-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-section--default + .c-section--default:not(.c-section--separator),
.c-section--light + .c-section--light:not(.c-section--separator) {
  padding-top: 0;
}

.c-section--no-space {
  padding-top: 0;
}

.c-section--no-space:not(:last-child) {
  padding-bottom: 0;
}

.c-section--start {
  padding-top: 0;
}

.c-section--light {
  background-color: #f0f0f0;
}

.c-section--highlight {
  background-color: #f1e7d6;
}

.c-section--separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  max-width: 82.5rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 1px solid #d3d3d3;
}

@media (min-width: 87.5em) {
  .c-section--separator::before {
    left: 0;
    right: 0;
  }
}

.c-section--image {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

@media (max-width: 42.49em) {
  .c-section--image-md {
    background-image: none !important;
  }
}

.c-section__head {
  margin-bottom: 1rem;
  text-align: center;
}

.c-section__head .c-section__title {
  margin-bottom: 0.2em;
}

.c-section__head .u-link-underline {
  padding-bottom: 0;
}

@media (min-width: 42.5em) {
  .c-section__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    text-align: left;
  }
  .c-section__head .c-section__title {
    margin-bottom: 0;
  }
}

.c-section__title {
  margin-bottom: 0.5em;
  font-size: 2.1875rem;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 60em) {
  .c-section__title {
    font-size: 2.5rem;
    margin-bottom: 1em;
    text-align: left;
  }
}

.c-section__title-sub {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.2em;
}

.c-section__title-small {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 60em) {
  .c-section__title-small {
    font-size: 1.5625rem;
  }
}

@media (max-width: 42.49em) {
  .c-section__filter {
    margin-bottom: -0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 1rem;
    padding-bottom: 0;
    border-top: 5px solid #fff;
  }
  .c-section__filter label {
    font-size: 0.75rem;
  }
}

.c-section__title-filter {
  margin-bottom: 2rem;
  font-size: 1.5625rem;
  text-align: center;
}

@media (min-width: 42.5em) {
  .c-section__title-filter {
    font-size: 2.25rem;
    text-align: left;
  }
}

@media (min-width: 60em) {
  .c-section__title-filter {
    margin-bottom: 4rem;
    font-size: 2.5rem;
  }
}

.c-section--store-details-head {
  padding-top: 0;
  padding-bottom: 0;
}

.c-section--store-details {
  padding-top: 0;
}

.c-teaser {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 2rem;
  max-width: 420px;
  min-height: 300px;
  background-color: #fff;
  background-repeat: no-repeat;
  text-align: center;
  transition: box-shadow 0.15s ease-out;
}

.c-teaser .u-icon,
.c-teaser .u-link-underline {
  margin-left: auto;
  margin-right: auto;
}

.c-teaser .u-icon {
  display: block;
  margin-bottom: 1.2rem;
}

.c-teaser .u-link-underline {
  position: relative;
  z-index: 110;
  align-self: flex-start;
}

@media (min-width: 42.5em) {
  .c-teaser {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .c-teaser {
    padding: 3rem;
  }
  .c-page--promo .c-teaser {
    min-height: 400px;
  }
}

@media (min-width: 87.5em) {
  .col-md-4 > .c-teaser,
  .col-lg-4 > .c-teaser {
    min-height: 414px;
  }
}

.c-teaser--linked:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.c-teaser--autoheight {
  min-height: auto !important;
}

@media (min-width: 42.5em) {
  .c-teaser--autoheight {
    height: 100%;
    margin-bottom: 0;
  }
}

.c-teaser--autoheight .c-teaser__content h2 {
  margin-bottom: 0 !important;
}

.c-teaser--autoheight .c-teaser__content .c-teaser__action {
  margin-top: 2em;
}

.c-teaser--wide {
  flex-direction: row;
  align-items: center;
}

.c-teaser--wide .c-teaser__content {
  flex-direction: row;
}

.c-teaser--image-center {
  background-position: center center;
  background-size: contain;
}

.c-teaser--image-cover {
  background-position: top center;
  background-size: cover;
}

.c-teaser--light {
  color: #fff;
}

.c-teaser--light-brown {
  background-color: #f1e0b0;
  background-image: linear-gradient(to right top, #f1e0b0 50%, rgba(255, 255, 255, 0.2) 50%);
}

.c-teaser--dark-brown {
  background-color: #634d4d;
  background-image: linear-gradient(to right top, #634d4d 50%, rgba(255, 255, 255, 0.05) 50%);
}

.c-teaser--light-grey {
  background-color: #f0f0f0;
}

.c-teaser__image {
  margin-bottom: 1.5rem;
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .c-teaser__image img {
    max-width: 160px;
  }
}

@media (min-width: 60em) {
  .c-teaser__image {
    margin-bottom: 0;
  }
}

.c-teaser__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
}

.c-teaser__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.c-teaser__content--spaced {
  justify-content: space-between;
}

.c-teaser__title {
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-weight: 300;
}

.c-teaser__title strong {
  display: block;
}

@media (min-width: 75em) {
  .c-teaser__title {
    font-size: 2rem;
  }
}

.c-teaser-overlay {
  display: flex;
  flex-wrap: wrap;
}

.c-teaser-overlay.c-teaser-overlay--invert {
  flex-direction: row-reverse;
}

.c-teaser-overlay__image {
  position: relative;
}

.c-teaser-overlay__image:after {
  content: '';
  position: absolute;
  left: 1.875rem;
  right: 0;
  bottom: 0;
  height: 1.875rem;
  background: #fff;
}

@media (min-width: 42.5em) {
  .c-teaser-overlay__image {
    width: 58.33333333%;
  }
  .c-teaser-overlay__image:after {
    top: 50px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 1.875rem;
    height: auto;
  }
}

@media (min-width: 60em) {
  .c-teaser-overlay__image {
    width: 66.66666667%;
  }
  .c-teaser-overlay__image:after {
    top: 100px;
    width: 2.8125rem;
  }
}

@media (min-width: 75em) {
  .c-teaser-overlay__image {
    width: 75%;
  }
}

@media (min-width: 42.5em) {
  .c-teaser-overlay--invert .c-teaser-overlay__image:after {
    left: 0;
    right: auto;
  }
}

.c-teaser-overlay__content {
  background: #fff;
  margin-left: 1.875rem;
  padding: 0 1.875rem 1.875rem;
}

@media (min-width: 42.5em) {
  .c-teaser-overlay__content {
    width: 41.66666667%;
    margin-top: 50px;
    margin-left: 0;
    padding: 1.875rem 1.875rem 1.875rem 0;
  }
}

@media (min-width: 60em) {
  .c-teaser-overlay__content {
    width: 33.33333333%;
    margin-top: 100px;
    padding: 2.8125rem 2.8125rem 2.8125rem 0;
  }
}

@media (min-width: 75em) {
  .c-teaser-overlay__content {
    width: 25%;
  }
}

@media (min-width: 42.5em) {
  .c-teaser-overlay--invert .c-teaser-overlay__content {
    margin-right: 0;
    padding: 1.875rem 0 1.875rem 1.875rem;
  }
}

@media (min-width: 60em) {
  .c-teaser-overlay--invert .c-teaser-overlay__content {
    padding: 2.8125rem 0 2.8125rem 2.8125rem;
  }
}

.c-teaser-overlay__title {
  display: block;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}

@media (min-width: 42.5em) {
  .c-teaser-overlay__title {
    font-size: 2rem;
  }
}

@media (min-width: 60em) {
  .c-teaser-overlay__title {
    font-size: 2.375rem;
  }
}

.c-intro {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

@media (min-width: 60em) {
  .c-intro {
    font-size: 1.5625rem;
  }
}

.c-intro__main {
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #e1bd54;
}

.c-box {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  font-size: 0.875rem;
}

.c-box form {
  font-size: 1rem;
}

.c-box p {
  margin-bottom: 1em;
}

.c-box p:last-child {
  margin-bottom: 0;
}

.c-accordion .c-box {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 60em) {
  .c-box {
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }
}

.c-box--highlight {
  background-color: #fbf8ec;
}

.c-box--light {
  background-color: #f0f0f0;
}

.c-box--checkout {
  padding-left: 0;
  padding-right: 0;
}

.c-box--checkout p {
  margin-bottom: 1.5rem;
}

.c-box__title {
  font-size: 1.25rem;
}

.c-box__title--underline {
  font-size: 1rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #d3d3de;
}

.c-box__title--underline:first-child {
  margin-bottom: 1.6em;
}

@media (min-width: 60em) {
  .c-box__title--underline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-box__title-meta {
  display: block;
  margin-top: 0.4em;
  font-size: 0.75rem;
  color: #4c4c4c;
}

@media (min-width: 60em) {
  .c-box__title-meta {
    margin-top: 0;
  }
}

.c-box__form [type="email"], .c-box__form [type="number"], .c-box__form [type="password"], .c-box__form [type="search"], .c-box__form [type="tel"], .c-box__form [type="text"], .c-box__form [type="url"], .c-box__form [type="date"], .c-box__form [type="time"], .c-box__form textarea, .c-box__form select {
  margin-bottom: 0.5rem;
  min-width: 0;
  background-color: #fff;
}

.c-box__form .c-btn {
  width: 100%;
}

@media (min-width: 42.5em) {
  .c-box__form {
    display: flex;
  }
  .c-box__form [type="email"], .c-box__form [type="number"], .c-box__form [type="password"], .c-box__form [type="search"], .c-box__form [type="tel"], .c-box__form [type="text"], .c-box__form [type="url"], .c-box__form [type="date"], .c-box__form [type="time"], .c-box__form textarea, .c-box__form select {
    margin-bottom: 0;
  }
  .c-box__form .c-btn {
    width: auto;
    margin-left: 0.5rem;
  }
}

.c-hint {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.8em 1.2em;
  font-size: 0.875rem;
}

.c-hint .c-btn {
  margin-top: 1rem;
  width: 100%;
  white-space: nowrap;
}

.c-hint img {
  margin-right: 1rem;
}

.c-hint:last-child {
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .c-hint {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .c-hint .c-btn {
    margin-left: 0.8rem;
    margin-top: 0;
    width: auto;
  }
}

.c-hint__icon {
  flex: 0 0 auto;
}

@media (max-width: 59.99em) {
  .c-hint__icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
}

@media (max-width: 59.99em) {
  .c-hint__content {
    padding-left: 2.2rem;
  }
}

.c-hint--highlight {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  background-color: #efdda8;
}

.c-hint--highlight::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../Images/icons/icon-info.svg);
}

.c-hint--info {
  border: 1px solid #f2e8c2;
  background-color: #fbf8ec;
}

.c-hint--warning {
  border: 1px solid #ffdeb3;
  background-color: #fff4e6;
}

.c-hint--error {
  border: 1px solid #f9b9b9;
  background-color: #fde8e8;
}

.c-hint--success {
  border: 1px solid #c3e6d2;
  background-color: #e7f5ed;
}

.c-quote {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 42.5em) {
  .c-quote {
    margin-bottom: 0;
  }
}

.c-quote__image {
  margin-bottom: 1em;
}

.c-quote__image img {
  max-width: 240px;
}

@media (min-width: 60em) {
  .c-quote__image img {
    max-width: 100%;
  }
}

.c-quote__block {
  margin-bottom: 2rem;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.c-quote__block p {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -15px;
  width: 19px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.15s ease-out;
}

.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s, opacity 0.15s;
}

.slick-arrow:hover, .slick-arrow:focus {
  outline-width: 0;
}

@media (min-width: 87.5em) {
  .slick-arrow {
    margin-top: -22px;
    width: 22px;
    height: 44px;
  }
}

.slick-prev {
  left: 0;
  background-image: url(../Images/icons/icon-arrow-prev.svg);
}

.slick-next {
  right: 0;
  background-image: url(../Images/icons/icon-arrow-next.svg);
}

.slick-counter {
  margin-top: 1rem;
}

@media (min-width: 42.5em) {
  .slick-counter {
    margin-top: 2rem;
  }
}

.c-slider--single:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

.slick-slider.c-slider-product-list {
  margin-left: 1rem;
  margin-right: 1rem;
}

.slick-slider.c-slider-product-list .slick-list,
.slick-slider.c-slider-product-list .slick-track,
.slick-slider.c-slider-product-list.slick-initialized .slick-slide {
  display: flex;
}

.slick-slider.c-slider-product-list .slick-list {
  flex-direction: column;
}

.slick-slider.c-slider-product-list .slick-track {
  min-height: 1px;
}

.slick-slider.c-slider-product-list .slick-slide {
  height: auto;
}

.slick-slider.c-slider-product-list .slick-arrow {
  width: 40px;
}

.slick-slider.c-slider-product-list .slick-prev {
  left: -1rem;
  background-position: left center;
}

.slick-slider.c-slider-product-list .slick-next {
  right: -1rem;
  background-position: right center;
}

@media (max-width: 24.99em) {
  .slick-slider.c-slider-product-list .c-product__footer {
    flex-direction: column;
  }
  .slick-slider.c-slider-product-list .c-product__footer .c-btn {
    margin-left: 0;
    margin-top: 0.4rem;
  }
}

@media (min-width: 42.5em) {
  .slick-slider.c-slider-product-list {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }
  .slick-slider.c-slider-product-list .slick-prev {
    left: -1.8rem;
  }
  .slick-slider.c-slider-product-list .slick-next {
    right: -1.8rem;
  }
}

.slick-vertical.c-slider-product-list {
  margin-left: 0;
  margin-right: 0;
}

.slick-vertical.c-slider-product-list .slick-list,
.slick-vertical.c-slider-product-list .slick-track,
.slick-vertical.c-slider-product-list.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical.c-slider-product-list .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slick-vertical.c-slider-product-list .slick-slide.slick-current {
  opacity: 1;
}

.slick-vertical.c-slider-product-list .c-product {
  margin: 6px;
}

.slick-vertical.c-slider-product-list .c-product__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-slider-product-detail + .c-slider-product-detail {
  margin-top: 3rem;
}

.c-slider-product-detail {
  text-align: center;
}

.c-slider-product-detail img {
  max-width: 200px;
  margin: 0 auto;
}

.c-slider-product-detail .c-product__hint {
  top: 20px;
  left: 20px;
}

.c-slider-product-detail .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-slider-product-detail .slick-arrow {
  margin-top: -35px;
}

.c-slider-product-detail .slick-prev {
  left: -0.6rem;
}

.c-slider-product-detail .slick-next {
  right: -0.6rem;
}

@media (min-width: 60em) {
  .c-slider-product-detail img {
    max-width: 100%;
  }
}

@media (min-width: 87.5em) {
  .c-slider-product-detail .slick-slide {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .c-slider-product-detail .slick-arrow {
    margin-top: -48px;
  }
  .c-slider-product-detail .slick-prev {
    left: -2rem;
  }
  .c-slider-product-detail .slick-next {
    right: -2rem;
  }
}

.c-slider-content {
  margin-bottom: 1.5rem;
}

.c-slider-content:last-child {
  margin-bottom: 0;
}

.c-slider-content .slick-prev,
.c-slider-content .slick-next {
  height: 60px;
  width: 40px;
  margin-top: -30px;
  background-size: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.c-slider-content .slick-prev:hover, .c-slider-content .slick-prev:focus,
.c-slider-content .slick-next:hover,
.c-slider-content .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-slider-content .slick-prev {
  left: 0;
}

.c-slider-content .slick-next {
  right: 0;
}

.c-slider-content .slick-counter {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  padding: 0.4rem 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.15s ease-out;
}

.c-slider-content:hover .slick-counter, .c-slider-content:focus .slick-counter {
  opacity: 1;
}

.c-slider-promo {
  position: relative;
}

.c-slider-promo > .slick-slider {
  overflow: hidden;
}

.c-slider-promo .container {
  position: relative;
  z-index: 5;
}

.c-slider-promo .c-btn {
  border-radius: 5em;
  color: #222;
}

.c-slider-promo .slick-prev,
.c-slider-promo .slick-next {
  opacity: 0;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 1rem;
}

.c-slider-promo .slick-prev:hover, .c-slider-promo .slick-prev:focus,
.c-slider-promo .slick-next:hover,
.c-slider-promo .slick-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-slider-promo:hover .slick-prev,
.c-slider-promo:hover .slick-next, .c-slider-promo:focus .slick-prev,
.c-slider-promo:focus .slick-next {
  opacity: 1;
}

.c-slider-promo .slick-dots {
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.c-slider-promo .slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-slider-promo .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.15s ease-out;
}

.c-slider-promo .slick-dots li:hover, .c-slider-promo .slick-dots li:focus {
  border-color: #d7d6d6;
}

.c-slider-promo .slick-dots li.slick-active {
  border-color: #e1bd54 !important;
  background-color: #e1bd54 !important;
}

@media (min-width: 42.5em) {
  .c-slider-promo .slick-dots {
    left: auto;
    right: 1.4rem;
  }
}

@media (min-width: 87.5em) {
  .c-slider-promo .slick-dots {
    right: 50%;
    margin-right: -652px;
    bottom: 3rem;
  }
}

@media (min-width: 42.5em) {
  .c-slider-promo .c-btn {
    font-size: 1.0625rem;
  }
}

.c-slider-promo__next {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.c-slider-promo__next, .c-slider-promo__next:hover, .c-slider-promo__next:focus {
  color: #fff;
}

@media (min-width: 42.5em) {
  .c-slider-promo__next {
    right: auto;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}

@media (min-width: 87.5em) {
  .c-slider-promo__next {
    left: 50%;
    margin-left: -652px;
    bottom: 3rem;
  }
}

.c-slider-promo__content {
  position: absolute;
  top: 4rem;
  left: 2rem;
  right: 2rem;
  text-align: center;
}

@media (min-width: 60em) {
  .c-slider-promo__content {
    max-width: 31.25rem;
    top: 7rem;
    left: 7rem;
    text-align: left;
  }
}

@media (min-width: 87.5em) {
  .c-slider-promo__content {
    left: 24px;
  }
}

.c-slider-promo__title {
  margin-bottom: 0.8em;
  font-size: 1.875rem;
  font-weight: 300;
  color: #fff;
}

.c-slider-promo__title a {
  color: inherit;
}

.c-slider-promo__title a:hover, .c-slider-promo__title a:focus {
  text-decoration: none;
}

@media (max-width: 59.99em) {
  .c-slider-promo__title br {
    display: none;
  }
}

@media (min-width: 60em) {
  .c-slider-promo__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 75em) {
  .c-slider-promo__title {
    font-size: 3.125rem;
  }
}

.c-slider-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-slider-promo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide[data-slidetype="video"] {
  background-color: #000;
}

.slick-slide[data-slidetype="video"].preloaded > .c-slider-promo__image {
  display: none !important;
}

.c-slider-promo__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s;
  overflow: hidden;
}

.c-slider-promo__video.preloaded {
  opacity: 1;
}

.is-slide-light .c-slider-promo__title,
.is-slide-light + .c-slider-promo__next {
  color: #222;
}

.is-slide-light .slick-dots li {
  border-color: #4d4c4c;
}

.is-slide-light .slick-dots li:hover, .is-slide-light .slick-dots li:focus {
  border-color: rgba(0, 0, 0, 0.4);
}

.slick-slider .c-product,
.slick-slider .c-teaser {
  margin-top: 6px;
  margin-bottom: 6px;
}

.slick-slider.slick-vertical .slick-prev,
.slick-slider.slick-vertical .slick-next {
  left: 50%;
  margin-top: 0;
  margin-left: -15px;
}

.slick-slider.slick-vertical .slick-prev {
  top: 0;
  transform: rotate(90deg);
}

.slick-slider.slick-vertical .slick-next {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}

@media (min-width: 87.5em) {
  .slick-slider.slick-vertical .slick-prev,
  .slick-slider.slick-vertical .slick-next {
    margin-left: -11px;
  }
}

.c-slider__caption {
  margin-top: 1rem;
}

.c-share {
  position: relative;
  display: flex;
  align-items: center;
}

.c-share::after {
  content: '';
  display: block;
  clear: both;
}

.c-share__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  float: left;
}

.c-share__button:focus {
  outline-width: 0;
  color: #000;
}

.c-share__button .u-icon-before::before {
  position: relative;
  top: 4px;
  margin-right: 0.8rem;
}

.c-share__list {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s, opacity 0.15s;
  padding-left: 0;
  list-style: none;
  margin-left: -1.2rem;
  position: relative;
  margin-left: 1rem;
  margin-bottom: 0;
  padding: 0 0.4rem;
  float: left;
  border: 1px solid #d3d3d3;
}

.c-share__list::after {
  content: '';
  display: block;
  clear: both;
}

.c-share__list > li {
  float: left;
  margin-left: 1.2rem;
}

.c-share__list > li > a {
  display: inline-block;
}

.c-share__list::before, .c-share__list::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
}

.c-share__list::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #c2c2c2 transparent transparent;
  border-width: 10px 10px 10px 0;
}

.c-share__list::after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 10px 10px 0;
  margin-right: -1px;
}

.c-share__list > li {
  margin: 0;
}

.c-share__list a {
  vertical-align: middle;
  padding: 1.4rem 1.2rem;
}

.c-share__list a:hover, .c-share__list a:focus {
  opacity: 0.7;
}

.c-share__list.is-toggled {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.15s;
}

@media (min-width: 60em) {
  .c-share__list {
    margin-left: 2rem;
  }
}

.c-accordion__item {
  border-top: 1px solid #d3d3d3;
}

.c-accordion__item:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.c-accordion__item h3 {
  font-size: 1.25rem;
  font-weight: 300;
}

.c-accordion__item h3:first-child {
  margin-top: 0;
}

.c-accordion__item h4 {
  font-size: 1rem;
}

.c-accordion__title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: inherit;
}

.c-accordion__title--highlight {
  color: #e1bd54;
}

.c-accordion__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  width: 100%;
  padding: 1.4rem 0;
  padding-right: 1.8rem;
  text-align: left;
}

.c-accordion__toggle:focus {
  outline-width: 0;
}

.c-accordion__toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 21px;
  height: 12px;
  background: url(../Images/icons/icon-toggle-open.svg) no-repeat center center;
}

.c-accordion__toggle[aria-expanded="true"]::after {
  background-image: url(../Images/icons/icon-toggle-close.svg);
}

.c-accordion__item.is-disabled .c-accordion__toggle {
  cursor: default;
}

.c-accordion__item.is-disabled .c-accordion__toggle::after,
.c-accordion__item--iconless .c-accordion__toggle::after {
  background-image: none !important;
}

.c-accordion__content > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-accordion-mobile {
  text-align: left;
}

@media (max-width: 42.49em) {
  .c-accordion-mobile .c-footer__title {
    position: relative;
    border-bottom: 1px solid #444;
    padding-bottom: 0.8em;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
  }
  .c-accordion-mobile .c-footer__title::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 13px;
    height: 7px;
    background: url(../Images/icons/icon-arrow-down-light.svg) no-repeat center center;
  }
  .c-accordion-mobile .c-footer__title.is-active {
    font-weight: bold;
  }
  .c-accordion-mobile .c-footer__title.is-active::after {
    transform: scaleY(-1);
  }
}

.c-accordion-mobile__content {
  margin-bottom: 1.5rem;
}

@media (max-width: 42.49em) {
  .c-accordion-mobile__content {
    display: none;
  }
}

@media (min-width: 42.5em) {
  .c-accordion-mobile__content {
    display: block !important;
  }
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 20px;
}

.sl-wrapper .sl-counter {
  left: 20px;
}

.sl-wrapper .sl-close {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  margin: 0;
  right: 20px;
  width: 27px;
  height: 27px;
  background: url(../Images/icons/icon-close-light.svg) no-repeat center center;
}

.sl-wrapper .sl-navigation button {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
}

.sl-wrapper .sl-navigation button.sl-prev {
  background-image: url(../Images/icons/icon-arrow-prev-light.svg);
  background-position: center left;
}

.sl-wrapper .sl-navigation button.sl-next {
  background-image: url(../Images/icons/icon-arrow-next-light.svg);
  background-position: center right;
}

@media (min-width: 87.5em) {
  .sl-wrapper .sl-counter,
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 50%;
    margin-left: -652px;
  }
  .sl-wrapper .sl-close,
  .sl-wrapper .sl-navigation button.sl-next {
    right: 50%;
    margin-right: -652px;
  }
}

.c-headimage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c-tab-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.6rem;
  margin-bottom: 2rem;
}

.c-tab-navigation:last-child {
  margin-bottom: 0;
}

.c-tab-navigation .c-btn--dark,
.c-tab-navigation .c-btn--darklined {
  flex-grow: 1;
  display: flex;
  width: calc(50% - 0.6rem);
  margin-left: 0.6rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

@media (min-width: 42.5em) {
  .c-tab-navigation .c-btn--dark,
  .c-tab-navigation .c-btn--darklined {
    width: auto;
    flex-grow: 0;
    text-align: left;
    justify-content: flex-start;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.c-tab-navigation .u-link-underline {
  margin: 0 auto;
}

@media (min-width: 42.5em) {
  .c-tab-navigation .u-link-underline {
    display: inline-block;
    margin: 0;
    margin-left: auto;
  }
}

.c-tab-navigation--news-filter {
  flex-wrap: nowrap;
}

.c-tab-navigation--news-filter .c-btn--dark,
.c-tab-navigation--news-filter .c-btn--darklined {
  width: 100%;
}

@media (min-width: 42.5em) {
  .c-tab-navigation--news-filter .c-btn--dark,
  .c-tab-navigation--news-filter .c-btn--darklined {
    width: auto;
    flex-grow: 0;
    text-align: left;
  }
}

.c-statement {
  display: flex;
  width: 100%;
  border-top: 1px solid #e1bd54;
  border-bottom: 1px solid #e1bd54;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.c-statement:last-child {
  margin-bottom: 0;
}

@media (min-width: 42.5em) {
  .c-statement {
    flex-wrap: nowrap;
    margin-bottom: 3rem;
  }
}

.c-statement .c-statement__image {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 2rem;
}

@media (min-width: 42.5em) {
  .c-statement .c-statement__image {
    width: 30rem;
    margin: 0 2rem 0 0;
  }
}

.c-statement .c-statement__image img {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: 100%;
}

.c-statement .c-statement__quote {
  width: 100%;
  align-self: center;
}

@media (min-width: 42.5em) {
  .c-statement .c-statement__quote {
    padding: 0.5rem;
  }
}

.c-statement .c-statement__quote p {
  font-weight: bold;
  font-size: 1.125rem;
}

.c-statement .c-statement__quote cite {
  font-size: 0.875rem;
  font-style: normal;
}

.c-statement .c-statement__quote cite b {
  color: #e1bd54;
  display: block;
}

.c-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.c-info:last-child {
  margin-bottom: 0;
}

@media (min-width: 42.5em) {
  .c-info {
    flex-wrap: nowrap;
    margin-bottom: 3rem;
  }
}

.c-info .c-info__image {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 2rem;
}

@media (min-width: 42.5em) {
  .c-info .c-info__image {
    width: 30rem;
    margin: 0 2rem 0 0;
  }
}

.c-info .c-info__image img {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: 100%;
}

.c-info .c-info__text {
  width: 100%;
  align-self: center;
}

@media (min-width: 42.5em) {
  .c-info .c-info__text {
    padding: 0.5rem;
  }
}

.c-hero {
  position: relative;
  height: 100vh;
}

.c-hero .container {
  position: relative;
  z-index: 5;
}

.c-hero--light {
  color: #fff;
}

.c-hero__content {
  z-index: 5;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10rem;
  text-align: center;
}

@media (min-width: 60em) {
  .c-hero__content {
    max-width: 31.25rem;
    margin: 0;
    padding: 10rem 0 0 10rem;
    text-align: left;
  }
}

.c-hero__title {
  position: relative;
  margin-bottom: 0.8em;
  font-size: 2.1875rem;
  font-weight: 300;
}

@media (min-width: 60em) {
  .c-hero__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 75em) {
  .c-hero__title {
    font-size: 3.75rem;
  }
}

.c-hero__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero__next {
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  color: inherit;
}

.c-hero__next:hover, .c-hero__next:focus {
  color: inherit;
}

.c-hero__next svg {
  margin-top: 0.9375rem;
  color: inherit;
}

@media (min-width: 60em) {
  .c-hero__next {
    text-align: left;
  }
}

@media (min-width: 75em) {
  .c-hero__next {
    max-width: 84.5rem;
  }
}

#ds_cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 0.9375rem 0;
  font-size: 0.875rem;
  background: #4d4c4c;
  color: #fff;
}

#ds_cookiebar > div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 84.5rem;
}

@media (min-width: 42.5em) {
  #ds_cookiebar > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#ds_cookiebarmessage a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
}

#ds_cookiebarclosebtn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.69em 1.5em;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #e1bd54;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  color: #4d4c4c;
  white-space: nowrap;
}

#ds_cookiebarclosebtn:hover, #ds_cookiebarclosebtn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #d9ac29;
  color: #fff;
  border-color: #d9ac29;
}

#ds_cookiebarclosebtn:active {
  background-color: #d9ac29;
  color: #fff;
}

#ds_cookiebarclosebtn.disabled, #ds_cookiebarclosebtn[disabled] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

#ds_cookiebarclosebtn:hover, #ds_cookiebarclosebtn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #e1bd54;
  color: #fff;
  border-color: #d9ac29;
}

#ds_cookiebarclosebtn:active {
  background-color: #d9ac29;
  color: #fff;
}

.c-magnify {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  background-position: 50% 50%;
  cursor: zoom-in;
}

.c-magnify img {
  transition: opacity 0.3s ease-out;
}

.c-magnify img:hover {
  opacity: 0;
}

.inlinenav {
  text-align: center;
}

.inlinenav > ul {
  padding: 0;
  margin: 0;
}

.inlinenav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 4px 16px 4px 15px;
}

.inlinenav > ul > li a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.inlinenav > ul > li a:hover {
  color: #d9ac29;
  text-decoration: none;
}

@media (min-width: 42.5em) {
  .inlinenav > ul > li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #e9e9e9;
  }
  .inlinenav > ul > li:last-child:after {
    display: none;
  }
}

.hoverproductslider {
  padding: 60px 0;
}

.hoverproductslider .products {
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  overflow: hidden;
  height: 456px;
}

.hoverproductslider .products .product {
  display: block;
  position: relative;
  text-decoration: none;
  height: 456px;
  margin: 0 10px;
}

.hoverproductslider .products .product > .foreground {
  position: relative;
  z-index: 21;
  height: 100%;
  width: 100%;
}

.hoverproductslider .products .product > .foreground > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hoverproductslider .products .product > .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 22;
  opacity: 0;
  background-color: #d9ac29;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.hoverproductslider .products .product > .overlay > .inner {
  padding: 23px 20px 0 20px;
  max-height: calc(100% - 44px);
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}

.hoverproductslider .products .product > .overlay > .inner h1, .hoverproductslider .products .product > .overlay > .inner h2, .hoverproductslider .products .product > .overlay > .inner h3, .hoverproductslider .products .product > .overlay > .inner h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

.hoverproductslider .products .product > .overlay > .inner ul, .hoverproductslider .products .product > .overlay > .inner p {
  margin: 0;
}

.hoverproductslider .products .product > .overlay > .inner ul {
  padding-left: 25px;
}

.hoverproductslider .products .product > .overlay > .inner a {
  color: #fff;
  text-decoration: underline;
}

.hoverproductslider .products .product > .overlay > .inner a:hover {
  opacity: 0.8;
}

.hoverproductslider .products .product > .overlay > .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
}

.hoverproductslider .products .product > .overlay > .bottom > a {
  font-size: 16px;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

.hoverproductslider .products .product > .overlay > .bottom > a:hover {
  opacity: 0.8;
}

.hoverproductslider .products .product.active > .overlay {
  opacity: 1;
}

.hoverproductslider:not(.touch) .products .product:hover > .overlay {
  opacity: 1;
}

@media (min-width: 42.5em) {
  .hoverproductslider .products {
    max-width: 1066px;
    padding: 0 45px;
  }
  .hoverproductslider .products .product {
    width: 31%;
  }
}

.stickyform {
  position: fixed;
  bottom: 0;
  right: 50%;
  background-color: #d9ac29;
  width: 249px;
  color: #fff;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 300;
  transform: translate(50%, 0);
}

.stickyform > .opener {
  position: relative;
  padding: 14px 6px 9px 38px;
  cursor: pointer;
  transition: padding 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.stickyform > .opener > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.stickyform > .opener > .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 32px;
  top: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/icons/icon-arrow-down-light.svg);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.stickyform > .body {
  display: none;
  height: 376px;
  padding: 0 30px;
}

.stickyform > .body > p {
  margin: 0;
  padding-top: 4px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
}

.stickyform > .body > .phone {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 14px;
}

.stickyform > .body > .phone:hover {
  opacity: 0.8;
}

.stickyform > .body > .formframe {
  border: none;
  width: 100%;
  height: 270px;
  margin-top: 2px;
}

.stickyform.open {
  width: 94%;
}

.stickyform.open > .opener {
  padding-top: 46px;
  padding-left: 30px;
}

.stickyform.open > .opener > span {
  font-size: 23px;
  font-weight: 600;
}

.stickyform.open > .opener > .icon {
  opacity: 1;
}

@media (min-width: 42.5em) {
  .stickyform {
    transform: translate(0, 0);
    right: 94px;
  }
  .stickyform.open {
    width: 422px;
  }
  .stickyform.open > .opener:hover {
    opacity: 0.8;
  }
}

.stickyinlineform {
  background-color: #d9ac29;
  padding-bottom: 20px;
}

.stickyinlineform .gridrow {
  display: flex;
  width: 100%;
  gap: 0px 22px;
}

.stickyinlineform .gridrow > .half {
  min-width: 0;
  padding: 2px 0;
  width: calc(50% - 11px);
}

.stickyinlineform input[type="text"] {
  background-color: #d9ac29;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  height: 36px;
  padding: 0;
  font-size: 14px;
  width: 100%;
}

.stickyinlineform input[type="text"]::-moz-placeholder {
  color: #f0dea9;
  opacity: 1;
}

.stickyinlineform input[type="text"]::placeholder {
  color: #f0dea9;
  opacity: 1;
}

.stickyinlineform input[type="text"]:-ms-input-placeholder {
  color: #f0dea9;
}

.stickyinlineform input[type="text"]::-ms-input-placeholder {
  color: #f0dea9;
}

.stickyinlineform input[type="text"].parsley-error {
  border-color: #c00 !important;
}

.stickyinlineform .parsley-errors-list {
  font: 12px;
  line-height: 16px;
}

.stickyinlineform button[type="submit"], .stickyinlineform input[type="submit"] {
  height: 42px;
  background-color: #fff;
  color: #d9ac29;
  margin-top: 10px;
  font-weight: 600;
  min-width: 186px;
  text-align: center;
  padding: 0 0;
}

.stickyinlineform button[type="submit"]:hover, .stickyinlineform input[type="submit"]:hover {
  opacity: 0.8;
}

@media (min-width: 42.5em) {
  .stickyinlineform .gridrow {
    gap: 0px 44px;
  }
  .stickyinlineform .gridrow > .half {
    width: calc(50% - 22px);
  }
}

.c-product {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff;
  transition: box-shadow 0.15s ease-out;
}

.c-product:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

@media (hover: none) {
  .c-product {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 42.5em) {
  .c-product {
    margin-bottom: 2rem;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .c-product {
    padding: 0.5rem;
  }
}

.c-product,
.c-product__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.c-product--highlight {
  background-color: #f1e7d6;
}

.c-product--highlight .c-product__title,
.c-product--highlight .c-product__subtitle {
  font-size: 1.375rem;
}

.c-product--highlight .c-product__title {
  margin-bottom: 0;
}

.c-product--highlight .c-product__subtitle {
  margin-top: 0;
  font-weight: 300;
}

@media (max-width: 24.99em) {
  .c-product--highlight .c-product__footer {
    flex-direction: column;
  }
  .c-product--highlight .c-product__footer .c-btn {
    margin-left: 0;
    margin-top: 0.4rem;
  }
}

@media (min-width: 42.5em) {
  .c-product--highlight {
    display: flex;
    flex-direction: row;
    background-color: transparent;
  }
  .c-product--highlight::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background-color: #f1e7d6;
  }
  .c-product--highlight .c-product__image,
  .c-product--highlight .c-product__content {
    position: relative;
    padding: 1rem;
    width: 50%;
  }
  .c-product--highlight .c-product__image {
    margin-bottom: 0;
  }
  .c-product--highlight .c-product__content {
    padding-left: 1rem;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .c-product--highlight {
    padding: 0.5rem;
  }
  .c-product--highlight::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.c-product__image {
  position: relative;
  margin-bottom: 1.5rem;
  flex: 0 0 auto;
}

.c-product__image img {
  display: block;
  margin: 0 auto;
  image-rendering: auto;
}

.c-product__hint {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 3px solid #e1bd54;
  padding: 0.4em 0.8em;
  line-height: 1;
  font-weight: bold;
  background-color: #fff;
  color: #e1bd54;
  transform: rotate(-10deg);
  pointer-events: none;
}

@media (min-width: 60em) {
  .c-product__hint--large {
    font-size: 1.25rem;
  }
}

.c-product__title {
  font-size: 1rem;
}

.c-product__description {
  padding-bottom: 0.3rem;
  text-align: center;
}

@media (min-width: 42.5em) {
  .c-product__description {
    text-align: left;
  }
}

.c-product__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d3d3d3;
  padding-top: 0.8rem;
  margin-top: auto;
  min-height: 52px;
}

.c-product__footer .c-btn {
  position: relative;
  z-index: 110;
  margin-left: 0.4rem;
  padding: 0.4em 0.6em;
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .c-product__footer {
    font-size: 0.9rem;
  }
}

.c-product__price {
  white-space: nowrap;
}

.c-product__info {
  margin-left: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media (min-width: 60em) {
  .c-product-detail__back {
    margin-left: 1rem;
  }
}

@media (min-width: 87.5em) {
  .c-product-detail__back {
    margin-left: 2rem;
  }
}

.c-product-detail__section {
  margin-bottom: 2rem;
}

@media (min-width: 60em) {
  .c-product-detail__section {
    margin-bottom: 3rem;
  }
}

.c-product-detail__section--bordered {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.c-product-detail__title,
.c-product-detail__description {
  text-align: center;
}

@media (min-width: 42.5em) {
  .c-product-detail__title,
  .c-product-detail__description {
    text-align: left;
  }
}

.c-product-detail__title {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}

@media (min-width: 42.5em) {
  .c-product-detail__title {
    font-size: 1.875rem;
  }
}

.c-product-detail__description {
  font-weight: bold;
  margin-bottom: 2rem;
}

.c-product-detail__title-small {
  font-size: 1rem;
}

.c-product-detail__title-sub {
  font-size: 1.25rem;
}

.c-product-detail__price {
  margin-bottom: 1rem;
}

.c-product-detail__usp {
  padding-left: 0;
  list-style: none;
  padding-left: 1.6em;
}

.c-product-detail__usp li + li {
  margin-top: 0.4em;
}

.c-product-detail__usp li {
  position: relative;
}

.c-product-detail__usp li:before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: -1.6em;
  width: 18px;
  height: 13px;
  margin-right: 0.5em;
  background: url(../Images/icons/icon-check.svg) no-repeat center center;
}

.c-product-detail__main-price {
  font-size: 1.5625rem;
  font-weight: bold;
}

.c-product-detail__main-actions {
  margin-bottom: 1rem;
}

@media (min-width: 42.5em) {
  .c-product-detail__main-actions {
    display: flex;
    justify-content: space-between;
  }
}

.c-product-detail__meta-actions {
  display: flex;
  align-items: center;
}

.c-product-detail__favorite {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #d3d3d3;
}

.c-product-detail__favorite:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.c-product-detail__favorite a {
  color: inherit;
}

.c-product-detail__favorite a:hover, .c-product-detail__favorite a:focus {
  color: #e1bd54;
}

.c-product-detail__favorite a.is-active::before, .c-product-detail__favorite a.is-active::after {
  content: none;
}

.c-product-detail__favorite a.is-active path {
  stroke: #e1bd54;
  fill: #e1bd54;
}

.c-quantity-select {
  display: flex;
  flex: 1 1 auto;
  min-width: 100px;
}

.c-quantity-select input[type="number"] {
  position: relative;
  z-index: 1;
  min-width: 3rem;
  flex: 1 1 auto;
  margin: 0 -1px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  border-color: #d3d3d3;
  background-color: #fff;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.c-quantity-select input[type="number"]::-webkit-outer-spin-button, .c-quantity-select input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.c-product-detail__main-actions .c-quantity-select {
  order: -1;
}

@media (max-width: 42.49em) {
  .c-product-detail__main-actions .c-quantity-select {
    margin-bottom: 1rem;
  }
}

@media (min-width: 42.5em) {
  .c-quantity-select {
    max-width: 50%;
  }
}

@media (min-width: 75em) {
  .c-quantity-select input[type="number"] {
    min-width: 5rem;
  }
}

.c-quantity-select__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  flex: 1 0 auto;
  width: 3.025em;
  height: 3.025em;
  line-height: 3.025em;
  border: 1px solid #d3d3d3;
  font-weight: bold;
}

.c-quantity-select__button:hover, .c-quantity-select__button:focus, .c-quantity-select__button:active {
  position: relative;
  z-index: 2;
}

.c-quantity-select__button:focus, .c-quantity-select__button:active {
  background-color: #fff;
  border-color: #bab9b9;
  color: #222;
}

.c-quantity-select__button:hover {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}

.c-quantity-select__submit {
  width: 100%;
  min-height: 3.025em;
  margin-bottom: 1rem;
}

@media (min-width: 42.5em) {
  .c-quantity-select__submit {
    margin-left: 1rem;
    margin-bottom: 0;
    flex: 1 1 auto;
    width: auto;
  }
}

.c-product-shortlist {
  padding-left: 0;
  list-style: none;
}

.c-product-shortlist li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3;
}

.c-product-shortlist li::after {
  content: '';
  display: block;
  clear: both;
}

.c-product-shortlist__image {
  float: left;
  margin-right: 1rem;
  min-width: 110px;
  text-align: center;
}

.c-product-shortlist__content {
  overflow: hidden;
}

.c-product-shortlist__title {
  margin-bottom: 0.2em;
  font-size: 1rem;
  font-weight: normal;
}

.c-product-shortlist__description {
  margin-bottom: 1rem;
}

.c-product-shortlist__price {
  font-weight: bold;
  border-left: 1px solid #d3d3de;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.c-shopping-cart {
  margin-bottom: -1px;
}

@media (min-width: 60em) {
  .c-shopping-cart {
    margin-bottom: 4rem;
  }
}

.c-shopping-cart__header {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d3d3d3;
  font-weight: bold;
}

.c-shopping-cart__item {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  border-bottom: 1px solid #d3d3d3;
}

.c-shopping-cart__item .row {
  position: relative;
}

.c-shopping-cart__item .col {
  position: static;
}

@media (min-width: 60em) {
  .c-shopping-cart__item {
    margin: 0;
    padding: 2rem 0;
  }
}

.c-shopping-cart__item--disabled .c-shopping-cart__image,
.c-shopping-cart__item--disabled .c-shopping-cart__title,
.c-shopping-cart__item--disabled .c-shopping-cart__description {
  opacity: 0.5;
}

.c-shopping-cart__item--disabled .c-shopping-cart__amount {
  margin-bottom: 0;
}

.c-shopping-cart__item--disabled .c-shopping-cart__price {
  font-weight: bold;
}

.c-shopping-cart__item--disabled .c-shopping-cart__delete {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 59.99em) {
  .c-shopping-cart__item--disabled .c-quantity-select {
    display: none;
  }
}

@media (min-width: 60em) {
  .c-shopping-cart__item--disabled .c-quantity-select {
    opacity: 0;
  }
  .c-shopping-cart__item--disabled .c-shopping-cart__delete {
    position: relative;
  }
}

.c-shopping-cart__title {
  font-size: 1rem;
  margin-bottom: 0.6em;
}

.c-shopping-cart__title a {
  display: inline-block;
  color: inherit;
}

@media (min-width: 60em) {
  .c-shopping-cart__title {
    font-size: 1.5625rem;
  }
}

.c-shopping-cart__image {
  text-align: center;
  margin-right: 0.5rem;
  float: left;
  width: 80px;
}

.c-shopping-cart__image img {
  max-height: 100px;
}

@media (min-width: 25em) {
  .c-shopping-cart__image {
    margin-right: 1rem;
  }
}

@media (min-width: 60em) {
  .c-shopping-cart__image {
    width: 31%;
  }
}

@media (min-width: 75em) {
  .c-shopping-cart__image {
    margin-right: 1.5rem;
  }
  .c-shopping-cart__image img {
    max-width: 100%;
    max-height: 100%;
  }
}

.c-shopping-cart__info {
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
}

@media (min-width: 60em) {
  .c-shopping-cart__info {
    position: static;
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  .c-shopping-cart__description {
    max-width: 80%;
  }
}

.c-shopping-cart__amount {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 60em) {
  .c-shopping-cart__amount {
    position: absolute;
    top: 0;
    left: 50%;
    margin-bottom: 0;
    padding-left: 0.9375rem;
  }
  .c-shopping-cart__amount .c-quantity-select {
    max-width: 200px;
  }
}

.c-shopping-cart__delete {
  display: inline-block;
  margin-left: 1rem;
  color: #4e4e4e;
}

@media (min-width: 60em) {
  .c-shopping-cart__delete {
    margin-left: 1.4rem;
  }
}

.c-shopping-cart__price {
  font-size: 0.875rem;
  text-align: left;
}

@media (min-width: 60em) {
  .c-shopping-cart__price {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    margin-top: 0.65rem;
    font-size: 1.25rem;
    text-align: right;
  }
}

.c-checkout .c-accordion__item.is-disabled .c-accordion__toggle {
  opacity: 0.5;
}

.c-checkout .c-accordion__content > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-checkout .c-accordion__title {
  font-size: 1.25rem;
}

.c-checkout .c-accordion__toggle {
  padding-right: 2rem;
  transition: opacity 0.15s ease-out;
  opacity: 0.5;
}

.c-checkout .c-accordion__toggle:hover, .c-checkout .c-accordion__toggle:focus, .c-checkout .c-accordion__toggle[aria-expanded="true"] {
  opacity: 1;
}

.c-checkout .c-accordion__toggle::after {
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  background: url(../Images/icons/icon-edit.svg) no-repeat center center;
}

@media (max-width: 59.99em) {
  .c-checkout {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .c-checkout .c-accordion__item {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: 10px solid #f0f0f0;
    border-bottom: 0;
  }
  .c-checkout .c-accordion__item:first-child {
    border-top: 0;
  }
  .c-checkout .c-accordion__toggle {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
  }
  .c-checkout .c-accordion__toggle::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-top: 0.6em;
    top: 0;
  }
}

@media (min-width: 60em) {
  .c-checkout .c-accordion__content > div {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  .c-checkout .c-accordion__title {
    font-size: 1.5625rem;
  }
}

.c-checkout__content-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.c-checkout__list {
  margin-bottom: 2rem;
}

.c-checkout__item {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3de;
  font-weight: normal;
}

.c-checkout__item::after {
  content: '';
  display: block;
  clear: both;
}

.c-checkout__image {
  margin-right: 1rem;
  float: left;
  width: 80px;
  text-align: center;
}

@media (min-width: 60em) {
  .c-checkout__image {
    margin-right: 2rem;
  }
}

.c-checkout__info {
  overflow: hidden;
  font-size: 0.875rem;
}

@media (min-width: 60em) {
  .c-checkout__info {
    font-size: 1rem;
  }
}

.c-checkout__title {
  font-size: 1rem;
  margin-bottom: 0.2em;
}

.c-checkout__price {
  font-weight: normal;
  text-align: right;
}

.c-checkout__amount {
  font-weight: bold;
}

@media (min-width: 60em) {
  .c-checkout__amount {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.warningbanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff0000;
  z-index: 230;
}

.warningbanner > .text {
  padding: 8px 42px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.warningbanner > .closer {
  position: absolute;
  top: 50%;
  right: 18px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  background-image: url("../Images/icons/icon-close-light.svg");
  background-size: 100% 100%;
}

.warningbanner > .closer:hover {
  opacity: 0.8;
}

@media (max-width: 59.99em) {
  .warningbanner > .text {
    padding: 8px 50px 8px 1.5rem;
    text-align: left;
  }
  .warningbanner > .closer {
    right: 1.5rem;
  }
}

@media (max-width: 42.49em) {
  .warningbanner > .text {
    padding-left: 0.9375rem;
  }
  .warningbanner > .closer {
    right: 0.9375rem;
  }
}

.cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.cover-object:hover, .cover-object:focus {
  text-decoration: none;
}

.map p:last-child {
  margin-bottom: 0;
}

.map:before {
  padding-bottom: 60%;
}

@media (min-width: 42.5em) {
  .map:before {
    padding-bottom: 50%;
  }
}

@media (min-width: 60em) {
  .map:before {
    padding-bottom: 56.3%;
  }
}

.lead {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.lead:last-child {
  margin-bottom: 0;
}

.u-toggle-in {
  display: none;
}

.u-toggle-in.is-toggled {
  display: block;
}

.u-toggle-out.is-toggled {
  display: none;
}

.u-img-border {
  display: inline-block;
  padding: 4px;
  border: 1px solid #d0d0d0;
  transition: border-color 0.15s ease-out;
}

.u-img-border:hover, .u-img-border:focus {
  border-color: #b7b6b6;
}

.u-border {
  border-top: 1px solid #e1bd54;
  border-bottom: 1px solid #e1bd54;
  padding: 0.5rem 0;
}

.u-flex {
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-justify-space {
  justify-content: space-between;
}

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

.u-link-muted {
  color: #222;
}

.u-link-underline {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
  display: inline-block;
  padding-bottom: 0.05em;
  font-weight: normal;
  color: inherit;
}

.u-link-underline:hover, .u-link-underline:focus {
  text-decoration: none;
  color: #e1bd54;
}

.u-link-download,
.u-link-external {
  position: relative;
  margin-left: 2.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.u-link-download:last-child,
.u-link-external:last-child {
  margin-bottom: 0;
}

.u-link-download::before,
.u-link-external::before {
  content: '';
  position: absolute;
  left: -2.8rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-link-download::before {
  width: 32px;
  height: 32px;
  bottom: 0;
  background-image: url(../Images/icons/icon-download.svg);
}

.u-link-external::before {
  width: 35px;
  height: 22px;
  bottom: 0.2rem;
  background-image: url(../Images/icons/icon-link.svg);
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-highlight {
  color: #e1bd54 !important;
}

.u-text-light {
  color: #d3d3d3 !important;
}

.u-text-xs-left {
  text-align: left !important;
}

.u-text-xs-center {
  text-align: center !important;
}

.u-text-xs-right {
  text-align: right !important;
}

@media (min-width: 25em) {
  .u-text-sm-left {
    text-align: left !important;
  }
  .u-text-sm-center {
    text-align: center !important;
  }
  .u-text-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 42.5em) {
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 60em) {
  .u-text-lg-left {
    text-align: left !important;
  }
  .u-text-lg-center {
    text-align: center !important;
  }
  .u-text-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 75em) {
  .u-text-xl-left {
    text-align: left !important;
  }
  .u-text-xl-center {
    text-align: center !important;
  }
  .u-text-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 87.5em) {
  .u-text-xxl-left {
    text-align: left !important;
  }
  .u-text-xxl-center {
    text-align: center !important;
  }
  .u-text-xxl-right {
    text-align: right !important;
  }
}

.u-nospace {
  margin-bottom: 0 !important;
}

@media (max-width: 24.99em) {
  .u-nospace-xs {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .u-nospace-sm {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-nospace-md {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 60em) and (max-width: 74.99em) {
  .u-nospace-lg {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .u-nospace-xl {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 87.5em) {
  .u-nospace-xxl {
    margin-bottom: 0 !important;
  }
}

.u-nospace-xs-up {
  margin-bottom: 0 !important;
}

@media (min-width: 25em) {
  .u-nospace-sm-up {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 42.5em) {
  .u-nospace-md-up {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 60em) {
  .u-nospace-lg-up {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 75em) {
  .u-nospace-xl-up {
    margin-bottom: 0 !important;
  }
}

.u-halfspace {
  margin-bottom: 0.9375rem !important;
}

@media (max-width: 24.99em) {
  .u-halfspace-xs {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .u-halfspace-sm {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-halfspace-md {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 60em) and (max-width: 74.99em) {
  .u-halfspace-lg {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .u-halfspace-xl {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 87.5em) {
  .u-halfspace-xxl {
    margin-bottom: 0.9375rem !important;
  }
}

.u-halfspace-xs-up {
  margin-bottom: 0.9375rem !important;
}

@media (min-width: 25em) {
  .u-halfspace-sm-up {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 42.5em) {
  .u-halfspace-md-up {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 60em) {
  .u-halfspace-lg-up {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 75em) {
  .u-halfspace-xl-up {
    margin-bottom: 0.9375rem !important;
  }
}

.u-space {
  margin-bottom: 1.875rem !important;
}

@media (max-width: 24.99em) {
  .u-space-xs {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .u-space-sm {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-space-md {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 60em) and (max-width: 74.99em) {
  .u-space-lg {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .u-space-xl {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 87.5em) {
  .u-space-xxl {
    margin-bottom: 1.875rem !important;
  }
}

.u-space-xs-up {
  margin-bottom: 1.875rem !important;
}

@media (min-width: 25em) {
  .u-space-sm-up {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 42.5em) {
  .u-space-md-up {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 60em) {
  .u-space-lg-up {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 75em) {
  .u-space-xl-up {
    margin-bottom: 1.875rem !important;
  }
}

.u-doublespace {
  margin-bottom: 3.75rem !important;
}

@media (max-width: 24.99em) {
  .u-doublespace-xs {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 25em) and (max-width: 42.49em) {
  .u-doublespace-sm {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 42.5em) and (max-width: 59.99em) {
  .u-doublespace-md {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 60em) and (max-width: 74.99em) {
  .u-doublespace-lg {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 75em) and (max-width: 87.49em) {
  .u-doublespace-xl {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 87.5em) {
  .u-doublespace-xxl {
    margin-bottom: 3.75rem !important;
  }
}

.u-doublespace-xs-up {
  margin-bottom: 3.75rem !important;
}

@media (min-width: 25em) {
  .u-doublespace-sm-up {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 42.5em) {
  .u-doublespace-md-up {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 60em) {
  .u-doublespace-lg-up {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 75em) {
  .u-doublespace-xl-up {
    margin-bottom: 3.75rem !important;
  }
}

.u-icon,
.u-icon-before::before {
  display: inline-block;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-icon-before {
  display: inline-block;
}

.u-icon-before::before {
  content: '';
  margin-right: 0.5rem;
}

.u-icon--button {
  display: inline-block;
  border: 1px solid #d3d3d3;
  padding: 0.75rem;
  margin-right: 0.5rem;
}

.u-icon--search {
  width: 18px;
  height: 18px;
  background-image: url(../Images/icons/icon-search.svg);
}

.u-icon--bag.u-icon, .u-icon--bag.u-icon-before::before {
  width: 33px;
  height: 43px;
  background-size: 33px 43px;
  background-image: url(../Images/icons/icon-bag.svg);
}

.u-icon--delete.u-icon, .u-icon--delete.u-icon-before::before {
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  background-image: url(../Images/icons/icon-delete.svg);
}

.u-icon--email.u-icon, .u-icon--email.u-icon-before::before {
  width: 19px;
  height: 16px;
  background-size: 19px 16px;
  background-image: url(../Images/icons/icon-email.svg);
}

.u-icon--twitter.u-icon, .u-icon--twitter.u-icon-before::before {
  width: 16px;
  height: 13px;
  background-size: 16px 13px;
  background-image: url(../Images/icons/icon-twitter.svg);
}

.u-icon--facebook.u-icon, .u-icon--facebook.u-icon-before::before {
  width: 8px;
  height: 16px;
  background-size: 8px 16px;
  background-image: url(../Images/icons/icon-facebook.svg);
}

.u-icon--gplus.u-icon, .u-icon--gplus.u-icon-before::before {
  width: 16px;
  height: 17px;
  background-size: 16px 17px;
  background-image: url(../Images/icons/icon-gplus.svg);
}

.u-icon--share.u-icon, .u-icon--share.u-icon-before::before {
  width: 20px;
  height: 21px;
  background-image: url(../Images/icons/icon-share.svg);
}

.u-icon--arrow-left {
  color: inherit;
}

.u-icon--arrow-left.u-icon, .u-icon--arrow-left.u-icon-before::before {
  width: 5px;
  height: 8px;
  background-image: url(../Images/icons/icon-arrow-left.svg);
}

.u-icon--arrow-left.u-icon-before {
  transition: none;
}

.u-icon--arrow-left.u-icon-before::before {
  vertical-align: middle;
}

.u-icon--arrow-left.u-icon-before:hover, .u-icon--arrow-left.u-icon-before:focus {
  text-decoration: none;
  background-image: linear-gradient(#e1bd54, #e1bd54);
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
  text-decoration: none;
}

.u-icon--arrow-left.u-icon-before:hover::before, .u-icon--arrow-left.u-icon-before:focus::before {
  background-image: url(../Images/icons/icon-arrow-left-active.svg);
}

.u-icon--location {
  width: 14px;
  height: 17px;
  background-image: url(../Images/icons/icon-location.svg);
}

.u-icon--heart {
  width: 17px;
  height: 16px;
  background-image: url(../Images/icons/icon-heart.svg);
}

.u-icon--facebook-round {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-image: url(../Images/icons/icon-facebook-round.svg);
}

.u-icon--youtube-round {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-image: url(../Images/icons/icon-youtube-round.svg);
}

.u-icon--instagram-round {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-image: url(../Images/icons/icon-instagram-round.svg);
}

.u-icon--arrow-next.u-icon, .u-icon--arrow-next.u-icon-before::before {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-image: url(../Images/icons/icon-arrow-down-round.svg);
}

.u-icon--arrow-link.u-icon, .u-icon--arrow-link.u-icon-before::before {
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../Images/icons/icon-arrow-link.svg);
}

.u-icon--state-ready.u-icon, .u-icon--state-ready.u-icon-before::before {
  width: 16px;
  height: 21px;
  background-size: 16px 21px;
  background-image: url(../Images/icons/icon-state-ready.svg);
}

.u-icon--state-sent.u-icon, .u-icon--state-sent.u-icon-before::before {
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  background-image: url(../Images/icons/icon-state-sent.svg);
}
