@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

details, main {
  display: block;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  background-color: currentColor;
  border: none;
  height: 1px;
  opacity: 0.35;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

:root {
  --color-beige: #e7d1b8;
  --color-black: #000000;
  --color-brown: #b79579;
  --color-gold: #e8d3a6;
  --color-grey-light: #e4e4e4;
  --color-grey-dark: #333333;
  --color-green-dark: #163029;
  --color-green-light: #748f71;
  --color-sand: #f7f5f0;
  --color-white: #ffffff;
  --color-alpha-foreground-0:rgba(0, 0, 0, 0);
  --color-alpha-foreground-5:rgba(0, 0, 0, 0.05);
  --color-alpha-foreground-10:rgba(0, 0, 0, 0.1);
  --color-alpha-foreground-15:rgba(0, 0, 0, 0.15);
  --color-alpha-foreground-20:rgba(0, 0, 0, 0.2);
  --color-alpha-foreground-30:rgba(0, 0, 0, 0.3);
  --color-alpha-foreground-35:rgba(0, 0, 0, 0.35);
  --color-alpha-foreground-45:rgba(0, 0, 0, 0.45);
  --color-alpha-foreground-55:rgba(0, 0, 0, 0.55);
  --color-alpha-foreground-65:rgba(0, 0, 0, 0.65);
  --color-alpha-foreground-80:rgba(0, 0, 0, 0.8);
  --color-alpha-black-0:rgba(0, 0, 0, 0);
  --color-alpha-black-10:rgba(0, 0, 0, 0.1);
  --color-alpha-black-60:rgba(0, 0, 0, 0.6);
  --color-alpha-white-25:rgba(255, 255, 255, 0.25);
  --color-alpha-gold-0:rgba(232, 211, 166, 0);
  --color-error:rgba(255, 0, 0, 0.8);
  --color-background:var(--color-sand);
  --color-foreground: #000000;
  --color-site-header-background:var(--color-gold);
  --color-site-header-foreground:var(--color-black);
  --font-sans: "Matter", sans-serif;
  --font-serif: "Domaine Text", serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --space-5: 0.3125rem;
  --space-10: 0.625rem;
  --space-20: 1.25rem;
  --space-30: 1.875rem;
  --space-40: 2.5rem;
  --space-50: 3.125rem;
  --space-80: 5rem;
  --space-100: 6.25rem;
  --arrow-right: "\2192";
  --navigation-bar-height: 50px;
  --navigation-bar-height-from-wide: 70px;
  --overview-navigation-bar-height:var(--navigation-bar-height);
  --overview-navigation-bar-height-from-medium:var(--navigation-bar-height-from-wide);
  --site-header-overlap: 50px;
  --site-header-overlap-from-small: 100px;
  --site-header-overlap-from-large: 144px;
  --site-header-margin: 20px;
  --site-header-margin-from-small: 30px;
  --site-header-margin-from-large: 56px;
  --site-header-padding:calc(var(--site-header-overlap) + var(--site-header-margin));
  --site-header-padding-from-small:calc(var(--site-header-overlap-from-small) + var(--site-header-margin-from-small));
  --site-header-padding-from-large:calc(var(--site-header-overlap-from-large) + var(--site-header-margin-from-large));
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f7f5f0;
  background-color: var(--color-background);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-alpha-foreground-80);
  min-height: 100vh;
  position: relative;
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
}

img, video {
  display: block;
  max-width: 100%;
}

table, td, th {
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

table {
  border-bottom: 1px solid currentColor;
  border-collapse: collapse;
  border-top: 1px solid currentColor;
  box-sizing: border-box;
  margin: 3.125rem 0;
  margin: var(--space-50) 0;
  max-width: 100%;
  width: 100%;
}

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

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, li ol:not([class]), li ul:not([class]), ol:not([class]):last-child, p:last-child, table:last-child, ul:not([class]):last-child {
  margin-bottom: 0;
}

thead + tbody tr:nth-child(odd), tr {
  background-color: #fff;
  background-color: var(--color-white);
}

tbody tr:nth-child(odd), thead tr, thead + tbody tr:nth-child(even) {
  background-color: #f7f5f0;
  background-color: var(--color-sand);
}

tfoot tr {
  background-color: #e7d1b8;
  background-color: var(--color-beige);
}

td, th {
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
  padding: var(--space-10) var(--space-20);
  text-align: left;
}

ol:not([class]), ul:not([class]) {
  box-sizing: border-box;
  margin: 0 0 1.875rem 1.875rem;
  margin: 0 0 var(--space-30) var(--space-30);
}

ul:not([class]) {
  list-style: none;
  padding-left: 0;
}

ol:not([class]) {
  padding-left: 1.25rem;
  padding-left: var(--space-20);
  list-style-type: decimal;
}

li:not([class]) {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul:not([class]) li:not([class]) {
  padding-left: 0.625rem;
  padding-left: var(--space-10);
  position: relative;
}

ul:not([class]) li:not([class])::before {
  content: "- ";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

ul:not([class]) ul:not([class]) li:not([class]) {
  padding-left: 0.625rem;
  padding-left: var(--space-10);
}

ul:not([class]) ul:not([class]) li:not([class])::before {
  content: "- ";
}

ol:not([class]) ol:not([class]) {
  list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 1.875rem 0;
  margin: var(--space-30) 0;
}

a:not([class]):active, a:not([class]):focus, a:not([class]):hover {
  color: #163029;
  color: var(--color-green-dark);
  color: var(--color-foreground-dark);
  text-decoration: none;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  background-color: var(--color-foreground);
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #f7f5f0;
  color: var(--color-background);
  cursor: pointer;
  display: inline-block;
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.875;
  max-width: 100%;
  padding: 0.3125rem 1.875rem;
  padding: var(--space-5) var(--space-30);
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 64ms linear, color 64ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button:focus:not(:disabled):not([disabled]) {
  background-color: #163029;
  background-color: var(--color-green-dark);
  color: #f7f5f0;
  color: var(--color-background);
}

.button:hover:not(:disabled):not([disabled]) {
  background-color: #748f71;
  background-color: var(--color-green-light);
  color: #000;
  color: var(--color-foreground);
}

.button:disabled, .button[disabled] {
  background-color: rgba(0, 0, 0, 0.15);
  background-color: var(--color-alpha-foreground-15);
  color: rgba(0, 0, 0, 0.3);
  color: var(--color-alpha-foreground-30);
  cursor: default;
  font-style: italic;
  outline: 0;
}

@media (max-width: 567px) {
  .button {
    width: 100%;
  }

  .button.button--half {
    width: calc(50% - 10px);
  }

  .button.button--half + .button.button--half {
    margin-left: calc(1.25rem - 4px);
    margin-left: calc(var(--space-20) - 4px);
  }

  .button + .button {
    margin-top: 1.25rem;
    margin-top: var(--space-20);
  }

  .button.button--small.button--half {
    width: calc(50% - 5px);
  }
}
.button.button--outline {
  background-color: transparent;
  border: 1px solid currentColor;
  color: #000;
  color: var(--color-foreground);
}

.button.button--outline:focus:not(:disabled):not([disabled]) {
  background-color: transparent;
  color: #000;
  color: var(--color-foreground);
}

.button.button--outline:focus:not(:disabled):not([disabled])::before {
  border-color: currentColor;
  border-width: 2px;
}

.button.button--outline:hover:not(:disabled):not([disabled]) {
  background-color: transparent;
  color: #000;
  color: var(--color-foreground);
}

.button.button--outline:hover:not(:disabled):not([disabled])::before {
  border-width: 3px;
}

.button.button--outline:disabled, .button.button--outline[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  border-color: var(--color-alpha-foreground-30);
  color: rgba(0, 0, 0, 0.3);
  color: var(--color-alpha-foreground-30);
}

.button.button--outline::before {
  border: 0 solid #e8d3a6;
  border: 0 solid var(--color-gold);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: border 128ms ease-in-out;
}

.button.button--small {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--color-alpha-foreground-10);
  color: #000;
  color: var(--color-foreground);
  font-size: 0.75rem;
  line-height: normal;
  padding: 0.5rem 0.625rem;
  padding: 0.5rem var(--space-10);
}

@media (min-width: 768px) {
  .button.button--small {
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
    padding: 0.375rem var(--space-10);
    width: auto;
  }
}
@media (min-width: 1280px) {
  .button {
    font-size: 1.125rem;
    line-height: 1.66667;
    padding: 0.625rem 3.125rem;
    padding: var(--space-10) var(--space-50);
  }

  .button.button--small {
    padding: 0.3125rem 0.625rem;
    padding: var(--space-5) var(--space-10);
    font-size: 1rem;
  }
}
.button.button--small:focus:not(:disabled):not([disabled]), .button.button--small:hover:not(:disabled):not([disabled]) {
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--color-alpha-foreground-20);
  color: #000;
  color: var(--color-foreground);
}

.button.button--small:disabled, .button.button--small[disabled] {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--color-alpha-foreground-10);
  color: rgba(0, 0, 0, 0.3);
  color: var(--color-alpha-foreground-30);
}

@media (max-width: 567px) {
  .button.button--small.button--half + .button.button--small.button--half {
    margin-left: calc(.625rem - 4px);
    margin-left: calc(var(--space-10) - 4px);
  }

  .button.button--small + .button.button--small {
    margin-top: 0.625rem;
    margin-top: var(--space-10);
  }
}
@media (min-width: 568px) {
  .button + .button {
    margin-left: calc(1.25rem - 4px);
    margin-left: calc(var(--space-20) - 4px);
  }

  .button.button--small + .button.button--small {
    margin-left: calc(.625rem - 4px);
    margin-left: calc(var(--space-10) - 4px);
  }
}
.button.button--small.is-active {
  background-color: #000;
  background-color: var(--color-foreground);
  color: #f7f5f0;
  color: var(--color-background);
}

.theme-beige .button.button--small.is-active {
  color: #e7d1b8;
  color: var(--color-beige);
}

.theme-black .button.button--small.is-active {
  color: #000;
  color: var(--color-black);
}

.theme-brown .button.button--small.is-active {
  color: #b79579;
  color: var(--color-brown);
}

.theme-gold .button.button--small.is-active {
  color: #e8d3a6;
  color: var(--color-gold);
}

.theme-green-dark .button.button--small.is-active {
  color: #163029;
  color: var(--color-green-dark);
}

.theme-green-light .button.button--small.is-active {
  color: #748f71;
  color: var(--color-green-light);
}

.theme-sand .button.button--small.is-active {
  color: #f7f5f0;
  color: var(--color-sand);
}

.theme-white .button.button--small.is-active {
  color: #fff;
  color: var(--color-white);
}

.cta {
  color: currentColor;
  text-decoration: none;
  transition: color 64ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .cta {
    transition: none;
  }
}
.cta:focus, .cta:hover {
  color: #748f71;
  color: var(--color-green-light);
}

.cta::after {
  content: "\2192";
  content: var(--arrow-right);
  line-height: 1em;
  margin-left: 4px;
}

.cta.cta--before {
  border-bottom: 1px solid currentColor;
  color: #748f71;
  color: var(--color-green-light);
  margin-left: 1rem;
  position: relative;
}

.cta.cta--before:focus, .cta.cta--before:hover {
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-alpha-foreground-80);
}

