@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: "Heineken Serif 18";
  font-weight: bold;
  src: url("/frontend/assets/fonts/heinekenserif18-bold.woff2") format("woff2"), url("/frontend/assets/fonts/heinekenserif18-bold.woff") format("woff");
  font-display: swap; }

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

html {
  background: #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

body {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #13670b;
  font-family: "Heineken Serif 18", serif;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.625rem; }

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

input,
textarea {
  font-size: initial; }

hr {
  border: 0;
  margin-bottom: 1rem; }

p {
  margin: 0; }
  @media (max-width: 63.9375rem) {
    p {
      margin-bottom: 0.8rem; } }
  @media (min-width: 64rem) {
    p {
      margin-bottom: 1.6rem; } }
  p + p:last-child {
    margin-bottom: 0; }

button {
  cursor: pointer;
  display: block; }

a {
  color: #13670b;
  text-decoration: none; }

.lock-scroll {
  overflow: hidden; }

.is-hidden {
  display: none !important; }

.hide {
  opacity: 0;
  visibility: hidden; }

.visually-hidden {
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem);
  /* IE6, IE7 */
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  /* added line */
  width: 0.0625rem; }

/* stylelint-disable-next-line selector-class-pattern */
.simpleParallax {
  height: 100%; }

html:not(.no-intersection-observer):not(.no-js) [data-in-view],
html:not(.no-intersection-observer):not(.no-js) [data-container-in-view] > *, html:not(.no-intersection-observer):not(.no-js) .umbraco-forms-container > div, .footer__email-input--transparent,
.footer input.footer__email-input--transparent[type='email'], .footer__submit--transparent, .footer__checkbox-wrap--transparent, .card__text-wrap, html:not(.no-intersection-observer):not(.no-js) .slider .slider-pagination, html:not(.no-intersection-observer):not(.no-js) .slider .carousel-buttons, .notification-page [data-notification-first-title],
.notification-page [data-notification-second-title], .notification-page [data-notification-first-subtitle],
.notification-page [data-notification-second-subtitle], .notification-page [data-notification-button] {
  opacity: 0;
  transform: translate3d(0, 3.125rem, 0);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  will-change: transform, opacity; }

