@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@keyframes move {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glow {
  from {
    background-color: #b1121f;
    box-shadow: 0 0 9px #333;
  }
  50% {
    background-color: #d82332;
    box-shadow: 0 0 18px #d82332;
  }
  to {
    background-color: #b1121f;
    box-shadow: 0 0 9px #333;
  }
}
@keyframes glowActive {
  0% {
    background-color: #444;
  }
}
.bg--primary, .panel--primary-dark, .panel--primary, .section--dark, .section--bg {
  color: #fff;
}
.bg--primary h1, .panel--primary-dark h1, .panel--primary h1, .section--dark h1, .section--bg h1, .bg--primary h2, .panel--primary-dark h2, .panel--primary h2, .section--dark h2, .section--bg h2, .bg--primary h3, .panel--primary-dark h3, .panel--primary h3, .section--dark h3, .section--bg h3, .bg--primary h4, .panel--primary-dark h4, .panel--primary h4, .section--dark h4, .section--bg h4, .bg--primary h5, .panel--primary-dark h5, .panel--primary h5, .section--dark h5, .section--bg h5, .bg--primary h6, .panel--primary-dark h6, .panel--primary h6, .section--dark h6, .section--bg h6 {
  color: #fff;
}
.bg--primary a:not(.btn), .panel--primary-dark a:not(.btn), .panel--primary a:not(.btn), .section--dark a:not(.btn), .section--bg a:not(.btn) {
  color: #fff;
}
.bg--primary a:not(.btn):visited, .panel--primary-dark a:not(.btn):visited, .panel--primary a:not(.btn):visited, .section--dark a:not(.btn):visited, .section--bg a:not(.btn):visited {
  color: #fff;
}
.bg--primary a:not(.btn):hover, .panel--primary-dark a:not(.btn):hover, .panel--primary a:not(.btn):hover, .section--dark a:not(.btn):hover, .section--bg a:not(.btn):hover, .bg--primary a:not(.btn):focus, .panel--primary-dark a:not(.btn):focus, .panel--primary a:not(.btn):focus, .section--dark a:not(.btn):focus, .section--bg a:not(.btn):focus {
  color: #fff;
}
.bg--primary .list--unordered li:before, .panel--primary-dark .list--unordered li:before, .panel--primary .list--unordered li:before, .section--dark .list--unordered li:before, .section--bg .list--unordered li:before,
.bg--primary .list--ordered li:before,
.panel--primary-dark .list--ordered li:before,
.panel--primary .list--ordered li:before,
.section--dark .list--ordered li:before,
.section--bg .list--ordered li:before {
  color: inherit;
}
.bg--primary .form__errors li, .panel--primary-dark .form__errors li, .panel--primary .form__errors li, .section--dark .form__errors li, .section--bg .form__errors li {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
}
.bg--primary .form__errors li:before, .panel--primary-dark .form__errors li:before, .panel--primary .form__errors li:before, .section--dark .form__errors li:before, .section--bg .form__errors li:before {
  margin-right: 6px;
}

::-moz-selection {
  background: rgba(226, 76, 88, 0.8);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(226, 76, 88, 0.8);
  color: #fff;
  text-shadow: none;
}

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

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

html.js:before, html.js:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
html.js:before {
  overflow: hidden;
}
html.js:after {
  animation: move 1s linear infinite;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
  background: #d82332;
}
html.wf-active:before, html.wf-active:after, html.wf-inactive:before, html.wf-inactive:after, html.js-done:before, html.js-done:after {
  display: none;
}

.js body {
  visibility: hidden !important;
}
.js-done body {
  visibility: visible !important;
}
body:before, body:after {
  content: "";
  display: none !important;
  visibility: hidden !important;
  speak: none;
}
body:before {
  content: "xxs/320px xsm/440px sml/660px med/820px lrg/980px xlr/1200px flyout/820px";
}
@media (min-width: 320px) {
  body:after {
    content: "xxs";
  }
}
@media (min-width: 440px) {
  body:after {
    content: "xxs, xsm";
  }
}
@media (min-width: 660px) {
  body:after {
    content: "xxs, xsm, sml";
  }
}
@media (min-width: 820px) {
  body:after {
    content: "xxs, xsm, sml, med";
  }
}
@media (min-width: 980px) {
  body:after {
    content: "xxs, xsm, sml, med, lrg";
  }
}
@media (min-width: 1200px) {
  body:after {
    content: "xxs, xsm, sml, med, lrg, xlr";
  }
}
@media (min-width: 820px) {
  body:after {
    content: "xxs, xsm, sml, med, lrg, xlr, flyout";
  }
}

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

body {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #444;
  font-family: "ArcherPro Regular", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  min-width: 300px;
}

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

textarea {
  resize: vertical;
}

a {
  transition: color 100ms ease-in-out, background 100ms ease-in-out, border 100ms ease-in-out;
  color: #d82332;
}
a:visited {
  color: #c21f2d;
}
a:hover, a:focus {
  color: #961823;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  margin: 0 0 24px;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #b7b7b7;
}

svg {
  fill: currentColor;
}

.container {
  zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1200px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container--relative {
  position: relative;
}
.container--fluid {
  zoom: 1;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container--fluid:before, .container--fluid:after {
  content: "";
  display: table;
}
.container--fluid:after {
  clear: both;
}

.grid {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -24px;
  display: flex;
  flex-wrap: wrap;
}
.grid > * {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  min-height: 1px;
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.grid--no-margin-top > * {
  margin-top: 0;
}

.grid--no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.grid--no-padding > * {
  padding-left: 0;
  padding-right: 0;
}

.grid--no-gutter {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.grid--no-gutter > * {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid--center {
  justify-content: center;
}

.grid--reverse {
  display: flex;
  flex-direction: row-reverse;
}

.grid--reverse_med {
  display: flex;
}
@media (min-width: 820px) {
  .grid--reverse_med {
    flex-direction: row-reverse;
  }
}

@media (min-width: 660px) {
  .grid--med {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
  }
  .grid--med .grid__item,
.grid--med .grid__12 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
  }
}
@media (min-width: 820px) {
  .grid--med {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -36px;
  }
  .grid--med .grid__item,
.grid--med .grid__12 {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 36px;
  }
}

@media (min-width: 660px) {
  .grid--lrg {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -48px;
  }
  .grid--lrg .grid__item,
.grid--lrg .grid__12 {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 48px;
  }
}
@media (min-width: 820px) {
  .grid--lrg {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -48px;
  }
  .grid--lrg .grid__item,
.grid--lrg .grid__12 {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 48px;
  }
}

@media (min-width: 660px) {
  .grid--border .grid__item + .grid__item {
    background-image: linear-gradient(to bottom, #c4c4c4 40%, rgba(255, 255, 255, 0) 10%);
    background-position: left;
    background-size: 2px 8px;
    background-repeat: repeat-y;
  }
}
@media (min-width: 820px) {
  .grid--border .grid__item:nth-child(3n+1) {
    background-image: none;
  }
}
@media (max-width: 819px) {
  .grid--border .grid__item:nth-child(2n+1) {
    background-image: none;
  }
}

.grid__0 {
  display: none;
}

.grid__12 {
  display: block;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--2-col > .grid__item {
  width: 50%;
  min-height: 1px;
}
.grid--2-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--3-col > .grid__item {
  width: 33.3333%;
  min-height: 1px;
}
.grid--3-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--4-col > .grid__item {
  width: 25%;
  min-height: 1px;
}
.grid--4-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--5-col > .grid__item {
  width: 20%;
  min-height: 1px;
}
.grid--5-col > .grid__item > * {
  flex: 1 0 auto;
}
.grid--6-col > .grid__item {
  width: 16.6667%;
  min-height: 1px;
}
.grid--6-col > .grid__item > * {
  flex: 1 0 auto;
}

.grid--order__1 {
  order: 1;
}

.grid--order__2 {
  order: 2;
}

.grid--order__3 {
  order: 3;
}

@media (min-width: 320px) {
  .grid--bp-xxs-order__1 {
    order: 1;
  }
  .grid--bp-xxs-order__2 {
    order: 2;
  }
  .grid--bp-xxs-order__3 {
    order: 3;
  }
}
@media (min-width: 440px) {
  .grid--bp-xsm-order__1 {
    order: 1;
  }
  .grid--bp-xsm-order__2 {
    order: 2;
  }
  .grid--bp-xsm-order__3 {
    order: 3;
  }
}
@media (min-width: 660px) {
  .grid--bp-sml-order__1 {
    order: 1;
  }
  .grid--bp-sml-order__2 {
    order: 2;
  }
  .grid--bp-sml-order__3 {
    order: 3;
  }
}
@media (min-width: 820px) {
  .grid--bp-med-order__1 {
    order: 1;
  }
  .grid--bp-med-order__2 {
    order: 2;
  }
  .grid--bp-med-order__3 {
    order: 3;
  }
}
@media (min-width: 980px) {
  .grid--bp-lrg-order__1 {
    order: 1;
  }
  .grid--bp-lrg-order__2 {
    order: 2;
  }
  .grid--bp-lrg-order__3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .grid--bp-xlr-order__1 {
    order: 1;
  }
  .grid--bp-xlr-order__2 {
    order: 2;
  }
  .grid--bp-xlr-order__3 {
    order: 3;
  }
}
@media (min-width: 820px) {
  .grid--bp-flyout-order__1 {
    order: 1;
  }
  .grid--bp-flyout-order__2 {
    order: 2;
  }
  .grid--bp-flyout-order__3 {
    order: 3;
  }
}
.grid__1 {
  width: 8.333%;
}

.grid__2 {
  width: 16.667%;
}

.grid__3 {
  width: 25%;
}

.grid__4 {
  width: 33.333%;
}

.grid__5 {
  width: 41.667%;
}

.grid__6 {
  width: 50%;
}

.grid__7 {
  width: 58.333%;
}

.grid__8 {
  width: 66.667%;
}

.grid__9 {
  width: 75%;
}

.grid__10 {
  width: 83.333%;
}

.grid__12 {
  width: 100%;
}

@media (min-width: 320px) {
  .grid--bp-xxs-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-xxs-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xxs-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-xxs-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xxs-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-xxs-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xxs-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-xxs-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xxs-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-xxs-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 440px) {
  .grid--bp-xsm-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-xsm-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xsm-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-xsm-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xsm-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-xsm-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xsm-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-xsm-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xsm-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-xsm-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 660px) {
  .grid--bp-sml-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-sml-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-sml-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-sml-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-sml-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-sml-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-sml-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-sml-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-sml-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-sml-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 820px) {
  .grid--bp-med-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-med-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-med-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-med-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-med-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-med-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-med-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-med-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-med-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-med-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 980px) {
  .grid--bp-lrg-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-lrg-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-lrg-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-lrg-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-lrg-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-lrg-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-lrg-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-lrg-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-lrg-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-lrg-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 1200px) {
  .grid--bp-xlr-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-xlr-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xlr-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-xlr-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xlr-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-xlr-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xlr-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-xlr-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-xlr-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-xlr-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 820px) {
  .grid--bp-flyout-2-col > .grid__item {
    width: 50%;
  }
  .grid--bp-flyout-2-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-flyout-3-col > .grid__item {
    width: 33.3333%;
  }
  .grid--bp-flyout-3-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-flyout-4-col > .grid__item {
    width: 25%;
  }
  .grid--bp-flyout-4-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-flyout-5-col > .grid__item {
    width: 20%;
  }
  .grid--bp-flyout-5-col > .grid__item > * {
    flex: 1 0 auto;
  }
  .grid--bp-flyout-6-col > .grid__item {
    width: 16.6667%;
  }
  .grid--bp-flyout-6-col > .grid__item > * {
    flex: 1 0 auto;
  }
}
@media (min-width: 320px) {
  .grid--bp-xxs__1 {
    width: 8.333%;
  }
  .grid--bp-xxs__2 {
    width: 16.667%;
  }
  .grid--bp-xxs__3 {
    width: 25%;
  }
  .grid--bp-xxs__4 {
    width: 33.333%;
  }
  .grid--bp-xxs__5 {
    width: 41.667%;
  }
  .grid--bp-xxs__6 {
    width: 50%;
  }
  .grid--bp-xxs__7 {
    width: 58.333%;
  }
  .grid--bp-xxs__8 {
    width: 66.667%;
  }
  .grid--bp-xxs__9 {
    width: 75%;
  }
  .grid--bp-xxs__10 {
    width: 83.333%;
  }
  .grid--bp-xxs__12 {
    width: 100%;
  }
}
@media (min-width: 440px) {
  .grid--bp-xsm__1 {
    width: 8.333%;
  }
  .grid--bp-xsm__2 {
    width: 16.667%;
  }
  .grid--bp-xsm__3 {
    width: 25%;
  }
  .grid--bp-xsm__4 {
    width: 33.333%;
  }
  .grid--bp-xsm__5 {
    width: 41.667%;
  }
  .grid--bp-xsm__6 {
    width: 50%;
  }
  .grid--bp-xsm__7 {
    width: 58.333%;
  }
  .grid--bp-xsm__8 {
    width: 66.667%;
  }
  .grid--bp-xsm__9 {
    width: 75%;
  }
  .grid--bp-xsm__10 {
    width: 83.333%;
  }
  .grid--bp-xsm__12 {
    width: 100%;
  }
}
@media (min-width: 660px) {
  .grid--bp-sml__1 {
    width: 8.333%;
  }
  .grid--bp-sml__2 {
    width: 16.667%;
  }
  .grid--bp-sml__3 {
    width: 25%;
  }
  .grid--bp-sml__4 {
    width: 33.333%;
  }
  .grid--bp-sml__5 {
    width: 41.667%;
  }
  .grid--bp-sml__6 {
    width: 50%;
  }
  .grid--bp-sml__7 {
    width: 58.333%;
  }
  .grid--bp-sml__8 {
    width: 66.667%;
  }
  .grid--bp-sml__9 {
    width: 75%;
  }
  .grid--bp-sml__10 {
    width: 83.333%;
  }
  .grid--bp-sml__12 {
    width: 100%;
  }
}
@media (min-width: 820px) {
  .grid--bp-med__1 {
    width: 8.333%;
  }
  .grid--bp-med__2 {
    width: 16.667%;
  }
  .grid--bp-med__3 {
    width: 25%;
  }
  .grid--bp-med__4 {
    width: 33.333%;
  }
  .grid--bp-med__5 {
    width: 41.667%;
  }
  .grid--bp-med__6 {
    width: 50%;
  }
  .grid--bp-med__7 {
    width: 58.333%;
  }
  .grid--bp-med__8 {
    width: 66.667%;
  }
  .grid--bp-med__9 {
    width: 75%;
  }
  .grid--bp-med__10 {
    width: 83.333%;
  }
  .grid--bp-med__12 {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .grid--bp-lrg__1 {
    width: 8.333%;
  }
  .grid--bp-lrg__2 {
    width: 16.667%;
  }
  .grid--bp-lrg__3 {
    width: 25%;
  }
  .grid--bp-lrg__4 {
    width: 33.333%;
  }
  .grid--bp-lrg__5 {
    width: 41.667%;
  }
  .grid--bp-lrg__6 {
    width: 50%;
  }
  .grid--bp-lrg__7 {
    width: 58.333%;
  }
  .grid--bp-lrg__8 {
    width: 66.667%;
  }
  .grid--bp-lrg__9 {
    width: 75%;
  }
  .grid--bp-lrg__10 {
    width: 83.333%;
  }
  .grid--bp-lrg__12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid--bp-xlr__1 {
    width: 8.333%;
  }
  .grid--bp-xlr__2 {
    width: 16.667%;
  }
  .grid--bp-xlr__3 {
    width: 25%;
  }
  .grid--bp-xlr__4 {
    width: 33.333%;
  }
  .grid--bp-xlr__5 {
    width: 41.667%;
  }
  .grid--bp-xlr__6 {
    width: 50%;
  }
  .grid--bp-xlr__7 {
    width: 58.333%;
  }
  .grid--bp-xlr__8 {
    width: 66.667%;
  }
  .grid--bp-xlr__9 {
    width: 75%;
  }
  .grid--bp-xlr__10 {
    width: 83.333%;
  }
  .grid--bp-xlr__12 {
    width: 100%;
  }
}
@media (min-width: 820px) {
  .grid--bp-flyout__1 {
    width: 8.333%;
  }
  .grid--bp-flyout__2 {
    width: 16.667%;
  }
  .grid--bp-flyout__3 {
    width: 25%;
  }
  .grid--bp-flyout__4 {
    width: 33.333%;
  }
  .grid--bp-flyout__5 {
    width: 41.667%;
  }
  .grid--bp-flyout__6 {
    width: 50%;
  }
  .grid--bp-flyout__7 {
    width: 58.333%;
  }
  .grid--bp-flyout__8 {
    width: 66.667%;
  }
  .grid--bp-flyout__9 {
    width: 75%;
  }
  .grid--bp-flyout__10 {
    width: 83.333%;
  }
  .grid--bp-flyout__12 {
    width: 100%;
  }
}
@media (min-width: 320px) {
  .grid--bp-xxs__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-xxs__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-xxs__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-xxs__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-xxs__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-xxs__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-xxs__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-xxs__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-xxs__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-xxs__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-xxs__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 440px) {
  .grid--bp-xsm__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-xsm__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-xsm__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-xsm__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-xsm__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-xsm__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-xsm__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-xsm__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-xsm__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-xsm__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-xsm__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 660px) {
  .grid--bp-sml__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-sml__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-sml__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-sml__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-sml__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-sml__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-sml__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-sml__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-sml__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-sml__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-sml__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 820px) {
  .grid--bp-med__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-med__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-med__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-med__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-med__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-med__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-med__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-med__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-med__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-med__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-med__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 980px) {
  .grid--bp-lrg__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-lrg__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-lrg__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-lrg__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-lrg__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-lrg__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-lrg__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-lrg__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-lrg__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-lrg__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-lrg__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .grid--bp-xlr__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-xlr__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-xlr__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-xlr__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-xlr__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-xlr__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-xlr__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-xlr__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-xlr__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-xlr__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-xlr__offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 820px) {
  .grid--bp-flyout__offset-1 {
    margin-left: 8.333%;
  }
  .grid--bp-flyout__offset-2 {
    margin-left: 16.667%;
  }
  .grid--bp-flyout__offset-3 {
    margin-left: 25%;
  }
  .grid--bp-flyout__offset-4 {
    margin-left: 33.333%;
  }
  .grid--bp-flyout__offset-5 {
    margin-left: 41.667%;
  }
  .grid--bp-flyout__offset-6 {
    margin-left: 50%;
  }
  .grid--bp-flyout__offset-7 {
    margin-left: 58.333%;
  }
  .grid--bp-flyout__offset-8 {
    margin-left: 66.667%;
  }
  .grid--bp-flyout__offset-9 {
    margin-left: 75%;
  }
  .grid--bp-flyout__offset-10 {
    margin-left: 83.333%;
  }
  .grid--bp-flyout__offset-12 {
    margin-left: 100%;
  }
}
.card--foodpairing-beer .card__title, .card--recipe-extended .card__title, .heading--5, h5, .heading--4, h4, .heading--3, h3, .heading--2, h2, .heading--1, h1 {
  margin-top: 36px;
  margin-bottom: 18px;
  color: #d82332;
  font-family: "Westmount", sans-serif;
  font-weight: 500;
  letter-spacing: -4px;
  line-height: 1.1;
  text-transform: uppercase;
}
.card--foodpairing-beer .card__title a, .card--recipe-extended .card__title a, .heading--5 a, h5 a, .heading--4 a, h4 a, .heading--3 a, h3 a, .heading--2 a, h2 a, .heading--1 a, h1 a {
  color: inherit;
  text-decoration: none;
}
.card--foodpairing-beer .card__title a:visited, .card--recipe-extended .card__title a:visited, .heading--5 a:visited, h5 a:visited, .heading--4 a:visited, h4 a:visited, .heading--3 a:visited, h3 a:visited, .heading--2 a:visited, h2 a:visited, .heading--1 a:visited, h1 a:visited {
  color: inherit;
}
.card--foodpairing-beer .card__title a:hover, .card--recipe-extended .card__title a:hover, .heading--5 a:hover, h5 a:hover, .heading--4 a:hover, h4 a:hover, .heading--3 a:hover, h3 a:hover, .heading--2 a:hover, h2 a:hover, .heading--1 a:hover, h1 a:hover, .card--foodpairing-beer .card__title a:focus, .card--recipe-extended .card__title a:focus, .heading--5 a:focus, h5 a:focus, .heading--4 a:focus, h4 a:focus, .heading--3 a:focus, h3 a:focus, .heading--2 a:focus, h2 a:focus, .heading--1 a:focus, h1 a:focus {
  color: inherit;
}
.card--foodpairing-beer .card__title:first-child, .card--recipe-extended .card__title:first-child, .heading--5:first-child, h5:first-child, .heading--4:first-child, h4:first-child, .heading--3:first-child, h3:first-child, .heading--2:first-child, h2:first-child, .heading--1:first-child, h1:first-child {
  margin-top: 0;
}
.card--foodpairing-beer .card__title:last-child, .card--recipe-extended .card__title:last-child, .heading--5:last-child, h5:last-child, .heading--4:last-child, h4:last-child, .heading--3:last-child, h3:last-child, .heading--2:last-child, h2:last-child, .heading--1:last-child, h1:last-child {
  margin-bottom: 0;
}

.heading--1, h1 {
  font-size: 33px;
  font-size: 2.063rem;
  margin-top: 24px;
  margin-bottom: 13px;
}
@media (min-width: 440px) {
  .heading--1, h1 {
    font-size: 45px;
    font-size: 2.813rem;
    margin-top: 36px;
    margin-bottom: 18px;
  }
}
@media (min-width: 660px) {
  .heading--1, h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (min-width: 820px) {
  .heading--1, h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.heading--2, h2 {
  font-size: 27px;
  font-size: 1.688rem;
}
@media (min-width: 660px) {
  .heading--2, h2 {
    font-size: 45px;
    font-size: 2.813rem;
  }
}
.heading--3, h3 {
  font-size: 20px;
  font-size: 1.2rem;
}
@media (min-width: 660px) {
  .heading--3, h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.heading--4, h4 {
  font-size: 16px;
  font-size: 0.975rem;
}
@media (min-width: 660px) {
  .heading--4, h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.heading--5, h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
.heading--map {
  font-size: 20px;
  font-size: 1.25rem;
}
.heading--sidebar {
  color: #fff;
  font-family: "Zeronero", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0;
}

.text--lead {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 660px) {
  .text--lead {
    font-size: 22px;
    font-size: 1.35rem;
  }
}
@media (min-width: 820px) {
  .text--lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.text--info {
  color: #666;
}

.text--white {
  color: #fff;
}

.text--primary {
  color: #d82332;
}

.text--heading {
  font-weight: 400;
  font-size: 14px;
  font-family: "Westmount", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
}

.text--success {
  color: #2ecc71;
}

.text--info {
  color: #3498db;
}

.text--warning {
  color: #f2ca27;
}

.text--danger {
  color: #e74c3c;
}

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

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

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

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

.text--nowrap {
  white-space: nowrap;
}

@media (min-width: 320px) {
  .text--bp-xxs--left {
    text-align: left;
  }
}
@media (min-width: 440px) {
  .text--bp-xsm--left {
    text-align: left;
  }
}
@media (min-width: 660px) {
  .text--bp-sml--left {
    text-align: left;
  }
}
@media (min-width: 820px) {
  .text--bp-med--left {
    text-align: left;
  }
}
@media (min-width: 980px) {
  .text--bp-lrg--left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text--bp-xlr--left {
    text-align: left;
  }
}
@media (min-width: 820px) {
  .text--bp-flyout--left {
    text-align: left;
  }
}
@media (min-width: 320px) {
  .text--bp-xxs--right {
    text-align: right;
  }
}
@media (min-width: 440px) {
  .text--bp-xsm--right {
    text-align: right;
  }
}
@media (min-width: 660px) {
  .text--bp-sml--right {
    text-align: right;
  }
}
@media (min-width: 820px) {
  .text--bp-med--right {
    text-align: right;
  }
}
@media (min-width: 980px) {
  .text--bp-lrg--right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text--bp-xlr--right {
    text-align: right;
  }
}
@media (min-width: 820px) {
  .text--bp-flyout--right {
    text-align: right;
  }
}
.text--lowercase {
  text-transform: lowercase;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.text--overflow {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text--westmount {
  font-family: "Westmount", sans-serif;
  letter-spacing: -2px;
}

.text--sml {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
}

.text--lrg {
  font-size: 18px;
  font-size: 1.125rem;
}

.text--xlr {
  font-size: 20px;
  font-size: 1.25rem;
}

.text--black {
  color: #111;
}

strong {
  font-weight: 700;
}

.text--bold {
  font-weight: 700;
}

em {
  font-style: italic;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}

blockquote {
  border-left: 3px solid #b7b7b7;
  margin: 24px 0;
  padding-left: 12px;
}

.quote {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 16px;
}
@media (min-width: 820px) {
  .quote {
    font-size: 35px;
    font-size: 2.188rem;
    padding-left: 12px;
  }
}
.quote blockquote {
  position: relative;
  border-left: none;
  margin: 0;
  padding-left: 0;
}
.quote blockquote:before {
  content: url("/img/svg/quote.svg");
  position: absolute;
  top: -28px;
  left: -10px;
  z-index: -1;
}
.quote footer {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Westmount", sans-serif;
  text-transform: uppercase;
}

.btn {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #d82332;
  border-color: #d82332;
  transition: background 100ms ease-in-out, border 100ms ease-in-out, color 100ms ease-in-out;
  display: inline-block;
  padding: 0.4375em 1.1em;
  border-style: solid;
  border-width: 1px;
  font-family: "ArcherPro Regular", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 2px;
}
.btn:visited {
  color: #fff;
  background-color: #d82332;
  border-color: #d82332;
}
.btn:hover, .btn:focus {
  color: #fff;
  background-color: #c2202d;
  border-color: #c2202d;
}
.btn--ghost {
  color: #d82332;
  background-color: transparent;
  border-color: #d82332;
}
.btn--ghost:visited {
  color: #d82332;
  background-color: transparent;
  border-color: #d82332;
}
.btn--ghost:hover, .btn--ghost:focus {
  color: #fff;
  background-color: #b1121f;
  border-color: #b1121f;
}
.btn--white {
  color: #444;
  background-color: #fff;
  border-color: #fff;
}
.btn--white:visited {
  color: #444;
  background-color: #fff;
  border-color: #fff;
}
.btn--white:hover, .btn--white:focus {
  color: #444;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn--black {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn--black:visited {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn--black:hover, .btn--black:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn--share-fb {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn--share-fb:visited {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn--share-fb:hover, .btn--share-fb:focus {
  color: #fff;
  background-color: #3b5da0;
  border-color: #3b5da0;
}
.btn--share-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn--share-twitter:visited {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn--share-twitter:hover, .btn--share-twitter:focus {
  color: #fff;
  background-color: #1a91da;
  border-color: #1a91da;
}
.btn--ext {
  display: inline-flex;
  align-items: center;
}
.btn--ext:after {
  margin-left: 12px;
  flex-shrink: 0;
}
.btn--load-more:before {
  margin-right: 4px;
}
.btn.is-loading {
  position: relative;
}
.btn.is-loading:before {
  opacity: 0;
}
.btn.is-loading:after {
  font-size: 22px !important;
  position: absolute;
  top: 5px;
  left: 5px;
  margin-left: 6px;
  vertical-align: baseline;
  animation: spin 1s infinite ease-in-out;
}
.btn:active, .btn.active {
  outline: 0;
}
.btn--disabled, .btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn--link {
  font-size: 17px;
  font-size: 1.063rem;
  color: #444;
  display: inline-block;
  background: none;
  border: none;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "ArcherPro Regular", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.btn--link:visited {
  color: #444;
}
.btn--link:hover, .btn--link:focus {
  color: #b1121f;
}
.btn--link:after {
  color: #d82332;
}
.btn--link:visited {
  color: #c21f2d;
}
.btn--link:hover {
  color: #961823;
  background: none;
  text-decoration: underline;
}
.btn--lrg {
  font-size: 20px;
  font-size: 1.25rem;
}
.btn--med {
  padding: 0.21875em 0.55em;
  font-size: 16px;
  font-size: 1rem;
}
.btn--sml {
  font-size: 12px;
  font-size: 0.75rem;
}
.btn--block {
  display: block;
  width: 100%;
}

.list--ordered, .block--unordered ol, .list--unordered-dashed, .list--unordered, .block--unordered ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 24px;
}
.list--ordered li, .block--unordered ol li, .list--unordered-dashed li, .list--unordered li, .block--unordered ul li {
  position: relative;
  padding-left: 24px;
}
.list--ordered li + li, .block--unordered ol li + li, .list--unordered-dashed li + li, .list--unordered li + li, .block--unordered ul li + li {
  margin-top: 6px;
}
.list--ordered li:before, .block--unordered ol li:before, .list--unordered-dashed li:before, .list--unordered li:before, .block--unordered ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #d82332;
}
.list--ordered ul, .block--unordered ol ul, .list--unordered-dashed ul, .list--unordered ul, .block--unordered ul ul, .list--ordered ol, .block--unordered ol ol, .list--unordered-dashed ol, .list--unordered ol, .block--unordered ul ol {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  clear: both;
  margin-top: 12px;
  margin-bottom: 0;
}

.list--unordered-dashed {
  margin-bottom: 0;
}
.list--unordered-dashed li:before {
  content: "\2013";
  color: #d82332;
  font-weight: 700;
}

.list--ordered, .block--unordered ol {
  counter-reset: item;
}
.list--ordered li, .block--unordered ol li {
  padding-left: 36px;
}
.list--ordered li + li, .block--unordered ol li + li {
  margin-top: 14px;
}
.list--ordered li:before, .block--unordered ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  background: #fff;
  font-family: "Zeronero", sans-serif;
  font-weight: 500;
  padding: 2px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}

.block--unordered ul {
  display: inline-block;
  text-align: left;
}
.block--unordered ul li + li {
  margin-top: 12px;
}
.block--unordered ul li a {
  color: #444;
}
.block--unordered ul li a:visited {
  color: #444;
}
.block--unordered ul li a:hover, .block--unordered ul li a:focus {
  color: #444;
}
@media (min-width: 820px) {
  .block--unordered ol {
    padding-right: 36px;
  }
}

@media (min-width: 820px) {
  .list--ordered {
    padding-right: 36px;
  }
}

.list--reset {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.list--unstyled {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.list--unstyled li + li {
  margin-top: 6px;
}

.index--ordered-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #d82332;
  background-color: #f6f6f6;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-right: 24px;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-spacing: 0;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px 5px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #b7b7b7;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #b7b7b7;
}
table table {
  background-color: #fff;
}
table:last-child {
  margin-bottom: 0;
}

.table--striped > tbody > tr:nth-child(odd) > td,
.table--striped > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
.table--striped > tbody > tr > td {
  border-top: 0;
}

.link__icon {
  margin-left: 6px;
}
.link--extended::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link--ext {
  font-size: 18px;
  font-size: 1.125rem;
  color: #444;
  display: inline-block;
  font-family: "Westmount", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.link--ext:visited {
  color: #444;
}
.link--ext:hover, .link--ext:focus {
  color: #b1121f;
}
.link--ext:after {
  font-size: 22px !important;
  color: #d82332;
  margin-left: 8px;
  margin-top: -3px;
}
.link--ext:focus:after, .link--ext:hover:after {
  color: #b1121f;
}

.link--back {
  font-size: 18px;
  font-size: 1.125rem;
  color: #444;
  display: inline-block;
  text-decoration: none;
}
.link--back:visited {
  color: #444;
}
.link--back:hover, .link--back:focus {
  color: #b1121f;
}
.link--back:before {
  font-size: 22px !important;
  color: #d82332;
  margin-right: 8px;
  margin-top: -2px;
}
.link--back:focus, .link--back:hover {
  text-decoration: underline;
}
.link--back:focus:before, .link--back:hover:before {
  color: #b1121f;
}

.cookie-modal__close-action:after, .gallery__image:before, .gallery__video:before, .card--foodpairing-beer.active:after, .card--image .card__main .card__title a:after, .is-loading:before, .form__icon--select:after, .form__checkbox + .form__label:before, .form__radio + .form__label:before, .icon:before, .bg--primary .form__errors li:before, .panel--primary-dark .form__errors li:before, .panel--primary .form__errors li:before, .section--dark .form__errors li:before, .section--bg .form__errors li:before, .btn--ext:after, .btn--load-more:before, .btn.is-loading:after, .block--unordered ul li:before, .list--unordered li:before, .link--ext:after, .link--back:before {
  display: inline-block;
  border: none;
  font-family: "icons";
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  text-indent: 0;
  text-transform: none;
  vertical-align: middle;
  text-rendering: auto;
  transform: translate(0, 0);
  text-decoration: underline;
}

.cookie-modal__close-action:after, .gallery__image:before, .gallery__video:before, .card--foodpairing-beer.active:after, .card--image .card__main .card__title a:after, .is-loading:before, .form__icon--select:after, .form__checkbox + .form__label:before, .form__radio + .form__label:before, .icon:before, .bg--primary .form__errors li:before, .panel--primary-dark .form__errors li:before, .panel--primary .form__errors li:before, .section--dark .form__errors li:before, .section--bg .form__errors li:before, .btn--ext:after, .btn--load-more:before, .btn.is-loading:after, .block--unordered ul li:before, .list--unordered li:before, .link--ext:after, .link--back:before {
  text-decoration: none;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon--envelope:before {
  content: "\F101";
}

.icon--facebook:before {
  content: "\F102";
}

.icon--google-plus:before {
  content: "\F103";
}

.icon--instagram:before {
  content: "\F104";
}

.icon--linkedin:before {
  content: "\F105";
}

.icon--pinterest:before {
  content: "\F106";
}

.icon--twitter:before {
  content: "\F107";
}

.icon--youtube:before {
  content: "\F108";
}

.icon--arrow-back:before {
  content: "\F109";
}

.card--foodpairing-beer.active:after, .form__icon--select:after, .icon--arrow-down:before {
  content: "\F10A";
}

.card--image .card__main .card__title a:after, .icon--arrow-forward:before, .btn--ext:after, .link--ext:after {
  content: "\F10B";
}

.icon--arrow-left:before {
  content: "\F10C";
}

.icon--arrow-right:before, .block--unordered ul li:before, .list--unordered li:before {
  content: "\F10D";
}

.icon--arrow-up:before {
  content: "\F10E";
}

.is-loading:before, .icon--cached:before, .btn.is-loading:after {
  content: "\F10F";
}

.icon--calendar:before {
  content: "\F110";
}

.icon--check:before {
  content: "\F111";
}

.form__checkbox:checked + .form__label:before, .icon--checkbox-checked:before {
  content: "\F112";
}

.form__checkbox + .form__label:before, .icon--checkbox-unchecked:before {
  content: "\F113";
}

.icon--chevron-left:before, .link--back:before {
  content: "\F114";
}

.icon--chevron-right:before {
  content: "\F115";
}

.cookie-modal__close-action:after, .tab__navigation.is-active .tab__toggle > .tab__icon:before, .icon--clear:before {
  content: "\F116";
}

.icon--cooking-timer:before {
  content: "\F117";
}

.icon--delete:before {
  content: "\F118";
}

.icon--directions:before {
  content: "\F119";
}

.icon--download:before {
  content: "\F11A";
}

.icon--exclamation-circle-solid:before, .bg--primary .form__errors li:before, .panel--primary-dark .form__errors li:before, .panel--primary .form__errors li:before, .section--dark .form__errors li:before, .section--bg .form__errors li:before {
  content: "\F11B";
}

.icon--filter-settings:before {
  content: "\F11C";
}

.icon--home:before {
  content: "\F11D";
}

.icon--location:before {
  content: "\F11E";
}

.tab__navigation .tab__icon:before, .icon--menu:before {
  content: "\F11F";
}

.icon--minus:before {
  content: "\F120";
}

.icon--phone:before {
  content: "\F121";
}

.icon--play-circle:before {
  content: "\F122";
}

.icon--play:before {
  content: "\F123";
}

.gallery__image:before, .icon--plus:before, .btn--load-more:before {
  content: "\F124";
}

.form__radio:checked + .form__label:before, .icon--radio-checked:before {
  content: "\F125";
}

.form__radio + .form__label:before, .icon--radio-unchecked:before {
  content: "\F126";
}

.icon--restaurant_menu:before {
  content: "\F127";
}

.icon--search:before {
  content: "\F128";
}

@font-face {
  font-family: "Westmount";
  src: url("../fonts/westmount-regular-webfont.woff2") format("woff2"), url("../fonts/westmount-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: 400;
}
@font-face {
  font-family: "ArcherPro Regular";
  src: url("../fonts/ArcherPro-Medium.woff2") format("woff2"), url("../fonts/ArcherPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: 400;
}
@font-face {
  font-family: "ArcherPro Regular";
  src: url("../fonts/ArcherPro-Semibold.woff2") format("woff2"), url("../fonts/ArcherPro-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: 600;
}
@font-face {
  font-family: "ArcherPro Regular";
  src: url("../fonts/ArcherPro-Bold.woff2") format("woff2"), url("../fonts/ArcherPro-Bold.woff") format("woff");
  font-weight: 700;
}
.form__select, .form__textarea, .form__text {
  transition: color 100ms ease-in-out, background 100ms ease-in-out, border 100ms ease-in-out;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 0.4375em 1em;
  border: 1px solid #9A9A9A;
  border-radius: 4px;
  line-height: 1.5;
  background-color: #fff;
  color: #444;
  box-shadow: none;
}
.form__select:focus, .form__textarea:focus, .form__text:focus {
  outline: none;
  border-color: #111;
  background: #f7f7f7;
}
.form__select:focus::-webkit-input-placeholder, .form__textarea:focus::-webkit-input-placeholder, .form__text:focus::-webkit-input-placeholder {
  color: transparent;
}
.form__select:focus::-moz-placeholder, .form__textarea:focus::-moz-placeholder, .form__text:focus::-moz-placeholder {
  color: transparent;
}
[disabled].form__select, [disabled].form__textarea, [disabled].form__text,
.form__select .form__disabled,
.form__textarea .form__disabled,
.form__text .form__disabled {
  cursor: not-allowed;
  background: #f6f6f6;
}
.has-error .form__select, .has-error .form__textarea, .has-error .form__text {
  background-color: #fffbfb;
  border-color: #e74c3c;
}

.form {
  margin-bottom: 24px;
}
.form.is-submitted {
  position: relative;
  opacity: 0.5;
}
.form.is-submitted:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 11;
  cursor: wait;
}
.form__item {
  position: relative;
  margin-bottom: 24px;
}
.form__element {
  position: relative;
}
.form__search {
  position: relative;
}
.form__search .form__btn-search {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.form__search .form__btn-search button[type=submit] {
  background: transparent;
  border: 0 solid transparent;
  padding: 0 6px;
}
.form__row {
  display: flex;
  margin-right: -12px;
  margin-bottom: 24px;
  margin-left: -12px;
}
.form__row .form__item {
  flex: 1 1 100%;
  margin: 0 12px;
}
.form__row .form__actions {
  flex: 0 0 180px;
  margin: auto 0 0;
}
@media (max-width: 659px) {
  .form__row {
    flex-direction: column;
  }
  .form__row .form__item + .form__item {
    margin-top: 24px;
  }
}
.form__group .form__item {
  margin: 0 0 6px 0 !important;
}
.form__group .form__item:last-child {
  margin-bottom: 0 !important;
}
.form__label {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
}
.form__label[for] {
  cursor: pointer;
}
.form__label--gdpr {
  font-size: 0.9em;
  font-weight: 400;
}
.form__textarea {
  min-height: 88px;
}
.form__checkbox + .form__label, .form__radio + .form__label {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  font-weight: 300;
}
.form__checkbox + .form__label:before, .form__radio + .form__label:before {
  transition: color 100ms ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: -1px;
}
.form__checkbox:checked + label:before, .form__radio:checked + label:before {
  color: #111;
}
.form__checkbox:focus + label, .form__radio:focus + label {
  color: #111;
}
.has-error .form__checkbox + label:before, .has-error .form__radio + label:before {
  color: #e74c3c;
}
.form__select {
  display: block;
  height: 40px;
  cursor: pointer;
  appearance: none;
}
.form__select:focus {
  outline: none;
}
.form__select::-ms-expand {
  display: none;
}
.form__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  line-height: 1;
  color: #9A9A9A;
}
.form__icon--right, .form__icon--select {
  right: 0.4375em;
}
.form__icon--right ~ [class^=form__], .form__icon--select ~ [class^=form__] {
  padding-right: 2em;
}
.form__icon--left {
  left: 0.4375em;
}
.form__icon--left ~ [class^=form__] {
  padding-left: 2em;
}
.form__icon--select:after {
  color: #d82332;
}
.has-error .form__icon--select:after {
  color: #e74c3c;
}
.form__file {
  display: block;
}
.form__help {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 3px;
  color: #b7b7b7;
}
.form__caption {
  display: inline;
  color: #666;
}
.form__actions {
  margin-left: -12px;
  margin-right: -12px;
}
.form__actions a, .form__actions .btn, .form__actions .form__btn {
  margin: 0 12px;
}
.form__btn {
  min-width: 160px;
}
.is-submitted .form__btn {
  overflow: hidden;
  cursor: not-allowed;
  position: relative;
}
.is-submitted .form__btn:before {
  content: "";
  display: block;
  animation: move 750ms linear infinite;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.form__errors {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #e74c3c;
  font-weight: 700;
  clear: both;
}
.form__errors li {
  margin-top: 6px;
}

.form--inline {
  margin-bottom: 0;
}
.form--inline .form__content {
  margin: 0 -6px 0;
}
.form--inline .form__item,
.form--inline .form__actions {
  margin: 0 6px 24px;
}
@media (min-width: 660px) {
  .form--inline .form__content {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }
  .form--inline .form__errors {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.form--inline .form__item {
  flex: 1 1 auto;
}
.form--inline .form__item + .form__item {
  margin-right: 6px;
}
.form--inline .form__item .form__text, .form--inline .form__item .form__textarea, .form--inline .form__item .form__select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form--inline .form__item:not(:first-of-type) .form__text, .form--inline .form__item:not(:first-of-type) .form__textarea, .form--inline .form__item:not(:first-of-type) .form__select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form--inline .form__actions {
  flex: 0 0 180px;
}
.form--inline .form__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  margin: 0;
}

.form--sml .form__item {
  margin: 0 6px;
}
.form--sml .form__label {
  margin-bottom: 6px;
}
.form--sml .form__row {
  margin-right: -6px;
  margin-left: -6px;
  margin-bottom: 6px;
}
@media (max-width: 659px) {
  .form--sml .form__row {
    flex-direction: row;
  }
  .form--sml .form__row .form__item + .form__item {
    margin-top: 0;
  }
}
.form--sml .form__actions {
  margin: 24px 0 0 0;
}
.form--sml .form__actions a, .form--sml .form__actions .btn, .form--sml .form__actions .form__btn {
  margin: 0;
}

form ul.errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
form ul.errors li {
  padding: 12px;
  margin: 6px 0;
  background-color: #f9dee0;
  color: #d82332;
}

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

.image--responsive {
  max-width: 100%;
  height: auto;
}
.image--full-width {
  width: 100%;
  height: auto;
}
.image--right {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
}
.image--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 12px;
}

.section--duvel > .icon:after {
  position: absolute;
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvelglas.svg") no-repeat;
  background-position: left top;
  width: 350px;
  height: 330px;
  top: -60px;
  left: -100px;
  z-index: 200;
}

.section--duvelbarrelaged > .icon:after {
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvel-mastery-passionglass.svg") no-repeat;
  background-position: right top;
  width: 265px;
  height: 365px;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 200;
}

.section--duvelglass > .icon:after {
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvelglas.svg") no-repeat;
  background-position: left top;
  width: 350px;
  height: 330px;
  position: absolute;
  top: 50px;
  left: -175px;
  z-index: 200;
}

.section--mastery-45 > .icon:after {
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvel-mastery-45.svg") no-repeat;
  background-position: left top;
  width: 380px;
  height: 300px;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 200;
}

.section--newsdetail > .icon:after {
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvel-mastery-passionglass.svg") no-repeat;
  background-position: left top;
  width: 265px;
  height: 365px;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 200;
}

.page-history .section--history > .icon:after {
  content: "";
  display: block;
  background: url("/img/svg/stamp-duvel-mastery-astro.svg") no-repeat;
  background-position: left top;
  width: 295px;
  height: 305px;
  position: absolute;
  top: -90px;
  left: -80px;
  z-index: 200;
}

.page-duveltripelhop h1, .page-duveltripelhop h2, .page-duveltripelhop h3, .page-duveltripelhop h4, .page-duveltripelhop h5, .page-duveltripelhop h6 {
  color: #5c973a;
}
.page-duveltripelhop .link--ext:after {
  color: #5c973a;
}
.page-duveltripelhop .text--primary {
  color: #5c973a;
}
.page-duveltripelhop .nav__tab.active {
  color: #5c973a;
}
.page-duveltripelhop .nav__tab a:hover, .page-duveltripelhop .nav__tab a:focus {
  color: #5c973a;
}

.content-builder {
  position: relative;
  z-index: 201;
}
.content-builder:first-of-type > div {
  margin-top: 0;
}

.age-check {
  max-width: 650px;
  margin: 0 auto;
}
.age-check .form__item {
  display: inline-block;
}

.is-loading {
  position: relative;
}
.is-loading:before {
  font-size: 22px !important;
  color: #d82332;
  position: absolute;
  left: -35px;
  margin-left: 6px;
  vertical-align: baseline;
  animation: spin 1s infinite ease-in-out;
}

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-main:focus, .skip-to-main:active {
  color: #fff;
  background-color: #111;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 2px solid #d82332;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.section {
  position: relative;
  padding: 36px 0;
  background: url("../img/bg-paper.jpg") repeat;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 65%, white 100%);
  z-index: 0;
}
.section--sml {
  padding: 24px 0;
}
.section--xlr {
  padding: 36px 0;
}
@media (min-width: 660px) {
  .section--xlr {
    padding: 78px 0;
  }
}
.section--xxl {
  padding: 36px 0;
}
@media (min-width: 660px) {
  .section--xxl {
    padding: 108px 0 78px;
  }
}
.section--bg {
  background: #d82332;
}
.section--bg:before {
  background: none;
}
.section--light {
  background: #f6f6f6;
}
.section--light:before {
  background: none;
}
.section--dark {
  background: #2e2e2e;
}
.section--dark:before {
  background: none;
}
.section--border {
  border-top: 1px solid #b7b7b7;
}
.section--transparent {
  background: none;
}
.section--transparent:before {
  background: none;
}
.section--duveltripelhop h1, .section--duveltripelhop h2, .section--duveltripelhop h3, .section--duveltripelhop h4, .section--duveltripelhop h5, .section--duveltripelhop h6 {
  color: #5c973a;
}
.section--duveltripelhop .link--ext:after {
  color: #5c973a;
}
.section--default + .section--default {
  padding-top: 0;
}
.section--no-padding {
  padding: 0 !important;
}

.spacer + .spacer {
  margin-top: 24px;
}
[class*=spacer] + .spacer--zero {
  margin-top: 0;
}
[class*=spacer] + .spacer--xxs {
  margin-top: 6px;
}
[class*=spacer] + .spacer--xsm {
  margin-top: 12px;
}
[class*=spacer] + .spacer--sml {
  margin-top: 24px;
}
[class*=spacer] + .spacer--med {
  margin-top: 36px;
}
[class*=spacer] + .spacer--lrg {
  margin-top: 48px;
}
[class*=spacer] + .spacer--xlr {
  margin-top: 60px;
}
[class*=spacer] + .spacer--xxl {
  margin-top: 72px;
}

.inline {
  display: flex;
  flex-flow: row wrap;
  margin-right: -6px;
  margin-left: -6px;
  margin-top: -6px;
}
.inline__item {
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 6px;
}
.inline--spaced {
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
}
.inline--spaced .inline__item {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
}

.meta {
  display: block;
  color: #b7b7b7;
  line-height: 1.2;
}
.meta__item {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.meta__item:after {
  content: "";
  height: 0.9em;
  position: relative;
  left: 13px;
  top: 0.1em;
  display: inline-block;
  border-left: 1px solid #666;
}
.meta__item:last-child {
  padding-right: 0;
}
.meta__item:last-child:after {
  display: none;
}
.meta--dark {
  font-size: 18px;
  font-size: 1.125rem;
  color: #666;
  font-family: "Westmount", sans-serif;
}

.breadcrumb {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 201;
}
.breadcrumb__item {
  color: #444;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb__item:visited {
  color: #444;
}
.breadcrumb__item:hover, .breadcrumb__item:focus {
  color: #d82332;
}
.breadcrumb__item:hover, .breadcrumb__item:focus {
  text-decoration: underline;
}
.breadcrumb__item.is-active {
  color: gray;
  font-weight: 400;
}
.breadcrumb__item.is-active:visited {
  color: gray;
}
.breadcrumb__item.is-active:hover, .breadcrumb__item.is-active:focus {
  color: gray;
}
.breadcrumb__scope + .breadcrumb__scope:before {
  content: "/";
  margin: 0 2px;
}

.panel {
  display: block;
  padding: 24px;
}
.panel .panel__section + .panel__section {
  margin-top: 24px;
}
@media (min-width: 980px) {
  .panel {
    padding: 36px;
  }
}
.panel__sml {
  padding: 12px;
}
@media (min-width: 980px) {
  .panel__sml {
    padding: 24px;
  }
}
.panel__xsm {
  padding: 6px;
}
@media (min-width: 980px) {
  .panel__xsm {
    padding: 12px;
  }
}

.panel--light {
  background: #f6f6f6;
}

.panel--white {
  background: #fff;
}

.panel--primary {
  background: #d82332;
}

.panel--primary-dark {
  background: #961823;
}

.panel--shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.panel--hover:hover, .panel--hover:focus {
  background: #fff;
  color: #111;
  transition: all 0.3s ease-in-out;
}

.card {
  zoom: 1;
  position: relative;
  display: block;
  color: inherit;
}
.card:before, .card:after {
  content: "";
  display: table;
}
.card:after {
  clear: both;
}
.card__block {
  padding: 24px;
}
.card__block + .card__block {
  padding-top: 0;
}
.card__img {
  overflow: hidden;
  margin-bottom: 24px;
}
.card__img img {
  transition: all 100ms ease-in-out;
  display: block;
  max-width: 100%;
  height: auto;
}
.card__category {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 12px;
  font-family: "Westmount", sans-serif;
  font-weight: 600;
}
.card__category + .card__title {
  margin-top: 14px;
}
.card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 660px) {
  .card__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.card__title:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.card__link {
  transition: color 100ms ease-in-out;
  display: inline-block;
  color: #d82332;
  text-decoration: underline;
}
.card__cta {
  font-weight: 600;
}
@media (min-width: 820px) {
  .card__aside {
    float: left;
    margin-right: 24px;
    max-width: 440px;
    width: 100%;
  }
  .card__aside + .card__main {
    overflow-x: hidden;
  }
}
.card--stripes:before {
  content: "";
  display: block;
  background: url("/img/svg/stripes.svg") no-repeat;
  background-position: left top;
  width: 35px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.card--campagne .card__img {
  max-height: 293px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .card--campagne .card__img {
    max-height: 251px;
  }
}
.card--reverse {
  display: flex;
  flex-direction: column;
}
@media (min-width: 660px) {
  .card--reverse {
    flex-direction: row-reverse;
  }
}
.card--reverse .card__main {
  width: 100%;
}
.card--reverse .card__aside {
  margin-right: 0;
}
@media (min-width: 660px) {
  .card--reverse .card__aside {
    margin-left: 24px;
  }
}
.card--info {
  background: #fff;
}
.card--info .card__main {
  padding: 24px;
}
@media (min-width: 660px) {
  .card--highlight:before {
    content: "";
    display: block;
    background: url("/img/svg/stripes.svg") no-repeat;
    background-position: left top;
    width: 35px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
  }
}
.card--highlight .card__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 660px) {
  .card--highlight .card__title {
    font-size: 35px;
    font-size: 2.188rem;
  }
}
@media (min-width: 660px) {
  .card--highlight .card__main {
    padding: 0 72px 0 36px;
  }
}
@media (min-width: 820px) {
  .card--highlight .card__main {
    padding: 0 114px 0 36px;
  }
}
@media (min-width: 660px) {
  .card--highlight.card--reverse .card__main {
    padding: 0 36px 0 72px;
  }
}
@media (min-width: 820px) {
  .card--highlight.card--reverse .card__main {
    padding: 0 36px 0 114px;
  }
}
@media (min-width: 660px) {
  .card--highlight.card--reverse:before {
    content: "";
    display: block;
    background: url("/img/svg/stripes.svg") no-repeat;
    background-position: left top;
    width: 35px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
  }
}
.card--news-horizontal .card__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 660px) {
  .card--news-horizontal .card__title {
    font-size: 35px;
    font-size: 2.188rem;
  }
}
@media (min-width: 660px) {
  .card--news-horizontal .card__main {
    padding: 0 36px 0 72px;
  }
}
@media (min-width: 820px) {
  .card--news-horizontal .card__main {
    padding: 0 36px 0 114px;
  }
}
@media (min-width: 660px) {
  .card--news-horizontal:before {
    content: "";
    display: block;
    background: url("/img/svg/stripes.svg") no-repeat;
    background-position: left top;
    width: 35px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
  }
}
.card--image {
  position: relative;
  overflow: hidden;
}
.card--image .card__img {
  margin-bottom: 0;
}
.card--image .card__main {
  transition: all 100ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.35);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-align: center;
}
.card--image .card__main .card__title a {
  color: #fff;
}
.card--image .card__main .card__title a:after {
  font-size: 20px !important;
  margin-left: 8px;
}
.card--image:hover .card__main, .card--image:focus .card__main {
  opacity: 1;
}
.card--shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.card--shadow-mobile .card__main {
  display: block;
}
@media (min-width: 440px) {
  .card--shadow-mobile .card__main {
    display: none;
  }
}
.card--collection .card__img {
  max-width: 325px;
  margin: 0 auto;
}
.card--collection .card__title {
  max-width: 300px;
  margin: 14px auto;
}
.card--recipe .card__beer-glass {
  position: absolute;
  bottom: 0;
  left: 0;
}
.card--recipe .card__beer-glass img {
  width: 50px;
  margin: 10px;
}
.card--clickable .card__title a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 10;
}
.card--recipe-extended {
  overflow: visible;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 660px) {
  .card--recipe-extended {
    margin-left: 0;
    margin-right: 0;
  }
}
.card--recipe-extended .card__img {
  overflow: visible;
}
@media (min-width: 820px) {
  .card--recipe-extended .card__img {
    margin-left: 110px;
  }
}
.card--recipe-extended .card__title {
  color: #fff;
  font-size: 27px;
  font-size: 1.688rem;
}
@media (min-width: 660px) {
  .card--recipe-extended .card__title {
    font-size: 45px;
    font-size: 2.813rem;
  }
}
.card--recipe-extended:hover .card__title, .card--recipe-extended:focus .card__title {
  color: #fff !important;
}
.card--recipe-extended .card__main {
  width: 95%;
  z-index: 10;
}
@media (min-width: 440px) {
  .card--recipe-extended .card__main {
    width: 80%;
  }
}
@media (min-width: 820px) {
  .card--recipe-extended .card__main {
    transform: translateX(-110px);
  }
}
@media (min-width: 980px) {
  .card--recipe-extended .card__main {
    width: 60%;
  }
}
.card--recipe-extended .card__main .card__beer-sidebar {
  width: 100%;
}
@media (min-width: 820px) {
  .card--recipe-extended .card__main .card__beer-sidebar {
    width: 110px;
  }
}
.card--recipe-extended .card__main .card__beer-glass {
  width: 50px;
}
.card--foodpairing-beer {
  display: block;
  padding: 12px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}
@media (min-width: 980px) {
  .card--foodpairing-beer {
    padding: 24px;
  }
}
.card--foodpairing-beer .card__image {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 660px) {
  .card--foodpairing-beer .card__image {
    width: 50%;
  }
}
.card--foodpairing-beer .card__image img {
  width: 100%;
}
.card--foodpairing-beer .card__title {
  font-size: 13px;
  font-size: 0.813rem;
  width: 100%;
  color: #111;
  text-align: center;
  letter-spacing: -2px;
  margin: 6px auto 0 auto;
}
@media (min-width: 440px) {
  .card--foodpairing-beer .card__title {
    font-size: 16px;
    font-size: 0.975rem;
  }
}
@media (min-width: 820px) {
  .card--foodpairing-beer .card__title {
    font-size: 19px;
    font-size: 1.138rem;
  }
}
@media (min-width: 1200px) {
  .card--foodpairing-beer .card__title {
    font-size: 21px;
    font-size: 1.3rem;
    width: 75%;
  }
}
.card--foodpairing-beer:hover, .card--foodpairing-beer:focus {
  background: #fff;
}
.card--foodpairing-beer.active {
  background: #fff;
}
.card--foodpairing-beer.active:after {
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  color: #d82332;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 75%);
}
@media (min-width: 1200px) {
  .card--foodpairing-beer.active:after {
    transform: translate(-50%, 50%);
  }
}

.card__text + .card__cta {
  margin-top: 24px;
}

a.card,
.card--link {
  color: inherit;
  text-decoration: none;
}
a.card:visited,
.card--link:visited {
  color: inherit;
}
a.card:hover, a.card:focus,
.card--link:hover,
.card--link:focus {
  color: inherit;
}
a.card:hover .card__title, a.card:focus .card__title,
.card--link:hover .card__title,
.card--link:focus .card__title {
  color: inherit;
}
a.card:hover .card__link, a.card:focus .card__link,
.card--link:hover .card__link,
.card--link:focus .card__link {
  color: #d82332;
  text-decoration: none;
}
a.card:hover .card__cta.btn.btn--ghost, a.card:focus .card__cta.btn.btn--ghost,
.card--link:hover .card__cta.btn.btn--ghost,
.card--link:focus .card__cta.btn.btn--ghost {
  color: #fff;
  background-color: #d82332;
}
a.card:hover .card__cta.btn.btn--primary, a.card:focus .card__cta.btn.btn--primary,
.card--link:hover .card__cta.btn.btn--primary,
.card--link:focus .card__cta.btn.btn--primary {
  color: #d82332;
  background-color: transparent;
}

.gallery-block__text, .cover__text, .cover__title, .th-hero__intro, .th-hero__title, .th-hero__name, .hero__cta, .hero__body, .hero__title, .hero__breadcrumbs {
  position: relative;
  max-width: 880px;
  z-index: 10;
}

.hero {
  transition: opacity 100ms ease-in-out;
  opacity: 0.8;
  position: relative;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  color: #111;
  min-height: 250px;
}
@media (min-width: 660px) {
  .hero {
    padding: 90px 0;
    min-height: 350px;
  }
}
@media (min-width: 820px) {
  .hero {
    padding: 108px 0;
    min-height: 500px;
  }
}
.hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background: rgba(17, 17, 17, 0.35);
}
.hero.is-active-video:before {
  background: rgba(17, 17, 17, 0.9);
}
.hero.is-loaded {
  opacity: 1;
}
.hero__menu {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 0;
  z-index: 1;
}
@media (min-width: 590px) {
  .hero__menu {
    padding: 15px 0;
  }
}
.hero__breadcrumbs {
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
.hero__breadcrumbs .breadcrumb__item {
  color: #fff;
}
.hero__breadcrumbs .breadcrumb__item:visited {
  color: #fff;
}
.hero__breadcrumbs .breadcrumb__item:hover, .hero__breadcrumbs .breadcrumb__item:focus {
  color: #fff;
}
.hero__breadcrumbs .breadcrumb__item.is-active {
  color: #fff;
  text-decoration: none;
}
.hero__breadcrumbs .breadcrumb__item.is-active:visited {
  color: #fff;
}
.hero__breadcrumbs .breadcrumb__item.is-active:hover, .hero__breadcrumbs .breadcrumb__item.is-active:focus {
  color: #fff;
}
.hero__title {
  font-size: 33px;
  font-size: 2.063rem;
  color: #111;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
@media (min-width: 660px) {
  .hero__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.hero__body {
  font-size: 20px;
  font-size: 1.25rem;
  color: #111;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
@media (min-width: 660px) {
  .hero__body {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.hero__cta {
  margin-top: 24px;
}
.hero__cta .btn--ghost {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.hero__cta .btn--ghost:visited {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.hero__cta .btn--ghost:hover, .hero__cta .btn--ghost:focus {
  color: #fff;
  background-color: #b1121f;
  border-color: #b1121f;
}
.hero--light {
  color: #fff;
}
.hero--light .hero__title,
.hero--light .hero__body {
  color: #fff;
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .hero {
  padding-top: 195px;
}
@media (min-width: 590px) {
  .hero-wrapper .hero {
    padding-top: 110.4px;
  }
}
@media (min-width: 660px) {
  .hero-wrapper .hero {
    padding-top: 168px;
  }
}

.th-hero {
  padding-bottom: 50px;
}
.th-hero__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ArcherPro Regular", sans-serif;
  font-weight: 400;
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
.th-hero__title {
  font-size: 50px;
  font-size: 3.113rem;
  font-family: "Westmount", sans-serif;
  color: var(--brand-colour);
  width: min-content;
  line-height: 0.74;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-left: -0.5rem;
}
@media (min-width: 660px) {
  .th-hero__title {
    font-size: 82px;
    font-size: 5.1rem;
  }
}
.th-hero__intro {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 2.25rem;
  max-width: 22em;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
@media (min-width: 660px) {
  .th-hero__intro {
    margin-left: 10%;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.th-hero__cta {
  text-transform: uppercase;
}
@media (min-width: 660px) {
  .th-hero__cta {
    margin-left: 10%;
  }
}
.th-hero__cta .btn {
  font-family: "Westmount", sans-serif;
  letter-spacing: -0.034em;
  display: inline-flex;
}
.th-hero__cta .btn--ext::after {
  content: "\F115";
}

.pagination {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  margin-top: 48px;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.pagination__link {
  margin: 0 6px;
}
.pagination__btn {
  color: #d82332;
  background-color: #f6f6f6;
  border: none;
  line-height: 2.25;
  width: 36px;
  text-align: center;
  font-weight: bold;
}
.pagination__btn:visited {
  color: #d82332;
  background-color: #f6f6f6;
}
.pagination__btn:hover, .pagination__btn:focus {
  color: #d82332;
  background-color: #dddddd;
}
.pagination__btn.is-active, .pagination__btn.active {
  color: #fff;
  background-color: #d82332;
  border: none;
}
.pagination__btn.is-active:visited, .pagination__btn.active:visited {
  color: #fff;
  background-color: #d82332;
}
.pagination__btn.is-active:hover, .pagination__btn.is-active:focus, .pagination__btn.active:hover, .pagination__btn.active:focus {
  color: #fff;
  background-color: #c2202d;
}
.pagination__prev {
  color: #d82332;
  background-color: #fff;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination__prev:visited {
  color: #d82332;
  background-color: #fff;
}
.pagination__prev:hover, .pagination__prev:focus {
  color: #961823;
  background-color: #fff;
}
.pagination__next {
  color: #d82332;
  background-color: #fff;
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
}
.pagination__next:visited {
  color: #d82332;
  background-color: #fff;
}
.pagination__next:hover, .pagination__next:focus {
  color: #961823;
  background-color: #fff;
}

.label {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding: 6px 12px;
  background: #f6f6f6;
  color: #666;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
}
.label--primary {
  background: #d82332;
  color: #fff;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background: #111;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.flyout__link .lines:after, .flyout__link .lines:before, .flyout__link .lines {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #d82332;
  border-radius: 1px;
  transition: all 200ms;
}

.flyout {
  transition: transform 100ms ease-in-out;
  background-color: #d82332;
  background-image: url("/img/svg/stamp-ontap.svg");
  background-repeat: no-repeat;
  background-position: -75px 100px;
  background-size: contain;
  width: 100%;
  transform: translateX(100%);
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  z-index: 2050;
}
.flyout__content + .flyout__content {
  margin-top: 6px;
}
.flyout-active .flyout {
  transform: translateX(0);
}
@media (min-width: 820px) {
  .flyout {
    display: none;
  }
}
.flyout__close, .flyout__back {
  font-size: 22px;
  font-size: 1.375rem;
  color: #b1121f;
  display: block;
  box-shadow: none;
  border: none;
  padding: 24px 12px 12px 8px;
  border-radius: 0;
  width: 100%;
  text-decoration: none;
  text-align: right;
}
.flyout__close:visited, .flyout__back:visited {
  color: #b1121f;
}
.flyout__close:hover, .flyout__close:focus, .flyout__back:hover, .flyout__back:focus {
  color: #b1121f;
}
.flyout__close .icon, .flyout__back .icon {
  color: #8c0e19;
}
.flyout__back {
  font-size: 14px !important;
}
.flyout__link {
  font-size: 15px;
  font-size: 0.938rem;
  color: #444;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 22px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  clear: right;
  float: right;
  cursor: pointer;
}
.flyout__link:visited {
  color: #444;
}
.flyout__link:hover, .flyout__link:focus {
  color: #444;
}
.flyout__link .lines {
  top: 1.55em;
  right: 0;
}
.flyout__link .lines:before {
  content: "";
  top: -5px;
  transform-origin: 50% 50%;
}
.flyout__link .lines:after {
  content: "";
  top: 5px;
  transform-origin: 50% 50%;
}
@media (min-width: 820px) {
  .flyout__link {
    display: none;
  }
}
.flyout .nav--social {
  float: left;
  margin-left: 12px;
}
.flyout .nav--social li {
  padding: 9px;
}
.flyout .nav--social a {
  color: #fff;
}
.flyout .nav--social a:visited {
  color: #fff;
}
.flyout .nav--social a:hover, .flyout .nav--social a:focus {
  color: #fff;
}
.flyout hr {
  margin: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.flyout .nav--flyout,
.flyout .nav--service,
.flyout .nav--social,
.flyout .nav--language {
  float: none;
}
.flyout .nav--flyout .nav__link,
.flyout .nav--service .nav__link,
.flyout .nav--social .nav__link,
.flyout .nav--language .nav__link {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.flyout .nav--flyout .nav__link:visited,
.flyout .nav--service .nav__link:visited,
.flyout .nav--social .nav__link:visited,
.flyout .nav--language .nav__link:visited {
  color: #fff;
}
.flyout .nav--flyout .nav__link:hover, .flyout .nav--flyout .nav__link:focus,
.flyout .nav--service .nav__link:hover,
.flyout .nav--service .nav__link:focus,
.flyout .nav--social .nav__link:hover,
.flyout .nav--social .nav__link:focus,
.flyout .nav--language .nav__link:hover,
.flyout .nav--language .nav__link:focus {
  color: #fff;
}
.flyout .nav--service .nav__menu {
  display: block;
}
.flyout .nav--service .nav__item {
  padding: 9px !important;
}
.flyout .nav--service .nav__link {
  font-size: 16px;
  font-size: 1rem;
}
.flyout .nav--language {
  padding-left: 12px;
}
.flyout .nav--language .nav__toggle .icon {
  color: #fff;
}

.overlay {
  transition: opacity 100ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background: #f6f6f6;
  background: rgba(17, 17, 17, 0.75);
  visibility: hidden;
  opacity: 0;
  height: 100vh;
  cursor: pointer;
}
.flyout-active .overlay {
  visibility: visible;
  opacity: 1;
}

.flyout-active .page-wrap {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
}

.nav--flyout {
  font-family: "Westmount", sans-serif;
  text-transform: uppercase;
}
.nav--flyout ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.nav--flyout a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 9px;
  text-decoration: none;
}
.nav--flyout a:visited {
  color: #fff;
}
.nav--flyout a:hover, .nav--flyout a:focus {
  color: #fff;
}
.nav--flyout a.active {
  color: #8c0e19;
}

.notice {
  padding: 24px;
}
.notice--success {
  background-color: #e0f7ea;
  color: #2ecc71;
}
.notice--info {
  background-color: #e1f0fa;
  color: #3498db;
}
.notice--warning {
  background-color: #fdf7df;
  color: #f2ca27;
}
.notice--danger {
  background-color: #fbe4e2;
  color: #e74c3c;
}

.page-header {
  zoom: 1;
  position: relative;
  padding: 18px 0;
  box-shadow: 0 2px 10px 2px rgba(17, 17, 17, 0.055);
  z-index: 201;
}
.page-header:before, .page-header:after {
  content: "";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header__logo {
  position: relative;
  overflow: hidden;
  display: block;
  width: 130px;
  float: left;
  margin-right: 24px;
}
.page-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 820px) {
  .page-header__logo {
    position: absolute;
  }
}
@media (min-width: 980px) {
  .page-header__logo {
    width: 170px;
  }
}

.page-footer__logo {
  max-width: 130px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .page-footer__logo {
    float: left;
    max-width: 165px;
  }
}
.page-footer__navigation {
  zoom: 1;
}
.page-footer__navigation:before, .page-footer__navigation:after {
  content: "";
  display: table;
}
.page-footer__navigation:after {
  clear: both;
}
.page-footer__navigation .nav--service,
.page-footer__navigation .nav--language,
.page-footer__navigation .nav--social {
  float: left;
}
@media (max-width: 439px) {
  .page-footer__navigation .nav--service,
.page-footer__navigation .nav--language,
.page-footer__navigation .nav--social {
    clear: both;
    float: left;
  }
}
.page-footer__navigation .nav--service .nav__item,
.page-footer__navigation .nav--language .nav__item,
.page-footer__navigation .nav--social .nav__item {
  padding: 0 6px;
}
@media (max-width: 439px) {
  .page-footer__navigation .nav + .nav {
    margin-top: 6px;
  }
}
@media (min-width: 440px) {
  .page-footer__navigation .nav + .nav {
    border-left: 1px solid #dddddd;
    margin-left: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 820px) {
  .page-footer__image {
    float: right;
    margin-left: 12px;
  }
}
.page-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #111;
  float: right;
}
@media (max-width: 819px) {
  .page-footer__copyright {
    clear: both;
    float: none;
    text-align: left;
    margin-top: 6px;
    max-width: 100%;
  }
}

.nav--hero .nav__menu, .nav--footer .nav__menu, .nav--doormat .nav__menu, .nav--social .nav__menu, .nav--language .nav__menu, .nav--main .nav__menu, .nav--service .nav__menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nav--hero .nav__link, .nav--footer .nav__link, .nav--doormat .nav__link, .nav--social .nav__link, .nav--language .nav__link, .nav--main .nav__link, .nav--service .nav__link {
  text-decoration: none;
}

.nav--hero .nav__menu, .nav--footer .nav__menu, .nav--doormat .nav__menu, .nav--social .nav__menu, .nav--language .nav__menu, .nav--main .nav__menu, .nav--service .nav__menu {
  display: flex;
}

.nav-wrapper {
  zoom: 1;
  clear: both;
  float: right;
  margin-top: 6px;
}
.nav-wrapper:before, .nav-wrapper:after {
  content: "";
  display: table;
}
.nav-wrapper:after {
  clear: both;
}
.nav-wrapper-1 {
  display: none;
}
@media (min-width: 820px) {
  .nav-wrapper-1 {
    display: block;
  }
}
.nav-wrapper-2 {
  display: none;
}
@media (min-width: 820px) {
  .nav-wrapper-2 {
    display: block;
  }
}

.nav-wrapper-1 + .nav-wrapper-2 {
  margin-top: 35px;
}

.nav--service {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  font-family: "ArcherPro Regular", sans-serif;
  line-height: 1;
  padding: 3px 0;
}
.nav--service .nav__item {
  padding: 0 12px;
}
.nav--service .nav__item:last-child {
  padding-right: 0;
}
.nav--service .nav__item:first-child {
  padding-left: 0;
}
.nav--service .nav__link {
  color: #444;
  font-weight: 600;
}
.nav--service .nav__link:visited {
  color: #444;
}
.nav--service .nav__link:hover, .nav--service .nav__link:focus {
  color: #d82332;
}
.nav--main {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ArcherPro Regular", sans-serif;
}
.nav--main .nav__item {
  margin: 0 12px;
}
@media (min-width: 1200px) {
  .nav--main .nav__item {
    margin: 0 24px;
  }
}
.nav--main .nav__item-shop, .nav--main .nav__item-tienda {
  border-left: 1px solid #dddddd;
  padding-left: 24px;
  margin-left: 0;
}
.nav--main .nav__item:last-child {
  margin-right: 0;
}
.nav--main .nav__link {
  color: #444;
  display: block;
  padding: 2px 6px;
  font-weight: 600;
  border-radius: 0.25rem;
  background-image: linear-gradient(to right, #444, #444);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0 2px;
}
.nav--main .nav__link:visited {
  color: #444;
}
.nav--main .nav__link:hover, .nav--main .nav__link:focus {
  color: #fff;
}
.nav--main .nav__link:hover, .nav--main .nav__link:focus {
  background-color: #d82332;
}
.nav--main .nav__link.active {
  background-size: 30% 2px;
}
.nav--language {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  padding: 3px 0;
  line-height: 1;
  font-family: "ArcherPro Regular", sans-serif;
}
.nav--language .nav__link {
  color: #444;
  display: block;
  font-weight: 600;
}
.nav--language .nav__link:visited {
  color: #444;
}
.nav--language .nav__link:hover, .nav--language .nav__link:focus {
  color: #d82332;
}
.nav--language .nav__link .icon {
  color: #d82332;
}
.nav--social {
  zoom: 1;
  margin-top: -4px;
  display: inline-block;
  float: right;
}
.nav--social:before, .nav--social:after {
  content: "";
  display: table;
}
.nav--social:after {
  clear: both;
}
.nav--social__title {
  float: left;
  padding: 7px 0;
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #b7b7b7;
}
.nav--social .nav__menu {
  float: left;
}
.nav--social .nav__item {
  padding: 0 6px;
  font-weight: 600;
}
.nav--social .nav__item:first-child {
  padding-left: 0;
}
.nav--social .nav__item:last-child {
  padding-right: 0;
}
.nav--social .nav__link {
  font-size: 16px;
  font-size: 1rem;
  color: #d82332;
}
.nav--social .nav__link:visited {
  color: #d82332;
}
.nav--social .nav__link:hover, .nav--social .nav__link:focus {
  color: #ac1c28;
}
.nav--social-variant {
  float: none;
}
.nav--social-variant .nav__item {
  padding: 0 12px;
  font-weight: 600;
}
.nav--social-variant .nav__item:first-child {
  padding-left: 0;
}
.nav--social-variant .nav__item:last-child {
  padding-right: 0;
}
.nav--social-variant .nav__item .nav__link {
  font-size: 28px;
  font-size: 1.75rem;
}
.nav--social-share {
  zoom: 1;
}
.nav--social-share:before, .nav--social-share:after {
  content: "";
  display: table;
}
.nav--social-share:after {
  clear: both;
}
.nav--social-share h2 {
  float: left;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 2px 0;
  margin-right: 12px;
}
.nav--social-share .nav__link {
  color: #d82332;
}
.nav--social-share .nav__link:visited {
  color: #d82332;
}
.nav--social-share .nav__link:hover, .nav--social-share .nav__link:focus {
  color: #ac1c28;
}
.nav--doormat {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 13px;
  font-family: "Westmount", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .nav--doormat {
    float: right;
    margin-top: 25px;
  }
}
@media (max-width: 819px) {
  .nav--doormat .nav__menu {
    flex-direction: column;
  }
}
.nav--doormat .nav__item {
  margin: 0;
}
@media (min-width: 820px) {
  .nav--doormat .nav__item {
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .nav--doormat .nav__item {
    margin: 0 24px;
  }
}
.nav--doormat .nav__item-shop {
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 820px) {
  .nav--doormat .nav__item-shop {
    border-left: 1px solid #dddddd;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .nav--doormat .nav__item-shop {
    padding-left: 24px;
  }
}
.nav--doormat .nav__item:first-child {
  margin-left: 0;
}
.nav--doormat .nav__item:last-child {
  margin-right: 0;
}
.nav--doormat .nav__link {
  color: #444;
  display: block;
  text-decoration: none;
  padding: 6px 0;
}
.nav--doormat .nav__link:visited {
  color: #444;
}
.nav--doormat .nav__link:hover, .nav--doormat .nav__link:focus {
  color: #b1121f;
}
.nav--footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 439px) {
  .nav--footer .nav__menu {
    flex-direction: column;
  }
}
.nav--footer .nav__item {
  position: relative;
  margin-top: 12px;
}
@media (min-width: 440px) {
  .nav--footer .nav__item + .nav__item:before {
    content: "-";
    position: absolute;
    left: -2px;
  }
}
@media (min-width: 440px) {
  .nav--footer .nav__item {
    margin-top: 0;
    padding: 6px;
  }
}
@media (max-width: 439px) {
  .nav--footer .nav__item {
    padding-top: 0;
  }
}
.nav--footer .nav__item:first-of-type {
  padding-left: 0;
}
.nav--footer .nav__item:last-of-type {
  padding-right: 0;
}
.nav--footer .nav__link {
  color: #111;
  display: block;
  text-decoration: underline;
  text-align: left;
}
.nav--footer .nav__link:visited {
  color: #111;
}
.nav--footer .nav__link:hover, .nav--footer .nav__link:focus {
  color: #111;
}
.nav--footer .nav__link:hover, .nav--footer .nav__link:focus, .nav--footer .nav__link.active {
  text-decoration: none;
}
.nav--hero {
  font-family: "Westmount", sans-serif;
  margin: 12px 0;
}
@media (max-width: 589px) {
  .nav--hero .nav__menu {
    flex-direction: column;
  }
}
@media (min-width: 590px) {
  .nav--hero .nav__item + .nav__item {
    margin-left: 24px;
    padding-left: 12px;
    background-image: linear-gradient(to bottom, #c4c4c4 40%, rgba(255, 255, 255, 0) 10%);
    background-position: left;
    background-size: 2px 8px;
    background-repeat: repeat-y;
  }
}
@media (min-width: 1200px) {
  .nav--hero .nav__item {
    margin-left: 24px;
  }
  .nav--hero .nav__item + .nav__item {
    padding-left: 24px;
  }
}
.nav--hero .nav__item:first-child {
  margin-left: 0;
}
.nav--hero .nav__item:last-child {
  margin-right: 0;
}
.nav--hero .nav__item svg.beer-icon {
  margin-right: 6px;
  width: 50px;
  height: 50px;
}
@media (min-width: 660px) {
  .nav--hero .nav__item svg.beer-icon {
    width: 75px;
    height: 75px;
  }
}
.nav--hero .nav__link {
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
}
.nav--hero .nav__link:visited {
  color: #444;
}
.nav--hero .nav__link:hover, .nav--hero .nav__link:focus {
  color: #b1121f;
}
@media (min-width: 660px) {
  .nav--hero .nav__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.nav--hero .nav__link svg .icon-fill {
  transition: all 100ms ease-in-out;
}
.nav--hero .nav__link.active {
  color: #d82332;
}
.nav--hero .nav__link:hover svg .icon-fill, .nav--hero .nav__link:focus svg .icon-fill {
  fill: #b1121f;
}

.nav--language + .nav--service {
  border-right: 1px solid #dddddd;
  padding-right: 24px;
  margin-right: 24px;
}

.nav--social + .nav--language {
  border-right: 1px solid #dddddd;
  padding-right: 24px;
  margin-right: 24px;
}

.map {
  position: relative;
}
.map:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.map--square:before {
  padding-bottom: 100%;
}
.map--wide:before {
  padding-bottom: 80%;
}
@media (min-width: 660px) {
  .map--wide:before {
    padding-bottom: 30%;
  }
}
.map--fixed:before {
  padding-bottom: 50vh;
}
@media (min-width: 660px) {
  .map--fixed:before {
    padding-bottom: 70vh;
  }
}

.map__canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-style-iw,
.gm-style-iw-c {
  padding: 16px !important;
}

.tabs {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  zoom: 1;
  display: block;
  position: relative;
  min-height: 350px;
  padding-top: 36px;
  margin-bottom: 12px;
  z-index: 205;
}
.tabs:before, .tabs:after {
  content: "";
  display: table;
}
.tabs:after {
  clear: both;
}
@media (min-width: 660px) {
  .tabs {
    padding-top: 0;
  }
}
.tabs--vertical {
  display: flex;
}

.tab__navigation {
  transition: transform 100ms ease-in-out;
  transform: translateX(-200px);
  position: absolute;
  top: 0;
  width: 175px;
  float: left;
  background: #d82332;
  font-family: "Westmount", sans-serif;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  z-index: 205;
}
@media (min-width: 660px) {
  .tab__navigation {
    position: relative;
    transform: translateX(0);
    background: transparent;
    width: 22%;
    padding: 0 24px 0 0;
    border-right: 1px dashed #b7b7b7;
  }
}
.tab__navigation .tab__icon:before {
  margin-top: -4px;
}
.tab__navigation.is-active {
  transform: translateX(-24px);
}
.tab__navigation.is-active .nav__tab.active {
  color: #fff !important;
}
.tab__toggle {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  background: #d82332;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  min-width: 170px;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  .tab__toggle {
    display: none;
  }
}

.tab__item {
  padding: 12px 6px;
}

.nav__tab {
  font-size: 21px;
  font-size: 1.313rem;
  color: #fff;
  position: relative;
  z-index: 10;
  margin: 0;
  text-align: center;
  border-bottom: 0;
  text-decoration: none;
}
.nav__tab:visited {
  color: #fff;
}
.nav__tab:hover, .nav__tab:focus {
  color: #fff;
}
@media (min-width: 660px) {
  .nav__tab {
    font-size: 24px;
    font-size: 1.5rem;
    color: #444;
  }
  .nav__tab:visited {
    color: #444;
  }
  .nav__tab:hover, .nav__tab:focus {
    color: #444;
  }
}
.nav__tab:hover {
  text-decoration: underline;
}
.nav__tab.active {
  font-size: 32px;
  font-size: 2rem;
  color: #d82332;
}
.nav__tab.active:focus {
  outline: none;
}
.nav__tab span {
  text-transform: uppercase;
}
.nav__tab a {
  display: block;
  text-decoration: none;
  padding: 12px 24px;
  background: #f6f6f6;
  color: #666;
}
.nav__tab a:hover, .nav__tab a:focus {
  color: #b1121f;
}

.tab-content {
  width: 100%;
  float: left;
  padding: 12px 0;
}
@media (min-width: 660px) {
  .tab-content {
    width: 77%;
    padding: 12px 0 12px 100px;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .show {
  display: block;
}

/* Slider */
.slider {
  margin: 15px 20px;
}
.slider__img {
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 25px;
  width: 150px;
  background-position: 50%;
  margin: 10px;
}
@media (min-width: 660px) {
  .slider__img {
    margin-bottom: 0px;
    margin-right: 25px;
    width: 300px;
    height: 150px;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}

.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;
  margin: 0 12px;
  min-width: 150px;
  display: none;
}
.slick-slide > div {
  height: 100%;
}
.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;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #d82332;
  border-radius: 17px;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  font-weight: 700;
  font-family: "icons";
  z-index: 5;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  background: #b1121f;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}

.slick-prev {
  left: 35px;
}
@media (min-width: 1200px) {
  .slick-prev {
    left: 50px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\F109";
}
[dir=rtl] .slick-prev:before {
  content: "\F10B";
}

.slick-next {
  right: 35px;
}
@media (min-width: 1200px) {
  .slick-next {
    right: 50px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\F10B";
}
[dir=rtl] .slick-next:before {
  content: "\F109";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.js-slider-gallery-foodpairing-beers .slick-prev {
  left: -40px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.js-slider-gallery-foodpairing-beers .slick-next {
  right: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.gallery__image, .gallery__video {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 440px) {
  .gallery__image, .gallery__video {
    cursor: pointer;
  }
}
.gallery__image:before, .gallery__video:before {
  transition: opacity 100ms ease-in-out;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  line-height: 1.5;
  width: 36px;
  text-align: center;
  color: #d82332;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.gallery__image img, .gallery__video img {
  transition: transform 100ms ease-in-out;
  display: block;
}
@media (min-width: 440px) {
  .gallery__image:hover img, .gallery__image:focus img, .gallery__video:hover img, .gallery__video:focus img {
    transform: translateZ(0), scale(1.05);
  }
  .gallery__image:hover:before, .gallery__image:focus:before, .gallery__video:hover:before, .gallery__video:focus:before {
    opacity: 1;
  }
}
.gallery__video {
  overflow: unset;
}
.gallery__video .cta {
  font-size: 17px;
  font-size: 1.063rem;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  color: #fff;
  font-family: "Westmount", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
  text-transform: uppercase;
}
@media (min-width: 440px) {
  .gallery__video .cta {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 439px) {
  .gallery__video .cta .heading {
    font-size: 21px;
    font-size: 1.313rem;
    margin-bottom: 4px;
  }
}
.gallery__video .cta .icon {
  font-size: 30px;
  font-size: 1.875rem;
  color: #d82332;
}
@media (min-width: 440px) {
  .gallery__video .cta .icon {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 440px) {
  .gallery__video .cta .icon:before {
    margin-top: 10px;
  }
}
.gallery__video:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background: rgba(17, 17, 17, 0.45);
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}
@media (min-width: 440px) {
  .gallery__video:before {
    opacity: 0;
  }
}

.video-close,
.video-close-hero {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  padding: 1px;
  background: #d82332;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
}

.video-close-hero {
  right: -14px;
  padding: 2px;
}

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #d82332;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 15px;
}
@media (min-width: 660px) {
  .modaal-content-container {
    padding: 30px;
  }
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  width: auto !important;
  max-height: 45vw;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  padding: 20px;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.carousel-image-hidden {
  display: none;
}

.dropdown {
  position: relative;
}

[data-toggle=dropdown]:focus {
  outline: none;
}

.dropdown__menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 205;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border: 1px solid #f6f6f6;
  box-shadow: 0 5px 6px rgba(17, 17, 17, 0.25);
  background-clip: padding-box;
}
.dropdown__menu--right {
  right: 0;
  left: auto;
}
.dropdown__menu--over {
  top: 0;
}
.show > .dropdown__menu {
  display: block;
}
.dropdown__menu > li > a {
  font-size: 15px;
  font-size: 0.938rem;
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown__menu > li > a:hover, .dropdown__menu > li > a:focus {
  background: #e9e9e9;
  color: #2e2e2e;
}
.navbar .dropdown__menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  border-top: 0;
}

.dropdown__divider {
  border-top: 1px solid #dddddd;
  margin: 3px 0;
}

.dropdown__header {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #666;
  padding: 3px 10px;
  white-space: nowrap;
}

/* purgecss start ignore */
.cookiebanner {
  font-size: 16px;
  font-size: 1rem;
  position: fixed;
  top: 50%;
  max-width: 28rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-height: 100vh;
  overflow-y: auto;
}
.cookiebanner h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 660px) {
  .cookiebanner h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.cookiebanner__content {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px black, 0 2px 4px -2px black;
  padding: 12px;
}
@media (min-width: 660px) {
  .cookiebanner__content {
    padding: 24px;
  }
}
.cookiebanner__notice {
  margin-top: 12px;
}
.cookiebanner__actions {
  margin-top: 24px;
}
.cookiebanner__essentials, .cookiebanner__settings {
  display: block;
  margin-top: 12px;
  text-decoration: underline;
}
.cookiebanner__essentials:hover, .cookiebanner__essentials:focus, .cookiebanner__settings:hover, .cookiebanner__settings:focus {
  text-decoration: none;
}

.cookie-modal {
  position: fixed;
  width: 100%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  padding: 0 1rem;
  z-index: 999;
  transform: translate(-50%, -50%);
}
@media (min-width: 660px) {
  .cookie-modal {
    max-width: 725px;
  }
}
.cookie-modal h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center;
}
.cookie-modal h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 24px;
  margin-bottom: 24px;
}
.cookie-modal__content {
  font-size: 16px;
  font-size: 1rem;
  background-color: white;
  box-shadow: 0 4px 6px -1px black, 0 2px 4px -2px black;
  border-radius: 0.5rem;
  padding: 24px;
}
.cookie-modal__close-action {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 24px;
  margin-right: 28px;
  border: none;
  background: none;
}
.cookie-modal__checks {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.cookie-modal__checks input {
  margin-right: 12px;
}
.cookie-modal__description {
  margin-left: 24px;
}
.cookie-modal__options {
  margin-bottom: 24px;
}
.cookie-modal__actions {
  margin-top: 24px;
  text-align: center;
}

.cookie-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: black;
  opacity: 0.5;
  z-index: 998;
}

.hidden {
  display: none;
}

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

/* purgecss end ignore */
.splash {
  position: relative;
  z-index: -2;
}
@media (min-width: 1200px) {
  .splash {
    min-height: 800px;
  }
}
.splash::before {
  content: none;
}

.rating__score {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.034em;
  font-family: "Westmount", sans-serif;
  color: var(--brand-colour);
}
.rating__score span {
  font-size: 2.25rem;
}
.rating__logo {
  margin-left: 0.5rem;
  height: 1.25rem;
}

.profile__title {
  font-size: 50px;
  font-size: 3.113rem;
  font-family: "Westmount", sans-serif;
  color: var(--brand-colour);
  line-height: 0.74;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-left: -0.5rem;
}
@media (min-width: 660px) {
  .profile__title {
    font-size: 93px;
    font-size: 5.813rem;
  }
}
.profile__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Westmount", sans-serif;
  font-weight: 700;
  letter-spacing: -0.034em;
  padding: 1em 0;
  border-bottom: 1px solid;
}
.profile__heading > * {
  width: 100%;
}
@media (min-width: 820px) {
  .profile__heading {
    font-size: 22px;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile__heading > * {
    width: 30%;
    padding-right: 12px;
  }
  .profile__heading > * + * {
    padding-left: 12px;
  }
}
.profile__list {
  margin-top: 0;
  margin-bottom: 0;
  z-index: -2;
  position: relative;
}
.profile__list dt, .profile__list dd {
  font-family: "Westmount", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-left: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.profile__list dt {
  color: #d82332;
}
.profile__list div {
  padding: 1rem 0;
  border-bottom: 1px solid;
}
@media (min-width: 820px) {
  .profile__list dt, .profile__list dd {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 28%;
  }
  .profile__list div:nth-child(-n+4) {
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile__list div:nth-child(-n+4) > * {
    width: 30%;
    padding: 2em 0;
  }
  .profile__list div:nth-child(-n+4) > * + * {
    padding-left: 12px;
  }
  .profile__list div:nth-child(-n+4) dt {
    font-size: 32px;
    font-size: 2rem;
  }
  .profile__list div:nth-child(n+5) {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    border: none;
  }
}
@media (min-width: 980px) {
  .profile__list {
    max-width: auto;
  }
}
@media (min-width: 1200px) {
  .profile__list div:nth-child(n+5) > * {
    width: 20%;
  }
}

.profile {
  position: relative;
}

.profile__sticky {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding-top: 24px;
}

.profile__image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: -72px 0;
  opacity: 0.2;
  z-index: -3;
}
@media (min-width: 820px) {
  .profile__image {
    opacity: 1;
  }
}

.profile__sticky img {
  max-height: 775px;
  top: 0;
  margin: 0 auto;
  max-width: 27%;
}
@media (min-width: 820px) {
  .profile__sticky img {
    position: sticky;
  }
}

.cover {
  padding-top: 72px;
}
.cover__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ArcherPro Regular", sans-serif;
  font-weight: 400;
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.3);
}
.cover__text {
  font-size: 50px;
  font-size: 3.113rem;
  font-family: "Westmount", sans-serif;
  color: #fff;
  line-height: 0.74;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-left: -0.5rem;
}
@media (min-width: 660px) {
  .cover__text {
    font-size: 93px;
    font-size: 5.813rem;
  }
}

.text-image__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  max-width: 66.6666666667%;
  line-height: 0.74;
}
@media (min-width: 820px) {
  .text-image__title {
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.text-image > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 820px) {
  .text-image > div {
    flex-wrap: nowrap;
  }
}
.text-image__text {
  width: 83.3333333333%;
  margin-top: 1rem;
}
@media (min-width: 440px) {
  .text-image__text {
    width: 66.6666666667%;
  }
}
@media (min-width: 660px) {
  .text-image__text {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 820px) {
  .text-image__text {
    width: 41.6666666667%;
    margin-top: 8em;
  }
}
@media (min-width: 980px) {
  .text-image__text {
    width: 33.3333333333%;
    margin-top: 12em;
  }
}
@media (min-width: 1200px) {
  .text-image__text {
    width: 25%;
  }
}
.text-image__image {
  margin-left: 16.6666666667%;
  width: 83.3333333333%;
  order: -1;
  margin-top: 1rem;
}
@media (min-width: 660px) {
  .text-image__image {
    margin-left: 25%;
    width: 66.6666666667%;
  }
}
@media (min-width: 820px) {
  .text-image__image {
    order: 1;
    margin-left: 8.3333333333%;
    width: 50%;
  }
}
@media (min-width: 980px) {
  .text-image__image {
    width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .text-image__image {
    width: 50%;
  }
}
.text-image__image img {
  width: 100%;
}
.text-image--reverse .text-image__image {
  order: -1;
}

.image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.image :first-child {
  margin-left: 0%;
  max-width: 83.3333333333%;
}
.image :nth-child(2) {
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-top: 1rem;
}
@media (min-width: 660px) {
  .image {
    flex-wrap: nowrap;
  }
  .image :first-child {
    margin-left: 16.6666666667%;
    max-width: 41.6666666667%;
  }
  .image :nth-child(2) {
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
    margin-top: 8em;
  }
}

.recipe--beer-image {
  max-width: 150px;
}

.recipe--beer-image-sml {
  max-width: 50px !important;
}

.text-two-columns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.text-two-columns > :first-child {
  max-width: 83.3333333333%;
}
.text-two-columns > :nth-child(2) {
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-top: 2em;
}
@media (min-width: 660px) {
  .text-two-columns > :first-child {
    margin-left: 8.3333333333%;
    max-width: 58.3333333333%;
  }
  .text-two-columns > :nth-child(2) {
    max-width: 58.3333333333%;
  }
}
@media (min-width: 820px) {
  .text-two-columns {
    flex-wrap: nowrap;
  }
  .text-two-columns > :first-child {
    max-width: 33.3333333333%;
  }
  .text-two-columns > :nth-child(2) {
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
    margin-top: 4em;
  }
}

.quote-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.quote-block > img {
  width: 50%;
}
.quote-block > blockquote {
  max-width: 91.6666666667%;
  margin-left: 8.3333333333%;
  margin-top: 1em;
  border-left: 0;
  padding-left: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.quote-block > blockquote footer {
  font-family: "Westmount", sans-serif;
  font-weight: 700;
  letter-spacing: -0.034em;
  line-height: 0.74;
}
.quote-block > blockquote footer span {
  color: #d82332;
}
@media (min-width: 440px) {
  .quote-block > img {
    width: 50%;
  }
  .quote-block > blockquote {
    margin-left: 25%;
    width: 66.6666666667%;
  }
}
@media (min-width: 660px) {
  .quote-block > img {
    margin-left: 8.3333333333%;
    width: 33.3333333333%;
  }
  .quote-block > blockquote {
    margin-left: 25%;
    width: 66.6666666667%;
  }
}
@media (min-width: 820px) {
  .quote-block {
    flex-wrap: nowrap;
  }
  .quote-block > img {
    width: 25%;
  }
  .quote-block > blockquote {
    max-width: 50%;
    margin-left: 8.3333333333%;
    margin-top: 8em;
    border-left: 0;
    padding-left: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .quote-block > blockquote footer {
    font-family: "Westmount", sans-serif;
    font-weight: 700;
    letter-spacing: -0.034em;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .quote-block > blockquote footer span {
    color: #d82332;
  }
}

.gallery-block {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ArcherPro Regular", sans-serif;
  font-weight: 400;
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 980px) {
  .gallery-block {
    display: grid;
    grid-template-columns: 83.3333333333% 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .gallery-block {
    grid-template-columns: 91.6666666667% 8.3333333333%;
  }
  .gallery-block__slides {
    grid-column: 1/3;
    grid-row: 1;
  }
  .gallery-block__slide {
    display: grid;
    grid-template-columns: 25% 66.6666666667%;
    align-items: center;
  }
  .gallery-block__slide > div {
    grid-row: 1;
    grid-column: 1/3;
    max-width: 50%;
  }
  .gallery-block__slide > img {
    grid-row: 1;
    grid-column: 2/3;
  }
  .gallery-block__nav {
    grid-column: 2/3;
    grid-row: 1;
    padding-left: 12px;
  }
}
.gallery-block__text {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Westmount", sans-serif;
  color: var(--brand-colour);
  line-height: 0.74;
  font-weight: 700;
  letter-spacing: -0.034em;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -0.1rem;
}
@media (min-width: 660px) {
  .gallery-block__text {
    font-size: 82px;
    font-size: 5.1rem;
    margin-left: -0.7rem;
  }
}
.gallery-block__count {
  margin-bottom: 12px;
}
@media (min-width: 660px) {
  .gallery-block__count {
    margin-bottom: 0;
  }
}
.gallery-block__nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.gallery-block__nav .slick-arrow {
  position: static;
  transform: none;
  background: none;
}
.gallery-block__nav .slick-arrow + .slick-arrow {
  margin-left: 1rem;
}
.gallery-block__nav .slick-disabled {
  visibility: hidden;
}
.gallery-block__nav .slick-next::before {
  content: "\F115";
  color: #000;
  font-size: 40px;
}
.gallery-block__nav .slick-prev::before {
  content: "\F114";
  color: #000;
  font-size: 40px;
}
.gallery-block__nav .slick-arrow:hover::before {
  color: var(--brand-colour);
}

.style2022 .page-header {
  box-shadow: none;
}
.style2022 .breadcrumb {
  margin-top: 48px;
  margin-bottom: 36px;
}
.style2022 h1 {
  font-size: 82px;
  line-height: 61px;
  margin-left: -10px;
}
.style2022 p {
  line-height: 1.1;
}

.product-overview {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.product-overview--shadow {
  box-shadow: inset 0 0 80px 0 rgba(0, 0, 0, 0.3);
}
.product-overview .product-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-overview h2 {
  font-size: 21px;
  line-height: 17px;
  text-align: center;
  padding: 30px 15px 0;
  letter-spacing: -1px;
  height: 70px;
  margin-bottom: 0;
}
.product-overview img {
  margin-top: 50px;
  transition: transform 0.3s ease-in-out;
}
.product-overview:hover img {
  transform: translateY(-50px);
  transition: transform 0.3s ease-in-out;
}

.call-to-action {
  background: url("../img/bg-paper.jpg") repeat;
}
.call-to-action__image {
  background-size: cover;
  background-position: center;
}
.call-to-action__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.call-to-action__content {
  padding: 24px;
  margin: 0 auto;
}
@media (min-width: 820px) {
  .call-to-action__content {
    padding: 48px;
  }
}
.call-to-action__content h2 {
  line-height: 24px;
}
@media (min-width: 660px) {
  .call-to-action__content h2 {
    line-height: 34px;
  }
}
.call-to-action__text {
  padding-left: 24px;
  font-size: 18px;
}
.call-to-action__cta {
  padding-left: 24px;
  margin-top: 24px;
}
.call-to-action--dark {
  background: url("../img/bg-paper--black.png") repeat;
  color: #fff;
}
.call-to-action--dark h2,
.call-to-action--dark .link {
  color: #fff;
}
.call-to-action--dark .link:hover {
  color: #d82332;
}

.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-fill {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-align-items-start {
  align-items: flex-start;
}
.flex-align-items-end {
  align-items: flex-end;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-baseline {
  align-items: baseline;
}
.flex-align-items-stretch {
  align-items: stretch;
}
.flex-align-content-start {
  align-content: flex-start;
}
.flex-align-content-end {
  align-content: flex-end;
}
.flex-align-content-center {
  align-content: center;
}
.flex-align-content-between {
  align-content: space-between;
}
.flex-align-content-around {
  align-content: space-around;
}
.flex-align-content-stretch {
  align-content: stretch;
}
.flex-align-self-auto {
  align-self: auto;
}
.flex-align-self-start {
  align-self: flex-start;
}
.flex-align-self-end {
  align-self: flex-end;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-self-baseline {
  align-self: baseline;
}
.flex-align-self-stretch {
  align-self: stretch;
}

.ml-xxs {
  margin-left: 6px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-xxs {
    margin-left: 6px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-xsm {
  margin-left: 12px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-xsm {
    margin-left: 12px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-sml {
  margin-left: 24px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-sml {
    margin-left: 24px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-med {
  margin-left: 36px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-med {
    margin-left: 36px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-lrg {
  margin-left: 48px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-lrg {
    margin-left: 48px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-xlr {
  margin-left: 60px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-xlr {
    margin-left: 60px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}
.ml-xxl {
  margin-left: 72px;
}
.ml-a {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 820px) {
  .ml-bp-med-xxl {
    margin-left: 72px;
  }
  .ml-bp-med-a {
    margin-left: auto;
  }
  .ml-bp-med-0 {
    margin-left: 0;
  }
}

.mr-xxs {
  margin-right: 6px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-xxs {
    margin-right: 6px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-xsm {
  margin-right: 12px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-xsm {
    margin-right: 12px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-sml {
  margin-right: 24px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-sml {
    margin-right: 24px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-med {
  margin-right: 36px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-med {
    margin-right: 36px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-lrg {
  margin-right: 48px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-lrg {
    margin-right: 48px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-xlr {
  margin-right: 60px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-xlr {
    margin-right: 60px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}
.mr-xxl {
  margin-right: 72px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 820px) {
  .mr-bp-med-xxl {
    margin-right: 72px;
  }
  .mr-bp-med-a {
    margin-right: auto;
  }
  .mr-bp-med-0 {
    margin-right: 0;
  }
}

.mt-xxs {
  margin-top: 6px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-xxs {
    margin-top: 6px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-xsm {
  margin-top: 12px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-xsm {
    margin-top: 12px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-sml {
  margin-top: 24px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-sml {
    margin-top: 24px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-med {
  margin-top: 36px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-med {
    margin-top: 36px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-lrg {
  margin-top: 48px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-lrg {
    margin-top: 48px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-xlr {
  margin-top: 60px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-xlr {
    margin-top: 60px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}
.mt-xxl {
  margin-top: 72px;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 820px) {
  .mt-bp-med-xxl {
    margin-top: 72px;
  }
  .mt-bp-med-a {
    margin-top: auto;
  }
  .mt-bp-med-0 {
    margin-top: 0;
  }
}

.mb-xxs {
  margin-bottom: 6px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-xxs {
    margin-bottom: 6px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-xsm {
  margin-bottom: 12px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-xsm {
    margin-bottom: 12px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-sml {
  margin-bottom: 24px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-sml {
    margin-bottom: 24px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-med {
  margin-bottom: 36px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-med {
    margin-bottom: 36px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-lrg {
  margin-bottom: 48px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-lrg {
    margin-bottom: 48px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-xlr {
  margin-bottom: 60px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-xlr {
    margin-bottom: 60px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}
.mb-xxl {
  margin-bottom: 72px;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mb-bp-med-xxl {
    margin-bottom: 72px;
  }
  .mb-bp-med-a {
    margin-bottom: auto;
  }
  .mb-bp-med-0 {
    margin-bottom: 0;
  }
}

.mh-xxs {
  margin-left: 6px;
  margin-right: 6px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-xxs {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-xsm {
  margin-left: 12px;
  margin-right: 12px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-xsm {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-sml {
  margin-left: 24px;
  margin-right: 24px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-sml {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-med {
  margin-left: 36px;
  margin-right: 36px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-med {
    margin-left: 36px;
    margin-right: 36px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-lrg {
  margin-left: 48px;
  margin-right: 48px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-lrg {
    margin-left: 48px;
    margin-right: 48px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-xlr {
  margin-left: 60px;
  margin-right: 60px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-xlr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mh-xxl {
  margin-left: 72px;
  margin-right: 72px;
}
.mh-a {
  margin-left: auto;
  margin-right: auto;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 820px) {
  .mh-bp-med-xxl {
    margin-left: 72px;
    margin-right: 72px;
  }
  .mh-bp-med-a {
    margin-left: auto;
    margin-right: auto;
  }
  .mh-bp-med-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

.mv-xxs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-xxs {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-xsm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-xsm {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-sml {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-sml {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-med {
  margin-top: 36px;
  margin-bottom: 36px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-med {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-lrg {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-lrg {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-xlr {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-xlr {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv-xxl {
  margin-top: 72px;
  margin-bottom: 72px;
}
.mv-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 820px) {
  .mv-bp-med-xxl {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .mv-bp-med-a {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mv-bp-med-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.ph-xxs {
  padding-left: 6px;
  padding-right: 6px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-xxs {
    padding-left: 6px;
    padding-right: 6px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-xsm {
  padding-left: 12px;
  padding-right: 12px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-xsm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-sml {
  padding-left: 24px;
  padding-right: 24px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-sml {
    padding-left: 24px;
    padding-right: 24px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-med {
  padding-left: 36px;
  padding-right: 36px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-med {
    padding-left: 36px;
    padding-right: 36px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-lrg {
  padding-left: 48px;
  padding-right: 48px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-lrg {
    padding-left: 48px;
    padding-right: 48px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-xlr {
  padding-left: 60px;
  padding-right: 60px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-xlr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ph-xxl {
  padding-left: 72px;
  padding-right: 72px;
}
.ph-0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 820px) {
  .ph-bp-med-xxl {
    padding-left: 72px;
    padding-right: 72px;
  }
  .ph-bp-med-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.pv-xxs {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-xxs {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-xsm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-xsm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-sml {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-sml {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-med {
  padding-top: 36px;
  padding-bottom: 36px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-med {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-lrg {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-lrg {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-xlr {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-xlr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pv-xxl {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pv-bp-med-xxl {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pv-bp-med-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pt-xxs {
  padding-top: 6px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-xxs {
    padding-top: 6px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-xsm {
  padding-top: 12px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-xsm {
    padding-top: 12px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-sml {
  padding-top: 24px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-sml {
    padding-top: 24px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-med {
  padding-top: 36px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-med {
    padding-top: 36px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-lrg {
  padding-top: 48px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-lrg {
    padding-top: 48px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-xlr {
  padding-top: 60px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-xlr {
    padding-top: 60px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}
.pt-xxl {
  padding-top: 72px;
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 820px) {
  .pt-bp-med-xxl {
    padding-top: 72px;
  }
  .pt-bp-med-0 {
    padding-top: 0;
  }
}

.pb-xxs {
  padding-bottom: 6px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-xxs {
    padding-bottom: 6px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-xsm {
  padding-bottom: 12px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-xsm {
    padding-bottom: 12px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-sml {
  padding-bottom: 24px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-sml {
    padding-bottom: 24px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-med {
  padding-bottom: 36px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-med {
    padding-bottom: 36px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-lrg {
  padding-bottom: 48px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-lrg {
    padding-bottom: 48px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-xlr {
  padding-bottom: 60px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-xlr {
    padding-bottom: 60px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}
.pb-xxl {
  padding-bottom: 72px;
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 820px) {
  .pb-bp-med-xxl {
    padding-bottom: 72px;
  }
  .pb-bp-med-0 {
    padding-bottom: 0;
  }
}

.pl-xxs {
  padding-left: 6px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-xxs {
    padding-left: 6px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-xsm {
  padding-left: 12px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-xsm {
    padding-left: 12px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-sml {
  padding-left: 24px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-sml {
    padding-left: 24px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-med {
  padding-left: 36px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-med {
    padding-left: 36px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-lrg {
  padding-left: 48px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-lrg {
    padding-left: 48px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-xlr {
  padding-left: 60px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-xlr {
    padding-left: 60px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}
.pl-xxl {
  padding-left: 72px;
}
.pl-0 {
  padding-left: 0;
}
@media (min-width: 820px) {
  .pl-bp-med-xxl {
    padding-left: 72px;
  }
  .pl-bp-med-0 {
    padding-left: 0;
  }
}

.pr-xxs {
  padding-right: 6px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-xxs {
    padding-right: 6px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-xsm {
  padding-right: 12px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-xsm {
    padding-right: 12px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-sml {
  padding-right: 24px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-sml {
    padding-right: 24px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-med {
  padding-right: 36px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-med {
    padding-right: 36px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-lrg {
  padding-right: 48px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-lrg {
    padding-right: 48px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-xlr {
  padding-right: 60px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-xlr {
    padding-right: 60px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}
.pr-xxl {
  padding-right: 72px;
}
.pr-0 {
  padding-right: 0;
}
@media (min-width: 820px) {
  .pr-bp-med-xxl {
    padding-right: 72px;
  }
  .pr-bp-med-0 {
    padding-right: 0;
  }
}

.u-clearfix {
  zoom: 1;
}
.u-clearfix:before, .u-clearfix:after {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}

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

.embed-container-hero {
  max-width: 900px;
  overflow: inherit;
  margin: 0 auto;
}

.u-pointer {
  cursor: pointer;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.u-display-block {
  display: block !important;
}
.u-display-inline-block {
  display: inline-block !important;
}

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

@media (min-width: 320px) {
  .u-float--bp-xxs-left {
    float: left !important;
  }
}
@media (min-width: 440px) {
  .u-float--bp-xsm-left {
    float: left !important;
  }
}
@media (min-width: 660px) {
  .u-float--bp-sml-left {
    float: left !important;
  }
}
@media (min-width: 820px) {
  .u-float--bp-med-left {
    float: left !important;
  }
}
@media (min-width: 980px) {
  .u-float--bp-lrg-left {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .u-float--bp-xlr-left {
    float: left !important;
  }
}
@media (min-width: 820px) {
  .u-float--bp-flyout-left {
    float: left !important;
  }
}
.u-float-right {
  float: right !important;
}

@media (min-width: 320px) {
  .u-float--bp-xxs--right {
    float: right;
  }
}
@media (min-width: 440px) {
  .u-float--bp-xsm--right {
    float: right;
  }
}
@media (min-width: 660px) {
  .u-float--bp-sml--right {
    float: right;
  }
}
@media (min-width: 820px) {
  .u-float--bp-med--right {
    float: right;
  }
}
@media (min-width: 980px) {
  .u-float--bp-lrg--right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .u-float--bp-xlr--right {
    float: right;
  }
}
@media (min-width: 820px) {
  .u-float--bp-flyout--right {
    float: right;
  }
}
@media (max-width: 319px) {
  .u-show\@xxs {
    display: none !important;
  }
}
@media (max-width: 439px) {
  .u-show\@xsm {
    display: none !important;
  }
}
@media (max-width: 659px) {
  .u-show\@sml {
    display: none !important;
  }
}
@media (max-width: 819px) {
  .u-show\@med {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .u-show\@lrg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .u-show\@xlr {
    display: none !important;
  }
}
@media (max-width: 819px) {
  .u-show\@flyout {
    display: none !important;
  }
}
@media (min-width: 320px) {
  .u-hide\@xxs {
    display: none !important;
  }
}
@media (min-width: 440px) {
  .u-hide\@xsm {
    display: none !important;
  }
}
@media (min-width: 660px) {
  .u-hide\@sml {
    display: none !important;
  }
}
@media (min-width: 820px) {
  .u-hide\@med {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .u-hide\@lrg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .u-hide\@xlr {
    display: none !important;
  }
}
@media (min-width: 820px) {
  .u-hide\@flyout {
    display: none !important;
  }
}
.relative {
  position: relative;
}

.superhidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, .form__checkbox, .form__radio {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.visuallyhidden.focusable:active, .focusable.form__checkbox:active, .focusable.form__radio:active, .visuallyhidden.focusable:focus, .focusable.form__checkbox:focus, .focusable.form__radio:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

@media (max-width: 439px) {
  .visuallyhidden-max\@xsm {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
  }
  .visuallyhidden-max\@xsm.focusable:active, .visuallyhidden-max\@xsm.focusable:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
  }
}

.print-only,
.print-only-inline {
  display: none;
}

.screen-only {
  display: block;
}

.screen-only-inline {
  display: inline;
}

.max-h-200 {
  max-height: 200px;
}

.border-bottom-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar {
  overflow-y: scroll;
  max-height: 70vh;
}

.sidebar-hover-item {
  font-weight: 700;
}
.sidebar-hover-item:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

@media (min-width: 1400px) {
  .u-breakout-xlr {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.bg--primary {
  background: #d82332;
}

.min-h-250 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 660px) {
  .block--bp-med {
    display: block !important;
  }
}
@media (min-width: 660px) {
  .flex--bp-sml {
    display: flex;
  }
}
.container--foodpairing-beers {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 660px) {
  .container--foodpairing-beers {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-only {
    display: block;
  }

  .print-only-inline {
    display: inline;
  }

  .screen-only,
.screen-only-inline {
    display: none;
  }
}