.cta.cta--before::after {
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-alpha-foreground-80);
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 2px;
  transform: translateX(-100%);
  width: 1rem;
}

@font-face {
  font-family: "Domaine Text";
  src: url(/fonts/DomaineTextWeb-Regular.woff2?8dab4bce820dadd52c709963c05c225a) format("woff2"), url(/fonts/DomaineTextWeb-Regular.woff?b40f1e1c16d4d99b549e2081f72aee49) format("woff");
  font-style: normal;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
@font-face {
  font-family: "Domaine Text";
  src: url(/fonts/DomaineTextWeb-Light.woff2?eb882196f128d54b621b88fb733b8fd3) format("woff2"), url(/fonts/DomaineTextWeb-Light.woff?9ab0fa01b3b9ffb28555a331254163f7) format("woff");
  font-style: normal;
  font-weight: 300;
  font-weight: var(--font-weight-light);
}
@font-face {
  font-family: Matter;
  src: url(/fonts/Matter-Regular.woff2?85a776dea302f913a24cbf516d4812ba) format("woff2"), url(/fonts/Matter-Regular.woff?600e415be1ffee3b11b9fd83d14a2f77) format("woff");
  font-style: normal;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
}
@font-face {
  font-family: Matter;
  src: url(/fonts/Matter-SemiBold.woff2?8dbfe6c5209085d6361a8fe3ce6bb3fa) format("woff2"), url(/fonts/Matter-SemiBold.woff?4cf66fe1251d5182cd29240e2accd71e) format("woff");
  font-style: normal;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
}
.form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 361px) {
  .form {
    max-width: 320px;
  }
}
@media (max-width: 360px) {
  .form {
    box-sizing: border-box;
    padding-left: 1.25rem;
    padding-left: var(--space-20);
    padding-right: 1.25rem;
    padding-right: var(--space-20);
  }

  .wrapper .form {
    padding-left: 0;
    padding-right: 0;
  }
}
.form.form--wide {
  max-width: 100%;
}

.l-quality-form__form .form {
  margin-left: 0;
  margin-right: 0;
}

.form * {
  border-radius: 0;
}

.form__group:not(:last-child), .form__group__title:not(:last-child), .form__row:not(:last-child) {
  margin-bottom: 1.25rem;
  margin-bottom: var(--space-20);
}

.form__group {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.form__group__title {
  display: inline-block;
  min-width: 100%;
  padding: 0;
}

.form__row {
  width: 100%;
}

@media (min-width: 768px) {
  .form {
    max-width: 450px;
  }

  .form__group:not(:last-child), .form__group__title:not(:last-child), .form__row:not(:last-child) {
    margin-bottom: 1.875rem;
    margin-bottom: var(--space-30);
  }

  .form__row {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
  }
}
.form__row.has-error {
  flex-wrap: wrap;
}

.form__label {
  display: inline-block;
}

.form__label:hover {
  cursor: pointer;
}

.form__field-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .form__label {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 0;
  }

  .form__field-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 1.875rem;
    margin-left: var(--space-30);
    width: 270px;
  }
}
@media (min-width: 1280px) {
  .form {
    max-width: 530px;
  }

  .form__field-wrapper {
    width: 320px;
  }
}
.form--wide .form__field-wrapper {
  flex-grow: 1;
  max-width: none;
}

.form--wide .form__field-wrapper:only-child, .form--wide .form__label.u-visually-hidden ~ .form__field-wrapper {
  margin-left: 0;
}

.form__error-label {
  color: rgba(255, 0, 0, 0.8);
  color: var(--color-error);
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.25rem;
  line-height: var(--space-20);
}

@media (min-width: 768px) {
  .form__error-label {
    box-sizing: border-box;
    line-height: 1.875rem;
    line-height: var(--space-30);
  }
}
.form__select, .form__text-area, .form__text-input {
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-alpha-foreground-15);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: 100%;
}

.form__row.has-error .form__select:not(:focus), .form__row.has-error .form__text-area:not(:focus), .form__row.has-error .form__text-input:not(:focus) {
  border-color: rgba(255, 0, 0, 0.8);
  border-color: var(--color-error);
}

.form__select:focus, .form__text-area:focus, .form__text-input:focus {
  border-color: #000;
  border-color: var(--color-foreground);
  outline: 0;
}

.form__select::-webkit-input-placeholder, .form__text-area::-webkit-input-placeholder, .form__text-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
}

.form__select::-moz-placeholder, .form__text-area::-moz-placeholder, .form__text-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
}

.form__select:-ms-input-placeholder, .form__text-area:-ms-input-placeholder, .form__text-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
}

.form__select:-moz-placeholder, .form__text-area:-moz-placeholder, .form__text-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
}

.form__select:hover, .form__text-area:hover, .form__text-input:hover {
  border-color: #e8d3a6;
  border-color: var(--color-gold);
}

.form__select, .form__text-input {
  height: auto;
  padding: 0.625rem;
  padding: var(--space-10);
}

@media (min-width: 1280px) {
  .form__select, .form__text-input {
    padding: 0.875rem 1.25rem;
    padding: 0.875rem var(--space-20);
  }
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAyUlEQVR42uzYwQmEMBCF4ZRgCVuCHacUS0gJW8KWoB4iSFBMxszMy/IezM2F78eDsCFwHMdxHMep7APimCSWeb/ffhEAn7JlbsWv+aIz/nBURZR4r4gSXx3xvfiRdcQd/rhF8gasIp7wKT8TECO64L0iuuKtI1TwVhGqeO0IE7xWhCm+d4QLvleEK/5tBAReGgGFl0QsaPiWiIiKr42AxksjoPCtEZD42gho/FPEEPi7iKHw5/+V0qj48xd4WDzHcRzHcX+/TYABAKcpJqAJ6QZbAAAAAElFTkSuQmCC);
  background-position: calc(100% - .625rem) center;
  background-position: calc(100% - var(--space-10)) center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  padding-right: 2.5rem;
}

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

.form__select:invalid {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
}

.form__text-area {
  line-height: inherit;
  height: 150px;
  padding: 0.625rem;
  padding: var(--space-10);
  resize: none;
}