html:not(.no-intersection-observer):not(.no-js) .in-view[data-in-view],
html:not(.no-intersection-observer):not(.no-js) [data-container-in-view] > *.in-view, html:not(.no-intersection-observer):not(.no-js) .umbraco-forms-fieldset.in-view .umbraco-forms-container > div, .card.in-view .card__text-wrap, html:not(.no-intersection-observer):not(.no-js) .slider.in-view .slider-pagination, html:not(.no-intersection-observer):not(.no-js) .slider.in-view .carousel-buttons {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.overlay, .image-overlay, .card__image-container::after, .slide--hero .slide__background-img-container::after, .footer__left-right-gradient::before, .social-share--green::before, .history__mobile-block:nth-child(2) .history__image-container::before, .history__image-container:nth-child(2)::before,
.history__mobile-block:nth-child(5) .history__image-container::before, .history__image-container:nth-child(5)::before,
.history__mobile-block:nth-child(9) .history__image-container::before, .history__image-container:nth-child(9)::before, #LZ_container .lf20170322-marker-label::before, .history__mobile-block:nth-child(3) .history__image-container::before, .history__image-container:nth-child(3)::before, .promo-bar__background::before, .notification-bar::before, .pop-up-bar::before, .history__years:before, .header--green:after, .card__content, .slider-pagination__slide__bar::after, .slider-pagination__slide__bar-indicator, .hero--gradient:before, .hero--green::before,
.hero--blue::before, .age-gateway, .age-gateway:after, .country-selector, .promo-bar__background, .modal, .modal__background, .history__hero::after, .notification-page::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.image-overlay, .card__image-container::after, .slide--hero .slide__background-img-container::after {
  background: transparent linear-gradient(0deg, #000 0%, #0006 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4; }

.umbraco-forms-page .multiplechoice input + label::before, .umbraco-forms-page .checkbox input + label::before,
.umbraco-forms-page .dataconsent input + label::before, #root .rewards___FormFieldCheckbox___fake, #root .rewards___FormFieldRadioInput___overlay {
  height: 1.25rem;
  width: 1.25rem;
  border: 0.0625rem solid #999;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease; }

.umbraco-forms-page .multiplechoice input:checked + label::before, .umbraco-forms-page .checkbox input:checked + label::before,
.umbraco-forms-page .dataconsent input:checked + label::before {
  background-image: url("/frontend/assets/images/ic-checkmark-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto; }

.button-round--arrow:after, .country-selector__region-title:after {
  border-right: 0.1875rem solid #646464;
  border-top: 0.1875rem solid #646464;
  content: '';
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.375rem;
  position: absolute;
  transform: rotate(45deg) translateZ(0);
  transition: transform 0.3s ease; }

.button-round--cross, .country-selector__close {
  position: relative; }
  .button-round--cross:after, .country-selector__close:after, .button-round--cross:before, .country-selector__close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5625rem;
    margin-left: -0.09375rem;
    content: '';
    background-color: #646464;
    height: 1.25rem;
    width: 0.1875rem; }
  .button-round--cross:before, .country-selector__close:before {
    transform: rotate(45deg); }
  .button-round--cross:after, .country-selector__close:after {
    transform: rotate(-45deg); }

.umbraco-forms-page .singlechoice input + label::before {
  height: 1.25rem;
  width: 1.25rem;
  border: 0.0625rem solid #999;
  border-radius: 0.625rem;
  transition: border-color 0.3s ease; }

.umbraco-forms-page .singlechoice input:checked + label::before {
  background-image: url("/frontend/assets/images/ic-grey-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto; }

.footer__left-right-gradient, .social-share--green, .history__mobile-block:nth-child(2) .history__image-container, .history__image-container:nth-child(2),
.history__mobile-block:nth-child(5) .history__image-container, .history__image-container:nth-child(5),
.history__mobile-block:nth-child(9) .history__image-container, .history__image-container:nth-child(9), #LZ_container .lf20170322-marker-label {
  background: transparent radial-gradient(closest-side at 50% 50%, #277816 0%, #005D1F 100%) 0% 0% no-repeat padding-box; }

.history__mobile-block:nth-child(3) .history__image-container, .history__image-container:nth-child(3) {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box; }

.promo-bar__background, .notification-bar, .pop-up-bar {
  background: transparent linear-gradient(to right, #000000 0%, #333333 50%, #000000 100%) 0% 0% no-repeat padding-box; }

.footer__left-right-gradient::before, .social-share--green::before, .history__mobile-block:nth-child(2) .history__image-container::before, .history__image-container:nth-child(2)::before,
.history__mobile-block:nth-child(5) .history__image-container::before, .history__image-container:nth-child(5)::before,
.history__mobile-block:nth-child(9) .history__image-container::before, .history__image-container:nth-child(9)::before, #LZ_container .lf20170322-marker-label::before, .history__mobile-block:nth-child(3) .history__image-container::before, .history__image-container:nth-child(3)::before, .promo-bar__background::before, .notification-bar::before, .pop-up-bar::before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: 12.5rem;
  pointer-events: none;
  z-index: -1;
  background-image: url("/frontend/assets/images/noise.png"); }

.history__years:before {
  content: '';
  width: 30%;
  height: 100%;
  background: transparent linear-gradient(91deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.15;
  left: auto; }

.footer__email-input,
.footer input.footer__email-input[type='email'], .age-gateway__input-wrap > input[type="text"], .age-gateway__select {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.6875rem 1.25rem; }
  .footer__email-input::-webkit-input-placeholder, .footer input.footer__email-input[type='email']::-webkit-input-placeholder, .age-gateway__input-wrap > input[type="text"]::-webkit-input-placeholder, .age-gateway__select::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5; }
  .footer__email-input:-ms-input-placeholder, .footer input.footer__email-input[type='email']:-ms-input-placeholder, .age-gateway__input-wrap > input[type="text"]:-ms-input-placeholder, .age-gateway__select:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5; }
  .footer__email-input::-ms-input-placeholder, .footer input.footer__email-input[type='email']::-ms-input-placeholder, .age-gateway__input-wrap > input[type="text"]::-ms-input-placeholder, .age-gateway__select::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5; }
  .footer__email-input::placeholder,
  .footer input.footer__email-input[type='email']::placeholder, .age-gateway__input-wrap > input[type="text"]::placeholder, .age-gateway__select::placeholder {
    color: #fff;
    opacity: 0.5; }
  .footer__email-input:focus,
  .footer input.footer__email-input:focus[type='email'], .age-gateway__input-wrap > input:focus[type="text"], .age-gateway__select:focus {
    background-color: white;
    border: 0.0625rem solid white;
    color: #646464;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .footer__email-input:focus::-webkit-input-placeholder, .footer input.footer__email-input[type='email']:focus::-webkit-input-placeholder, .age-gateway__input-wrap > input[type="text"]:focus::-webkit-input-placeholder, .age-gateway__select:focus::-webkit-input-placeholder {
      color: #646464; }
    .footer__email-input:focus:-ms-input-placeholder, .footer input.footer__email-input[type='email']:focus:-ms-input-placeholder, .age-gateway__input-wrap > input[type="text"]:focus:-ms-input-placeholder, .age-gateway__select:focus:-ms-input-placeholder {
      color: #646464; }
    .footer__email-input:focus::-ms-input-placeholder, .footer input.footer__email-input[type='email']:focus::-ms-input-placeholder, .age-gateway__input-wrap > input[type="text"]:focus::-ms-input-placeholder, .age-gateway__select:focus::-ms-input-placeholder {
      color: #646464; }
    .footer__email-input:focus::placeholder,
    .footer input.footer__email-input[type='email']:focus::placeholder, .age-gateway__input-wrap > input[type="text"]:focus::placeholder, .age-gateway__select:focus::placeholder {
      color: #646464; }

.footer__submit, .age-gateway__submit {
  background-color: rgba(255, 255, 255, 0.34);
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  letter-spacing: 0.03125rem;
  padding: 0.625rem 1.25rem; }
  .footer__submit:hover, .age-gateway__submit:hover, .footer__submit:focus, .age-gateway__submit:focus {
    background-color: #fff;
    color: #13670b;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/* ATOMS */
html:not(.no-intersection-observer):not(.no-js) img[data-src] {
  opacity: 0; }

html:not(.no-intersection-observer):not(.no-js) img[data-src].lazyloaded {
  opacity: 1; }

.no-js .lazyload {
  display: none; }

.container {
  width: 100%; }
  @media (max-width: 47.4375rem) {
    .container {
      padding: 0 1.125rem; } }
  @media (min-width: 47.5rem) {
    .container {
      padding: 0 2.375rem; } }
  @media (min-width: 80rem) {
    .container {
      padding: 0 4rem; } }
  @media (min-width: 120rem) {
    .container {
      padding: 0 6rem;
      max-width: 120rem;
      margin: 0 auto; } }
  @media (max-width: 47.4375rem) {
    .container--medium {
      padding: 0 2.25rem; } }
  @media (min-width: 47.5rem) {
    .container--medium {
      padding: 0 4.75rem; } }
  @media (min-width: 80rem) {
    .container--medium {
      padding: 0 8rem; } }
  @media (min-width: 120rem) {
    .container--medium {
      padding: 0 12rem; } }
  @media (max-width: 47.4375rem) {
    .container--small {
      padding: 0 2.25rem; } }
  @media (min-width: 47.5rem) {
    .container--small {
      padding: 0 4.75rem; } }
  @media (min-width: 80rem) {
    .container--small {
      padding: 0 16rem; } }
  @media (min-width: 120rem) {
    .container--small {
      padding: 0 24rem; } }

.block {
  z-index: 0; }
  @media (max-width: 63.9375rem) {
    .block--whitespace {
      margin-bottom: 3.75rem; } }
  @media (min-width: 64rem) {
    .block--whitespace {
      margin-bottom: 5rem; } }

.logo {
  display: block; }
  @media (max-width: 63.9375rem) {
    .logo {
      width: 3.8125rem; } }
  @media (min-width: 64rem) {
    .logo {
      width: 5.25rem; } }

.button {
  background-color: #ccc;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 63.9375rem) {
    .button {
      min-width: 6.75rem; } }
  @media (min-width: 64rem) {
    .button {
      min-width: 12rem; } }
  .button:hover, .button:focus, .button:active {
    background-color: #13670b;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .button__icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem; }
  .button--icon {
    display: flex;
    align-items: center;
    width: auto; }
  @media (min-width: 64rem) {
    .button--mobile {
      visibility: hidden; } }
  .button--transparent {
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 63.9375rem) {
      .button--transparent {
        min-width: 10.125rem; } }
    @media (min-width: 64rem) {
      .button--transparent {
        min-width: 12rem; } }
    .button--transparent:hover, .button--transparent:focus, .button--transparent:active {
      background-color: #fff;
      color: #646464; }
  @media (min-width: 64rem) {
    .button--transparent-desktop {
      background-color: rgba(255, 255, 255, 0.5); }
      .button--transparent-desktop:hover, .button--transparent-desktop:focus, .button--transparent-desktop:active {
        background-color: #fff;
        color: #646464; } }
  .button--blue {
    background-color: #1b4677; }
    .button--blue:hover, .button--blue:focus, .button--blue:active {
      background-color: #2063b1; }
  .button--green {
    background-color: #13670b; }
    .button--green:hover, .button--green:focus, .button--green:active {
      background-color: #51a025; }

.button-round {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: relative;
  text-align: center;
  text-indent: -62499.9375rem;
  width: 2.5rem;
  flex-shrink: 0; }
  .button-round--cross {
    transition: transform 0.2s ease; }
    .button-round--cross:hover {
      transform: rotate(360deg); }
  .button-round--arrow--left::after {
    margin-left: -0.25rem;
    transform: rotate(-135deg) translateZ(0); }
  .button-round--arrow--up::after {
    margin-left: -0.375rem;
    margin-top: -0.1875rem;
    transform: rotate(-45deg) translateZ(0); }
  .button-round:hover, .button-round:focus, .button-round:active, .button-round.mouseenter,
  .back-button:hover .button-round,
  .back-button:focus .button-round,
  .back-button:active .button-round {
    background-color: #ccc;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .button-round:hover::after, .button-round:focus::after, .button-round:active::after, .button-round.mouseenter::after,
    .back-button:hover .button-round::after,
    .back-button:focus .button-round::after,
    .back-button:active .button-round::after {
      border-color: #fff; }
  .button-round--transparent {
    background-color: rgba(255, 255, 255, 0.5); }
    .button-round--transparent-dark {
      background-color: rgba(0, 0, 0, 0.3); }
    .button-round--transparent::after {
      border-color: #fff; }
    .button-round--transparent:hover, .button-round--transparent:focus, .button-round--transparent:active, .button-round--transparent.mouseenter,
    .back-button:hover .button-round--transparent,
    .back-button:focus .button-round--transparent,
    .back-button:active .button-round--transparent {
      background-color: #fff; }
      .button-round--transparent:hover::after, .button-round--transparent:focus::after, .button-round--transparent:active::after, .button-round--transparent.mouseenter::after,
      .back-button:hover .button-round--transparent::after,
      .back-button:focus .button-round--transparent::after,
      .back-button:active .button-round--transparent::after {
        border-color: #646464; }
    .button-round--transparent.button-round--cross:after, .button-round--transparent.button-round--cross:before {
      background-color: #fff; }
    .button-round--transparent.button-round--cross:hover:after, .button-round--transparent.button-round--cross:hover:before, .button-round--transparent.button-round--cross:focus:after, .button-round--transparent.button-round--cross:focus:before, .button-round--transparent.button-round--cross:active:after, .button-round--transparent.button-round--cross:active:before {
      background-color: #646464; }
    .button-round--transparent--alpha01 {
      background-color: rgba(255, 255, 255, 0.1); }
  .button-round--green {
    background-color: #13670b; }
    .button-round--green::after {
      border-color: #fff; }
    .button-round--green:hover, .button-round--green:focus, .button-round--green:active {
      background-color: #fff; }
      .button-round--green:hover::after, .button-round--green:focus::after, .button-round--green:active::after {
        border-color: #13670b; }
  .button-round--grey-icon {
    background-color: rgba(255, 255, 255, 0.5); }
    .button-round--grey-icon::after {
      border-color: #646464; }
    .button-round--grey-icon:hover, .button-round--grey-icon:focus, .button-round--grey-icon:active {
      background-color: #fff; }
      .button-round--grey-icon:hover::after, .button-round--grey-icon:focus::after, .button-round--grey-icon:active::after {
        border-color: #646464; }

.back-button {
  position: absolute;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center; }
  @media (max-width: 63.9375rem) {
    .back-button {
      top: calc(3.375rem + 0.75rem); } }
  @media (min-width: 64rem) {
    .back-button {
      top: calc(5.625rem + 1.25rem); } }
  .back-button .button-round {
    display: inline-block; }
    @media (min-width: 64rem) {
      .back-button .button-round {
        margin-right: 0.875rem; } }
  @media (max-width: 63.9375rem) {
    .back-button__label {
      display: none; } }
  @media (min-width: 64rem) {
    .back-button__label {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700; }
      .back-button:hover .back-button__label,
      .back-button:focus .back-button__label,
      .back-button:active .back-button__label {
        text-decoration: underline; } }
  @media (max-height: 41.25rem) {
    .back-button__label {
      display: none; } }

.arrow-link {
  color: #646464;
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 63.9375rem) {
    .arrow-link {
      font-size: 0.75rem;
      letter-spacing: 0.0225rem;
      line-height: 0.875rem;
      padding-right: 0.625rem; } }
  @media (min-width: 64rem) {
    .arrow-link {
      font-size: 0.875rem;
      letter-spacing: 0.02625rem;
      line-height: 1rem;
      padding-right: 0.875rem; } }
  .arrow-link::after {
    content: '';
    display: inline-block;
    margin-left: 0.25rem;
    transform: rotate(45deg);
    vertical-align: middle; }
    @media (max-width: 63.9375rem) {
      .arrow-link::after {
        border-right: 0.0625rem solid #646464;
        border-top: 0.0625rem solid #646464;
        height: 0.375rem;
        margin-top: -0.0625rem;
        width: 0.375rem; } }
    @media (min-width: 64rem) {
      .arrow-link::after {
        border-right: 0.0625rem solid #646464;
        border-top: 0.0625rem solid #646464;
        height: 0.5rem;
        margin-top: -0.125rem;
        width: 0.5rem; } }
  .arrow-link:hover, .arrow-link:focus {
    color: #13670b;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .arrow-link:hover::after, .arrow-link:focus::after {
      border-color: #13670b; }

.main-nav-button {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  font: inherit;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  z-index: 3;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-in-out; }
  @media (max-width: 63.9375rem) {
    .main-nav-button {
      display: inline-block; } }
  @media (max-width: 63.9375rem) {
    .has-notification-bar .main-nav-button {
      transform: translate3d(0, 5rem, 0); } }
  @media (min-width: 64rem) {
    .has-notification-bar .main-nav-button {
      transform: translate3d(0, 3.75rem, 0); } }
  .main-nav-button.is-active {
    transform: translate3d(0, 0, 0); }
  .main-nav-button--hide {
    transform: translate3d(0, -100%, 0); }
  .main-nav-button__container {
    margin: 0;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    border: 0;
    background-color: transparent; }
    @media (max-width: 47.4375rem) {
      .main-nav-button__container {
        padding: 1.5rem 1.125rem 1.125rem; } }
    @media (min-width: 47.5rem) {
      .main-nav-button__container {
        padding: 1.5rem 2.375rem 1.125rem; } }
  .main-nav-button__box {
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 0.75rem; }
  .main-nav-button__inner, .main-nav-button__inner:after, .main-nav-button__inner:before {
    position: absolute;
    width: 1.25rem;
    height: 0.125rem;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0.25rem;
    background-color: #fff; }
  .main-nav-button__inner {
    top: 50%;
    display: block;
    margin-top: -0.125rem;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: .2s; }
    .main-nav-button.is-active .main-nav-button__inner {
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transform: rotate(765deg); }
    .main-nav-button__inner:after, .main-nav-button__inner:before {
      display: block;
      content: "";
      transition-delay: .1s;
      transition-timing-function: linear;
      transition-duration: 0s; }
      .main-nav-button.is-active .main-nav-button__inner:after, .main-nav-button.is-active .main-nav-button__inner:before {
        transition-delay: 0s; }
    .main-nav-button__inner:before {
      top: -0.3125rem;
      transition-property: top,opacity; }
      .main-nav-button.is-active .main-nav-button__inner:before {
        top: 0;
        opacity: 0; }
    .main-nav-button__inner:after {
      bottom: -0.3125rem;
      transition-property: bottom,transform; }
      .main-nav-button.is-active .main-nav-button__inner:after {
        bottom: 0;
        transform: rotate(90deg); }

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%; }
  .is-ie .grid {
    height: 100vh; }
  @media (max-width: 63.9375rem) {
    .grid--has-margin, .grid--max-three {
      margin-bottom: 0.625rem; } }
  @media (min-width: 64rem) {
    .grid--has-margin, .grid--max-three {
      margin-bottom: 1.25rem; } }
  .grid--has-margin:last-of-type, .grid--max-three:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 63.9375rem) {
    .grid--default {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem auto 0.625rem auto 0.625rem auto;
      -ms-grid-columns: 1fr 0.625rem 1fr;
          grid-template: "a a" 1fr "b c" auto "d d" auto "e e" auto/1fr 1fr; } }
  @media (min-width: 64rem) {
    .grid--default {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr 1.25rem 1fr 1.25rem auto;
      -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
          grid-template: "a a a a a a a a b b b b" 1fr "a a a a a a a a c c c c" 1fr "d d d d d d e e e e e e" auto/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      .is-ie .grid--default {
        grid-gap: 1.25rem;
        -ms-grid-rows: 1fr 1.25rem 1fr 1.25rem 1fr;
        -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
            grid-template: "a a a a a a a a b b b b" 1fr "a a a a a a a a c c c c" 1fr "d d d d d d e e e e e e" 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--default.grid--max-three {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem auto;
      -ms-grid-columns: 1fr 0.625rem 1fr;
          grid-template: "a a" 1fr "b c" auto/1fr 1fr; } }
  @media (min-width: 64rem) {
    .grid--default.grid--max-three {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr 1.25rem 1fr;
      -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
          grid-template: "a a a a a a a a b b b b" 1fr "a a a a a a a a c c c c" 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
      .is-ie .grid--default.grid--max-three {
        grid-gap: 1.25rem;
        -ms-grid-rows: 1fr 1.25rem 1fr;
        -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
            grid-template: "a a a a a a a a b b b b" 1fr "a a a a a a a a c c c c" 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--mirror {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem auto 0.625rem auto 0.625rem auto;
      -ms-grid-columns: 1fr 0.625rem 1fr;
          grid-template: "a a" 1fr "b c" auto "d d" auto "e e" auto/1fr 1fr; } }
  @media (min-width: 64rem) {
    .grid--mirror {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr 1.25rem 1fr 1.25rem auto;
      -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
          grid-template: "b b b b a a a a a a a a" 1fr "c c c c a a a a a a a a" 1fr "d d d d d d e e e e e e" auto/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--mirror.grid--max-three {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem auto;
      -ms-grid-columns: 1fr 0.625rem 1fr;
          grid-template: "a a" 1fr "b c" auto/1fr 1fr; } }
  @media (min-width: 64rem) {
    .grid--mirror.grid--max-three {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr 1.25rem 1fr;
      -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
          grid-template: "b b b b a a a a a a a a" 1fr "c c c c a a a a a a a a" 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--template-two {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem 1fr;
      -ms-grid-columns: 1fr;
          grid-template: "a" 1fr "b" 1fr/1fr; } }
  @media (min-width: 64rem) {
    .grid--template-two {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr;
      -ms-grid-columns: 1fr 1.25rem 1fr;
          grid-template: "a b" 1fr/1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--template-two.grid--max-three {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem 1fr;
      -ms-grid-columns: 1fr;
          grid-template: "a" 1fr "b" 1fr/1fr; } }
  @media (min-width: 64rem) {
    .grid--template-two.grid--max-three {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr;
      -ms-grid-columns: 1fr 1.25rem 1fr;
          grid-template: "a b" 1fr/1fr 1fr; } }
  @media (max-width: 63.9375rem) {
    .grid--template-four {
      grid-gap: 0.625rem;
      -ms-grid-rows: 1fr 0.625rem auto 0.625rem 1fr;
      -ms-grid-columns: 1fr 0.625rem 1fr;
          grid-template: "a a" 1fr "b c" auto "d d" 1fr/1fr 1fr; } }
  @media (min-width: 64rem) {
    .grid--template-four {
      grid-gap: 1.25rem;
      -ms-grid-rows: 1fr 1.25rem 1fr;
      -ms-grid-columns: 1fr 1.25rem 1fr;
          grid-template: "a b" 1fr "c d" 1fr/1fr 1fr; } }
  .grid--default > :nth-child(1), .grid--mirror > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-four > :nth-child(1) {
    grid-area: a; }
  .grid--default > :nth-child(2), .grid--mirror > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-four > :nth-child(2) {
    grid-area: b; }
  .grid--default > :nth-child(3), .grid--mirror > :nth-child(3), .grid--template-two > :nth-child(3), .grid--template-four > :nth-child(3) {
    grid-area: c; }
  .grid--default > :nth-child(4), .grid--mirror > :nth-child(4), .grid--template-two > :nth-child(4), .grid--template-four > :nth-child(4) {
    grid-area: d; }
  .grid--default > :nth-child(5), .grid--mirror > :nth-child(5), .grid--template-two > :nth-child(5), .grid--template-four > :nth-child(5) {
    grid-area: e; }
  @media (max-width: 63.9375rem){
    .grid--default > :nth-child(1), .grid--mirror > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-four > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--default > :nth-child(2), .grid--mirror > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-four > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(3), .grid--mirror > :nth-child(3), .grid--template-two > :nth-child(3), .grid--template-four > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(4), .grid--mirror > :nth-child(4), .grid--template-two > :nth-child(4), .grid--template-four > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--default > :nth-child(5), .grid--mirror > :nth-child(5), .grid--template-two > :nth-child(5), .grid--template-four > :nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }
  @media (min-width: 64rem){
    .grid--default > :nth-child(1), .grid--mirror > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-four > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 15; }
      .is-ie .grid--default > :nth-child(1), .is-ie .grid--default > :nth-child(1), .is-ie .grid--default > :nth-child(1), .is-ie .grid--default > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 15; }
    .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1), .grid--default.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 15; }
      .is-ie .grid--default.grid--max-three > :nth-child(1), .is-ie .grid--default.grid--max-three > :nth-child(1), .is-ie .grid--default.grid--max-three > :nth-child(1), .is-ie .grid--default.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 15; }
    .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1), .grid--mirror > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 15; }
    .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1), .grid--mirror.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 9;
    -ms-grid-column-span: 15; }
    .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1), .grid--template-two > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1), .grid--template-two.grid--max-three > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1), .grid--template-four > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(2), .grid--mirror > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-four > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
      .is-ie .grid--default > :nth-child(2), .is-ie .grid--default > :nth-child(2), .is-ie .grid--default > :nth-child(2), .is-ie .grid--default > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
    .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2), .grid--default.grid--max-three > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
      .is-ie .grid--default.grid--max-three > :nth-child(2), .is-ie .grid--default.grid--max-three > :nth-child(2), .is-ie .grid--default.grid--max-three > :nth-child(2), .is-ie .grid--default.grid--max-three > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
    .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2), .grid--mirror > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2), .grid--mirror.grid--max-three > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2), .grid--template-two > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2), .grid--template-two.grid--max-three > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2), .grid--template-four > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(3), .grid--mirror > :nth-child(3), .grid--template-two > :nth-child(3), .grid--template-four > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
      .is-ie .grid--default > :nth-child(3), .is-ie .grid--default > :nth-child(3), .is-ie .grid--default > :nth-child(3), .is-ie .grid--default > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
    .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3), .grid--default.grid--max-three > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
      .is-ie .grid--default.grid--max-three > :nth-child(3), .is-ie .grid--default.grid--max-three > :nth-child(3), .is-ie .grid--default.grid--max-three > :nth-child(3), .is-ie .grid--default.grid--max-three > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
    -ms-grid-column-span: 7; }
    .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3), .grid--mirror > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3), .grid--mirror.grid--max-three > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7; }
    .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3), .grid--template-four > :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(4), .grid--mirror > :nth-child(4), .grid--template-two > :nth-child(4), .grid--template-four > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11; }
      .is-ie .grid--default > :nth-child(4), .is-ie .grid--default > :nth-child(4), .is-ie .grid--default > :nth-child(4), .is-ie .grid--default > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11; }
    .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4), .grid--mirror > :nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11; }
    .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4), .grid--template-four > :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .grid--default > :nth-child(5), .grid--mirror > :nth-child(5), .grid--template-two > :nth-child(5), .grid--template-four > :nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11; }
      .is-ie .grid--default > :nth-child(5), .is-ie .grid--default > :nth-child(5), .is-ie .grid--default > :nth-child(5), .is-ie .grid--default > :nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11; }
    .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5), .grid--mirror > :nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11; } }
  .grid > [data-in-view]:nth-child(1) {
    transition-delay: 0.2s; }
  .grid > [data-in-view]:nth-child(2) {
    transition-delay: 0.4s; }
  .grid > [data-in-view]:nth-child(3) {
    transition-delay: 0.6s; }
  .grid > [data-in-view]:nth-child(4) {
    transition-delay: 0.8s; }
  .grid > [data-in-view]:nth-child(5) {
    transition-delay: 1s; }

@supports not (display: grid) {
  .grid {
    display: flex; }
    @media (max-width: 63.9375rem) {
      .grid {
        flex-direction: column; } } }

@media (max-width: 63.9375rem) {
  .cards-grid .arrow-link {
    margin-top: 1.25rem; } }

@media (min-width: 64rem) {
  .cards-grid .arrow-link {
    margin-top: 1.875rem; } }

.full-width {
  width: 100%; }
  .full-width img {
    width: 100%; }

/*@import 'components/old-browser-warning.scss';*/
.pika-single {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.25rem;
  z-index: 3; }
  .pika-single .pika-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.625rem;
    color: #646464;
    font-weight: 700;
    text-align: center; }
  .pika-single .pika-label:nth-of-type(1) {
    padding-right: 0.375rem; }
  .pika-single .pika-select-month,
  .pika-single .pika-select-year {
    display: none; }
  .pika-single .pika-prev,
  .pika-single .pika-next {
    position: absolute;
    height: 2.75rem;
    width: 2.75rem;
    top: 0;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #fff;
    border: none;
    background-color: transparent; }
    .pika-single .pika-prev::after,
    .pika-single .pika-next::after {
      position: absolute;
      content: '';
      height: 0.875rem;
      width: 0.875rem;
      background-image: url("/frontend/assets/images/ic-arrow-small-grey.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .pika-single .pika-prev {
    left: 0; }
    .pika-single .pika-prev::after {
      left: 1.125rem;
      transform: rotate(90deg); }
  .pika-single .pika-next {
    right: 0; }
    .pika-single .pika-next::after {
      left: 0.875rem;
      transform: rotate(270deg); }
  .pika-single table {
    margin: 1rem;
    border-collapse: collapse; }
  .pika-single thead {
    color: #999;
    font-size: 0.625rem; }
  .pika-single th abbr {
    text-decoration: none; }
  .pika-single td {
    border: 1px solid #f0f0f0; }
  .pika-single .pika-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    height: 1.875rem;
    width: 2.5rem;
    color: #646464;
    font-size: 0.75rem;
    font-weight: 700;
    border: none; }
    .pika-single .pika-button:hover {
      background-color: #f0f0f0; }
  .pika-single .is-empty {
    background-color: #f5f5f5; }
  .pika-single .is-today {
    background-color: #13670b; }
    .pika-single .is-today .pika-button {
      color: #fff; }
      .pika-single .is-today .pika-button:hover {
        color: #646464; }

.top-aligned::after,
.bottom-aligned::after {
  position: absolute;
  height: 1rem;
  width: 1rem;
  left: 50%;
  content: '';
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg); }

.top-aligned::after {
  bottom: -0.5rem;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999; }

.bottom-aligned::after {
  top: -0.5rem;
  border-left: 1px solid #999;
  border-top: 1px solid #999; }

input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
textarea,
select {
  font-family: "PT Sans", sans-serif;
  width: 100%;
  color: #646464;
  border: 0.0625rem solid #999;
  border-radius: 0.25rem 0.25rem;
  padding: 0.625rem 1.25rem;
  transition: border-color 0.3s ease; }

.umbraco-forms-page {
  padding: 0 2.25rem;
  color: #646464; }
  @media (max-width: 63.9375rem) {
    .umbraco-forms-page {
      margin-bottom: 3.75rem; } }
  @media (min-width: 64rem) {
    .umbraco-forms-page {
      margin-bottom: 5rem; } }
  .umbraco-forms-page .umbraco-forms-fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .umbraco-forms-page .umbraco-forms-legend {
    color: #13670b;
    font-family: "Heineken Serif 18", serif;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-top: 2rem; }
  .umbraco-forms-page .umbraco-forms-field {
    margin: 1.875rem 0; }
  .umbraco-forms-page .umbraco-forms-tooltip {
    display: none; }
  .umbraco-forms-page .field-validation-error {
    display: block;
    width: 100%;
    margin-top: 0.625rem;
    padding: 0.6875rem 1.25rem;
    font-size: 0.75rem;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0.0625rem solid #e12b00;
    background-color: #f0f0f0; }
  .umbraco-forms-page .longanswer,
  .umbraco-forms-page .shortanswer,
  .umbraco-forms-page .date,
  .umbraco-forms-page .dropdown,
  .umbraco-forms-page .password {
    position: relative;
    margin: 0.625rem 0; }
    .umbraco-forms-page .longanswer .umbraco-forms-field-wrapper,
    .umbraco-forms-page .shortanswer .umbraco-forms-field-wrapper,
    .umbraco-forms-page .date .umbraco-forms-field-wrapper,
    .umbraco-forms-page .dropdown .umbraco-forms-field-wrapper,
    .umbraco-forms-page .password .umbraco-forms-field-wrapper {
      display: flex;
      flex-wrap: wrap; }
    .umbraco-forms-page .longanswer .umbraco-forms-label,
    .umbraco-forms-page .shortanswer .umbraco-forms-label,
    .umbraco-forms-page .date .umbraco-forms-label,
    .umbraco-forms-page .dropdown .umbraco-forms-label,
    .umbraco-forms-page .password .umbraco-forms-label {
      position: absolute;
      left: 0;
      padding: 1.125rem 1.25rem;
      color: #999;
      transform-origin: 0 0;
      transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .umbraco-forms-page .longanswer .field-validation-error,
    .umbraco-forms-page .shortanswer .field-validation-error,
    .umbraco-forms-page .date .field-validation-error,
    .umbraco-forms-page .dropdown .field-validation-error,
    .umbraco-forms-page .password .field-validation-error {
      margin-top: 0;
      transform: translateY(-0.25rem); }
    .umbraco-forms-page .longanswer input[type='text'],
    .umbraco-forms-page .longanswer input[type='email'],
    .umbraco-forms-page .longanswer input[type='number'],
    .umbraco-forms-page .longanswer input[type='password'],
    .umbraco-forms-page .longanswer textarea,
    .umbraco-forms-page .longanswer select,
    .umbraco-forms-page .shortanswer input[type='text'],
    .umbraco-forms-page .shortanswer input[type='email'],
    .umbraco-forms-page .shortanswer input[type='number'],
    .umbraco-forms-page .shortanswer input[type='password'],
    .umbraco-forms-page .shortanswer textarea,
    .umbraco-forms-page .shortanswer select,
    .umbraco-forms-page .date input[type='text'],
    .umbraco-forms-page .date input[type='email'],
    .umbraco-forms-page .date input[type='number'],
    .umbraco-forms-page .date input[type='password'],
    .umbraco-forms-page .date textarea,
    .umbraco-forms-page .date select,
    .umbraco-forms-page .dropdown input[type='text'],
    .umbraco-forms-page .dropdown input[type='email'],
    .umbraco-forms-page .dropdown input[type='number'],
    .umbraco-forms-page .dropdown input[type='password'],
    .umbraco-forms-page .dropdown textarea,
    .umbraco-forms-page .dropdown select,
    .umbraco-forms-page .password input[type='text'],
    .umbraco-forms-page .password input[type='email'],
    .umbraco-forms-page .password input[type='number'],
    .umbraco-forms-page .password input[type='password'],
    .umbraco-forms-page .password textarea,
    .umbraco-forms-page .password select {
      padding: 1.5rem 1.25rem 0.75rem; }
    .umbraco-forms-page .longanswer input[type='text']:focus,
    .umbraco-forms-page .longanswer input[type='email']:focus,
    .umbraco-forms-page .longanswer input[type='number']:focus,
    .umbraco-forms-page .longanswer input[type='password']:focus,
    .umbraco-forms-page .longanswer textarea:focus,
    .umbraco-forms-page .longanswer select:focus,
    .umbraco-forms-page .shortanswer input[type='text']:focus,
    .umbraco-forms-page .shortanswer input[type='email']:focus,
    .umbraco-forms-page .shortanswer input[type='number']:focus,
    .umbraco-forms-page .shortanswer input[type='password']:focus,
    .umbraco-forms-page .shortanswer textarea:focus,
    .umbraco-forms-page .shortanswer select:focus,
    .umbraco-forms-page .date input[type='text']:focus,
    .umbraco-forms-page .date input[type='email']:focus,
    .umbraco-forms-page .date input[type='number']:focus,
    .umbraco-forms-page .date input[type='password']:focus,
    .umbraco-forms-page .date textarea:focus,
    .umbraco-forms-page .date select:focus,
    .umbraco-forms-page .dropdown input[type='text']:focus,
    .umbraco-forms-page .dropdown input[type='email']:focus,
    .umbraco-forms-page .dropdown input[type='number']:focus,
    .umbraco-forms-page .dropdown input[type='password']:focus,
    .umbraco-forms-page .dropdown textarea:focus,
    .umbraco-forms-page .dropdown select:focus,
    .umbraco-forms-page .password input[type='text']:focus,
    .umbraco-forms-page .password input[type='email']:focus,
    .umbraco-forms-page .password input[type='number']:focus,
    .umbraco-forms-page .password input[type='password']:focus,
    .umbraco-forms-page .password textarea:focus,
    .umbraco-forms-page .password select:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      border-color: #333; }
      .umbraco-forms-page .longanswer input[type='text']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .longanswer input[type='email']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .longanswer input[type='number']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .longanswer input[type='password']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .longanswer textarea:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .longanswer select:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer input[type='text']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer input[type='email']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer input[type='number']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer input[type='password']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer textarea:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .shortanswer select:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date input[type='text']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date input[type='email']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date input[type='number']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date input[type='password']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date textarea:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .date select:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown input[type='text']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown input[type='email']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown input[type='number']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown input[type='password']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown textarea:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .dropdown select:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password input[type='text']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password input[type='email']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password input[type='number']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password input[type='password']:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password textarea:focus ~ .umbraco-forms-label,
      .umbraco-forms-page .password select:focus ~ .umbraco-forms-label {
        color: #333; }
    .umbraco-forms-page .longanswer input[type='text']:hover,
    .umbraco-forms-page .longanswer input[type='email']:hover,
    .umbraco-forms-page .longanswer input[type='number']:hover,
    .umbraco-forms-page .longanswer input[type='password']:hover,
    .umbraco-forms-page .longanswer textarea:hover,
    .umbraco-forms-page .longanswer select:hover,
    .umbraco-forms-page .shortanswer input[type='text']:hover,
    .umbraco-forms-page .shortanswer input[type='email']:hover,
    .umbraco-forms-page .shortanswer input[type='number']:hover,
    .umbraco-forms-page .shortanswer input[type='password']:hover,
    .umbraco-forms-page .shortanswer textarea:hover,
    .umbraco-forms-page .shortanswer select:hover,
    .umbraco-forms-page .date input[type='text']:hover,
    .umbraco-forms-page .date input[type='email']:hover,
    .umbraco-forms-page .date input[type='number']:hover,
    .umbraco-forms-page .date input[type='password']:hover,
    .umbraco-forms-page .date textarea:hover,
    .umbraco-forms-page .date select:hover,
    .umbraco-forms-page .dropdown input[type='text']:hover,
    .umbraco-forms-page .dropdown input[type='email']:hover,
    .umbraco-forms-page .dropdown input[type='number']:hover,
    .umbraco-forms-page .dropdown input[type='password']:hover,
    .umbraco-forms-page .dropdown textarea:hover,
    .umbraco-forms-page .dropdown select:hover,
    .umbraco-forms-page .password input[type='text']:hover,
    .umbraco-forms-page .password input[type='email']:hover,
    .umbraco-forms-page .password input[type='number']:hover,
    .umbraco-forms-page .password input[type='password']:hover,
    .umbraco-forms-page .password textarea:hover,
    .umbraco-forms-page .password select:hover {
      border-color: #333; }
    .umbraco-forms-page .longanswer .shrink,
    .umbraco-forms-page .shortanswer .shrink,
    .umbraco-forms-page .date .shrink,
    .umbraco-forms-page .dropdown .shrink,
    .umbraco-forms-page .password .shrink {
      transform: translate3d(0.5625rem, 0, 0) scale(0.6);
      z-index: 3; }
  .umbraco-forms-page .multiplechoice .umbraco-forms-label,
  .umbraco-forms-page .singlechoice .umbraco-forms-label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.625rem; }
  .umbraco-forms-page .multiplechoice input + label:not(:last-of-type),
  .umbraco-forms-page .singlechoice input + label:not(:last-of-type) {
    margin-bottom: 0.25rem; }
  .umbraco-forms-page .multiplechoice input,
  .umbraco-forms-page .singlechoice input,
  .umbraco-forms-page .checkbox input,
  .umbraco-forms-page .dataconsent input {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .umbraco-forms-page .multiplechoice input + label,
  .umbraco-forms-page .singlechoice input + label,
  .umbraco-forms-page .checkbox input + label,
  .umbraco-forms-page .dataconsent input + label {
    display: inline-block;
    position: relative;
    padding: 0.625rem 1rem 0.625rem 2rem; }
    .umbraco-forms-page .multiplechoice input + label::before,
    .umbraco-forms-page .singlechoice input + label::before,
    .umbraco-forms-page .checkbox input + label::before,
    .umbraco-forms-page .dataconsent input + label::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
  .umbraco-forms-page .multiplechoice input:focus + label::before,
  .umbraco-forms-page .multiplechoice input:hover + label::before,
  .umbraco-forms-page .singlechoice input:focus + label::before,
  .umbraco-forms-page .singlechoice input:hover + label::before,
  .umbraco-forms-page .checkbox input:focus + label::before,
  .umbraco-forms-page .checkbox input:hover + label::before,
  .umbraco-forms-page .dataconsent input:focus + label::before,
  .umbraco-forms-page .dataconsent input:hover + label::before {
    border-color: #333; }
  .umbraco-forms-page .multiplechoice label a,
  .umbraco-forms-page .singlechoice label a,
  .umbraco-forms-page .checkbox label a,
  .umbraco-forms-page .dataconsent label a {
    text-decoration: underline; }
    .umbraco-forms-page .multiplechoice label a:hover,
    .umbraco-forms-page .singlechoice label a:hover,
    .umbraco-forms-page .checkbox label a:hover,
    .umbraco-forms-page .dataconsent label a:hover {
      color: #13670b; }
  .umbraco-forms-page .checkbox,
  .umbraco-forms-page .dataconsent {
    margin: 1.875rem 0; }
  .umbraco-forms-page .dataconsent .umbraco-forms-label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.75rem; }
  .umbraco-forms-page .date {
    position: relative; }
    .umbraco-forms-page .date::after {
      position: absolute;
      height: 0.875rem;
      width: 0.875rem;
      right: 0.875rem;
      top: 50%;
      transform: translate(0, -50%);
      content: '';
      background-image: url(/frontend/assets/images/ic-calendar.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none; }
  .umbraco-forms-page .longanswer textarea {
    height: 5.25rem;
    resize: none; }
  .umbraco-forms-page .dropdown {
    position: relative; }
    .umbraco-forms-page .dropdown::after {
      position: absolute;
      height: 0.875rem;
      width: 0.875rem;
      right: 0.875rem;
      top: 50%;
      transform: translate(0, -50%);
      content: '';
      background-image: url(/frontend/assets/images/ic-arrow-small-grey.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none; }
    .umbraco-forms-page .dropdown select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent; }
      .umbraco-forms-page .dropdown select::-ms-expand {
        display: none; }
  .umbraco-forms-page .fileupload input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .umbraco-forms-page .fileupload input:focus + label {
      background-color: #13670b;
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .umbraco-forms-page .fileupload .umbraco-forms-label {
    display: inline-block;
    width: auto;
    padding: 0.9375rem 1.25rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03188rem;
    text-align: center;
    cursor: pointer;
    background-color: #ccc; }
    .umbraco-forms-page .fileupload .umbraco-forms-label:hover, .umbraco-forms-page .fileupload .umbraco-forms-label:active {
      background-color: #13670b;
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .umbraco-forms-page input[type='submit'] {
    background-color: #ccc;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    letter-spacing: 0.03188rem;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    width: auto; }
    @media (max-width: 63.9375rem) {
      .umbraco-forms-page input[type='submit'] {
        width: 100%; } }
    @media (min-width: 64rem) {
      .umbraco-forms-page input[type='submit'] {
        width: 12rem; } }
    .umbraco-forms-page input[type='submit']:hover, .umbraco-forms-page input[type='submit']:focus, .umbraco-forms-page input[type='submit']:active {
      background-color: #13670b;
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .umbraco-forms-page select::ms-expand {
    display: none; }

.label-no-pointer-events {
  pointer-events: none; }

.umbraco-forms-filename {
  margin-top: 0.625rem; }
  .umbraco-forms-filename p {
    margin-bottom: 0.625rem; }

.umbraco-forms-container > div:nth-child(1) {
  transition-delay: 0.2s; }

.umbraco-forms-container > div:nth-child(2) {
  transition-delay: 0.4s; }

.umbraco-forms-container > div:nth-child(3) {
  transition-delay: 0.6s; }

.umbraco-forms-container > div:nth-child(4) {
  transition-delay: 0.8s; }

.umbraco-forms-container > div:nth-child(5) {
  transition-delay: 1s; }

.umbraco-forms-container > div:nth-child(6) {
  transition-delay: 1.2s; }

.umbraco-forms-container > div:nth-child(7) {
  transition-delay: 1.4s; }

.umbraco-forms-container > div:nth-child(8) {
  transition-delay: 1.6s; }

.umbraco-forms-container > div:nth-child(9) {
  transition-delay: 1.8s; }

.umbraco-forms-container > div:nth-child(10) {
  transition-delay: 2s; }

.umbraco-forms-container > div:nth-child(11) {
  transition-delay: 2.2s; }

.umbraco-forms-container > div:nth-child(12) {
  transition-delay: 2.4s; }

.umbraco-forms-container > div:nth-child(13) {
  transition-delay: 2.6s; }

.umbraco-forms-container > div:nth-child(14) {
  transition-delay: 2.8s; }

.umbraco-forms-container > div:nth-child(15) {
  transition-delay: 3s; }

.umbraco-forms-container > div:nth-child(16) {
  transition-delay: 3.2s; }

.umbraco-forms-container > div:nth-child(17) {
  transition-delay: 3.4s; }

.umbraco-forms-container > div:nth-child(18) {
  transition-delay: 3.6s; }

.umbraco-forms-container > div:nth-child(19) {
  transition-delay: 3.8s; }

@media (max-width: 63.9375rem) {
  .thank-you {
    padding-top: 2rem; } }

@media (min-width: 64rem) {
  .thank-you {
    padding-top: 4rem; } }

/* MOLECULES */
.header {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
  z-index: 2; }
  @media (max-width: 63.9375rem) {
    .header {
      height: 3.375rem; } }
  @media (min-width: 64rem) {
    .header {
      height: 5.625rem; } }
  @media (max-width: 63.9375rem) {
    .has-notification-bar .header {
      transform: translate3d(0, 5rem, 0); } }
  @media (min-width: 64rem) {
    .has-notification-bar .header {
      transform: translate3d(0, 3.75rem, 0); } }
  .header__placeholder {
    position: relative;
    width: 100%; }
    @media (max-width: 63.9375rem) {
      .header__placeholder {
        height: 3.375rem; } }
    @media (min-width: 64rem) {
      .header__placeholder {
        height: 5.625rem; } }
  .header--hide {
    transform: translate3d(0, -100%, 0); }
  .header .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between; }
  .header .home-link {
    position: relative; }
    .header .home-link::after {
      background-color: #fff;
      bottom: -0.5rem;
      content: '';
      height: 0.0625rem;
      left: 0;
      opacity: 0;
      position: absolute;
      transform: scale(0);
      transition: all 0.2s ease;
      width: 100%; }
    .header .home-link:hover, .header .home-link:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
      .header .home-link:hover::after, .header .home-link:focus::after {
        opacity: 1;
        transform: scale(1); }
  @supports ((-webkit-backdrop-filter: blur(0.125rem)) or (backdrop-filter: blur(0.125rem))) {
    .header {
      -webkit-backdrop-filter: blur(0.125rem);
              backdrop-filter: blur(0.125rem); } }
  .header--green {
    background: transparent linear-gradient(to right, #005d1f 0%, #277816 50%, #005d1f 100%) 0% 0% no-repeat padding-box;
    -webkit-backdrop-filter: none;
            backdrop-filter: none; }
    .header--green:after {
      background-image: url("/frontend/assets/images/noise.png");
      background-size: 12.5rem;
      content: '';
      z-index: -1; }

@keyframes submit {
  0% {
    left: 50%;
    right: 50%; }
  50% {
    left: 0;
    right: 0; }
  100% {
    left: 0;
    right: 100%; } }

@keyframes successMessage {
  0% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media (max-width: 63.9375rem) {
  .footer {
    display: flex;
    flex-direction: column; } }

@media (min-width: 64rem) {
  .footer {
    background: #13670b;
    overflow: hidden;
    position: relative; }
    .footer::before {
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.39) 100%);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0; } }

@media (min-width: 64rem) {
  .footer__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 120rem;
    padding-top: 3.75rem; }
    .footer__wrap::before {
      background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0.8;
      position: absolute;
      right: 0;
      top: 30%; } }

@media (min-width: 64rem) {
  .footer__newsletter {
    width: 35%; } }

@media (max-width: 47.4375rem) {
  .footer__newsletter > .container {
    padding: 2.25rem; } }

@media (min-width: 47.5rem) and (max-width: 63.9375rem) {
  .footer__newsletter > .container {
    padding: 4.75rem; } }

@media (max-width: 63.9375rem) {
  .footer__menu-wrap {
    background: #005d1f; } }

@media (min-width: 64rem) {
  .footer__menu-wrap {
    margin-top: 2.125rem;
    width: 65%; } }

@media (max-width: 63.9375rem) {
  .footer__menu {
    padding: 0 0 3.75rem 0;
    text-align: center; } }

@media (min-width: 64rem) {
  .footer__menu {
    display: flex; } }

.footer__logo-wrap {
  width: 100%; }

.footer__form-wrap {
  display: flex;
  position: relative; }
  .footer__form-wrap--animate::after {
    animation: submit 0.7s ease;
    background-color: #fff;
    border-radius: 0 0.25rem 0.25rem 0;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    transform-origin: center; }

.footer__email-input,
.footer input[type='email'].footer__email-input {
  border-radius: 0.25rem 0 0 0.25rem;
  cursor: pointer;
  flex: 7.8;
  font-size: 1rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s; }
  .footer__email-input--transparent,
  .footer input[type='email'].footer__email-input--transparent {
    transition: opacity 0.3s ease, transform 0.3s ease 0.3s; }

.footer__submit {
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  flex: 2.2;
  font-size: 1.0625rem;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s; }
  .footer__submit--transparent {
    transition: opacity 0.3s ease, transform 0.3s ease 0.3s; }

.footer__checkbox-wrap {
  margin-top: 1.125rem;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s; }
  .footer__checkbox-wrap--transparent {
    transition: opacity 0.3s ease, transform 0.3s ease 0.3s; }

.footer__checkbox-input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.footer__checkbox {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  content: '';
  cursor: pointer;
  display: block;
  height: 1.25rem;
  margin-right: 0.625rem;
  width: 1.25rem; }

input:checked + .footer__checkbox {
  background-image: url("/frontend/assets/images/check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78% auto; }

input:focus + .footer__checkbox {
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.footer__checkbox-label {
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1.3; }

.footer__label-text {
  color: #fff;
  opacity: 0.7; }

.footer__text-wrap {
  cursor: pointer;
  flex: 1; }

.footer__inline-link {
  color: #fff;
  opacity: 0.6;
  text-decoration: underline;
  transition: opacity 0.2s ease; }
  .footer__inline-link:hover, .footer__inline-link:focus {
    opacity: 1;
    outline: none;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-decoration: underline; }

html:not(.no-intersection-observer):not(.no-js) .footer__title[data-in-view].in-view, .footer__title {
  color: #fff;
  font-size: 1.125rem;
  opacity: 0.4; }

.footer__success-message {
  display: none; }
  .footer__success-message--animate {
    animation: successMessage 4.7s ease 0.35s;
    color: #fff;
    display: block;
    font-family: "Heineken Serif 18", serif;
    font-size: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.footer__logo {
  display: block;
  margin: auto;
  padding-bottom: 3.75rem;
  width: 5.25rem; }
  @media (min-width: 64rem) {
    .footer__logo--mobile {
      display: none; } }
  @media (max-width: 63.9375rem) {
    .footer__logo--desktop {
      display: none; } }
  @media (min-width: 64rem) {
    .footer__logo--desktop {
      display: block;
      padding-top: 5rem; } }

@media (max-width: 63.9375rem) {
  .footer__left-right-gradient {
    overflow: hidden;
    position: relative; } }

@media (min-width: 64rem) {
  .footer__left-right-gradient {
    background: transparent; } }

@media (max-width: 63.9375rem) {
  .footer__top-bottom-gradient {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem; } }

@media (max-width: 63.9375rem) {
  .footer__list-wrap {
    padding-top: 3.75rem; } }

@media (min-width: 64rem) {
  .footer__list-wrap {
    flex: 1;
    padding-right: 2rem; } }

.footer__list {
  font-size: 0.875rem;
  margin: 0;
  padding: 0; }
  @media (max-width: 63.9375rem) {
    .footer__list {
      text-align: center; } }
  @media (min-width: 64rem) {
    .footer__list {
      flex: 1; } }

@media (max-width: 63.9375rem) {
  .footer__stickers {
    margin-top: 3.75rem; } }

@media (min-width: 64rem) {
  .footer__stickers {
    margin-top: 1.25rem;
    width: 2rem; } }

.footer__sticker-link {
  opacity: 0.4;
  transition: opacity 0.2s ease; }
  .footer__sticker-link:hover, .footer__sticker-link:focus {
    opacity: 1;
    outline: none;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.footer__sticker {
  height: 2rem;
  width: 2rem; }

.footer__socials {
  display: flex; }
  @media (max-width: 63.9375rem) {
    .footer__socials {
      justify-content: center; } }

.footer__list-item {
  list-style: none; }
  .footer__list-item--horizontal:not(:first-of-type) {
    margin-left: 1.5rem; }

.footer__nav-link {
  color: #fff;
  display: inline-block;
  margin-bottom: 0.875rem;
  opacity: 0.9;
  transition: opacity 0.2s ease; }
  .footer__nav-link:hover, .footer__nav-link:focus {
    opacity: 1;
    outline: none;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-decoration: underline; }

.footer__social-title {
  color: #fff;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  opacity: 0.7; }
  @media (max-width: 63.9375rem) {
    .footer__social-title {
      text-align: center; } }

.footer__social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 1.3125rem;
  opacity: 0.4;
  text-indent: -624.9375rem;
  transition: opacity 0.2s ease;
  width: 1.3125rem; }
  .footer__social-icon:hover, .footer__social-icon:focus {
    opacity: 1;
    outline: none;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-decoration: underline; }

@media (max-width: 63.9375rem) {
  .main-nav {
    display: none; } }

.menu {
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 63.9375rem) {
    .menu {
      flex-direction: column; } }
  @media (min-width: 64rem) {
    .menu {
      align-items: center;
      flex-direction: row; } }
  .menu__link {
    color: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02625rem;
    line-height: 1.1875rem;
    position: relative;
    text-transform: uppercase; }
    .menu__link::after {
      background-color: #fff;
      content: '';
      height: 0.0625rem;
      opacity: 0;
      position: absolute;
      transform: scale(0);
      transition: all 0.2s ease; }
      @media (max-width: 63.9375rem) {
        .menu__link::after {
          left: 1rem;
          width: calc(100% - 2rem);
          bottom: 0.5rem; } }
      @media (min-width: 64rem) {
        .menu__link::after {
          left: 1.25rem;
          width: calc(100% - 2.5rem);
          bottom: 0.75rem; } }
    @media (max-width: 63.9375rem) {
      .menu__link {
        padding: 1rem;
        width: 100%; } }
    @media (min-width: 64rem) {
      .menu__link {
        padding: 3.3125rem 1.25rem 1.125rem; }
        .menu__link:hover, .menu__link:focus {
          -webkit-focus-ring-color: rgba(255, 255, 255, 0);
          outline: none;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
          .menu__link:hover::after, .menu__link:focus::after {
            opacity: 1;
            transform: scale(1); } }
    .menu__link.menu__link--active::after {
      opacity: 0.6;
      transform: scale(1); }
    @media (min-width: 64rem) {
      .menu__link.menu__link--active:hover::after, .menu__link.menu__link--active:focus::after {
        opacity: 1; } }
    .menu__link .menu__list-item:last-of-type .menu__link .menu {
      padding-right: 0; }
    .menu__link--language {
      display: flex;
      font-weight: 300;
      text-transform: initial; }
      .menu__link--language img {
        margin-right: 0.75rem; }

.main-nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease; }
  .main-nav-mobile.is-active {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 64rem) {
    .main-nav-mobile {
      display: none; } }
  .main-nav-mobile__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9); }
    @supports ((-webkit-backdrop-filter: blur(0.125rem)) or (backdrop-filter: blur(0.125rem))) {
      .main-nav-mobile__bg {
        -webkit-backdrop-filter: blur(0.125rem);
                backdrop-filter: blur(0.125rem); } }
  .main-nav-mobile__panel {
    background-color: rgba(19, 103, 11, 0.6);
    width: 85%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3.625rem 2.375rem 2.375rem;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease-in-out; }
    .main-nav-mobile.is-active .main-nav-mobile__panel {
      transform: translate3d(0, 0, 0); }

.card {
  background-color: #000;
  overflow: hidden;
  position: relative; }
  .card.card-grid {
    padding-top: 56.25%; }
    @media (max-width: 63.9375rem) {
      .card.card-grid {
        padding-top: 75%; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card.card-grid.card:nth-child(5n+2), .grid--template-four .card.card-grid.card:nth-child(5n+2) {
        padding-top: 100%; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card.card-grid.card:nth-child(5n+3), .grid--template-four .card.card-grid.card:nth-child(5n+3) {
        padding-top: 100%; } }
  .card.single {
    width: 100%;
    height: 100%; }
  .card__content {
    align-items: flex-end;
    display: flex;
    padding: 0.75rem; }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__content {
        padding: 1.125rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+1) .card__content {
        padding: 1.375rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__content {
        padding: 1.125rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__content {
        padding: 1.375rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+2) .card__content {
        padding: 1.375rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__content {
        padding: 1.375rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__content, .grid--template-four .card:nth-child(5n+4) .card__content {
        padding: 1.125rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+4) .card__content, .grid--template-four .card:nth-child(5n+4) .card__content {
        padding: 1.375rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__content {
        padding: 1.125rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+5) .card__content {
        padding: 1.375rem; } }
  .card__image-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    width: 100%; }
    .card__image-container::after {
      content: '';
      transition: opacity 0.3s ease; }
      .card:hover .card__image-container::after,
      .card__link:focus .card__image-container::after,
      .card:active .card__image-container::after {
        opacity: 0; }
    .card:hover .card__image-container,
    .card__link:focus .card__image-container,
    .card:active .card__image-container {
      transform: scale(1.05); }
  .card__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%; }
  .card__text-container {
    color: #fff;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 1s ease-out; }
    @media (max-width: 47.4375rem) {
      .card__text-container {
        width: 6.75rem; } }
    @media (min-width: 47.5rem) {
      .card__text-container {
        width: 14.25rem; } }
    @media (min-width: 80rem) {
      .card__text-container {
        width: 20rem; } }
    @media (min-width: 120rem) {
      .card__text-container {
        width: 18rem; } }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 53%; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 57%; } }
    @media (max-width: 47.4375rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 11.25rem; } }
    @media (min-width: 47.5rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 19rem; } }
    @media (min-width: 80rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 30rem; } }
    @media (min-width: 120rem) {
      .card:nth-child(5n+1) .card__text-container {
        width: 18rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-container {
        width: 53%; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-container {
        width: 57%; } }
    @media (max-width: 47.4375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-container {
        width: 11.25rem; } }
    @media (min-width: 47.5rem) and (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-container {
        width: 19rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__text-container, .grid--template-four .card:nth-child(5n+4) .card__text-container {
        width: 53%; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+4) .card__text-container, .grid--template-four .card:nth-child(5n+4) .card__text-container {
        width: 57%; } }
    @media (max-width: 47.4375rem) {
      .grid--default .card:nth-child(5n+4) .card__text-container, .grid--template-four .card:nth-child(5n+4) .card__text-container {
        width: 11.25rem; } }
    @media (min-width: 47.5rem) and (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__text-container, .grid--template-four .card:nth-child(5n+4) .card__text-container {
        width: 19rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__text-container {
        width: 53%; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+5) .card__text-container {
        width: 57%; } }
    @media (max-width: 47.4375rem) {
      .grid--default .card:nth-child(5n+5) .card__text-container {
        width: 11.25rem; } }
    @media (min-width: 47.5rem) and (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__text-container {
        width: 19rem; } }
    .card.in-view .card__text-container {
      max-height: 18.75rem; }
    .card:nth-child(5n + 1) .card__text-container {
      transition-delay: 1s; }
    .card:nth-child(5n + 2) .card__text-container {
      transition-delay: 1.2s; }
    .card:nth-child(5n + 3) .card__text-container {
      transition-delay: 1.4s; }
    .card:nth-child(5n + 4) .card__text-container {
      transition-delay: 1.6s; }
    .card:nth-child(5n + 5) .card__text-container {
      transition-delay: 1.8s; }
  .card__text-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (max-width: 63.9375rem) {
      .card__text-wrap {
        padding: 0.375rem; } }
    @media (min-width: 64rem) {
      .card__text-wrap {
        padding: 0.75rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+1) .card__text-wrap {
        padding: 0.5625rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+1) .card__text-wrap {
        padding: 2rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+1) .card__text-wrap, .grid--template-four .card:nth-child(5n+1) .card__text-wrap {
        padding: 0.5625rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+1) .card__text-wrap, .grid--template-four .card:nth-child(5n+1) .card__text-wrap {
        padding: 1.4375rem 2rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-wrap {
        padding: 0.5625rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text-wrap, .grid--template-four .card:nth-child(5n+2) .card__text-wrap {
        padding: 1.4375rem 2rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__text-wrap {
        padding: 1.4375rem 2rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+4) .card__text-wrap {
        padding: 1.4375rem 2rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__text-wrap, .grid--template-four .card:nth-child(5n+4) .card__text-wrap {
        padding: 0.5625rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+5) .card__text-wrap {
        padding: 1.4375rem 2rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__text-wrap {
        padding: 0.5625rem; } }
    .card:nth-child(5n + 1) .card__text-wrap {
      transition-delay: 1s; }
    .card:nth-child(5n + 2) .card__text-wrap {
      transition-delay: 1.2s; }
    .card:nth-child(5n + 3) .card__text-wrap {
      transition-delay: 1.4s; }
    .card:nth-child(5n + 4) .card__text-wrap {
      transition-delay: 1.6s; }
    .card:nth-child(5n + 5) .card__text-wrap {
      transition-delay: 1.8s; }
  .card__title {
    color: #fff;
    font-family: "Heineken Serif 18", serif;
    margin-bottom: 0;
    order: 2;
    z-index: 3; }
    @media (max-width: 63.9375rem) {
      .card__title {
        font-size: 0.75rem;
        letter-spacing: 0.0075rem;
        line-height: 0.9375rem; } }
    @media (min-width: 64rem) {
      .card__title {
        font-size: 1.125rem;
        letter-spacing: 0.01125rem;
        line-height: 1.25rem; } }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__title {
        font-size: 1.125rem;
        letter-spacing: 0.01125rem;
        line-height: 1.25rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+1) .card__title {
        font-size: 1.875rem;
        letter-spacing: 0.01875rem;
        line-height: 2.1875rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+1) .card__title, .grid--template-four .card:nth-child(5n+1) .card__title {
        font-size: 1.5rem;
        letter-spacing: 0.015rem;
        line-height: 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__title {
        font-size: 1.125rem;
        letter-spacing: 0.01125rem;
        line-height: 1.25rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__title, .grid--template-four .card:nth-child(5n+2) .card__title {
        font-size: 1.5rem;
        letter-spacing: 0.015rem;
        line-height: 1.875rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__title {
        font-size: 1.5rem;
        letter-spacing: 0.015rem;
        line-height: 1.875rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+4) .card__title {
        font-size: 1.5rem;
        letter-spacing: 0.015rem;
        line-height: 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__title, .grid--template-four .card:nth-child(5n+4) .card__title {
        font-size: 1.125rem;
        letter-spacing: 0.01125rem;
        line-height: 1.25rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+5) .card__title {
        font-size: 1.5rem;
        letter-spacing: 0.015rem;
        line-height: 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__title {
        font-size: 1.125rem;
        letter-spacing: 0.01125rem;
        line-height: 1.25rem; } }
  .card__subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0.3125rem;
    order: 1;
    text-transform: uppercase; }
    @media (max-width: 63.9375rem) {
      .card__subtitle {
        font-size: 0.5rem;
        letter-spacing: 0.05rem;
        line-height: 0.625rem; } }
    @media (min-width: 64rem) {
      .card__subtitle {
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__subtitle {
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+1) .card__subtitle {
        font-size: 0.75rem;
        letter-spacing: 0.075rem;
        line-height: 0.9375rem;
        margin-bottom: 0.625rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+1) .card__subtitle, .grid--template-four .card:nth-child(5n+1) .card__subtitle {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__subtitle {
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__subtitle, .grid--template-four .card:nth-child(5n+2) .card__subtitle {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__subtitle {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+4) .card__subtitle {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__subtitle, .grid--template-four .card:nth-child(5n+4) .card__subtitle {
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+5) .card__subtitle {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__subtitle {
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem; } }
  .card__text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    order: 3;
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    line-height: 0.8125rem; }
    @media (max-width: 63.9375rem) {
      .card__text {
        display: none; } }
    @media (min-width: 64rem) {
      .card__text {
        padding-top: 0.3125rem; }
        html:not(.is-touch-device) .card__text {
          visibility: hidden;
          position: absolute;
          opacity: 0; } }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__text {
        display: block;
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+1) .card__text {
        font-size: 0.75rem;
        letter-spacing: 0.075rem;
        line-height: 0.9375rem;
        padding-top: 0.625rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+1) .card__text, .grid--template-four .card:nth-child(5n+1) .card__text {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text {
        display: block;
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__text, .grid--template-four .card:nth-child(5n+2) .card__text {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__text {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+4) .card__text {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__text, .grid--template-four .card:nth-child(5n+4) .card__text {
        display: block;
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+5) .card__text {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__text {
        display: block;
        font-size: 0.625rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
        padding-top: 0.3125rem; } }
  .card__logo {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.75rem; }
    @media (max-width: 63.9375rem) {
      .card__logo {
        height: 1.125rem;
        width: 1.125rem; } }
    @media (min-width: 64rem) {
      .card__logo {
        height: 1.875rem;
        width: 2rem; } }
    @media (max-width: 63.9375rem) {
      .card:nth-child(5n+1) .card__logo {
        height: 3.125rem;
        right: 1.125rem;
        width: 3.25rem; } }
    @media (min-width: 64rem) {
      .grid--default .card:nth-child(5n+1) .card__logo {
        height: 3.75rem;
        right: 1.375rem;
        width: 3.875rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+1) .card__logo, .grid--template-four .card:nth-child(5n+1) .card__logo {
        height: 3.125rem;
        right: 1.375rem;
        width: 3.25rem; } }
    @media (max-width: 63.9375rem) {
      .grid--template-two .card:nth-child(5n+2) .card__logo {
        height: 3.125rem;
        right: 1.125rem;
        width: 3.25rem; } }
    @media (min-width: 64rem) {
      .grid--template-two .card:nth-child(5n+2) .card__logo, .grid--template-four .card:nth-child(5n+2) .card__logo {
        height: 3.125rem;
        right: 1.375rem;
        width: 3.25rem; } }
    @media (min-width: 64rem) {
      .grid--template-four .card:nth-child(5n+3) .card__logo {
        height: 3.125rem;
        right: 1.375rem;
        width: 3.25rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+4) .card__logo {
        height: 3.125rem;
        right: 1.375rem;
        width: 3.25rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+4) .card__logo, .grid--template-four .card:nth-child(5n+4) .card__logo {
        height: 3.125rem;
        right: 1.125rem;
        width: 3.25rem; } }
    @media (min-width: 64rem) {
      .card:nth-child(5n+5) .card__logo {
        height: 3.125rem;
        right: 1.375rem;
        width: 3.25rem; } }
    @media (max-width: 63.9375rem) {
      .grid--default .card:nth-child(5n+5) .card__logo {
        height: 3.125rem;
        right: 1.125rem;
        width: 3.25rem; } }
    .card__logo--bottom {
      background-position: bottom;
      bottom: 0.75rem; }
      @media (max-width: 63.9375rem) {
        .card:nth-child(5n+1) .card__logo--bottom {
          bottom: 1.125rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+1) .card__logo--bottom {
          bottom: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .grid--template-two .card:nth-child(5n+2) .card__logo--bottom {
          bottom: 1.125rem; } }
      @media (min-width: 64rem) {
        .grid--template-two .card:nth-child(5n+2) .card__logo--bottom, .grid--template-four .card:nth-child(5n+2) .card__logo--bottom {
          bottom: 1.375rem; } }
      @media (min-width: 64rem) {
        .grid--template-four .card:nth-child(5n+3) .card__logo--bottom {
          bottom: 1.375rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+4) .card__logo--bottom {
          bottom: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .grid--default .card:nth-child(5n+4) .card__logo--bottom, .grid--template-four .card:nth-child(5n+4) .card__logo--bottom {
          bottom: 1.125rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+5) .card__logo--bottom {
          bottom: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .grid--default .card:nth-child(5n+5) .card__logo--bottom {
          bottom: 1.125rem; } }
    .card__logo--top {
      background-position: top;
      top: 0.75rem; }
      @media (max-width: 63.9375rem) {
        .card:nth-child(5n+1) .card__logo--top {
          top: 1.125rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+1) .card__logo--top {
          top: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .grid--template-two .card:nth-child(5n+2) .card__logo--top {
          top: 1.125rem; } }
      @media (min-width: 64rem) {
        .grid--template-two .card:nth-child(5n+2) .card__logo--top, .grid--template-four .card:nth-child(5n+2) .card__logo--top {
          top: 1.375rem; } }
      @media (min-width: 64rem) {
        .grid--template-four .card:nth-child(5n+3) .card__logo--top {
          top: 1.375rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+4) .card__logo--top {
          top: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .card:nth-child(5n+4) .card__logo--top .grid--default, .grid--template-four .card:nth-child(5n+4) .card__logo--top {
          top: 1.125rem; } }
      @media (min-width: 64rem) {
        .card:nth-child(5n+5) .card__logo--top {
          top: 1.375rem; } }
      @media (max-width: 63.9375rem) {
        .card:nth-child(5n+5) .card__logo--top .grid--default {
          top: 1.125rem; } }

@supports not (display: grid) {
  @media (max-width: 63.9375rem) {
    .card {
      margin-bottom: 1.25rem;
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 64rem) {
    .card {
      padding-top: 18.75%;
      width: calc(100% / 3 - 0.78125rem); } }
  .card:not(:nth-of-type(3n)) {
    margin-right: 1.25rem; } }

.bg-heineken--green {
  background: transparent radial-gradient(closest-side at 50% 50%, #51a025 0%, #13670b 71%, #005d1f 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7; }

.no-script {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-align: center;
  z-index: 3;
  background-color: #e12b00;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 63.9375rem) {
    .no-script {
      top: 3.375rem; } }
  @media (min-width: 64rem) {
    .no-script {
      top: 5.625rem; } }

.carousel-buttons {
  display: flex;
  overflow: hidden; }
  .carousel-buttons__button {
    margin: 0 0.3125rem; }

.carousel-indicator__ul {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  margin: 1.875rem 0 1.125rem;
  padding: 0;
  width: 100%; }

.carousel-indicator__li {
  background-color: transparent;
  height: 0.125rem;
  margin: 0;
  padding: 0;
  width: 100%; }
  .carousel-indicator__li.is-selected {
    background-color: #ccc; }

.slider-pagination {
  display: flex; }
  @media (max-width: 63.9375rem) {
    .slider-pagination {
      width: calc(90% - 6.25rem); } }
  @media (min-width: 64rem) {
    .slider-pagination {
      margin: 3rem 0 0 0;
      width: calc(100% - 6.25rem); } }
  .slider-pagination__slide {
    background: none;
    border: 0;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    position: relative;
    text-align: left;
    transition: all 0.3s ease; }
    @media (max-width: 63.9375rem) {
      .slider-pagination__slide {
        margin: 0 0.125rem; } }
    @media (min-width: 64rem) {
      .slider-pagination__slide {
        height: 3rem;
        margin: 0 0.3125rem;
        padding: 0.75rem 0 0 0; } }
    .slider-pagination__slide:first-of-type {
      margin-left: 0; }
    .slider-pagination__slide.is-selected .visually-hidden {
      display: block; }
    .slider-pagination__slide .visually-hidden {
      display: none; }
    .slider-pagination__slide:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .slider-pagination__slide__bar {
      background-color: rgba(255, 255, 255, 0.5);
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      height: 0.125rem; }
      .slider--product .slider-pagination__slide__bar {
        background-color: rgba(204, 204, 204, 0.3); }
      .slider-pagination__slide__bar::after {
        content: '';
        background-color: #fff;
        opacity: 0; }
        .slider-pagination__slide.mouseenter .slider-pagination__slide__bar::after,
        .slider-pagination__slide:hover .slider-pagination__slide__bar::after,
        .slider-pagination__slide:focus .slider-pagination__slide__bar::after {
          opacity: 1; }
          .slider--product .slider-pagination__slide.mouseenter .slider-pagination__slide__bar::after, .slider--product
          .slider-pagination__slide:hover .slider-pagination__slide__bar::after, .slider--product
          .slider-pagination__slide:focus .slider-pagination__slide__bar::after {
            background-color: #ccc; }
        .slider-pagination__slide:active .slider-pagination__slide__bar::after {
          opacity: 1; }
          .slider--product .slider-pagination__slide:active .slider-pagination__slide__bar::after {
            background-color: #ccc; }
    .slider-pagination__slide__bar-indicator {
      background-color: transparent;
      transform-origin: center left;
      transition: transform 0.1s linear;
      z-index: 2; }
      .is-selected .slider-pagination__slide__bar-indicator {
        background-color: #e12b00; }
    @media (max-width: 63.9375rem) {
      .slider-pagination__slide__label {
        display: none; } }
    @media (min-width: 64rem) {
      .slider-pagination__slide__label {
        color: #fff;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: 0.025rem;
        line-height: 1.1875rem;
        opacity: 0;
        transition: all 0.3s ease;
        visibility: hidden; }
        .slider--product .slider-pagination__slide__label {
          color: #ccc; }
        .slider-pagination__slide.mouseenter .slider-pagination__slide__label,
        .slider-pagination__slide:hover .slider-pagination__slide__label,
        .slider-pagination__slide:focus .slider-pagination__slide__label {
          opacity: 1;
          visibility: visible; } }

.slide {
  overflow: hidden;
  z-index: 0; }
  .slide--hero {
    background: #13670b; }
  .slide--product:not(:first-of-type) {
    transform: translate3d(100%, 0, 0); }
  .slide__content {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    position: relative; }
    .slide--has-button .slide__content {
      padding-bottom: 4rem; }
    .slide--hero .slide__content {
      align-items: flex-end; }
      @media (max-width: 63.9375rem) {
        .slide--hero .slide__content {
          padding-bottom: 20%; } }
      @media (min-width: 64rem) {
        .slide--hero .slide__content {
          padding-bottom: 10%; } }
    .slide__content .text-block {
      max-width: 28rem;
      position: relative;
      width: 80%;
      z-index: 1; }
      .slide--product .slide__content .text-block {
        max-width: 20rem; }

@media (max-width: 47.4375rem) and (orientation: portrait) {
  .slide--product .slide__content .text-block {
    max-width: 10.125rem; } }
        @media (max-width: 63.9375rem) {
          .slide--product .slide__content .text-block {
            width: 60%; } }
    .slide--product .slide__content .container {
      display: flex; }
      @media (max-width: 63.9375rem) {
        .slide--product .slide__content .container {
          flex-direction: column; } }
      @media (min-width: 64rem) {
        .slide--product .slide__content .container {
          align-items: center;
          justify-content: space-between; } }
  .slide--hero .slide__background-img-container::after {
    content: ''; }
  .slide__background-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: relative; }
  .slide__video {
    pointer-events: none !important;
    position: absolute;
    width: 100%; }

@media screen and (max-width: 63.9375rem) and (orientation: landscape) {
  .slide__video {
    width: 266.66667vh;
    height: 150vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
    @media (min-width: 64rem) {
      .slide__video {
        width: 266.66667vh;
        height: 150vh;
        top: 50%;
        left: 50%;
        padding-top: 0;
        transform: translate(-50%, -50%); } }
  .slide__img {
    position: absolute;
    top: 46%; }

@media (max-width: 47.4375rem) and (orientation: portrait) {
  .slide__img {
    right: -14%;
    transform: translate3d(0, -50%, 0);
    width: 65%;
    max-width: 30.625rem;
    top: 48%; }
    .slide--has-button .slide__img {
      margin-top: -2rem; } }

@media (max-width: 47.4375rem) and (orientation: landscape) {
  .slide__img {
    right: 0;
    transform: translate3d(0, -50%, 0);
    width: 40%; } }
    @media (min-width: 47.5rem) and (max-width: 63.9375rem) {
      .slide__img {
        right: 3%;
        transform: translate3d(0, -50%, 0);
        height: 80%;
        max-height: 32.5rem; } }
    @media (min-width: 64rem) {
      .slide__img {
        left: 54%;
        right: auto;
        transform: translate3d(-50%, -50%, 0);
        width: 26%;
        max-width: 29.0625rem; } }
  .slide__link {
    color: #646464;
    font-weight: 700;
    text-align: right; }
    @media (max-width: 63.9375rem) {
      .slide__link {
        -ms-grid-row-align: center;
            align-self: center;
        bottom: 12%;
        font-size: 1rem;
        letter-spacing: 0.03rem;
        line-height: 1.125rem;
        position: absolute; } }
    @media (min-width: 64rem) {
      .slide__link {
        align-self: flex-end;
        font-size: 1.125rem;
        letter-spacing: 0.03375rem;
        line-height: 1.25rem; } }
    .slide__link::after {
      content: '';
      display: inline-block;
      transform: rotate(45deg); }
      @media (max-width: 63.9375rem) {
        .slide__link::after {
          border-right: 0.125rem solid #646464;
          border-top: 0.125rem solid #646464;
          height: 0.5rem;
          margin-left: 0.3125rem;
          margin-top: -0.3125rem;
          width: 0.5rem; } }
      @media (min-width: 64rem) {
        .slide__link::after {
          border-right: 0.1875rem solid #646464;
          border-top: 0.1875rem solid #646464;
          height: 0.625rem;
          margin-left: 0.625rem;
          margin-top: -0.3125rem;
          width: 0.625rem; } }
  .slide__logo {
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.75rem;
    position: absolute;
    width: 3.875rem; }
    .slide__logo--bottom {
      background-position: bottom left; }
      @media (max-width: 47.4375rem) {
        .slide__logo--bottom {
          left: 1.125rem; } }
      @media (min-width: 47.5rem) {
        .slide__logo--bottom {
          left: 2.375rem; } }
      @media (min-width: 80rem) {
        .slide__logo--bottom {
          left: 4rem; } }
      @media (min-width: 120rem) {
        .slide__logo--bottom {
          left: 6rem; } }
      @media (max-width: 63.9375rem) {
        .slide__logo--bottom {
          bottom: 3.25rem; } }
      @media (min-width: 64rem) {
        .slide__logo--bottom {
          bottom: 5.75rem; } }
    .slide__logo--top {
      background-position: top right; }
      @media (max-width: 47.4375rem) {
        .slide__logo--top {
          right: 1.125rem; } }
      @media (min-width: 47.5rem) {
        .slide__logo--top {
          right: 2.375rem; } }
      @media (min-width: 80rem) {
        .slide__logo--top {
          right: 4rem; } }
      @media (min-width: 120rem) {
        .slide__logo--top {
          right: 6rem; } }
      @media (max-width: 63.9375rem) {
        .slide__logo--top {
          top: 4.5rem; } }
      @media (min-width: 64rem) {
        .slide__logo--top {
          top: 6.9375rem; } }
  .slide.is-selected {
    z-index: 100; }

@media (min-width: 64rem) {
  .nutritional-values {
    align-items: center;
    background-color: #fff;
    display: flex; } }

.nutritional-values__values-container {
  background-color: #fafafa;
  position: relative; }
  @media (max-width: 63.9375rem) {
    .nutritional-values__values-container {
      overflow: hidden;
      padding: 1.875rem 2.25rem; } }
  @media (min-width: 64rem) {
    .nutritional-values__values-container {
      width: 40%; } }

@media (max-width: 63.9375rem) {
  .nutritional-values__about-container {
    background-color: #fff;
    padding: 3.75rem 2.25rem; } }

@media (min-width: 64rem) {
  .nutritional-values__about-container {
    max-width: calc(120rem * 0.6);
    padding: 8rem;
    width: 60%; } }

.nutritional-values__slide-container {
  pointer-events: none;
  transition: height 0.3s ease 0.3s; }
  @media (min-width: 64rem) {
    .nutritional-values__slide-container {
      margin-left: auto;
      max-width: calc(120rem * 0.4);
      padding: 8rem;
      width: 100%; } }
  .nutritional-values__slide-container.open {
    pointer-events: auto;
    transition: height 0.3s ease; }

@media (max-width: 63.9375rem) {
  .nutritional-values__slide-content {
    opacity: 0;
    transform: translateY(-1.875rem);
    transition: opacity 0.3s ease, transform 0.3s ease; } }

@media (max-width: 63.9375rem) {
  .nutritional-values__slide-container.open .nutritional-values__slide-content {
    opacity: 1;
    transform: translateY(0rem);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s; } }

.nutritional-values__values-title {
  color: #646464;
  font-size: 1.5rem;
  margin-bottom: 0.625rem; }

.nutritional-values__about-title--green {
  color: #13670b; }

.nutritional-values__about-title--blue {
  color: #1b4677; }

@media (max-width: 63.9375rem) {
  .nutritional-values__about-title {
    margin-bottom: 0.625rem; } }

@media (min-width: 64rem) {
  .nutritional-values__about-title {
    font-size: 2.5rem;
    margin-bottom: 1.25rem; } }

.nutritional-values__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 4rem;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2; }
  @media (max-width: 63.9375rem) {
    .nutritional-values__button {
      display: block; } }
  @media (min-width: 64rem) {
    .nutritional-values__button {
      display: none; } }
  .nutritional-values__button::before {
    border-radius: 0.375rem;
    bottom: 1.5rem;
    content: '';
    display: block;
    height: 0.75rem;
    margin-left: -0.375rem;
    position: absolute;
    right: 2.25rem;
    transform: scale(3);
    width: 0.75rem; }
  .nutritional-values__button::after {
    border-right: 0.1875rem solid #646464;
    border-top: 0.1875rem solid #646464;
    bottom: 1.625rem;
    content: '';
    display: block;
    height: 0.75rem;
    margin-left: -0.375rem;
    position: absolute;
    right: 2.25rem;
    transform: rotate(135deg);
    transition: transform 0.3s ease 0.3s;
    width: 0.75rem; }
  .nutritional-values__button:focus {
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .nutritional-values__button.open::after {
    transform: rotate(315deg);
    transition: transform 0.3s ease; }
  .nutritional-values__button.open::before {
    bottom: 1.75rem; }

.nutritional-values__button.open + .nutritional-values__slide-title {
  opacity: 0;
  transition: opacity 0.3s ease; }

@media (max-width: 63.9375rem) {
  .nutritional-values__slide-title {
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0rem;
    position: absolute;
    top: 1.5625rem;
    transition: opacity 0.5s ease 0.7s; } }

@media (min-width: 64rem) {
  .nutritional-values__slide-title {
    display: none; } }

.nutritional-values__slide-title, .nutritional-values__contents {
  color: #999;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0875rem;
  text-transform: uppercase; }

.nutritional-values__contents {
  margin-bottom: 1.25rem; }

.nutritional-values__text {
  color: #999; }
  @media (max-width: 63.9375rem) {
    .nutritional-values__text {
      font-size: 1rem;
      line-height: 1.4; } }
  @media (min-width: 64rem) {
    .nutritional-values__text {
      font-size: 1.125rem;
      line-height: 1.6; } }

.nutritional-values__table {
  position: relative;
  width: 100%; }
  @media (max-width: 63.9375rem) {
    .nutritional-values__table {
      opacity: 0;
      transform: translateY(-1.875rem);
      transition: opacity 0.3s ease, transform 0.3s ease; } }
  @media (max-width: 63.9375rem) {
    .nutritional-values__table::after {
      content: '';
      display: block;
      padding-bottom: 3.75rem; } }

@media (max-width: 63.9375rem) {
  .nutritional-values__slide-container.open .nutritional-values__table {
    opacity: 1;
    transform: translateY(0rem);
    transition: opacity 0.1s ease 0.7s, transform 0.3s ease 0.6s; } }

.nutritional-values__table-row {
  height: 2rem;
  vertical-align: top; }

.nutritional-values__icon {
  height: 0.875rem;
  padding-right: 1rem; }
  .nutritional-values__icon img {
    height: 100%; }

.nutritional-values__nutrient {
  color: #646464;
  font-size: 0.875rem;
  font-weight: bold;
  padding-right: 1.3125rem;
  width: 54.2%; }

.nutritional-values__amount {
  color: #646464;
  font-size: 0.875rem;
  text-align: right;
  width: 36.5%; }

.text-block__label {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.075rem;
  text-transform: uppercase; }
  @media (max-width: 63.9375rem) {
    .text-block__label {
      font-size: 0.75rem; } }
  @media (min-width: 64rem) {
    .text-block__label {
      font-size: 0.875rem; } }

.text-block__title {
  letter-spacing: 0.01875rem;
  line-height: 1.3; }
  @media (max-width: 63.9375rem) {
    .text-block__title {
      margin-bottom: 0.625rem;
      font-size: 1.875rem; } }
  @media (min-width: 64rem) {
    .text-block__title {
      margin-bottom: 1.25rem;
      font-size: 2.5rem; } }
  @media (max-width: 63.9375rem) {
    .text-block__title--small {
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  @media (min-width: 64rem) {
    .text-block__title--small {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  @media (max-width: 63.9375rem) {
    .text-block__title--big {
      margin-bottom: 1.25rem;
      font-size: 2.5rem;
      line-height: 2.875rem; } }
  @media (min-width: 64rem) {
    .text-block__title--big {
      margin-bottom: 1.875rem;
      font-size: 3.75rem;
      line-height: 4.375rem;
      letter-spacing: 0.0375rem; } }

.text-block__text {
  color: #999;
  margin-bottom: 0; }
  @media (max-width: 63.9375rem) {
    .text-block__text {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 64rem) {
    .text-block__text {
      font-size: 1.125rem;
      line-height: 1.8; } }

@media (max-width: 63.9375rem) {
  .text-block .button {
    margin-top: 1.875rem; } }

@media (min-width: 64rem) {
  .text-block .button {
    margin-top: 2.5rem; } }

@media (max-width: 63.9375rem) {
  .text-block--dark {
    padding-top: 0;
    padding-bottom: 0; } }

.text-block--dark .text-block__label,
html:not(.no-intersection-observer):not(.no-js) .text-block--dark .text-block__label[data-in-view].in-view {
  color: #fff;
  opacity: 0.7; }

.text-block--dark .text-block__title {
  color: #fff; }

.text-block--dark .text-block__text,
html:not(.no-intersection-observer):not(.no-js) .text-block--dark .text-block__text[data-in-view].in-view {
  color: #fff;
  opacity: 0.7; }

@media (min-width: 64rem) {
  .text-block--dark-desktop .text-block__label,
  html:not(.no-intersection-observer):not(.no-js) .text-block--dark-desktop .text-block__label[data-in-view].in-view {
    color: #fff;
    opacity: 0.7; } }

@media (min-width: 64rem) {
  .text-block--dark-desktop .text-block__title {
    color: #fff; } }

@media (min-width: 64rem) {
  .text-block--dark-desktop .text-block__text,
  html:not(.no-intersection-observer):not(.no-js) .text-block--dark-desktop .text-block__text[data-in-view].in-view {
    color: #fff;
    opacity: 0.7; } }

.text-block--green .text-block__title {
  color: #13670b; }

.text-block--blue .text-block__title {
  color: #1b4677; }

.text-block--grey .text-block__title {
  color: #646464; }

@media (max-width: 63.9375rem) {
  .text-block--grey-mobile .text-block__title {
    color: #646464; } }

@media (max-width: 63.9375rem) {
  .text-block--small-mobile .text-block__label {
    font-size: 0.625rem; } }

@media (max-width: 63.9375rem) {
  .text-block--small-mobile .text-block__title {
    font-size: 1.125rem; } }

@media (max-width: 63.9375rem) {
  .text-block--small-mobile .text-block__text {
    font-size: 0.625rem; } }

.hero {
  position: relative;
  overflow: hidden; }
  @media (max-width: 63.9375rem) {
    .hero {
      height: 22.5rem; } }
  @media (min-width: 64rem) {
    .hero {
      height: 23.75rem; } }
  .hero__video-image-container {
    background-color: #13670b;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .hero--hasVideo .hero__video-image-container {
      background-color: black; }
  @media (max-width: 63.9375rem) {
    .hero__container {
      padding: 0 2.25rem; } }
  @media (min-width: 64rem) {
    .hero__container {
      padding: 0 8rem; } }
  .hero__video, .hero__image {
    width: 100%; }
  .hero__video {
    pointer-events: none !important;
    position: absolute; }

@media screen and (max-width: 63.9375rem) and (orientation: landscape) {
  .hero__video {
    height: 56.25vw;
    top: 50%;
    transform: translateY(-50%); } }

@media screen and (max-width: 63.9375rem) and (orientation: portrait) {
  .hero__video {
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 177.77778vh; } }
    @media (min-width: 64rem) {
      .hero__video {
        height: 56.25vw;
        top: 50%;
        transform: translateY(-50%); } }
  .hero__image {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .hero__image.hide {
      opacity: 0 !important;
      visibility: hidden; }
    .hero--hasVideo .hero__image {
      transition: all 0.6s ease; }
  .hero__content {
    bottom: 0;
    left: 0;
    position: absolute;
    top: auto;
    transform: none;
    z-index: 1; }
    @media (max-width: 63.9375rem) {
      .hero__content {
        padding-bottom: 3.3125rem; } }
    @media (min-width: 64rem) {
      .hero__content {
        padding-bottom: 4.1875rem;
        width: 100%; } }
  @media (min-width: 64rem) {
    .hero .text-block {
      width: 40rem; } }

.hero--gradient:before {
  content: '';
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 50%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: 1; }

.hero--gradient--left-to-right:before {
  background: transparent linear-gradient(-90deg, #00000000 0%, #000000 50%, #000000 100%) 0% 0% no-repeat padding-box; }

@media (max-width: 63.9375rem) {
  .hero--medium {
    height: auto; } }

@media (min-width: 64rem) {
  .hero--medium {
    height: 39.0625vw; } }

@media (max-width: 63.9375rem) {
  .hero--medium.hero--gradient:before {
    display: none; } }

@media (max-width: 63.9375rem) {
  .hero--medium .hero__video-image-container {
    height: 56.25vw; } }

@media (min-width: 64rem) {
  .hero--medium .hero__image {
    height: 100%; } }

.hero--medium .hero__content {
  padding-bottom: 0; }
  @media (max-width: 63.9375rem) {
    .hero--medium .hero__content {
      padding-top: 3.75rem;
      position: static; } }
  @media (min-width: 64rem) {
    .hero--medium .hero__content {
      bottom: auto;
      left: 0;
      padding-top: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

@media (min-width: 64rem) {
  .hero--medium .text-block {
    width: 28rem; } }

.hero--70 {
  height: 70vh; }

@media (max-width: 63.9375rem) and (orientation: portrait) {
  .hero--large {
    height: 80vh;
    min-height: 33.125rem; } }

@media (max-width: 63.9375rem) and (orientation: landscape) {
  .hero--large {
    min-height: 32.5rem;
    height: 100vh; } }

@media (min-width: 64rem) {
  .hero--large {
    height: 100vh; } }

.hero--large .hero__video-image-container {
  height: 100%; }
  @media (max-width: 63.9375rem) {
    .hero--large .hero__video-image-container {
      padding-bottom: 0; } }

@media screen and (max-width: 63.9375rem) and (orientation: landscape) {
  .hero--large .hero__video {
    width: 266.66667vh;
    height: 150vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media (min-width: 64rem) {
  .hero--large .hero__video {
    width: 266.66667vh;
    height: 150vh;
    top: 50%;
    left: 50%;
    padding-top: 0;
    transform: translate(-50%, -50%); } }

.hero--large .hero__content {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none; }
  @media (max-width: 63.9375rem) {
    .hero--large .hero__content {
      padding-bottom: 2.25rem; } }
  @media (min-width: 64rem) {
    .hero--large .hero__content {
      padding-bottom: 13vh; } }

@media (min-width: 64rem) {
  .hero--large .text-block {
    width: 40rem; } }

.hero--text-only {
  height: auto; }
  @media (max-width: 63.9375rem) {
    .hero--text-only {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 64rem) {
    .hero--text-only {
      padding-top: 6.125rem;
      padding-bottom: 6.125rem; } }
  .hero--text-only .hero__content {
    position: static;
    padding-bottom: 0; }
  @media (min-width: 64rem) {
    .hero--text-only .text-block {
      width: auto;
      max-width: 69rem;
      margin: 0 auto; } }

.hero--green,
.hero--blue {
  position: relative; }
  .hero--green::before,
  .hero--blue::before {
    height: 100%;
    width: 100%;
    content: '';
    background-size: 12.5rem;
    pointer-events: none;
    z-index: 0; }

.hero--green {
  background: transparent linear-gradient(to right, #005d1f 0%, #277816 50%, #005d1f 100%) 0% 0% no-repeat padding-box; }
  .hero--green::before {
    background-image: url("/frontend/assets/images/noise.png"); }

.hero--blue {
  background: transparent linear-gradient(to right, #1a5a9b 0%, #3384c8 50%, #1a5a9b 100%) 0% 0% no-repeat padding-box; }
  .hero--blue::before {
    background-image: url("/frontend/assets/images/noise.png"); }

@media (max-width: 63.9375rem) {
  .text-image {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overflow-style: autohiding-scrollbar;
    width: 100%; } }

.text-image::-webkit-scrollbar {
  width: 0px;
  display: none;
  /* Safari and Chrome */ }

@media (min-width: 64rem) {
  .text-image {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto; } }

.text-image__container {
  display: flex;
  align-items: center; }
  @media (max-width: 63.9375rem) {
    .text-image__container {
      width: 180vw; } }
  @media (min-width: 64rem) {
    .text-image__container {
      padding: 0 4rem; } }

.text-image__image-wrap {
  position: relative; }
  @media (max-width: 63.9375rem) {
    .text-image__image-wrap {
      height: 100vw;
      width: 100vw; } }
  @media (min-width: 64rem) {
    .text-image__image-wrap {
      flex: 1;
      height: calc( (50vw - 4rem) * 0.75);
      max-height: calc( ((120rem / 2) - 4rem) * 0.75);
      opacity: 0;
      transform: translate3d(0, 3.125rem, 0);
      transition-duration: 0.8s;
      transition-property: transform, opacity;
      transition-timing-function: ease-in-out;
      will-change: transform, opacity; }
      .text-image.in-view .text-image__image-wrap {
        opacity: 1;
        transform: translate3d(0, 0, 0); } }

.text-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

@media (max-width: 63.9375rem) {
  .text-image__content {
    width: calc(100vw * 0.8); } }

@media (min-width: 64rem) {
  .text-image__content {
    flex: 1;
    opacity: 0;
    transform: translate3d(0, 3.125rem, 0);
    transition-duration: 0.8s;
    transition-delay: 0.25s;
    transition-property: transform, opacity;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity; }
    .text-image.in-view .text-image__content {
      opacity: 1;
      transform: translate3d(0, 0, 0); } }

@media (max-width: 63.9375rem) {
  .text-image__button {
    position: absolute;
    top: 50%;
    left: calc( (100vw * 0.2) / 2 - 1.25rem);
    transform: translateY(-50%); } }

@media (min-width: 64rem) {
  .text-image__button {
    display: none; } }

@media (max-width: 63.9375rem) {
  .text-image__content-container {
    padding: 0 2.25rem; } }

@media (min-width: 64rem) {
  .text-image__content-container {
    padding: 0 4rem; } }

.text-image--image-left .text-image__image-wrap {
  order: 1; }

.text-image--image-left .text-image__content {
  order: 2; }

@media (max-width: 63.9375rem) {
  .text-image--image-left .text-image__button {
    left: auto;
    right: calc( (100vw * 0.2) / 2 - 1.25rem); } }

@media (min-width: 64rem) {
  .text-image--image-left .text-image__button {
    display: none; } }

.related-product {
  overflow: hidden;
  position: relative; }
  @media (max-width: 63.9375rem) {
    .related-product {
      height: 9rem;
      width: 9rem; } }
  @media (min-width: 64rem) {
    .related-product {
      height: 16rem;
      width: 16rem; } }
  .related-product__link {
    padding: 1.25rem;
    height: 100%;
    width: 100%;
    display: flex; }
    .related-product__link:focus {
      -webkit--webkit-focus-ring-color: rgba(255, 255, 255, 0);
      -webkit--webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      outline: none; }
  .related-product__background-image {
    height: 100%;
    width: 100%; }
  .related-product picture:last-of-type {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .related-product__image {
    display: block;
    height: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    width: auto; }
    .related-product__link:hover .related-product__image,
    .related-product__link:focus .related-product__image {
      transform: scale(1.1); }

.related-content {
  overflow: hidden;
  position: relative; }
  @media (max-width: 63.9375rem) {
    .related-content {
      height: auto;
      padding-right: 1.125rem;
      width: 19.125rem; } }
  @media (min-width: 64rem) {
    .related-content {
      height: auto;
      padding-right: 4rem;
      width: 20rem; } }
  .related-content__link {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .related-content__link:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .related-content__image-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; }
  .related-content__image {
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    width: 100%; }
    .related-content__link:hover .related-content__image,
    .related-content__link:focus .related-content__image {
      transform: scale(1.05); }
  .related-content__title {
    color: #999;
    font-family: "PT Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 1rem 0 0 0; }
    .related-content__link:hover .related-content__title,
    .related-content__link:focus .related-content__title {
      color: #646464; }

@keyframes bounce {
  0% {
    transform: translate3d(-50%, 0, 0); }
  100% {
    transform: translate3d(-50%, -1.875rem, 0); } }

.product-hero {
  overflow: hidden;
  position: relative; }
  .product-hero__slide, .product-hero__buttons {
    display: block;
    width: 100vw; }
    @media (min-width: 64rem) {
      .product-hero__slide, .product-hero__buttons {
        height: 100vh; } }
  .product-hero__slide {
    position: relative; }
    .product-hero__slide--prev {
      position: absolute;
      right: 100vw;
      top: 0;
      z-index: 2;
      transition: right 0.3s ease; }
      @media (min-width: 64rem) {
        .product-hero__slide--prev.preview {
          right: 90vw; } }
      .product-hero__slide--prev.show {
        right: 0;
        transition: right 0.4s ease; }
    @media (max-width: 63.9375rem) {
      .product-hero__slide--current {
        transition: transform 0.5s ease; } }
    @media (min-width: 64rem) {
      .product-hero__slide--current {
        transition: transform 0.4s ease; } }
    @media (min-width: 64rem) {
      .product-hero__slide--current.shift--left {
        transform: translate3d(-0.625rem, 0, 0); } }
    @media (min-width: 64rem) {
      .product-hero__slide--current.shift--right {
        transform: translate3d(0.625rem, 0, 0); } }
    @media (max-width: 63.9375rem) {
      .product-hero__slide--current.full-shift--left {
        transform: translate3d(-100vw, 0, 0); } }
    @media (min-width: 64rem) {
      .product-hero__slide--current.full-shift--left {
        transform: translate3d(-50vw, 0, 0); } }
    @media (max-width: 63.9375rem) {
      .product-hero__slide--current.full-shift--right {
        transform: translate3d(100vw, 0, 0); } }
    @media (min-width: 64rem) {
      .product-hero__slide--current.full-shift--right {
        transform: translate3d(50vw, 0, 0); } }
    .product-hero__slide--next {
      left: 100vw;
      position: absolute;
      top: 0;
      z-index: 2;
      transition: left 0.3s ease; }
      @media (min-width: 64rem) {
        .product-hero__slide--next.preview {
          left: 90vw; } }
      .product-hero__slide--next.show {
        left: 0;
        transition: left 0.4s ease; }
  .product-hero__background {
    background-color: #13670b;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    .product-hero__background--dark {
      background-color: #13670b; }
    @media (max-width: 63.9375rem) {
      .product-hero__background {
        height: 82vh; } }
    @media (min-width: 64rem) {
      .product-hero__background {
        height: 100%; } }
  @media (max-width: 63.9375rem) {
    .product-hero__content {
      padding-top: 3.75rem; } }
  @media (min-width: 64rem) {
    .product-hero__content {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 100%; } }
  .product-hero__button {
    align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border-width: 0;
    box-shadow: 0 0 0 0 transparent;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 3; }
    @media (max-width: 63.9375rem) {
      .product-hero__button {
        height: 2.75rem;
        width: 2.75rem; } }
    .product-hero__button:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .product-hero__button--prev {
      left: 0;
      transform: translate3d(0, -50%, 0); }
      @media (max-width: 63.9375rem) {
        .product-hero__button--prev {
          top: calc(82vh / 2); } }
      @media (min-width: 64rem) {
        .product-hero__button--prev {
          display: flex;
          height: 100vh;
          justify-content: center;
          top: 50%;
          width: 8rem; } }
    .product-hero__button--enter {
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      @media (max-width: 63.9375rem) {
        .product-hero__button--enter {
          top: calc(82vh - 3rem); } }
      @media (min-width: 64rem) {
        .product-hero__button--enter {
          bottom: 1.25rem;
          height: 4.3rem;
          width: 4.3rem; } }
      .product-hero__button--enter:hover, .product-hero__button--enter:focus {
        animation: bounce 0.3s ease 6 alternate; }
    .product-hero__button--next {
      right: 0;
      transform: translate3d(0, -50%, 0); }
      @media (max-width: 63.9375rem) {
        .product-hero__button--next {
          top: calc(82vh / 2); } }
      @media (min-width: 64rem) {
        .product-hero__button--next {
          display: flex;
          height: 100vh;
          justify-content: center;
          top: 50%;
          width: 8rem; } }
    .product-hero__button.hide {
      visibility: visible; }
      .product-hero__button.hide:hover {
        cursor: default; }
  .product-hero__image-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
    .product-hero__image-container > picture {
      align-items: center;
      display: flex;
      position: absolute; }
      @media (max-width: 63.9375rem) {
        .product-hero__image-container > picture {
          bottom: 1.125rem;
          height: calc(100% - 3.625rem);
          justify-content: center;
          left: 50%;
          top: 2.5rem;
          transform: translate3d(-50%, 0, 0); } }
      @media (min-width: 64rem) {
        .product-hero__image-container > picture {
          height: calc(100% - 11rem);
          justify-content: flex-end;
          left: 72%;
          top: 50%;
          transform: translate3d(-50%, -50%, 0); } }
      @media (min-width: 80rem) {
        .product-hero__image-container > picture {
          left: 60%; } }
  .product-hero__content-container {
    width: 100%; }
    @media (max-width: 47.4375rem) {
      .product-hero__content-container {
        padding: 0 2.25rem; } }
    @media (min-width: 47.5rem) {
      .product-hero__content-container {
        padding: 0 9.5rem;
        max-width: 65%; } }
    @media (min-width: 80rem) {
      .product-hero__content-container {
        padding: 0 12rem;
        max-width: 55%; } }
    @media (min-width: 120rem) {
      .product-hero__content-container {
        max-width: 60%;
        padding: 0 24rem; } }
  .product-hero__arrow-wrap {
    margin: auto; }
    @media (max-width: 63.9375rem) {
      .product-hero__arrow-wrap {
        height: 1.15rem;
        width: 1.15rem; } }
    @media (min-width: 64rem) {
      .product-hero__arrow-wrap {
        height: 2.3rem;
        width: 2.3rem; } }
    @media (min-width: 64rem) {
      .product-hero__button--prev .product-hero__arrow-wrap {
        transform: translate3d(0.625rem, 0, 0);
        transition: transform 0.3s ease; } }
    @media (min-width: 64rem) {
      .product-hero__button--next .product-hero__arrow-wrap {
        transform: translate3d(-0.625rem, 0, 0);
        transition: transform 0.3s ease; } }
    @media (max-width: 63.9375rem) {
      .product-hero__button--enter .product-hero__arrow-wrap {
        left: 50%;
        position: absolute;
        transform: translate3d(-50%, 0, 0); } }
    @media (min-width: 64rem) {
      .product-hero__arrow-wrap.shift {
        transform: translate3d(0, 0, 0); } }
    @media (min-width: 64rem) {
      .product-hero__button--prev .product-hero__arrow-wrap.full-shift {
        opacity: 0;
        transform: translate3d(-2.5rem, 0, 0);
        transition: transform 0.4s ease, opacity 0.4s ease; } }
    @media (min-width: 64rem) {
      .product-hero__button--next .product-hero__arrow-wrap.full-shift {
        opacity: 0;
        transform: translate3d(2.5rem, 0, 0);
        transition: transform 0.4s ease, opacity 0.4s ease; } }
  .product-hero__arrow {
    height: 100%;
    width: 100%; }
    .product-hero__arrow--grey path {
      transition: fill 0.3s ease;
      fill: #646464; }
    .product-hero__arrow--white path {
      transition: fill 0.3s ease;
      fill: #fff; }
    .product-hero__button:hover .product-hero__arrow--hover-grey path,
    .product-hero__button:focus .product-hero__arrow--hover-grey path {
      fill: #646464; }
    .product-hero__button:hover .product-hero__arrow--hover-white path,
    .product-hero__button:hover .product-hero__arrow--hover-white path {
      fill: #fff; }
    .product-hero__arrow--left {
      transform: rotate(180deg); }
    .product-hero__arrow--bottom {
      transform: rotate(90deg); }
    .product-hero__arrow--top {
      transform: rotate(270deg); }
  .product-hero__image {
    height: 90%;
    width: auto; }
    @media (min-width: 64rem) {
      .product-hero__image {
        height: 90%;
        transform: translate3d(50vw, 0, 0);
        transition: transform 0.3s ease 0.1s; } }
  .product-hero .text-block > * {
    opacity: 0;
    transform: translate3d(-6.25rem, 0, 0);
    transition: transform 0.3s ease, opacity 0.3s ease; }

.large-content {
  padding-top: 3.75rem; }
  .large-content__container {
    margin: 0 auto; }
  .large-content__content {
    margin-bottom: 1.25rem; }
    .large-content__content h1,
    .large-content__content h2 {
      color: #999;
      font-family: "PT Sans", sans-serif; }
    .large-content__content h1 {
      margin-bottom: 1.25rem; }
    .large-content__content h2 {
      margin-bottom: 0.625rem; }
    .large-content__content ol {
      counter-rest: section;
      list-style: none; }
      .large-content__content ol li {
        counter-increment: step-counter; }
        .large-content__content ol li:before {
          content: counter(step-counter) ".";
          font-weight: bold;
          margin-right: 0.5rem;
          margin-left: -1rem; }
    .large-content__content ul, .large-content__content ol {
      color: #646464;
      line-height: 1.7;
      margin: 0 0 2.625rem 0;
      font-size: 0.875rem; }
    .large-content__content li:not(:last-child) {
      margin-bottom: 0.375rem; }
    .large-content__content a {
      color: #646464;
      text-decoration: underline; }
      .large-content__content a:hover {
        color: #13670b; }
    .large-content__content p {
      margin-bottom: 0; }
    .large-content__content p + h1 {
      margin-top: 2.5rem; }
    .large-content__content p + h2 {
      margin-top: 1.25rem; }
    .large-content__content p + p {
      margin-top: 0.625rem; }
    .large-content__content p + ul, .large-content__content p + ol {
      margin-top: 2.5rem; }
  .large-content .checkmarkList ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .large-content .checkmarkList li {
    position: relative; }
    .large-content .checkmarkList li::before {
      position: absolute;
      height: 0.875rem;
      width: 0.875rem;
      left: -1.25rem;
      top: 0.25rem;
      content: '';
      background-image: url(/frontend/assets/images/ic-checkmark-white.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.large-content--normal {
  color: #999; }
  .large-content--normal .large-content__content h1 {
    font-size: 1.125rem; }
  .large-content--normal .large-content__content h2 {
    font-size: 0.875rem; }
  .large-content--normal .large-content__content ul, .large-content--normal .large-content__content ol {
    font-size: 0.875rem; }
  .large-content--normal .large-content__content p {
    line-height: 1.4; }
    @media (max-width: 63.9375rem) {
      .large-content--normal .large-content__content p {
        font-size: 0.875rem; } }
    @media (min-width: 64rem) {
      .large-content--normal .large-content__content p {
        font-size: 1rem; } }

.large-content--small {
  color: #767676; }
  .large-content--small .large-content__content h1 {
    font-size: 1rem; }
  .large-content--small .large-content__content h2 {
    font-size: 0.75rem; }
  .large-content--small .large-content__content p {
    font-size: 0.75rem;
    line-height: 1.4; }

.product-selector__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 120rem; }

.product-selector__item {
  display: flex;
  overflow: hidden;
  position: relative;
  height: 0; }
  @media (max-width: 63.9375rem) {
    .product-selector__item {
      padding-bottom: 50%;
      width: 50%; } }
  @media (min-width: 64rem) {
    .product-selector__item {
      padding-bottom: calc(100% / 3);
      width: calc(100% / 3); } }
  @media (max-width: 63.9375rem) {
    .product-selector__item:nth-child(5):nth-last-child(1), .product-selector__item:nth-child(3):nth-last-child(1) {
      width: 100%; } }
  @media (min-width: 64rem) {
    .product-selector__item:nth-child(5):nth-last-child(1) {
      width: calc(100% / 3 * 2); } }

.product-selector__link {
  position: absolute;
  height: 100%;
  width: 100%; }
  .product-selector__link:focus {
    -webkit--webkit-focus-ring-color: rgba(255, 255, 255, 0);
    -webkit--webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none; }

.product-selector__background-image {
  height: 100%;
  width: 100%; }

.product-selector__image {
  height: 70%;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1); }
  .product-selector__link:hover .product-selector__image,
  .product-selector__link:focus .product-selector__image {
    transform: translate(-50%, -50%) scale(1.1); }

.product-selector__title {
  position: absolute;
  margin-bottom: 0;
  left: 50%;
  bottom: 8%;
  color: #000;
  transform: translateX(-50%);
  opacity: 0.3;
  width: 100%;
  text-align: center; }
  @media (max-width: 63.9375rem) {
    .product-selector__title {
      font-size: 0.625rem; } }
  @media (min-width: 64rem) {
    .product-selector__title {
      font-size: 0.875rem; } }

.product-selector .card {
  position: absolute; }

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

.thumbs .text-block__title {
  transition-delay: 0.2s; }

.thumbs__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

.thumb {
  width: 50%; }
  .thumb:nth-child(1) {
    transition-delay: 0.2s; }
  .thumb:nth-child(2) {
    transition-delay: 0.4s; }
  .thumb:nth-child(3) {
    transition-delay: 0.6s; }
  .thumb:nth-child(4) {
    transition-delay: 0.8s; }
  @media (max-width: 63.9375rem) {
    .thumb {
      width: 50%; } }
  @media (min-width: 64rem) {
    .thumb {
      width: 25%; } }
  .thumb__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    @media (max-width: 47.4375rem) {
      .thumb__link {
        padding: 2.25rem; } }
    @media (min-width: 47.5rem) {
      .thumb__link {
        padding: 4.75rem; } }
  .thumb__image {
    display: block;
    width: 100%;
    height: auto; }

.media {
  position: relative; }
  .media--active {
    z-index: 6; }
  .media__video-container {
    height: 100%; }
  .media__thumbnail {
    position: relative;
    display: block;
    height: 100%; }
    .media__thumbnail::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, black) 100%;
      content: '';
      z-index: 1; }
  .media__popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: z-index 0s ease;
    z-index: 4; }
    html:not(.is-safari) .media__popup {
      -webkit-backdrop-filter: blur(0.5rem);
              backdrop-filter: blur(0.5rem);
      transition: z-index 0s ease, -webkit-backdrop-filter 0.3s ease;
      transition: backdrop-filter 0.3s ease, z-index 0s ease;
      transition: backdrop-filter 0.3s ease, z-index 0s ease, -webkit-backdrop-filter 0.3s ease; }
    .media__popup.hidden {
      pointer-events: none;
      z-index: -1;
      transition: z-index 0s ease 0.7s; }
      html:not(.is-safari) .media__popup.hidden {
        -webkit-backdrop-filter: blur(0);
                backdrop-filter: blur(0);
        transition: z-index 0s ease 0.7s, -webkit-backdrop-filter 0.3s ease 0.5s;
        transition: backdrop-filter 0.3s ease 0.5s, z-index 0s ease 0.7s;
        transition: backdrop-filter 0.3s ease 0.5s, z-index 0s ease 0.7s, -webkit-backdrop-filter 0.3s ease 0.5s; }
  .media__overlay {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s; }
    @media (max-width: 63.9375rem) {
      .media__overlay {
        height: 50%; } }
    @media (min-width: 64rem) {
      .media__overlay {
        transform: scale(0); } }
    @media (max-width: 63.9375rem) {
      .media__overlay:nth-of-type(1) {
        top: 0;
        transform: translate3d(0, -100%, 0); } }
    @media (min-width: 64rem) {
      .media__overlay:nth-of-type(1) {
        top: 0;
        bottom: 0; } }
    @media (max-width: 63.9375rem) {
      .media__overlay:nth-of-type(2) {
        bottom: 0;
        transform: translate3d(0, 100%, 0); } }
    @media (min-width: 64rem) {
      .media__overlay:nth-of-type(2) {
        display: none; } }
    .media__overlay.show {
      opacity: 0.95;
      transition: transform 0.5s ease, opacity 0.5s ease; }
      @media (max-width: 63.9375rem) {
        .media__overlay.show {
          transform: translate3d(0, 0, 0); } }
      @media (min-width: 64rem) {
        .media__overlay.show {
          transform: scale(1); } }
  .media__iframe-container {
    display: flex;
    position: relative;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease 0.5s; }
    @media (max-width: 63.9375rem) {
      .media__iframe-container {
        width: 100%;
        padding-bottom: calc(100% / 16 * 9); } }
    @media (max-width: 63.9375rem) and (orientation: landscape) {
      .media__iframe-container {
        padding-bottom: calc(60% / 16 * 9);
        width: 60%; } }
    @media (min-width: 64rem) {
      .media__iframe-container {
        padding-bottom: calc(80% / 16 * 9);
        width: 80%; } }
    .media__iframe-container.hidden {
      opacity: 0;
      transition: opacity 0.5s ease; }
  .media__video {
    position: absolute;
    height: 100%;
    width: 100%; }
  .media__thumbnail-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .media__close-button {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    padding: 1.5rem; }
    .media--active .media__close-button {
      display: block; }
  .media__close-button-icon {
    display: block;
    height: 0.875rem;
    width: 0.875rem; }
  .media__play-button, .media__close-button {
    margin: 0;
    background-color: transparent;
    border: 0; }
    .media__play-button:focus, .media__close-button:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      outline: none; }
  .media__play-button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2; }
  @media (max-width: 63.9375rem) {
    .media__play-button-icon {
      width: 4.5rem;
      height: 4.5rem; } }
  @media (min-width: 64rem) {
    .media__play-button-icon {
      width: 6rem;
      height: 6rem; } }
  .media__view-this {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #fff;
    letter-spacing: 0.0625rem;
    background-color: transparent;
    border: none;
    text-transform: uppercase; }
    .media__view-this:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      outline: none; }
    @media (max-width: 63.9375rem) {
      .media__view-this {
        font-size: 0.625rem; } }
    @media (min-width: 64rem) {
      .media__view-this {
        font-size: 0.875rem; } }
  .media__view-this-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem; }
    @media (max-width: 63.9375rem) {
      .media__view-this-icon {
        margin: 0 0.4375rem; } }
    @media (min-width: 64rem) {
      .media__view-this-icon {
        margin: 0 0.5625rem; } }
  @media (min-width: 64rem) {
    .media .text-block {
      max-width: 48rem;
      margin: 0 auto; } }

@media (max-width: 63.9375rem) {
  .media--long {
    height: 81vh; } }

@media (min-width: 64rem) {
  .media--long {
    height: 100vh; } }

.media--long .media__thumbnail::before {
  opacity: 0.6; }

.media--long .media__content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 63.9375rem) {
    .media--long .media__content {
      bottom: 0;
      margin-bottom: 1.875rem; } }
  @media (min-width: 64rem) {
    .media--long .media__content {
      top: 50%;
      transform: translateY(50%);
      margin-top: 3.5rem; } }

.media--long .text-block {
  text-align: center; }

@media (max-width: 47.4375rem) {
  .media--short {
    height: 85vw; } }

@media (max-width: 22.4375rem) {
  .media--short {
    height: 100vw; } }

@media (min-width: 47.5rem) and (max-width: 63.9375rem) {
  .media--short {
    height: 75vw; } }

@media (min-width: 64rem) {
  .media--short {
    height: 100vh; } }

.media--short .media__thumbnail::before {
  opacity: 0.6; }

.media--short .media__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2; }

.media--short .text-block {
  text-align: center; }
  @media (max-width: 63.9375rem) {
    .media--short .text-block__title {
      font-size: 1.125rem; } }
  @media (min-width: 64rem) {
    .media--short .text-block__title {
      font-size: 3.75rem; } }
  @media (max-width: 63.9375rem) {
    .media--short .text-block__text {
      margin-bottom: 1.25rem; } }
  @media (min-width: 64rem) {
    .media--short .text-block__text {
      margin-bottom: 1.875rem; } }

@media (max-width: 47.4375rem) {
  .media--short .container {
    padding-top: 3.375rem; } }

@media (min-width: 64rem) {
  .media--article {
    margin-right: auto;
    margin-left: auto;
    width: 56rem;
    height: calc(56rem / 16 * 9); } }

.media--article .media__thumbnail {
  background-color: #13670b; }
  @media (max-width: 63.9375rem) {
    .media--article .media__thumbnail {
      margin: 1.125rem 1.125rem 0; } }
  .media--article .media__thumbnail::before {
    opacity: 0.4; }

@media (min-width: 64rem) {
  .media--article .media__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2; } }

@media (min-width: 64rem) {
  .media--article .media__play-button {
    display: none; } }

@media (max-width: 63.9375rem) {
  .media--article .media__view-this {
    display: none; } }

.media--article .media__video-container {
  margin-bottom: 1.875rem;
  width: 100%; }
  @media (max-width: 63.9375rem) {
    .media--article .media__video-container {
      height: calc(100vw / 16 * 9); } }

@media (min-width: 64rem) {
  .media--article .text-block {
    text-align: center; } }

@media (min-width: 64rem) {
  .media--article .text-block__text {
    margin-bottom: 1.875rem; } }

.faq {
  margin-top: 3.75rem; }
  @media (min-width: 64rem) {
    .faq {
      max-width: 64rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 63.9375rem) {
    .faq__text-container {
      padding: 0 3.375rem 0 2.25rem; } }
  @media (min-width: 64rem) {
    .faq__text-container {
      padding: 0; } }
  .faq__items {
    border-top: 0.0625rem solid #ccc;
    border-bottom: 0.0625rem solid #ccc; }
    @media (max-width: 63.9375rem) {
      .faq__items {
        padding: 1.875rem 3.375rem;
        background-color: #fafafa; } }
    @media (min-width: 64rem) {
      .faq__items {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        padding-top: 2rem; } }
  @media (max-width: 63.9375rem) {
    .faq__link-container {
      padding: 1.25rem 3.375rem 0 2.25rem; } }
  @media (min-width: 64rem) {
    .faq__link-container {
      padding: 1.25rem 0 0; } }
  @media (min-width: 64rem) {
    .faq__item {
      max-width: 46rem;
      width: 100%;
      margin-left: 2rem; } }
  @media (max-width: 63.9375rem) {
    .faq__item:not(:first-of-type) {
      margin-top: 0.75rem; } }
  @media (min-width: 64rem) {
    .faq__item:not(:first-of-type) {
      margin-top: 1.5rem; } }
  .faq__open-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transition: color 0.3s ease; }
    .faq__open-button:focus, .faq__open-button:hover, .faq__open-button:active {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
      .faq__open-button:focus .faq__question, .faq__open-button:hover .faq__question, .faq__open-button:active .faq__question {
        color: #13670b; }
    @media (max-width: 63.9375rem) {
      .faq__open-button {
        margin-bottom: 0.75rem; } }
    @media (min-width: 64rem) {
      .faq__open-button {
        margin-bottom: 0.75rem; } }
  .faq__question {
    position: relative;
    margin-bottom: 0;
    color: #646464;
    font-family: "PT Sans", sans-serif;
    text-align: left; }
    @media (max-width: 63.9375rem) {
      .faq__question {
        font-size: 1rem; } }
    @media (min-width: 64rem) {
      .faq__question {
        font-size: 1.125rem; } }
    .faq__question::before {
      position: absolute;
      height: 0.625rem;
      width: 0.625rem;
      top: 0.1875rem;
      content: '';
      background-image: url("/frontend/assets/images/ic-arrow-small-grey.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.6;
      transition: transform 0.3s ease;
      transform: rotate(-90deg); }
      @media (max-width: 63.9375rem) {
        .faq__question::before {
          left: -1.125rem; } }
      @media (min-width: 64rem) {
        .faq__question::before {
          left: -1.875rem; } }
      .faq__open-button.open .faq__question::before {
        transform: rotate(0deg); }
  .faq__answer-wrap {
    overflow: hidden;
    transition: height 0.3s ease; }
    .faq__answer-wrap.hidden {
      height: 0; }
  .faq__answer {
    margin-bottom: 1rem; }

.age-gateway {
  height: 100vh;
  color: #fff;
  text-align: center; }
  .age-gateway:not(.age-gateway--has-background-image) {
    background: transparent linear-gradient(to right, #005d1f 0%, #277816 50%, #005d1f 100%) 0% 0% no-repeat padding-box; }
    .age-gateway:not(.age-gateway--has-background-image):after {
      opacity: 0.4;
      background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box; }
  .age-gateway:after {
    content: '';
    pointer-events: none; }
  .age-gateway--has-background-image:after {
    opacity: 0.6;
    background: transparent linear-gradient(0deg, #00000000 0%, #000000 60%) 0% 0% no-repeat padding-box; }
  .age-gateway__background {
    position: absolute;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .age-gateway .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    overflow: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 63.9375rem) {
      .age-gateway .container {
        padding-top: 10%;
        padding-bottom: 10%; } }
    @media (min-width: 64rem) {
      .age-gateway .container {
        padding-top: 6%;
        padding-bottom: 6%; } }
  .age-gateway__logo {
    display: block;
    height: auto; }
    @media (max-width: 63.9375rem) {
      .age-gateway__logo {
        margin-bottom: 2.5rem;
        width: 5.25rem; } }
    @media (min-width: 64rem) {
      .age-gateway__logo {
        margin-bottom: 5rem;
        width: 8rem; } }
  .age-gateway__title {
    color: #fff; }
    @media (max-width: 63.9375rem) {
      .age-gateway__title {
        margin-bottom: 1.25rem;
        font-size: 1.875rem;
        line-height: 2.5rem;
        letter-spacing: 0.01875rem; } }
    @media (min-width: 64rem) {
      .age-gateway__title {
        margin-bottom: 1.875rem;
        font-size: 2.5rem;
        line-height: 3.125rem;
        letter-spacing: 0.025rem; } }
  .age-gateway form {
    max-width: 100%; }
  .age-gateway__form {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 63.9375rem) {
      .age-gateway__form {
        flex-direction: column; } }
    @media (min-width: 64rem) {
      .age-gateway__form {
        flex-direction: row; } }
  .age-gateway__input-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 63.9375rem) {
      .age-gateway__input-wrap {
        margin: 0 0 1.25rem; } }
    .age-gateway__input-wrap > input[type="text"] {
      margin: 0 0.3125rem;
      text-align: center; }
      @media (max-width: 63.9375rem) {
        .age-gateway__input-wrap > input[type="text"] {
          width: 4.5rem; } }
      @media (min-width: 64rem) {
        .age-gateway__input-wrap > input[type="text"] {
          width: 4.5rem; } }
    @media (max-width: 63.9375rem) {
      .age-gateway__input-wrap > input:nth-child(3) {
        width: 6.75rem; } }
    @media (min-width: 64rem) {
      .age-gateway__input-wrap > input:nth-child(3) {
        width: 7rem; } }
  .age-gateway__select-wrap {
    display: block;
    position: relative;
    margin: 0 auto 4rem auto;
    width: 17rem; }
    .age-gateway__select-wrap::after {
      position: absolute;
      content: '';
      height: 0.875rem;
      width: 0.875rem;
      right: 1.25rem;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(/frontend/assets/images/ic-arrow-small-white.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none; }
  .age-gateway__select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 0.3125rem;
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
    width: 17rem; }
    .age-gateway__select::-ms-expand {
      display: none; }
  .age-gateway__submit {
    margin: 0 0.3125rem;
    padding: 0.75rem 1.25rem; }
    .age-gateway__submit:disabled {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.2);
      cursor: not-allowed; }
    @media (max-width: 63.9375rem) {
      .age-gateway__submit {
        width: 17rem; } }
    @media (min-width: 64rem) {
      .age-gateway__submit {
        width: 8rem; } }
  .age-gateway__links {
    display: flex;
    list-style: none;
    margin: 3rem 0 0;
    padding: 0; }
  .age-gateway__link {
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem;
    display: block;
    font-size: 0.75rem; }
    .age-gateway__link:hover, .age-gateway__link:focus, .age-gateway__link:active {
      color: #fff; }

.social-share {
  position: relative;
  display: block;
  text-align: center; }
  @media (max-width: 63.9375rem) {
    .social-share {
      padding: 2.5rem 0; } }
  @media (min-width: 64rem) {
    .social-share {
      padding: 5rem 0; } }
  @media (max-width: 47.4375rem) {
    .social-share .container {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  .social-share__wrap {
    border-top: 0.0625rem solid #ccc;
    border-bottom: 0.0625rem solid #ccc; }
    .social-share--green .social-share__wrap {
      border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
      border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4); }
    @media (max-width: 47.4375rem) {
      .social-share__wrap {
        padding: 1.875rem 2.25rem; } }
    @media (min-width: 47.5rem) {
      .social-share__wrap {
        padding: 1.875rem 4.75rem;
        display: flex;
        align-items: center; } }
    @media (min-width: 80rem) {
      .social-share__wrap {
        padding: 1.875rem 8rem; } }
    @media (min-width: 120rem) {
      .social-share__wrap {
        padding: 1.875rem 12rem; } }
  .social-share__text {
    color: #999;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    font-weight: 400;
    font-family: "PT Sans", sans-serif; }
    @media (max-width: 47.4375rem) {
      .social-share__text {
        margin: 0 0 1.25rem 0; } }
    @media (min-width: 47.5rem) {
      .social-share__text {
        margin: 0 0.625rem 0 0; } }
    .social-share--green .social-share__text {
      color: rgba(255, 255, 255, 0.7); }
  .social-share__list {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    list-style: none; }
  .social-share__button {
    margin: 0;
    border: none;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.625rem;
    padding: 0.7rem;
    transition: transform 0.2s ease; }
    .social-share__button--facebook:hover, .social-share__button--facebook:focus {
      background-color: #4267B2; }
      .social-share--green .social-share__button--facebook:hover svg path, .social-share--green .social-share__button--facebook:focus svg path {
        fill: #4267B2; }
    .social-share__button--twitter:hover, .social-share__button--twitter:focus {
      background-color: #1da1f2; }
      .social-share--green .social-share__button--twitter:hover svg path, .social-share--green .social-share__button--twitter:focus svg path {
        fill: #1da1f2; }
    .social-share__button--linkedin:hover, .social-share__button--linkedin:focus {
      background-color: #4875B4; }
      .social-share--green .social-share__button--linkedin:hover svg path, .social-share--green .social-share__button--linkedin:focus svg path {
        fill: #4875B4; }
    .social-share__button--link:hover, .social-share__button--link:focus {
      background-color: #999; }
      .social-share--green .social-share__button--link:hover svg path, .social-share--green .social-share__button--link:focus svg path {
        fill: #999; }
    .social-share__button--link .fa-link {
      display: block; }
    .social-share__button--link .fa-check {
      display: none; }
    .social-share__list-item.copied .social-share__button--link .fa-link {
      display: none; }
    .social-share__list-item.copied .social-share__button--link .fa-check {
      display: block; }
    .social-share__button svg {
      width: auto;
      height: 100%; }
      .social-share__button svg path {
        fill: #999; }
    .social-share__list-item.copied .social-share__button {
      animation: pop 0.3s linear 1; }
    .social-share__button:hover, .social-share__button:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      transform: scale(1.05); }
      .social-share__button:hover svg path, .social-share__button:focus svg path {
        fill: #fff; }
    .social-share--green .social-share__button {
      background: rgba(255, 255, 255, 0.1); }
      .social-share--green .social-share__button:hover, .social-share--green .social-share__button:focus {
        background-color: #fff; }
      .social-share--green .social-share__button svg path {
        fill: #fff; }

@keyframes pop {
  50% {
    transform: scale(1.2); } }

.country-selector {
  position: fixed;
  background-color: #fff;
  z-index: 4;
  overflow: auto;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s ease-in-out; }
  .country-selector--show {
    transform: translate3d(0, 0, 0); }
  .country-selector--hidden {
    display: none; }
  .country-selector__close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: none;
    margin: 0;
    padding: 0;
    text-indent: -6249.9375rem;
    border: none;
    width: 2.5rem;
    height: 2.5rem; }
  .country-selector__title {
    text-align: center; }
    @media (max-width: 63.9375rem) {
      .country-selector__title {
        margin: 2.5rem 0; } }
    @media (max-width: 47.4375rem) {
      .country-selector__title {
        padding: 0 1.125rem; } }
    @media (min-width: 47.5rem) {
      .country-selector__title {
        padding: 0 2.375rem; } }
    @media (min-width: 64rem) {
      .country-selector__title {
        margin: 3.75rem 0; } }
  @media (max-width: 63.9375rem) {
    .country-selector .container {
      padding: 0; } }
  .country-selector__region {
    border-bottom: 1px solid #ccc; }
    .country-selector__region:first-of-type {
      border-top: 1px solid #ccc; }
    .country-selector__region#region-Global {
      border-top: 0; }
    .country-selector__region:hover {
      background-color: #fafafa; }
    .country-selector__region--show:hover {
      background-color: transparent; }
  .country-selector__region-title {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    color: #646464;
    padding: 1.3125rem 3rem 1.3125rem 2rem;
    border: 0;
    background: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    text-align: left; }
    @media (max-width: 63.9375rem) {
      .country-selector__region-title {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
    @media (min-width: 64rem) {
      .country-selector__region-title {
        font-size: 1.25rem;
        line-height: 1.75rem; } }
    .country-selector__region-title:after {
      left: auto;
      right: 2rem;
      margin-top: -0.375rem;
      transform: rotate3d(0, 0, 1, 135deg); }
    .country-selector__region-title:hover, .country-selector__region-title:focus {
      -webkit-focus-ring-color: rgba(255, 255, 255, 0);
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    #region-Global .country-selector__region-title {
      display: none; }
    .country-selector__region--show .country-selector__region-title:after {
      transform: rotate3d(0, 0, 1, -45deg); }
    .country-selector__region--show .country-selector__region-title:hover {
      background: transparent linear-gradient(180deg, #FAFAFA 0%, #F5F5F500 100%) 0% 0% no-repeat padding-box; }
  .country-selector__markets-list {
    display: none;
    list-style: none;
    padding: 0; }
    @media (min-width: 64rem) {
      .country-selector__markets-list {
        flex-wrap: wrap;
        margin: 0 -0.75rem;
        padding: 0 2rem; } }
    @media (max-width: 63.9375rem) {
      .country-selector__region--show .country-selector__markets-list {
        display: block; } }
    @media (min-width: 64rem) {
      .country-selector__region--show .country-selector__markets-list {
        display: flex; } }
  @media (max-width: 63.9375rem) {
    .country-selector__market {
      width: 100%;
      padding: 0 2rem 1.25rem; } }
  @media (min-width: 64rem) {
    .country-selector__market {
      width: 25%;
      padding: 0 0.75rem 1.75rem; } }
  .country-selector__market-link {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
    color: #646464; }
  .country-selector__market-image {
    display: block;
    width: 1.5rem;
    height: auto;
    margin-right: 0.625rem; }
  .country-selector__market-name {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    line-height: 0.9375rem; }
  .country-selector__market-language {
    display: block;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #999; }

.promo-bar {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
  color: #ccc;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding: 0.75rem 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  display: flex; }
  .promo-bar--hide {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  .promo-bar__background {
    opacity: 0.9; }
  .promo-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .promo-bar__content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .promo-bar__image {
    width: 30%; }
    @media (max-width: 63.9375rem) {
      .promo-bar__image {
        display: none !important; } }
    @media (min-width: 47.5rem) {
      .promo-bar__image {
        padding-right: 2.375rem; } }
    @media (min-width: 80rem) {
      .promo-bar__image {
        padding-right: 4rem; } }
    @media (min-width: 120rem) {
      .promo-bar__image {
        padding-right: 6rem; } }
  .promo-bar__summary {
    display: flex;
    height: 100%;
    overflow: auto; }
    @media (max-width: 63.9375rem) {
      .promo-bar__summary {
        flex-direction: column;
        justify-content: space-between; } }
    @media (min-width: 64rem) {
      .promo-bar__summary {
        align-items: center;
        justify-content: center;
        /*margin: auto;*/ } }
    .promo-bar--show-content .promo-bar__summary {
      display: block;
      height: auto;
      overflow: hidden;
      margin-top: 2rem;
      margin-bottom: 2rem; }
  .promo-bar .text-block__label {
    font-size: 0.6875rem;
    line-height: 0.875rem; }
  .promo-bar .text-block__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.015rem;
    margin-bottom: 0.625rem; }
  .promo-bar__description {
    color: #ccc;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin: 0; }
    .promo-bar--show-content .promo-bar__description {
      margin-bottom: 1.25rem;
      font-size: 0.6875rem;
      line-height: 0.875rem;
      font-weight: bold; }
  .promo-bar__link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }
    @media (min-width: 64rem) {
      .promo-bar__link {
        margin-left: 1rem; } }
    .promo-bar--show-content .promo-bar__link {
      margin-left: 0;
      padding: 0.625rem 1.25rem;
      background-color: rgba(255, 255, 255, 0.1);
      text-decoration: none;
      display: inline-block;
      text-align: center; }
      .promo-bar--show-content .promo-bar__link:hover {
        background-color: rgba(255, 255, 255, 0.2); }
  .promo-bar__buttons {
    display: flex;
    margin-left: 0.5rem; }
    .promo-bar__buttons button:first-of-type {
      margin-right: 0.5625rem; }
  .promo-bar--is-hidden {
    display: none; }
  .promo-bar--show-content {
    min-height: 12.5rem; }
    .promo-bar--show-content .container {
      align-items: flex-start; }
    .promo-bar--show-content .button-round--arrow--up:after {
      margin-top: -0.4375rem;
      transform: rotate(135deg) translateZ(0); }
    .promo-bar--show-content .promo-bar--is-hidden {
      display: block; }

.notification-bar {
  display: none;
  position: relative;
  color: #fff; }
  @media (max-width: 63.9375rem) {
    .notification-bar {
      height: 5rem; } }
  @media (min-width: 64rem) {
    .notification-bar {
      height: 3.75rem; } }
  .notification-bar--show {
    display: block; }
  .notification-bar .container {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 63.9375rem) {
      .notification-bar .container {
        justify-content: space-between; } }
  @media (max-width: 63.9375rem) {
    .notification-bar .button-round {
      margin-left: 3.125rem; } }
  @media (min-width: 64rem) {
    .notification-bar .button-round {
      margin-left: auto; } }
  @media (min-width: 64rem) {
    .notification-bar__text-container {
      margin-left: auto; } }
  .notification-bar__text {
    margin: 0;
    display: inline;
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .notification-bar__text span {
      letter-spacing: 0.0875rem;
      font-weight: 700; }
  .notification-bar__link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    display: inline;
    margin-left: 0.75rem; }

#pop-up-pixel {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  bottom: 5%;
  left: 0;
  pointer-events: none; }

.pop-up {
  width: 100%;
  z-index: 1;
  position: fixed;
  display: flex;
  align-items: flex-end;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in-out; }
  .pop-up--hide {
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 47.4375rem) {
    .pop-up {
      background-color: rgba(0, 0, 0, 0.4);
      height: calc(100vh - 3.75rem);
      bottom: 3.75rem; } }
  @media (min-width: 47.5rem) {
    .pop-up {
      width: auto;
      right: 2.375rem;
      bottom: 2.375rem; } }
  @media (min-width: 80rem) {
    .pop-up {
      right: 4rem;
      bottom: 4rem; } }
  @media (min-width: 120rem) {
    .pop-up {
      right: 6rem;
      bottom: 6rem; } }
  .pop-up__outer {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease-in-out; }
    @media (max-width: 47.4375rem) {
      .pop-up__outer {
        padding: 1.125rem; } }
    @media (min-width: 47.5rem) {
      .pop-up__outer {
        width: 24rem;
        box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1); } }
    .pop-up--hide .pop-up__outer {
      transform: translate3d(0, 100%, 0); }
  .pop-up__inner {
    background-color: #fff;
    padding: 0.625rem;
    position: relative; }
  .pop-up__image {
    display: block;
    height: 6.5rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.875rem; }
  .pop-up__text-container {
    padding: 3.125rem 0.625rem 0.625rem;
    text-align: center; }
    .pop-up--has-image .pop-up__text-container {
      padding: 0.625rem; }
  .pop-up__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.015rem;
    margin-bottom: 0.625rem; }
  .pop-up__text {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #646464; }
  .pop-up__button {
    width: 100%; }
  .pop-up__close-button {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    background: transparent; }
    .pop-up__close-button:hover, .pop-up__close-button:focus, .pop-up__close-button:active {
      background: transparent; }
  .pop-up form {
    margin-bottom: 0.9375rem; }
  .pop-up input {
    margin-bottom: 0.9375rem; }

.pop-up-bar {
  z-index: 1; }
  @media (max-width: 47.4375rem) {
    .pop-up-bar {
      display: block;
      color: #fff;
      height: 3.75rem;
      position: fixed;
      bottom: 0;
      width: 100%;
      transform: translate3d(0, 0, 0);
      transition-duration: 0.8s;
      transition-property: transform, opacity;
      transition-timing-function: ease-in-out; }
      .pop-up-bar--hide {
        opacity: 0;
        transform: translate3d(0, 100%, 0); }
      .pop-up-bar__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%; }
      .pop-up-bar__text {
        margin: 0;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 1rem; } }
  @media (min-width: 47.5rem) {
    .pop-up-bar {
      display: none; } }

.modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4; }
  .modal--show {
    opacity: 1;
    visibility: visible; }
  .modal__background {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease; }
    .modal--show .modal__background {
      opacity: 1; }
  .modal__inner {
    background-color: #fff;
    height: auto;
    min-height: 12.5rem;
    position: relative;
    max-height: 80vh;
    overflow: auto;
    width: 90%;
    box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1); }
    @media (max-width: 47.4375rem) {
      .modal__inner {
        padding: 1.25rem; } }
    @media (min-width: 47.5rem) {
      .modal__inner {
        padding: 2.5rem;
        max-width: 43.75rem; } }
  .modal__close-button {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    background: transparent;
    z-index: 1; }
    .modal__close-button:hover, .modal__close-button:focus, .modal__close-button:active {
      background: transparent; }

.raas__title {
  margin-bottom: 1.25rem;
  padding-right: 2.5rem; }
  @media (max-width: 63.9375rem) {
    .raas__title {
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  @media (min-width: 64rem) {
    .raas__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.raas__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

.raas__title, .raas__list-item {
  opacity: 0;
  transform: translate3d(0, 3.125rem, 0);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  will-change: transform, opacity; }
  .modal--show .raas__title, .modal--show .raas__list-item {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

@media (max-width: 47.4375rem) {
  .raas__list-item {
    width: 50%; } }

@media (min-width: 47.5rem) {
  .raas__list-item {
    width: 25%; } }

.raas__list-item:nth-child(1) {
  transition-delay: 0.45s; }

.raas__list-item:nth-child(2) {
  transition-delay: 0.6s; }

.raas__list-item:nth-child(3) {
  transition-delay: 0.75s; }

.raas__list-item:nth-child(4) {
  transition-delay: 0.9s; }

.raas__list-item:nth-child(5) {
  transition-delay: 1.05s; }

.raas__list-item:nth-child(6) {
  transition-delay: 1.2s; }

.raas__list-item:nth-child(7) {
  transition-delay: 1.35s; }

.raas__list-item:nth-child(8) {
  transition-delay: 1.5s; }

.raas__list-item:nth-child(9) {
  transition-delay: 1.65s; }

.raas__list-item:nth-child(10) {
  transition-delay: 1.8s; }

.raas__list-item:nth-child(11) {
  transition-delay: 1.95s; }

.raas__list-item:nth-child(12) {
  transition-delay: 2.1s; }

.raas__list-item:nth-child(13) {
  transition-delay: 2.25s; }

.raas__list-item:nth-child(14) {
  transition-delay: 2.4s; }

.raas__list-item:nth-child(15) {
  transition-delay: 2.55s; }

.raas__list-item:nth-child(16) {
  transition-delay: 2.7s; }

.raas__list-item:nth-child(17) {
  transition-delay: 2.85s; }

.raas__list-item:nth-child(18) {
  transition-delay: 3s; }

.raas__list-item:nth-child(19) {
  transition-delay: 3.15s; }

.raas__referral-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease; }
  @media (max-width: 47.4375rem) {
    .raas__referral-link {
      padding: 1.25rem; } }
  @media (min-width: 47.5rem) {
    .raas__referral-link {
      padding: 1.875rem; } }
  .raas__referral-link:hover {
    transform: scale(1.1); }

.raas__referral-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem; }

.raas__referral-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #646464;
  text-align: center; }

/* ORGANISMS */
.carousel {
  position: relative; }
  .carousel--content {
    background-color: #fafafa;
    padding: 3.75rem 0 2rem; }
  .carousel__list-container {
    overflow: hidden;
    width: 100%; }
  .carousel__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translate3d(0, 0, 0);
    /* based on container--medium */ }
    @media (max-width: 47.4375rem) {
      .carousel__list {
        left: 2.25rem; } }
    @media (min-width: 47.5rem) {
      .carousel__list {
        left: 4.75rem; } }
    @media (min-width: 80rem) {
      .carousel__list {
        left: 8rem; } }
    @media (min-width: 120rem) {
      .carousel__list {
        left: 12rem; } }
  .carousel .text-block__title {
    color: #646464; }
    @media (max-width: 63.9375rem) {
      .carousel .text-block__title {
        margin-bottom: 1.25rem; } }
    @media (min-width: 64rem) {
      .carousel .text-block__title {
        margin-bottom: 1.875rem; } }

.carousel-navigation {
  display: block;
  position: relative;
  width: 100%;
  /* align right if only child */ }
  @media (max-width: 63.9375rem) {
    .carousel-navigation {
      margin-top: 1.25rem; } }
  @media (min-width: 64rem) {
    .carousel-navigation {
      margin-top: 1.875rem; } }
  .carousel-navigation .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .carousel-navigation .container > *:nth-child(1) {
      transition-delay: 0.2s; }
    .carousel-navigation .container > *:nth-child(2) {
      transition-delay: 0.4s; }
    .carousel-navigation .container > *:nth-child(3) {
      transition-delay: 0.6s; }
    .carousel-navigation .container > *:nth-child(4) {
      transition-delay: 0.8s; }
    .carousel-navigation .container > *:nth-child(5) {
      transition-delay: 1s; }
  .carousel-navigation .carousel-buttons:only-child {
    margin-left: auto; }

.slider {
  position: relative; }
  .slider .slider-pagination {
    transition-delay: 0.2s; }
  .slider .carousel-buttons {
    transition-delay: 0.4s; }
    @media (min-width: 64rem) {
      .slider .carousel-buttons {
        margin-left: 1.75rem; } }
  .slider__panel-button {
    border: 0;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    width: 10%;
    padding: 0;
    margin: 0; }
    @media (max-width: 63.9375rem) {
      .slider__panel-button {
        height: calc(100% - 5.375rem); } }
    @media (min-width: 64rem) {
      .slider__panel-button {
        height: calc(100% - 8.625rem); } }
    .slider__panel-button:focus {
      -webkit--webkit-focus-ring-color: rgba(255, 255, 255, 0);
      -webkit--webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      outline: none; }
    .slider__panel-button--left {
      top: 0; }
    .slider__panel-button--right {
      right: 0; }
    .slider__panel-button.hide {
      display: none; }

.slides {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0; }

@media (max-width: 63.9375rem) and (orientation: portrait) {
  .slides {
    padding-top: 80vh; } }

@media (max-width: 63.9375rem) and (orientation: landscape) {
  .slides {
    min-height: 32.5rem;
    padding-top: 100vh; } }
  @media (min-width: 64rem) {
    .slides {
      padding-top: 100vh; }
      .slider--product .slides {
        min-height: 50rem;
        padding-top: 80vh; } }
    @media (min-width: 64rem) and (orientation: portrait) {
      .slider--product .slides {
        min-height: 37.5rem;
        padding-top: 50vh; } }
  @media (min-width: 120rem) {
    .slider--product .slides {
      padding-top: 74vh; } }

.slider-navigation {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media (max-width: 63.9375rem) {
    .slider-navigation {
      padding-bottom: 0.75rem; } }
  @media (min-width: 64rem) {
    .slider-navigation {
      padding-bottom: 0.9375rem; } }
  .slider-navigation .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }

.history__hero {
  background: transparent radial-gradient(closest-side at 50% 50%, #51a025 0%, #13670b 71%, #005d1f 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }

@media (max-width: 63.9375rem) and (orientation: portrait) {
  .history__hero {
    height: 80vh; } }

@media (max-width: 63.9375rem) and (orientation: landscape) {
  .history__hero {
    min-height: 32.5rem;
    height: 100vh; } }
  @media (min-width: 64rem) {
    .history__hero {
      height: 100vh; } }
  .history__hero::after {
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.4; }
    @supports (mix-blend-mode: multiply) {
      .history__hero::after {
        mix-blend-mode: multiply; } }
  .history__hero-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .history__hero .container {
    position: relative;
    z-index: 1; }
  .history__hero .text-block {
    margin-top: 1.25rem; }
    .history__hero .text-block > *:nth-child(1) {
      transition-delay: 0s; }
    .history__hero .text-block > *:nth-child(2) {
      transition-delay: 0.15s; }
    .history__hero .text-block > *:nth-child(3) {
      transition-delay: 0.3s; }

.history__scroll-container {
  display: flex; }

.history__scroll-container .history__image-container, .history__scroll-container .history__year, .history__scroll-container .history__text-container {
  opacity: 0; }
  .history__scroll-container .history__image-container:first-of-type, .history__scroll-container .history__year:first-of-type, .history__scroll-container .history__text-container:first-of-type {
    opacity: 1; }

.history__scroll-container.ready .history__image-container, .history__scroll-container.ready .history__year, .history__scroll-container.ready .history__text-container {
  opacity: 1; }

.history__text, .history__images, .history__years {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.history__images {
  padding: 0;
  margin: 0; }

.history__years {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.history__block {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.history__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center; }

.history__year {
  position: absolute;
  color: #fff;
  line-height: 1;
  font-family: "Heineken Serif 18", serif;
  transform: rotate(-90deg);
  transform-origin: bottom right; }
  @media (max-width: 63.9375rem) {
    .history__year {
      font-size: 5rem;
      letter-spacing: 0.05rem;
      right: -0.75rem;
      top: -2.125rem;
      z-index: 1; } }
  @media (min-width: 64rem) {
    .history__year {
      font-size: 9.375rem;
      letter-spacing: 0.09375rem;
      right: -1.375rem; } }

@media (max-width: 63.9375rem) {
  .history__block-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.01875rem;
    margin-top: 3.75rem; } }

@media (min-width: 64rem) {
  .history__block-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.025rem;
    margin-bottom: 1.25rem; } }

@media (max-width: 47.4375rem) {
  .history__text-container {
    padding: 0 1.125rem; } }

@media (min-width: 47.5rem) {
  .history__text-container {
    padding: 0 2.375rem; } }

@media (min-width: 80rem) {
  .history__text-container {
    padding: 0 4rem; } }

@media (min-width: 120rem) {
  .history__text-container {
    padding: 0 6rem; } }

@media (min-width: 64rem) {
  .history__text-container {
    display: flex;
    justify-content: center;
    flex-direction: column; } }

.history__text-container .large-content__content p {
  color: #999; }
  @media (max-width: 63.9375rem) {
    .history__text-container .large-content__content p {
      font-size: 1rem;
      line-height: 1.5rem; } }
  @media (min-width: 64rem) {
    .history__text-container .large-content__content p {
      font-size: 1.125rem;
      line-height: 1.875rem; } }

@media (max-width: 63.9375rem) {
  .history__image-container {
    position: relative;
    min-height: 18.125rem; } }

@media (max-width: 63.9375rem) {
  .history__image-container:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 30%;
    height: 100%;
    background: transparent linear-gradient(91deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.15;
    left: auto;
    z-index: 0; } }

@media (min-width: 64rem) {
  .history__mobile {
    display: none; } }

@media (max-width: 47.4375rem) {
  .history__mobile-block {
    padding: 1.125rem 0; } }

@media (min-width: 47.5rem) {
  .history__mobile-block {
    padding: 2.375rem 0; } }

@media (max-width: 63.9375rem) {
  .history__mobile-block {
    margin-bottom: 3.75rem;
    overflow: hidden; } }

.history__mobile-block:nth-child(2) .history__image-container .history__image, .history__image-container:nth-child(2) .history__image,
.history__mobile-block:nth-child(3) .history__image-container .history__image, .history__image-container:nth-child(3) .history__image,
.history__mobile-block:nth-child(5) .history__image-container .history__image, .history__image-container:nth-child(5) .history__image,
.history__mobile-block:nth-child(9) .history__image-container .history__image, .history__image-container:nth-child(9) .history__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center; }

@media (max-width: 63.9375rem) {
  #pinMaster {
    display: none; } }

@media (min-width: 64rem) {
  #pinMaster {
    position: relative; } }

.arrow-down {
  display: inline-block;
  margin: 0;
  background: none;
  padding: 1.25rem;
  border: none;
  cursor: auto; }
  @media (max-width: 63.9375rem) {
    .arrow-down {
      margin-top: 0.75rem; } }
  @media (min-width: 64rem) {
    .arrow-down {
      margin-top: 2.5rem; } }
  .arrow-down__inner {
    border: solid #fff;
    border-width: 0 0.1875rem 0.1875rem 0;
    padding: 0.1875rem;
    transform: rotate(45deg); }

.notification-page {
  background: transparent linear-gradient(to right, #005d1f 0%, #277816 50%, #005d1f 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  position: relative;
  min-height: 100vh; }
  .notification-page::before {
    background-image: url("/frontend/assets/images/noise.png");
    background-size: 12.5rem;
    content: '';
    height: 100%;
    pointer-events: none;
    width: 100%; }
  .notification-page__container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.25rem;
    max-width: calc(40rem + 2.25rem);
    width: 100%; }
  @media (max-width: 63.9375rem) {
    .notification-page__content {
      padding: 5rem 0; } }
  @media (min-width: 64rem) {
    .notification-page__content {
      padding: 10.625rem 0 16.5rem 0; } }
  .notification-page__title {
    color: #fff; }
    @media (max-width: 63.9375rem) {
      .notification-page__title {
        font-size: 2rem; } }
    @media (min-width: 64rem) {
      .notification-page__title {
        font-size: 2.5rem; } }
  .notification-page__subtitle {
    font-family: "Heineken Serif 18", serif;
    margin-bottom: 2.5rem;
    color: #fff; }
    @media (max-width: 63.9375rem) {
      .notification-page__subtitle {
        font-size: 1.3125rem;
        line-height: 1.5; } }
    @media (min-width: 64rem) {
      .notification-page__subtitle {
        font-size: 1.5rem;
        line-height: 1.3; } }
  @media (max-width: 63.9375rem) {
    .notification-page__title-part {
      display: block; } }
  @media (min-width: 64rem) {
    .notification-page__title-part {
      display: inline-block; } }
  .notification-page__subtitle-part {
    display: block; }
  .notification-page [data-notification-first-title].fade-in,
  .notification-page [data-notification-second-title].fade-in,
  .notification-page [data-notification-first-subtitle].fade-in,
  .notification-page [data-notification-second-subtitle].fade-in {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .notification-page [data-notification-first-title],
  .notification-page [data-notification-second-title] {
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .notification-page [data-notification-first-title].light {
    opacity: 0.7; }
  .notification-page [data-notification-second-title] {
    transition-delay: 0.4s; }
  .notification-page [data-notification-first-subtitle],
  .notification-page [data-notification-second-subtitle] {
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .notification-page [data-notification-first-subtitle] {
    transition-delay: 1.6s; }
  .notification-page [data-notification-second-subtitle] {
    transition-delay: 2.4s; }
  .notification-page [data-notification-button] {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 3.2s; }
  .notification-page__related {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 5rem; }
    .notification-page__related .notification__subtitle {
      transition-delay: 3s; }
  .notification-page .grid {
    transition-delay: 3.2s; }

/* Seperate 404 page - 404.html in root of project */
.notification-page__logo {
  display: block;
  height: auto; }
  @media (max-width: 63.9375rem) {
    .notification-page__logo {
      margin-bottom: 2.5rem;
      width: 5.25rem; } }
  @media (min-width: 64rem) {
    .notification-page__logo {
      margin-bottom: 5rem;
      width: 8rem; } }

@media (max-width: 63.9375rem) {
  #root {
    padding: 3.75rem 0; } }

@media (min-width: 64rem) {
  #root {
    padding: 5rem 0; } }

#root .rewards___HeaderTextElement___container,
#root .rewards___SubHeaderTextElement___container,
#root .rewards___TextElement___container,
#root .rewards___Form___form,
#root .rewards___RegularButton___container {
  width: 100%; }
  @media (max-width: 47.4375rem) {
    #root .rewards___HeaderTextElement___container,
    #root .rewards___SubHeaderTextElement___container,
    #root .rewards___TextElement___container,
    #root .rewards___Form___form,
    #root .rewards___RegularButton___container {
      padding: 0 2.25rem;
      max-width: 100%; } }
  @media (min-width: 47.5rem) {
    #root .rewards___HeaderTextElement___container,
    #root .rewards___SubHeaderTextElement___container,
    #root .rewards___TextElement___container,
    #root .rewards___Form___form,
    #root .rewards___RegularButton___container {
      padding: 0 4.75rem;
      max-width: 100%; } }
  @media (min-width: 80rem) {
    #root .rewards___HeaderTextElement___container,
    #root .rewards___SubHeaderTextElement___container,
    #root .rewards___TextElement___container,
    #root .rewards___Form___form,
    #root .rewards___RegularButton___container {
      padding: 0 16rem;
      max-width: 100%; } }
  @media (min-width: 120rem) {
    #root .rewards___HeaderTextElement___container,
    #root .rewards___SubHeaderTextElement___container,
    #root .rewards___TextElement___container,
    #root .rewards___Form___form,
    #root .rewards___RegularButton___container {
      padding: 0 24rem;
      max-width: 120rem;
      margin: 0 auto; } }

#root .rewards___FormFieldInput___container {
  max-width: 100%; }

#root .rewards___SubHeaderTextElement___header,
#root .rewards___TextElement___container,
#root .rewards___HeaderTextElement___header,
#root .rewards___FormFieldInput___container {
  color: #999 !important; }

#root .rewards___container___text {
  text-align: left; }

#root .rewards___TextElement___container {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 63.9375rem) {
    #root .rewards___TextElement___container {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 64rem) {
    #root .rewards___TextElement___container {
      font-size: 1.125rem;
      line-height: 1.8; } }

#root .rewards___HeaderTextElement___header {
  color: #13670b !important;
  font-family: "Heineken Serif 18", serif;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: 0.01875rem;
  line-height: 1.3; }
  @media (max-width: 63.9375rem) {
    #root .rewards___HeaderTextElement___header {
      margin-bottom: 0.625rem;
      font-size: 1.875rem; } }
  @media (min-width: 64rem) {
    #root .rewards___HeaderTextElement___header {
      margin-bottom: 1.25rem;
      font-size: 2.5rem; } }

#root .rewards___SubHeaderTextElement___header {
  font-family: "PT Sans", sans-serif;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.075rem;
  text-transform: uppercase; }
  @media (max-width: 63.9375rem) {
    #root .rewards___SubHeaderTextElement___header {
      font-size: 0.75rem; } }
  @media (min-width: 64rem) {
    #root .rewards___SubHeaderTextElement___header {
      font-size: 0.875rem; } }

#root .rewards___FormFieldRewardCodeInput___input,
#root .rewards___FormFieldInput___input,
#root .rewards___FormFieldDateInput___date {
  padding: 1.125rem 1.25rem;
  color: #646464 !important;
  font-style: normal;
  background-color: white;
  font-size: 1rem; }

#root .rewards___FormFieldDropdown___dropdown__control {
  padding: 0.5rem 1.25rem;
  border: 0.0625rem solid #999; }

#root .rewards___FormFieldDropdown___dropdown__value-container {
  padding: 0; }

#root .rewards___FormFieldInput___container {
  text-align: left; }

#root .rewards___FormFieldDropdown___dropdown__placeholder {
  font-style: normal; }

#root .rewards___FormFieldCheckbox___checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1; }

#root .rewards___FormFieldCheckbox___fake {
  left: 0; }

#root .rewards___FormFieldCheckbox___label {
  margin-right: 0.625rem;
  vertical-align: middle;
  height: 1.25rem;
  width: 1.25rem; }

#root .rewards___FormFieldLabel___container__checkbox,
#root .rewards___FormFieldLabel___container__newsletter,
#root .rewards___FormFieldLabel___container__acceptTermsConditions {
  display: inline-block; }

#root .rewards___FormFieldRadioInput___input__container {
  margin-right: 0;
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle; }

#root .rewards___colors___input__background {
  background-color: #fff; }

#root .rewards___FormFieldRadioInput___label {
  font-style: normal;
  padding-left: 0.5rem;
  font-size: 1rem; }

#root .rewards___FormFieldRadioInput___input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

#root .rewards___FormFieldRadioInput___overlay {
  border-radius: 0.625rem; }

#root .rewards___FormFieldRadioInput___span {
  width: 0.875rem;
  height: 0.875rem;
  top: calc(50% - 0.4375rem);
  left: calc(50% - 0.4375rem); }

#root .rewards___colors___radioinput__selected {
  background-color: #999; }

#root .rewards___FormSubmitButton___container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  #root .rewards___FormSubmitButton___container > div:first-of-type {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.375rem; }

#root .rewards___FormSubmitButton___button,
#root .rewards___RegularButton___button {
  background-color: #ccc !important;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: 0.03188rem;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  width: auto;
  border-radius: 0;
  border: none; }
  #root .rewards___FormSubmitButton___button:hover, #root .rewards___FormSubmitButton___button:focus, #root .rewards___FormSubmitButton___button:active,
  #root .rewards___RegularButton___button:hover,
  #root .rewards___RegularButton___button:focus,
  #root .rewards___RegularButton___button:active {
    background-color: #13670b !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  #root .rewards___FormSubmitButton___button:disabled,
  #root .rewards___RegularButton___button:disabled {
    background-color: #ccc !important;
    color: #fff !important;
    border: none;
    cursor: not-allowed; }

#root .rewards___FormSubmitButton___button {
  margin-bottom: 0; }

#root .rewards___FormFieldRewardCodeInput___spinner {
  right: 3.5rem; }

#root .rewards___FormFieldRewardCodeInput___checkmark {
  right: 1.5rem;
  overflow: hidden;
  width: 2.625rem; }

#LZ_container {
  /* classname hash */ }
  #LZ_container .lf20170322-Main {
    font-family: "PT Sans", sans-serif;
    font-size: 1rem; }
  #LZ_container .lf20170322-zoom-in, #LZ_container .lf20170322-zoom-out {
    background-color: #fff; }
  #LZ_container .lf20170322-zoom-in span {
    background-image: url(https://locatiezoeker.heineken.nl/locatiezoeker3.0/static/img/icons/zoom-in-invert.svg); }
  #LZ_container .lf20170322-zoom-out span {
    background-image: url(https://locatiezoeker.heineken.nl/locatiezoeker3.0/static/img/icons/zoom-out-invert.svg); }
  #LZ_container .lf20170322-seachinput {
    background-color: #fff;
    font-size: 1rem;
    font-family: "PT Sans", sans-serif;
    width: 100%;
    color: #646464;
    padding: 0.625rem 1.25rem; }
    #LZ_container .lf20170322-seachinput::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999;
      opacity: 0.9;
      /* Firefox */ }
    #LZ_container .lf20170322-seachinput:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999;
      opacity: 0.9;
      /* Firefox */ }
    #LZ_container .lf20170322-seachinput::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999;
      opacity: 0.9;
      /* Firefox */ }
    #LZ_container .lf20170322-seachinput::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999;
      opacity: 0.9;
      /* Firefox */ }
    #LZ_container .lf20170322-seachinput:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #999; }
    #LZ_container .lf20170322-seachinput::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #999; }
  #LZ_container .lf20170322-search .pin {
    background-image: url(https://locatiezoeker.heineken.nl/locatiezoeker3.0/static/img/icons/pin-invert.svg); }
  #LZ_container .lf20170322-magnify {
    background-image: url(https://locatiezoeker.heineken.nl/locatiezoeker3.0/static/img/icons/search-invert.svg); }
  #LZ_container .lf20170322-toggle {
    background-color: #13670b; }
  #LZ_container .lf20170322-list {
    background-color: #f5f5f5; }
  #LZ_container .lf20170322-list-item {
    color: #646464; }
  #LZ_container .lf20170322-shadow-top {
    background-image: linear-gradient(0deg, rgba(16, 20, 23, 0) 0, #101417 100%); }
  #LZ_container .lf20170322-shadow-down {
    background-image: linear-gradient(-180deg, rgba(16, 20, 23, 0) 24%, #101417 90%); }
  #LZ_container .lf20170322-marker-label {
    background-color: #184d0e;
    font-family: "Heineken Serif 18", serif;
    text-transform: none; }
  #LZ_container .lf20170322-location {
    cursor: pointer; }
  #LZ_container .lf20170322-text-ctn span, #LZ_container .lf20170322-detail-tag {
    font-family: "PT Sans", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.075rem;
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.7); }
  #LZ_container .lf20170322-detail-tag {
    color: #999; }
  #LZ_container .lf20170322-buttons a {
    font-family: "PT Sans", sans-serif;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.03188rem;
    padding: 0.9375rem 1.25rem;
    font-size: 1rem; }
  #LZ_container .lf20170322-headerone {
    font-family: "Heineken Serif 18", serif;
    text-transform: none;
    color: #13670b;
    margin: 0.25rem 0 1rem; }
  #LZ_container .lf20170322-headertwo {
    font-family: "Heineken Serif 18", serif;
    text-transform: none;
    margin: 0.25rem 0 0.75rem; }
  #LZ_container .lf20170322-detail-article {
    background: #fff;
    color: #999; }
  #LZ_container .lf20170322-Main.phone .lf20170322-search .lf20170322-magnify,
  #LZ_container .lf20170322-Main.phone-small .lf20170322-search .lf20170322-magnify {
    right: 1.25rem; }


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