@media (min-width: 1440px) {
  .form__select {
    background-position: calc(100% - 1.25rem) center;
    background-position: calc(100% - var(--space-20)) center;
    background-size: 1.0625rem 1.0625rem;
  }

  .form__text-area {
    padding: 1.25rem;
    padding: var(--space-20);
  }
}
@media (max-width: 767px) {
  .form__label:not(:last-child) {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }

  .form__label + .form__field-wrapper > .form__checkbox-group, .form__label + .form__field-wrapper > .form__radio-group {
    padding-top: 0.625rem;
    padding-top: var(--space-10);
  }

  .wrapper.wrapper--full-width-on-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.form__checkbox:not(:last-child), .form__radio:not(:last-child) {
  margin-bottom: 0.3125rem;
  margin-bottom: var(--space-5);
}

.form__checkbox-group--options .form__checkbox:not(:last-child), .form__checkbox-group--options .form__radio:not(:last-child), .form__radio-group--options .form__checkbox:not(:last-child), .form__radio-group--options .form__radio:not(:last-child) {
  margin-bottom: 1.25rem;
  margin-bottom: var(--space-20);
}

.form__checkbox__indent, .form__checkbox__label, .form__radio__label {
  color: currentColor;
  display: block;
  margin-left: 1.5625rem;
  width: calc(100% - 1.5625rem);
}

.form__checkbox__label, .form__radio__label {
  position: relative;
}

.form__checkbox-group--options .form__checkbox__label, .form__checkbox-group--options .form__radio__label, .form__radio-group--options .form__checkbox__label, .form__radio-group--options .form__radio__label {
  font-size: 0.75rem;
  line-height: 1.67;
}

.form__checkbox__label:hover, .form__radio__label:hover {
  cursor: pointer;
}

.form__checkbox__label::after, .form__checkbox__label::before, .form__radio__label::after, .form__radio__label::before {
  content: "";
}

.form__checkbox__label::before, .form__radio__label::before {
  background-color: #f7f5f0;
  background-color: var(--color-background);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 1px solid var(--color-alpha-foreground-15);
  box-sizing: border-box;
  height: 0.9375rem;
  left: -1.5625rem;
  position: absolute;
  top: 0.1875rem;
  width: 0.9375rem;
}

.theme-white .form__checkbox__label::before, .theme-white .form__radio__label::before {
  background-color: var(--color-background-alternate);
}

.form__checkbox__input:checked + .form__checkbox__label::before, .form__checkbox__input:checked + .form__radio__label::before, .form__radio__input:checked + .form__checkbox__label::before, .form__radio__input:checked + .form__radio__label::before {
  background-color: #e8d3a6;
  background-color: var(--color-gold);
}

.form__checkbox__input:focus + .form__checkbox__label::before, .form__checkbox__input:focus + .form__radio__label::before, .form__radio__input:focus + .form__checkbox__label::before, .form__radio__input:focus + .form__radio__label::before {
  border-color: #000;
  border-color: var(--color-foreground);
}

.form__checkbox__input, .form__radio__input {
  transform: translate(0.4375rem, 0.9375rem);
}

@media (min-width: 768px) {
  .form__checkbox:not(:last-child), .form__radio:not(:last-child) {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }

  .form__checkbox-group--options .form__checkbox:not(:last-child), .form__checkbox-group--options .form__radio:not(:last-child), .form__radio-group--options .form__checkbox:not(:last-child), .form__radio-group--options .form__radio:not(:last-child) {
    margin-bottom: 1.875rem;
    margin-bottom: var(--space-30);
  }

  .form__checkbox__indent, .form__checkbox__label, .form__radio__label {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem);
  }

  .form__checkbox__label::before, .form__radio__label::before {
    height: 1.25rem;
    left: -2.5rem;
    top: 0.0625rem;
    width: 1.25rem;
  }

  .form__checkbox__input, .form__radio__input {
    transform: translate(0.5625rem, 1.375rem);
  }
}
.form__checkbox__input:checked + .form__checkbox__label::after {
  color: #000;
  color: var(--color-foreground);
  content: "\2714";
  font-size: 0.75rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  left: -1.375rem;
  position: absolute;
  top: 0.1875rem;
  width: 0.9375rem;
}

@media (min-width: 1024px) {
  .form__checkbox__input:checked + .form__checkbox__label::after {
    font-size: 0.875rem;
    line-height: 1.25rem;
    left: -2.25rem;
    top: 0.0625rem;
  }
}
@media (min-width: 1280px) {
  .form__checkbox-group--options .form__checkbox__label, .form__checkbox-group--options .form__radio__label, .form__radio-group--options .form__checkbox__label, .form__radio-group--options .form__radio__label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .form__checkbox__input:checked + .form__checkbox__label::after, .form__checkbox__label::before, .form__radio__label::before {
    top: 0.3125rem;
  }
}
.form__radio__label::after, .form__radio__label::before {
  border-radius: 100%;
  overflow: hidden;
}

.form__radio__input:checked + .form__radio__label::after {
  background-color: #000;
  background-color: var(--color-foreground);
  height: 0.3125rem;
  left: -1.25rem;
  position: absolute;
  top: 0.5rem;
  width: 0.3125rem;
}

@media (min-width: 768px) {
  .form__radio__input:checked + .form__radio__label::after {
    height: 0.5rem;
    left: -2.125rem;
    position: absolute;
    top: 0.4375rem;
    width: 0.5rem;
  }
}
.form__submit {
  max-width: none;
  width: 100%;
}

.section {
  padding-bottom: 1.875rem;
  padding-bottom: var(--space-30);
  padding-top: 1.875rem;
  padding-top: var(--space-30);
  position: relative;
}

@media (min-width: 1024px) {
  .section {
    padding-bottom: 3.125rem;
    padding-bottom: var(--space-50);
    padding-top: 3.125rem;
    padding-top: var(--space-50);
  }
}
@media (min-width: 1440px) {
  .section {
    padding-bottom: 6.25rem;
    padding-bottom: var(--space-100);
    padding-top: 6.25rem;
    padding-top: var(--space-100);
  }
}
.section.section--small {
  padding-bottom: 1.875rem;
  padding-bottom: var(--space-30);
  padding-top: 1.875rem;
  padding-top: var(--space-30);
}

@media (min-width: 1024px) {
  .section.section--small {
    padding-bottom: 3.125rem;
    padding-bottom: var(--space-50);
    padding-top: 3.125rem;
    padding-top: var(--space-50);
  }
}
.section + .section {
  padding-top: 0;
}

.theme-beige {
  background-color: #e7d1b8;
  background-color: var(--color-beige);
}

.theme-black {
  background-color: #000;
  background-color: var(--color-black);
}

.theme-brown {
  background-color: #b79579;
  background-color: var(--color-brown);
}

.theme-gold {
  background-color: #e8d3a6;
  background-color: var(--color-gold);
}

.theme-green-dark {
  background-color: #163029;
  background-color: var(--color-green-dark);
}

.theme-green-light {
  background-color: #748f71;
  background-color: var(--color-green-light);
}

.theme-sand {
  background-color: #f7f5f0;
  background-color: var(--color-sand);
}

.theme-white {
  background-color: #fff;
  background-color: var(--color-white);
}

.theme-black, .theme-green-dark {
  color: #fff;
  color: var(--color-white);
}

.theme-beige, .theme-brown, .theme-gold, .theme-green-light, .theme-sand, .theme-white {
  color: #000;
  color: var(--color-black);
}

.theme-text-color-beige {
  color: #e7d1b8;
  color: var(--color-beige);
}

.theme-text-color-black {
  color: #000;
  color: var(--color-black);
}

.theme-text-color-brown {
  color: #b79579;
  color: var(--color-brown);
}

.theme-text-color-gold {
  color: #e8d3a6;
  color: var(--color-gold);
}

.theme-text-color-green-dark {
  color: #163029;
  color: var(--color-green-dark);
}

.theme-text-color-green-light {
  color: #748f71;
  color: var(--color-green-light);
}

.theme-text-color-sand {
  color: #f7f5f0;
  color: var(--color-sand);
}

.theme-text-color-white {
  color: #fff;
  color: var(--color-white);
}

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

@media (min-width: 1280px) {
  .form__radio__input:checked + .form__radio__label::after {
    top: 0.6875rem;
  }

  body {
    font-size: 1.125rem;
    line-height: 1.78;
  }
}
.type-a, h1 {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.14;
}

@media (min-width: 1280px) {
  .type-a, h1 {
    font-size: 3rem;
    line-height: 1.21;
  }
}
.type-a strong, h1 strong {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
}

.type-b {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.17;
}

@media (min-width: 768px) {
  .type-b {
    font-size: 1.75rem;
    line-height: 1.14;
  }
}
@media (min-width: 1280px) {
  .type-b {
    font-size: 2.375rem;
    line-height: 1.33;
  }
}
.type-b strong {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
}

.text-row h2, .type-c {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.14;
}

@media (min-width: 1280px) {
  .text-row h2, .type-c {
    font-size: 2.25rem;
    line-height: 1.33;
  }
}
.text-row h2 strong, .type-c strong {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
}

.text-row h3, .type-d, h2 {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.14;
}

.text-row h3 strong, .type-d strong, h2 strong {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
}

.type-e {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .type-e {
    font-size: 1.625rem;
    line-height: 1.16;
  }
}
.type-e strong {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
}

.type-f {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1.375rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.36;
}

@media (min-width: 1280px) {
  .type-f {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.text-row h4, .type-g, h3 {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.33;
}

@media (min-width: 1280px) {
  .text-row h4, .type-g, h3 {
    font-size: 1.375rem;
    line-height: 1.36;
  }
}
.type-h {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.375;
}

@media (min-width: 1280px) {
  .type-h {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.text-row h5, .text-row h6, .type-i, h4 {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.375;
}

@media (min-width: 1280px) {
  .text-row h5, .text-row h6, .type-i, h4 {
    font-size: 1.125rem;
    line-height: 1.66;
  }
}
.type-j {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.375;
}

@media (min-width: 1280px) {
  .type-j {
    font-size: 1.125rem;
    line-height: 1.66;
  }
}
.type-k, h5, h6 {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.57;
}

@media (min-width: 1280px) {
  .type-k, h5, h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
h5, h6 {
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  opacity: 0.35;
  text-transform: uppercase;
}

.type-l {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 2px;
  line-height: 2;
  opacity: 0.35;
  text-transform: uppercase;
}

em, i {
  font-style: italic;
}

blockquote, cite {
  font-style: normal;
}

tfoot td, th {
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
}

strong {
  font-weight: bolder;
}

a:not([class]) {
  border-bottom: 1px solid currentColor;
  box-sizing: border-box;
  color: #748f71;
  color: var(--color-green-light);
  display: inline;
  text-decoration: none;
  transition: color 96ms linear;
}

@media (prefers-reduced-motion: reduce) {
  a:not([class]) {
    transition: none !important;
  }
}
p a:not([class]) {
  line-height: inherit;
}

a[href^=tel]:not([class]) {
  color: currentColor;
  text-decoration: none;
}

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

.u-visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-left: var(--space-20);
  padding-right: 1.25rem;
  padding-right: var(--space-20);
  width: 100%;
}

@media (min-width: 1040px) {
  .wrapper {
    padding-left: calc((100% - 1200px)/ 2);
    padding-right: calc((100% - 1200px)/ 2);
  }
}
@media (max-width: 1023px) {
  .wrapper.wrapper--full-width-up-to-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion__item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid var(--color-alpha-foreground-15);
}

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

.accordion__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: none;
  box-shadow: none;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.45);
  color: var(--color-alpha-foreground-45);
  display: block;
  outline: 0;
  padding: 0.625rem 0;
  padding: var(--space-10) 0;
  position: relative;
  text-align: left;
  transition: color 96ms linear;
  width: 100%;
}

.accordion__trigger:focus, .accordion__trigger:hover, .accordion__trigger[aria-expanded=true] {
  color: #000;
  color: var(--color-foreground);
  cursor: pointer;
}

.accordion__trigger[aria-expanded=true] {
  padding-bottom: 1.25rem;
  padding-bottom: var(--space-20);
}

.accordion__title {
  display: block;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  outline: 0;
  padding-right: 2rem;
  pointer-events: none;
  position: relative;
}

.accordion__trigger:focus .accordion__title, .accordion__trigger[aria-expanded=true] .accordion__title {
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
}

.accordion__title__icon {
  color: #000;
  color: var(--color-foreground);
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: opacity 96ms linear;
  width: 0.75rem;
}

.accordion__trigger:focus .accordion__title__icon, .accordion__trigger:hover .accordion__title__icon {
  opacity: 0.65;
}

.accordion__trigger[aria-expanded=true] .accordion__title__icon {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion__title__icon .icon {
  display: block;
  height: 100%;
  width: 100%;
}

.accordion__panel {
  max-width: 660px;
  padding-bottom: 1.25rem;
  padding-bottom: var(--space-20);
}

.accordion__panel[aria-hidden=true] {
  display: none;
}

.accordion-overlap {
  overflow: hidden;
}

.accordion-overlap__inner {
  position: relative;
  width: 100%;
}

.accordion-overlap__media-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .accordion-overlap__inner {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }

  .accordion-overlap__media-container {
    margin-top: 2.5rem;
    margin-top: var(--space-40);
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .accordion-overlap__media-container {
    margin-top: 3.125rem;
    margin-top: var(--space-50);
    flex-basis: calc(44% + 2.5rem);
    flex-basis: calc(44% + var(--space-40));
  }
}
@media (min-width: 1440px) {
  .accordion-overlap__media-container {
    flex-basis: calc(44% + 3.125rem);
    flex-basis: calc(44% + var(--space-50));
    margin-top: 5rem;
    margin-top: var(--space-80);
  }
}
.accordion-overlap__media {
  background-color: #e4e4e4;
  background-color: var(--color-grey-light);
  overflow: hidden;
  padding-bottom: 62.5%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .accordion-overlap__media {
    padding-bottom: 125%;
    z-index: 2;
  }
}
.accordion-overlap__media__asset {
  display: block;
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .accordion-overlap__media__asset {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    width: 100%;
  }
}
.accordion-overlap__accordion {
  box-sizing: border-box;
  padding: 1.25rem;
  padding: var(--space-20);
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .accordion-overlap__accordion {
    box-sizing: border-box;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: calc(((100vw - (1.25rem * 2)) * .5) * 1.25);
    min-height: calc(((100vw - (var(--space-20) * 2)) * .5) * 1.25);
    padding: 2.5rem;
    padding: var(--space-40);
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .accordion-overlap__accordion {
    flex-basis: calc(56% - 2.5rem);
    flex-basis: calc(56% - var(--space-40));
    min-height: calc((((100vw - (1.25rem * 2)) * .44) + 2.5rem) * 1.25);
    min-height: calc((((100vw - (var(--space-20) * 2)) * .44) + var(--space-40)) * 1.25);
    padding: 5rem;
    padding: var(--space-80);
  }

  .accordion-overlap__accordion::before {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(2.5rem * -1);
    right: calc(var(--space-40) * -1);
    top: 0;
    width: 2.5rem;
    width: var(--space-40);
    z-index: 1;
  }
}
@media (min-width: 1040px) {
  .accordion-overlap__accordion {
    min-height: calc(480px * 1.25);
  }
}
@media (min-width: 1440px) {
  .accordion-overlap__accordion {
    flex-basis: calc(56% - 3.125rem);
    flex-basis: calc(56% - var(--space-50));
  }
}
.accordion-overlap__accordion__intro:not(:last-child), .accordion-overlap__accordion__items:not(:last-child) {
  margin-bottom: 3.125rem;
  margin-bottom: var(--space-50);
  opacity: 0.65;
}

.accordion-overlap__accordion__call-to-action > .button {
  width: 100%;
}

.banner__row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .banner__row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .banner__row {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.banner__item {
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .banner__item {
    flex-basis: calc(50% - .625rem);
    margin-bottom: 1.25rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner__item:nth-child(odd) {
    margin-left: 0;
  }

  .banner__item:nth-child(even) {
    margin-right: 0;
  }
}
.banner__link {
  background-color: #748f71;
  background-color: var(--color-green-light);
  display: block;
  height: 100%;
  min-height: 8.25rem;
  padding: 0.9325rem 1.25rem;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  .banner__link {
    box-sizing: border-box;
    min-height: 8.4375rem;
  }
}
@media (min-width: 1024px) {
  .banner__item {
    flex-basis: 33%;
    margin-bottom: 0;
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
  }

  .banner__item:first-child {
    margin-left: 0;
  }

  .banner__item:last-child {
    margin-right: 0;
  }

  .banner__link {
    min-height: 9.375rem;
  }
}
@media (min-width: 1280px) {
  .banner__item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .banner__link {
    padding: 1.3rem 1.875rem;
  }
}
.banner__link::after {
  border: 0 solid rgba(0, 0, 0, 0.1);
  border: 0 solid var(--color-alpha-foreground-10);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-width 128ms ease-in-out;
}

.banner__link:hover::after {
  border-width: 5px;
}

.banner__link.banner__link--has-background {
  background-color: #000;
  background-color: var(--color-black);
}

.banner__link.banner__link--has-background::after {
  border-color: #e8d3a6;
  border-color: var(--color-gold);
}

.banner__link-group__item .banner__link {
  height: 100%;
}

.banner__link__background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.banner__link__background::after {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--color-alpha-foreground-10);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner__link__background__img {
  display: block;
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .banner__link__background__img {
    left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.banner__link__title {
  color: #000;
  color: var(--color-black);
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.2;
  position: relative;
}

.banner__link--has-background .banner__link__title {
  color: #fff;
  color: var(--color-white);
}

.condolence-pdf {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 400;
  font-weight: var(--font-weight-regular);
  line-height: 1.78;
  width: 100%;
}

.condolence-pdf p {
  margin-top: 0;
}

.condolence-pdf p:last-child {
  margin-bottom: 0;
}

.condolence-pdf, .condolence-pdf tbody, .condolence-pdf td, .condolence-pdf tfoot, .condolence-pdf th, .condolence-pdf thead, .condolence-pdf tr {
  background-color: #fff;
  background-color: var(--color-white);
  border: none;
  margin: 0;
}

.condolence-pdf tbody, .condolence-pdf td, .condolence-pdf tfoot, .condolence-pdf th, .condolence-pdf thead, .condolence-pdf tr {
  padding: 0;
  vertical-align: top;
}

.condolence-pdf td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.condolence-pdf a {
  color: currentColor;
  text-decoration: none;
}

.condolence-pdf__credentials, .condolence-pdf__header__text-col {
  width: 33.3333%;
}

.condolence-pdf__header__media-col, .condolence-pdf__text {
  box-sizing: border-box;
  padding-left: 0.625rem;
  width: 66.6666%;
}

.condolence-pdf__header__media-col {
  text-align: right;
}

.condolence-pdf__thumbnail {
  display: inline-block;
  height: 290px;
  width: 290px;
}

.condolence-pdf__subtitle {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 2.29;
  opacity: 0.8;
  text-transform: uppercase;
}

.condolence-pdf__title {
  font-family: "Domaine Text", serif;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
  line-height: 1.21;
}

.condolence-pdf__credentials p:not(:last-child) {
  margin-bottom: 1.125rem;
}

.condolence-pdf__credentials__title {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  line-height: 1.66;
}

.condolence-pdf__credentials__meta {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 2px;
  line-height: 1.8;
  opacity: 0.5;
  text-transform: uppercase;
}

.condolences-list__container {
  background-color: #fff;
  background-color: var(--color-white);
  padding: 1.25rem;
  padding: var(--space-20);
}

@media (min-width: 1280px) {
  .condolences-list__container {
    padding: 3.125rem;
    padding: var(--space-50);
  }
}
.condolences-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-alpha-foreground-10);
  padding-bottom: 1.25rem;
  padding-bottom: var(--space-20);
  padding-top: 1.25rem;
  padding-top: var(--space-20);
}

.condolences-list__item:first-child {
  padding-top: 0;
}

.condolences-list__item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .condolences-list__text {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }
}
@media (min-width: 768px) {
  .condolences-list__item {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
  }

  .condolences-list__text {
    flex-basis: 80%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1280px) {
  .condolences-list__item {
    padding-bottom: 3.125rem;
    padding-bottom: var(--space-50);
    padding-top: 3.125rem;
    padding-top: var(--space-50);
  }

  .condolences-list__text {
    flex-basis: 75%;
  }
}
@media (min-width: 768px) {
  .condolences-list__credentials {
    flex-basis: calc(20% - 1.25rem);
    flex-basis: calc(20% - var(--space-20));
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }
}
@media (min-width: 1280px) {
  .condolences-list__credentials {
    flex-basis: calc(25% - 6.25rem);
    flex-basis: calc(25% - var(--space-100));
    margin-right: 6.25rem;
    margin-right: var(--space-100);
  }
}
.condolences-list__credentials__title {
  margin-bottom: 0.625rem;
  margin-bottom: var(--space-10);
}

.condolences-list__meta__label-container, .condolences-list__toggle {
  display: none;
}

.condolences-list__toggle:not(:checked) ~ .condolences-list__meta .condolences-list__meta__label-container {
  display: inline;
}

.condolences-list__meta__label {
  cursor: pointer;
  text-decoration: underline;
}

.condolences-list__meta__label:focus, .condolences-list__meta__label:hover {
  text-decoration: none;
}

.condolences-list__meta__data {
  margin-top: 0;
}

.condolences-list__meta__data a {
  border-bottom: 0 solid currentColor;
  color: currentColor;
}

.condolences-list__meta__data a:focus, .condolences-list__meta__data a:hover {
  border-bottom-width: 1px;
}

.condolences-list__toggle:not(:checked) ~ .condolences-list__meta .condolences-list__meta__data {
  clip: rect(0 0 0 0) !important;
  border: none !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.condolences-list__meta__data * {
  word-break: break-all;
}

.cta-list__title {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

.cta-list__list {
  list-style: none;
  margin: 1.25rem 0;
  margin: var(--space-20) 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 1280px) {
  .cta-list__list {
    margin-bottom: 3.125rem;
    margin-bottom: var(--space-50);
    margin-top: 3.125rem;
    margin-top: var(--space-50);
  }
}
.cta-list__list:first-child {
  margin-top: 0;
}

.cta-list__list:last-child {
  margin-bottom: 0;
}

.cta-list__list__item {
  margin-bottom: 1rem;
}

.cta-list__list__item:last-child {
  margin-bottom: 0;
}

.cta-list__list__note {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  opacity: 0.4;
  width: 100%;
}

@media (min-width: 768px) {
  .cta-list-group {
    align-items: flex-start;
    display: flex;
  }

  .cta-list-group__column {
    flex-basis: calc(50% - .3125rem);
    flex-basis: calc(50% - var(--space-5));
  }

  .cta-list-group__column {
    margin-right: 0.625rem;
    margin-right: var(--space-10);
  }

  .info-sheet {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .cta-list-group__column {
    flex-basis: calc(50% - .625rem);
    flex-basis: calc(50% - var(--space-10));
  }

  .cta-list-group__column {
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }
}
@media (max-width: 767px) {
  .cta-list-group__column:not(:last-child) {
    margin-bottom: 1.875rem;
    margin-bottom: var(--space-30);
  }

  .info-sheet__large-panel:not(:first-child) {
    border-top: 1px solid #f7f5f0;
    border-top: 1px solid var(--color-sand);
  }
}
.cta-list-group__item:not(:last-child) {
  margin-bottom: 1.875rem;
  margin-bottom: var(--space-30);
}

@media (min-width: 1024px) {
  .cta-list-group__item:not(:last-child) {
    margin-bottom: 3.125rem;
    margin-bottom: var(--space-50);
  }
}
@media (min-width: 1440px) {
  .cta-list-group__item:not(:last-child) {
    margin-bottom: 6.25rem;
    margin-bottom: var(--space-100);
  }
}
@media (min-width: 768px) {
  .info-sheet__large-panel, .info-sheet__small-panel {
    flex-basis: 50%;
    flex-grow: 0;
  }

  .info-sheet__large-panel:not(:first-child) {
    border-left: 1px solid #f7f5f0;
    border-left: 1px solid var(--color-sand);
  }
}
@media (min-width: 1024px) {
  .info-sheet__small-panel {
    flex-basis: 40%;
  }

  .info-sheet__large-panel {
    flex-basis: 60%;
  }
}
.info-sheet__large-panel:not(:first-child) {
  box-sizing: border-box;
}

.info-sheet__large-panel__inner, .info-sheet__small-panel__inner {
  box-sizing: border-box;
  padding: 1.25rem;
  padding: var(--space-20);
}

.info-sheet__small-panel__inner {
  text-align: center;
}

.info-sheet__small-panel__inner > :not(:last-child) {
  margin-bottom: 1.25rem;
  margin-bottom: var(--space-20);
}

@media (min-width: 1280px) {
  .info-sheet__large-panel__inner, .info-sheet__small-panel__inner {
    padding: 3.125rem;
    padding: var(--space-50);
  }

  .info-sheet__small-panel__inner > :not(:last-child) {
    margin-bottom: 3.125rem;
    margin-bottom: var(--space-50);
  }
}
.info-sheet__image {
  display: block;
  width: 100%;
}

.info-sheet__dates__data:not(:last-child) {
  margin-right: 1.875rem;
  margin-right: var(--space-30);
}

.info-sheet__sub-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--color-alpha-foreground-35);
  padding-bottom: 0.625rem;
  padding-bottom: var(--space-10);
  padding-top: 0.625rem;
  padding-top: var(--space-10);
}

@media (min-width: 1280px) {
  .info-sheet__sub-group {
    padding-bottom: 1.25rem;
    padding-bottom: var(--space-20);
    padding-top: 1.25rem;
    padding-top: var(--space-20);
  }
}
.info-sheet__sub-group:first-child {
  padding-top: 0;
}

.info-sheet__sub-group:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .info-sheet__sub-group {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
  }

  .info-sheet__sub-group__label {
    flex-basis: 35%;
    flex-grow: 0;
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }
}
@media (min-width: 1024px) {
  .info-sheet__sub-group__label {
    flex-basis: 30%;
  }
}
.info-sheet__sub-group__label > :not(:last-child) {
  margin-bottom: 0.625rem;
  margin-bottom: var(--space-10);
}

.info-sheet__sub-group__label a {
  color: #b79579;
  color: var(--color-brown);
}

@media (min-width: 768px) {
  .info-sheet__sub-group__content {
    flex-basis: 65%;
    flex-grow: 0;
  }

  .login {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .info-sheet__sub-group__content {
    flex-basis: 70%;
  }
}
.login__form {
  box-sizing: border-box;
  padding: 1.25rem;
  padding: var(--space-20);
}

@media (max-width: 767px) {
  .info-sheet__sub-group {
    text-align: center;
  }

  .info-sheet__sub-group__label {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }

  .login__picture {
    display: none;
  }
}
@media (min-width: 768px) {
  .login__form {
    flex-shrink: 0;
    padding: 1.875rem;
    padding: var(--space-30);
  }

  .login__picture {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
  }
}
.login__picture__image {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .login__picture__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.notice {
  border: 1px solid;
  box-sizing: border-box;
  padding: 1.25rem;
  padding: var(--space-20);
}

@media (min-width: 1280px) {
  .notice {
    padding: 1.875rem;
    padding: var(--space-30);
  }
}
.printable-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.site-footer__brand {
  padding-bottom: 3.125rem;
  padding-bottom: var(--space-50);
  padding-top: 1.25rem;
  padding-top: var(--space-20);
}

@media (min-width: 768px) {
  .site-footer__brand {
    padding-top: 3.125rem;
    padding-top: var(--space-50);
  }

  .site-footer__brand-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .site-footer__brand__logo {
    flex-basis: calc((100% - 1.25rem)/ 2);
    flex-basis: calc((100% - var(--space-20))/ 2);
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }
}
.site-footer__brand__logo {
  color: currentColor;
  text-decoration: none;
  transition: opacity 96ms linear;
}

.site-footer__brand__logo:focus, .site-footer__brand__logo:hover {
  opacity: 0.65;
}

@media (max-width: 767px) {
  .site-footer__brand__logo {
    display: block;
    margin-bottom: 1.25rem;
    margin-bottom: var(--space-20);
  }
}
.site-footer__brand__logo .icon-logo {
  height: 25px;
  width: 73px;
}

.site-footer__brand__tagline {
  max-width: 248px;
}

.site-footer__navigation-list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  min-height: 60px;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-top: 1rem;
}

.site-footer__navigation-list__item {
  margin-bottom: 0.5rem;
  margin-right: 1.25rem;
  margin-right: var(--space-20);
}

.site-footer__navigation-list__item:last-child {
  margin-right: 0;
}

.site-footer__navigation-list__link {
  color: rgba(0, 0, 0, 0.35);
  color: var(--color-alpha-foreground-35);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 96ms linear;
}

.site-footer__navigation-list__link:focus, .site-footer__navigation-list__link:hover {
  color: #000;
  color: var(--color-foreground);
}

.site-header {
  position: relative;
  width: 100%;
}

.site-header__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.site-header__checkbox {
  display: none;
}

.site-header__logo {
  font-size: 0;
  margin-bottom: 0.9375rem;
  margin-right: 1.25rem;
  margin-right: var(--space-20);
  margin-top: 0.9375rem;
  transition: opacity 96ms linear;
}

@media (min-width: 768px) {
  .site-header__logo {
    margin-bottom: 0.8125rem;
    margin-top: 0.8125rem;
  }
}
@media (min-width: 1280px) {
  .site-footer__brand__logo .icon-logo {
    height: 32px;
    width: 90px;
  }

  .site-footer__brand__tagline {
    max-width: 320px;
  }

  .site-header__logo {
    margin-bottom: 1.25rem;
    margin-bottom: var(--space-20);
    margin-top: 1.25rem;
    margin-top: var(--space-20);
  }
}
.site-header__logo:focus, .site-header__logo:hover {
  opacity: 0.65;
}

.site-header__logo span {
  display: block;
}

.site-header__logo, .site-header__logo .icon-mijn-sereni {
  height: 20px;
  width: 83px;
}

@media (min-width: 768px) {
  .site-header__logo, .site-header__logo .icon-mijn-sereni {
    height: 24px;
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .site-header__logo, .site-header__logo .icon-mijn-sereni {
    height: 30px;
    width: 125px;
  }
}
.site-header__primary-navigation {
  flex-basis: 100%;
  order: 5;
}

@media (min-width: 768px) {
  .site-header__primary-navigation {
    background-color: #fff;
    background-color: var(--color-white);
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: calc(1.25rem * -1);
    margin-left: calc(var(--space-20) * -1);
    margin-right: calc(1.25rem * -1);
    margin-right: calc(var(--space-20) * -1);
  }
}
@media (min-width: 1040px) {
  .site-header__primary-navigation {
    margin-left: calc((100vw - 1200px)/ 2 * -1);
    margin-right: calc((100vw - 1200px)/ 2 * -1);
  }
}
@media (max-width: 767px) {
  .site-header__primary-navigation, .site-header__secondary-navigation {
    display: none;
  }

  #site-header-toggle-checkbox:checked ~ .site-header__primary-navigation, #site-header-toggle-checkbox:checked ~ .site-header__secondary-navigation {
    display: block;
  }

  .site-header__primary-navigation {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    margin-bottom: var(--space-20);
    margin-top: 0.625rem;
    margin-top: var(--space-10);
  }

  .site-header__secondary-navigation {
    flex-basis: 100%;
    order: 4;
  }

  .is-active .site-header__primary-navigation-list__link, .site-header__primary-navigation-list__link:focus, .site-header__primary-navigation-list__link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .site-header__secondary-navigation {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid var(--color-alpha-foreground-80);
    flex-grow: 1;
    margin-right: 1.25rem;
    margin-right: var(--space-20);
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .site-header__secondary-navigation {
    flex-basis: 80%;
  }
}
.site-header__primary-navigation-list, .site-header__secondary-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .site-header__primary-navigation-list {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-left: var(--space-20);
    padding-right: 1.25rem;
    padding-right: var(--space-20);
    width: 100%;
  }

  .site-header__primary-navigation-list__item {
    display: inline-block;
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }
}
@media (min-width: 1040px) {
  .site-header__primary-navigation-list {
    padding-left: calc((100vw - 1200px)/ 2);
    padding-right: calc((100vw - 1200px)/ 2);
  }
}
.site-header__primary-navigation-list__link, .site-header__secondary-navigation-list__link {
  color: currentColor;
  opacity: 0.8;
  text-decoration: none;
}

.is-active .site-header__primary-navigation-list__link, .is-active .site-header__secondary-navigation-list__link, .site-header__primary-navigation-list__link:focus, .site-header__primary-navigation-list__link:hover, .site-header__secondary-navigation-list__link:focus, .site-header__secondary-navigation-list__link:hover {
  opacity: 1;
}

.site-header__primary-navigation-list__link {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  font-weight: var(--font-weight-light);
}

@media (min-width: 768px) {
  .site-header__primary-navigation-list__item:last-child {
    margin-right: 0;
  }

  .site-header__primary-navigation-list__link {
    font-size: 1.25rem;
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    height: 70px;
    line-height: 70px;
    opacity: 0.45;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .site-header__primary-navigation-list__item {
    margin-right: 2.5rem;
    margin-right: var(--space-40);
  }

  .site-header__primary-navigation-list__link {
    font-size: 1.375rem;
  }
}
.is-active .site-header__primary-navigation-list__link::after, .site-header__primary-navigation-list__link:focus::after, .site-header__primary-navigation-list__link:hover::after {
  border-top-width: 5px;
}

@media (min-width: 768px) {
  .site-header__primary-navigation-list__link::after {
    border-top: 0 solid currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    transition: border 128ms ease-in-out;
    width: 100%;
  }

  .site-header__secondary-navigation-list__item {
    display: inline-block;
    margin-right: 1.875rem;
    margin-right: var(--space-30);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .site-header__primary-navigation-list__link::after {
    transition: none;
  }
}
@media (max-width: 767px) {
  .site-header__secondary-navigation-list__link {
    text-decoration: underline;
  }
}
.site-header__mobile-link {
  color: currentColor;
  flex-grow: 1;
  margin-right: 1.25rem;
  margin-right: var(--space-20);
  opacity: 0.8;
  text-align: right;
  text-decoration: none;
}

.site-header__mobile-link.is-active, .site-header__mobile-link:focus, .site-header__mobile-link:hover {
  opacity: 1;
  text-decoration: underline;
}

#site-header-toggle-checkbox:checked ~ .site-header__mobile-link {
  opacity: 0;
}

@media (min-width: 768px) {
  .is-active .site-header__secondary-navigation-list__link, .site-header__secondary-navigation-list__link:focus, .site-header__secondary-navigation-list__link:hover {
    text-decoration: underline;
  }

  .site-header__mobile-link {
    display: none;
  }

  .site-header__language-picker {
    overflow: visible;
    position: relative;
  }
}
.site-header__language-picker__checkbox {
  display: none;
}

.site-header__language-picker__label {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
  padding: 0;
  position: relative;
}

.site-header__language-picker__checkbox:checked ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus ~ .site-header__language-picker__label::after, .site-header__language-picker__list[focus-within] ~ .site-header__language-picker__label::after {
  border-bottom: 8px solid #333;
  border-bottom: 8px solid var(--color-grey-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  outline: 0;
  position: absolute;
  right: 8px;
  top: calc(100% + 8px);
  width: 0;
  z-index: 1;
}

.site-header__language-picker__checkbox:checked ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus-within ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus ~ .site-header__language-picker__label::after {
  border-bottom: 8px solid #333;
  border-bottom: 8px solid var(--color-grey-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  outline: 0;
  position: absolute;
  right: 8px;
  top: calc(100% + 8px);
  width: 0;
  z-index: 1;
}

.site-header__language-picker__label-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: opacity 96ms linear;
}

.site-header__language-picker__label-inner .icon {
  display: block;
  height: 8px;
  margin-left: 0.125rem;
  transform: translateY(2px);
  width: 8px;
}

.site-header__language-picker__label-inner:hover {
  opacity: 0.65;
}

.site-header__language-picker__code {
  font-family: Matter, sans-serif;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: normal;
}

.site-header__language-picker__list {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50px;
  top: var(--overview-navigation-bar-height);
  width: 100%;
  z-index: 2;
}

.site-header__language-picker__checkbox:checked ~ .site-header__language-picker__list, .site-header__language-picker__list:focus, .site-header__language-picker__list[focus-within] {
  opacity: 1;
  pointer-events: auto;
}

.site-header__language-picker__checkbox:checked ~ .site-header__language-picker__list, .site-header__language-picker__list:focus, .site-header__language-picker__list:focus-within {
  opacity: 1;
  pointer-events: auto;
}

.site-header__language-picker__list-container {
  align-items: center;
  background-color: #333;
  background-color: var(--color-grey-dark);
  box-sizing: border-box;
  display: flex;
  /* height: 50px;
  height: var(--navigation-bar-height); */
  list-style: none;
  margin: 0;
  padding: 0.625rem 1.25rem;
  padding: var(--space-10) var(--space-20);
}

@media (min-width: 768px) {
  .site-header__language-picker__list {
    left: auto;
    right: 0;
    top: calc(100% + 15px);
    width: auto;
  }

  .site-header__language-picker__list-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 0 0.625rem;
    padding: 0 var(--space-10);
  }

  .site-header__close, .site-header__hamburger {
    display: none;
  }
}
.site-header__language-picker__list-container:not([class*=theme-text-color]) {
  color: #e8d3a6;
  color: var(--color-gold);
}

.site-header__language-picker__item {
  color: currentColor;
  margin-bottom: 0;
  margin-top: 0;
  text-decoration: none;
}

.site-header__language-picker__item.is-active {
  pointer-events: none;
}

a.site-header__language-picker__item:not(.is-active) {
  opacity: 0.5;
  text-decoration: underline;
  transition: opacity 96ms linear;
}

a.site-header__language-picker__item:not(.is-active):hover {
  opacity: 1;
}

.site-header__close, .site-header__hamburger {
  margin-left: 1.25rem;
  margin-left: var(--space-20);
}

.site-header__close, .site-header__close .icon, .site-header__hamburger, .site-header__hamburger .icon {
  height: 1.25rem;
  height: var(--space-20);
  width: 1.25rem;
  width: var(--space-20);
}

#site-header-toggle-checkbox:checked ~ .site-header__hamburger, #site-header-toggle-checkbox:not(:checked) ~ .site-header__close {
  display: none;
}

@media (max-width: 767px) {
  .site-header__language-picker__item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .text-row__column:not(:empty) + .text-row__column:not(:empty) {
    margin-top: 1.25rem;
    margin-top: var(--space-20);
  }

  .visiting-info__practical:not(:first-child) {
    border-top: 1px solid #f7f5f0;
    border-top: 1px solid var(--color-sand);
  }
}
@media (min-width: 768px) {
  .text-row {
    display: flex;
  }

  .text-row__column {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .text-row__column:first-child {
    box-sizing: border-box;
    flex-basis: calc(50% - 1.25rem);
    flex-basis: calc(50% - var(--space-20));
    margin-right: 1.25rem;
    margin-right: var(--space-20);
  }

  .text-row__column > h2:first-child {
    display: inline-block;
    transform: translateY(-5px);
  }

  .visiting-info {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .text-row__column > h2:first-child {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes PULSE {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes PULSE {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.visiting-info {
  text-align: center;
}

.visiting-info__door-controls__label:not(:last-child) {
  margin-bottom: 1.25rem;
  margin-bottom: var(--space-20);
}

.visiting-info__door-controls__item:not(:last-child) {
  margin-bottom: 1.875rem;
  margin-bottom: var(--space-30);
}

@media (min-width: 1280px) {
  .site-header__language-picker__checkbox:checked ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus ~ .site-header__language-picker__label::after, .site-header__language-picker__list[focus-within] ~ .site-header__language-picker__label::after {
    top: calc(100% + 18px);
  }

  .site-header__language-picker__checkbox:checked ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus-within ~ .site-header__language-picker__label::after, .site-header__language-picker__list:focus ~ .site-header__language-picker__label::after {
    top: calc(100% + 18px);
  }

  .site-header__language-picker__list {
    top: calc(100% + 25px);
  }

  .text-row__column > h2:first-child {
    transform: translateY(-10px);
  }

  .visiting-info__door-controls__item:not(:last-child) {
    margin-bottom: 1.25rem;
    margin-bottom: var(--space-20);
  }
}
.visiting-info__door-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.8);
  background-color: var(--color-alpha-foreground-80);
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: background-color 96ms linear;
  width: 195px;
}

.visiting-info__door-control::after {
  color: #f7f5f0;
  content: attr(data-is-closed-label);
  display: block;
  font-size: 0.75rem;
  left: 50%;
  letter-spacing: 0.06875rem;
  line-height: normal;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: color 96ms linear;
  width: auto;
  z-index: 1;
}

.visiting-info__door-control[state=closing], .visiting-info__door-control[state=open] {
  background-color: #e8d3a6;
  background-color: var(--color-gold);
}

.visiting-info__door-control[state=closing]::after, .visiting-info__door-control[state=open]::after {
  color: #163029;
}

.visiting-info__door-control[state=open]::after {
  content: attr(data-is-open-label);
}

.visiting-info__door-control[state=opening]::after {
  content: attr(data-is-opening-label);
}

.visiting-info__door-control[state=closing]::after {
  content: attr(data-is-closing-label);
}

.visiting-info__door-control[state=closing]::after, .visiting-info__door-control[state=opening]::after {
  -webkit-animation: 960ms linear infinite PULSE;
  animation: 960ms linear infinite PULSE;
}

.visiting-info__door-control[state=closing], .visiting-info__door-control[state=opening] {
  cursor: default;
}

.visiting-info__door-control:focus, .visiting-info__door-control:hover {
  box-shadow: 0 0 0 2px #b79579;
  box-shadow: 0 0 0 2px var(--color-brown);
}

.visiting-info__door-control:focus[state=closing], .visiting-info__door-control:focus[state=opening], .visiting-info__door-control:hover[state=closing], .visiting-info__door-control:hover[state=opening] {
  box-shadow: none;
}

.visiting-info__door-control__icon {
  height: 50px;
  left: 5px;
  position: absolute;
  top: 5px;
  transform-origin: right center;
  transition: transform 560ms cubic-bezier(0.93, 0, 0.155, 1);
  width: 50px;
  z-index: 2;
}

.visiting-info__door-control[state=closing] .visiting-info__door-control__icon, .visiting-info__door-control[state=open] .visiting-info__door-control__icon {
  transform: translateX(135px);
}

.visiting-info__door-control[state=closing] .visiting-info__door-control__icon__shackle-toggle, .visiting-info__door-control[state=open] .visiting-info__door-control__icon__shackle-toggle {
  display: none;
}

.visiting-info__door-control[state=closing] .visiting-info__door-control__icon__body, .visiting-info__door-control[state=closing] .visiting-info__door-control__icon__shackle, .visiting-info__door-control[state=closing] .visiting-info__door-control__icon__shackle-toggle, .visiting-info__door-control[state=opening] .visiting-info__door-control__icon__body, .visiting-info__door-control[state=opening] .visiting-info__door-control__icon__shackle, .visiting-info__door-control[state=opening] .visiting-info__door-control__icon__shackle-toggle {
  -webkit-animation: 960ms linear infinite PULSE;
  animation: 960ms linear infinite PULSE;
}

.visiting-info__practical:not(:first-child) {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .visiting-info__door-controls, .visiting-info__practical {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .visiting-info__practical:not(:first-child) {
    border-left: 1px solid #f7f5f0;
    border-left: 1px solid var(--color-sand);
  }
}
.visiting-info__door-controls__inner, .visiting-info__practical__inner {
  box-sizing: border-box;
  padding: 1.25rem;
  padding: var(--space-20);
}

.visiting-info__practical__inner > :not(:last-child) {
  margin-bottom: 1.25rem;
  margin-bottom: var(--space-20);
}

@media (min-width: 1280px) {
  .visiting-info__door-controls__inner, .visiting-info__practical__inner {
    padding: 3.125rem;
    padding: var(--space-50);
  }

  .visiting-info__practical__inner > :not(:last-child) {
    margin-bottom: 1.875rem;
    margin-bottom: var(--space-30);
  }
}
.l-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-site [class^=l-site]:empty {
  display: none;
}

.l-site__site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 98;
}

@media print {
  .l-site__banner, .l-site__site-footer, .l-site__site-header {
    display: none;
  }
}
.l-site__banner, .l-site__main-content, .l-site__site-footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.l-site__main-content {
  flex-grow: 1;
}


.registration__action-buttons {
    display: flex;
    justify-content: space-around;
    min-width: 75px;
}

.registration__action-buttons img {
    cursor: pointer;
}

.consolation_vouchers-list__container {
    background-color: #fff;
    background-color: var(--color-white);
    padding: 1.25rem;
    padding: var(--space-20);
  }

  @media (min-width: 1280px) {
    .consolation_vouchers-list__container {
      padding: 3.125rem;
      padding: var(--space-50);
    }
  }
  .consolation_vouchers-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--color-alpha-foreground-10);
    padding-bottom: 1.25rem;
    padding-bottom: var(--space-20);
    padding-top: 1.25rem;
    padding-top: var(--space-20);
  }

  .consolation_vouchers-list__item:first-child {
    padding-top: 0;
  }

  .consolation_vouchers-list__item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  @media (max-width: 767px) {
    .consolation_vouchers-list__text {
      margin-bottom: 0.625rem;
      margin-bottom: var(--space-10);
    }
  }
  @media (min-width: 768px) {
    .consolation_vouchers-list__item {
      align-items: flex-start;
      display: flex;
      flex-direction: row-reverse;
    }

    .consolation_vouchers-list__text {
      flex-basis: 70%;
      flex-grow: 0;
      flex-shrink: 0;
    }
  }
  @media (min-width: 1280px) {
    .consolation_vouchers-list__item {
      padding-bottom: 3.125rem;
      padding-bottom: var(--space-30);
      padding-top: 3.125rem;
      padding-top: var(--space-30);
    }

    .consolation_vouchers-list__text {
      flex-basis: 65%;
    }
  }
  @media (min-width: 768px) {
    .consolation_vouchers-list__credentials {
      flex-basis: calc(30% - 1.25rem);
      flex-basis: calc(30% - var(--space-20));
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 1.25rem;
      margin-right: var(--space-20);
    }
  }
  @media (min-width: 1280px) {
    .consolation_vouchers-list__credentials {
      flex-basis: calc(35% - 6.25rem);
      flex-basis: calc(35% - var(--space-100));
      margin-right: 6.25rem;
      margin-right: var(--space-100);
    }
  }
  .consolation_vouchers-list__credentials__title {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }

  .consolation_vouchers-list__meta__label-container, .consolation_vouchers-list__toggle {
    display: none;
  }

  .consolation_vouchers-list__toggle:not(:checked) ~ .consolation_vouchers-list__meta .consolation_vouchers-list__meta__label-container {
    display: inline;
  }

  .consolation_vouchers-list__meta__label {
    cursor: pointer;
    text-decoration: underline;
  }

  .consolation_vouchers-list__meta__label:focus, .consolation_vouchers-list__meta__label:hover {
    text-decoration: none;
  }

  .consolation_vouchers-list__meta__data {
    margin-top: 0;
  }

  .consolation_vouchers-list__meta__data a {
    border-bottom: 0 solid currentColor;
    color: currentColor;
  }

  .consolation_vouchers-list__meta__data a:focus, .consolation_vouchers-list__meta__data a:hover {
    border-bottom-width: 1px;
  }

  .consolation_vouchers-list__toggle:not(:checked) ~ .consolation_vouchers-list__meta .consolation_vouchers-list__meta__data {
    clip: rect(0 0 0 0) !important;
    border: none !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
  }

  .consolation_vouchers-list__meta__data * {
    word-break: break-all;
  }


.mourning_products-list__container {
    background-color: #fff;
    background-color: var(--color-white);
    padding: 1.25rem;
    padding: var(--space-20);
  }

  @media (min-width: 1280px) {
    .mourning_products-list__container {
      padding: 3.125rem;
      padding: var(--space-50);
    }
  }
  .mourning_products-list__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--color-alpha-foreground-10);
    padding-bottom: 1.25rem;
    padding-bottom: var(--space-20);
    padding-top: 1.25rem;
    padding-top: var(--space-20);
  }

  .mourning_products-list__item:first-child {
    padding-top: 0;
  }

  .mourning_products-list__item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  @media (max-width: 767px) {
    .mourning_products-list__text {
      margin-bottom: 0.625rem;
      margin-bottom: var(--space-10);
    }
  }
  @media (min-width: 768px) {
    .mourning_products-list__item {
      align-items: flex-start;
      display: flex;
      flex-direction: row-reverse;
    }

    .mourning_products-list__text {
      flex-basis: 70%;
      flex-grow: 0;
      flex-shrink: 0;
    }
  }
  @media (min-width: 1280px) {
    .mourning_products-list__item {
      padding-bottom: 3.125rem;
      padding-bottom: var(--space-30);
      padding-top: 3.125rem;
      padding-top: var(--space-30);
    }

    .mourning_products-list__text {
      flex-basis: 65%;
    }
  }
  @media (min-width: 768px) {
    .mourning_products-list__credentials {
      flex-basis: calc(30% - 1.25rem);
      flex-basis: calc(30% - var(--space-20));
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 1.25rem;
      margin-right: var(--space-20);
    }
  }
  @media (min-width: 1280px) {
    .mourning_products-list__credentials {
      flex-basis: calc(35% - 6.25rem);
      flex-basis: calc(35% - var(--space-100));
      margin-right: 6.25rem;
      margin-right: var(--space-100);
    }
  }
  .mourning_products-list__credentials__title {
    margin-bottom: 0.625rem;
    margin-bottom: var(--space-10);
  }

  .mourning_products-list__meta__label-container, .mourning_products-list__toggle {
    display: none;
  }

  .mourning_products-list__toggle:not(:checked) ~ .mourning_products-list__meta .mourning_products-list__meta__label-container {
    display: inline;
  }

  .mourning_products-list__meta__label {
    cursor: pointer;
    text-decoration: underline;
  }

  .mourning_products-list__meta__label:focus, .mourning_products-list__meta__label:hover {
    text-decoration: none;
  }

  .mourning_products-list__meta__data {
    margin-top: 0;
  }

  .mourning_products-list__meta__data a {
    border-bottom: 0 solid currentColor;
    color: currentColor;
  }

  .mourning_products-list__meta__data a:focus, .mourning_products-list__meta__data a:hover {
    border-bottom-width: 1px;
  }

  .mourning_products-list__toggle:not(:checked) ~ .mourning_products-list__meta .mourning_products-list__meta__data {
    clip: rect(0 0 0 0) !important;
    border: none !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
  }

  .mourning_products-list__meta__data * {
    word-break: break-all;
  }
