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

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: "Prophet";
  src: url("../fonts/ABCProphet-Light.woff2") format("woff2"), url("../fonts/ABCProphet-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Prophet";
  src: url("../fonts/ABCProphet-Medium.woff2") format("woff2"), url("../fonts/ABCProphet-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 759px) {
  :root {
    --font-size-body: 1rem;
    --font-size-lead: 1.125rem;
    --font-size-nav-main: 3.125rem;
    --font-size-h1: 2.75rem;
    --font-size-h2: 2.75rem;
    --font-size-h3: 1.875rem;
    --spacer-xs: 0.3125rem;
    --spacer-sm: 0.625rem;
    --spacer-md: 0.9375rem;
    --spacer-lg: 2.5rem;
    --body-padding: 0.9375rem;
    --header-padding-y: 0.9375rem;
    --header-inner-height: 2.1875rem;
    --appointment-size: 5.625rem;
    --appointment-font-size: 1.1875rem;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  :root {
    --font-size-body: 1rem;
    --font-size-lead: 1.375rem;
    --font-size-nav-main: 4.375rem;
    --font-size-h1: 4.0625rem;
    --font-size-h2: 4.0625rem;
    --font-size-h3: 2.125rem;
    --spacer-xs: 0.625rem;
    --spacer-sm: 1.25rem;
    --spacer-md: 2.5rem;
    --spacer-lg: 5rem;
    --body-padding: 2.5rem;
    --header-padding-y: 0.9375rem;
    --header-inner-height: 3.125rem;
    --appointment-size: 7.8125rem;
    --appointment-font-size: 1.7375rem;
  }
}
html {
  box-sizing: border-box;
}
@media (max-width: 759px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 760px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  html {
    font-size: 16px;
  }
}

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

html,
body {
  height: 100%;
}

body {
  font-family: "Prophet", sans-serif;
  font-size: var(--font-size-body);
  font-weight: normal;
  color: #000;
  line-height: 1.3;
  background-color: #fff;
}
body.preload * {
  transition: none !important;
}

a {
  transition: color 0.3s ease-in-out;
}
a, a:visited {
  color: #000;
}
a:hover {
  color: #97a685;
}

ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: uppercase;
}

h1,
h2 {
  text-align: center;
  margin: 0.5em 0;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
  margin: 1.5em 0 0;
}

main.main p {
  margin: 0 0 1.5em;
}
main.main p:empty {
  display: none;
}
main.main p.lead {
  font-size: var(--font-size-lead);
  text-align: center;
  margin: 0 0 2em 0;
}
main.main ul:not(.no-list):not(.slick-dots),
main.main ol:not(.no-list):not(.slick-dots) {
  margin: 1.5em 0;
  padding-left: 1em;
}
main.main ul li p:last-of-type,
main.main ol li p:last-of-type {
  margin-bottom: 0;
}
main.main img {
  display: block;
  max-width: 100%;
  height: auto;
}
main.main table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
main.main picture {
  display: block;
}
main.main figure {
  margin: 0;
}
main.main b,
main.main strong {
  font-weight: bold;
}
main.main hr {
  border: 0;
  border-top: 1px solid #000;
  margin: var(--spacer-md) 0;
}

nav.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.nav-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex: 0 0;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  font-size: var(--font-size-nav-main);
  line-height: 1.1;
}
section.nav-main header {
  display: flex;
  justify-content: center;
  margin: 0 var(--body-padding);
  padding: var(--header-padding-y) 0;
}
section.nav-main header .logo {
  height: var(--header-inner-height);
  width: auto;
}
section.nav-main header .logo * {
  fill: #000;
}
section.nav-main nav.main {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
section.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.nav-main a {
  color: #000;
  display: block;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
}
section.nav-main .active > a,
section.nav-main a:hover {
  color: #97a685;
}

body.nav-open .nav-main {
  transform: translateX(0);
}

.btn, form input[type=submit],
form button[type=submit] {
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  padding: 0.25em 1em;
  border: 0;
  background-color: #97a685;
  border-radius: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn:hover, form input[type=submit]:hover,
form button[type=submit]:hover {
  background-color: #c9d1c0;
}

form input[type=text],
form input[type=email],
form input[type=number],
form textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0.25em 0.5em;
  border: 0;
  background-color: #ccc;
}
form .checkbox-group,
form .checkbox-group label {
  display: flex;
}
form .checkbox-group input[type=checkbox] {
  position: relative;
  left: 0.8em;
  z-index: 0;
  -webkit-appearance: none;
}
form .checkbox-group input[type=checkbox] + label::before {
  content: "";
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  flex-shrink: 0;
  border-radius: 0.25em;
  border: 0.25em solid #ccc;
  background-color: #ccc;
  margin: 0.075em 1em 0 0;
  z-index: 5;
}
form .checkbox-group input[type=checkbox]:checked + label::before {
  background-color: #000;
}
form .form-group {
  margin-bottom: 0.75em;
}
form .hp-group {
  display: none;
}
form .form-control {
  width: 100%;
}
form .error {
  font-size: var(--font-size-error);
  color: #ff0000;
}
form .msg-success {
  color: #00ff00;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.icon, .nav-toggle {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}

button.icon, button.nav-toggle {
  cursor: pointer;
}

.icon-close {
  background-image: url("../images/icons/close.svg");
}

.icon-nav {
  background-image: url("../images/icons/nav.svg");
}

.overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: var(--overlay-bg-color);
  color: var(--overlay-color);
  padding: 0 var(--body-padding) var(--header-padding-y);
  text-align: center;
  transition: translate 0.3s ease-in-out;
  translate: 0 0;
}
@media (max-width: 759px) {
  .overlay {
    font-size: var(--font-size-h3);
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .overlay {
    font-size: var(--font-size-h2);
  }
}
.overlay.closed {
  translate: 0 -100%;
}
.overlay__close svg {
  position: absolute;
  top: var(--header-padding-y);
  right: var(--body-padding);
  max-width: 1.875rem;
  height: auto;
  cursor: pointer;
}
.overlay__close svg .icon-fill {
  fill: var(--overlay-color);
}
.overlay__logo {
  display: flex;
  justify-content: center;
  padding: var(--header-padding-y) 0;
}
.overlay__logo svg {
  height: var(--header-inner-height);
  width: auto;
  fill: var(--overlay-color);
}
.overlay__text {
  margin-top: auto;
  margin-bottom: var(--header-padding-y);
}
.overlay__link {
  display: flex;
  justify-content: center;
}
.overlay__link a {
  color: var(--overlay-color);
  font-size: var(--font-size-lead);
}

.appointment {
  position: fixed;
  right: var(--body-padding);
  bottom: var(--body-padding);
  background-color: #97a685;
  width: var(--appointment-size);
  height: var(--appointment-size);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--appointment-font-size);
  text-transform: uppercase;
  transform: rotate(-10deg);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  border-radius: 50%;
  z-index: 1000;
}
.appointment, .appointment:visited, .appointment:hover {
  color: #fff;
  text-decoration: none;
}
.appointment:hover {
  background-color: #7e8f69;
  transform: rotate(-15deg);
}

.cover {
  position: relative;
  z-index: 750;
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover img {
  height: auto;
}
@media (max-width: 759px) {
  .cover img {
    width: 75vw;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .cover img {
    width: 50vw;
  }
}

footer.content-info {
  padding: var(--spacer-md);
}
footer.content-info .container {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 759px) {
  footer.content-info .container > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (40px - 40px * 1));
    max-width: calc(99.9% * 1 - (40px - 40px * 1));
    width: calc(99.9% * 1 - (40px - 40px * 1));
  }
  footer.content-info .container > div:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  footer.content-info .container > div:last-child {
    margin-right: 0;
  }
  footer.content-info .container > div:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  footer.content-info .container > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (40px - 40px * 1/3));
    max-width: calc(99.9% * 1/3 - (40px - 40px * 1/3));
    width: calc(99.9% * 1/3 - (40px - 40px * 1/3));
  }
  footer.content-info .container > div:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  footer.content-info .container > div:last-child {
    margin-right: 0;
  }
  footer.content-info .container > div:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
footer.content-info .container > div :first-child {
  margin-top: 0;
}
@media (max-width: 759px) {
  footer.content-info .container > div:not(:last-child) {
    margin-bottom: var(--spacer-lg);
  }
}
footer.content-info .container > div h3 {
  font-size: var(--font-size-body);
  font-weight: bold;
  margin: 0 0 1em;
  text-transform: none;
}
.banner {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  padding: 0 var(--body-padding);
  background-color: #fff;
}
.banner .brand {
  display: flex;
  justify-content: center;
  padding: var(--header-padding-y) 0;
  border-bottom: 1px solid #000;
}
.banner .brand .logo {
  height: var(--header-inner-height);
  width: auto;
}
.banner .brand .logo * {
  fill: #000;
  transition: fill 0.3s ease-in-out;
}
.banner .brand .logo:hover * {
  fill: #97a685;
}

.nav-toggle {
  position: fixed;
  top: var(--header-padding-y);
  right: var(--body-padding);
  width: var(--header-inner-height);
  height: var(--header-inner-height);
  z-index: 2000;
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .nav-toggle:hover .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .nav-toggle:hover .line:nth-child(2) {
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-toggle:hover .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}
.nav-toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.nav-toggle .line:nth-child(1) {
  top: 36%;
}
.nav-toggle .line:nth-child(2) {
  top: 50%;
}
.nav-toggle .line:nth-child(3) {
  top: 64%;
}

body.nav-open .nav-toggle .line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
body.nav-open .nav-toggle .line:nth-child(2) {
  transform: translateY(-50%) rotate(315deg);
}
body.nav-open .nav-toggle .line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(315deg);
}

main.main {
  padding: calc(var(--header-inner-height) + 2 * var(--header-padding-y) + 1px) var(--body-padding) 0;
}
main.main section {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #000;
  padding-bottom: var(--spacer-md);
}
@media (max-width: 759px), (min-width: 760px) and (max-width: 1199px) {
  main.main section > .container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (40px - 40px * 1));
    max-width: calc(99.9% * 1 - (40px - 40px * 1));
    width: calc(99.9% * 1 - (40px - 40px * 1));
  }
  main.main section > .container:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  main.main section > .container:last-child {
    margin-right: 0;
  }
  main.main section > .container:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  main.main section > .container {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 8/12 - (40px - 40px * 8/12));
    max-width: calc(99.9% * 8/12 - (40px - 40px * 8/12));
    width: calc(99.9% * 8/12 - (40px - 40px * 8/12));
    margin-left: calc(99.9% * (-2/12 * -1) - (40px - 40px * (-2/12 * -1)) + 40px) !important;
  }
  main.main section > .container:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  main.main section > .container:last-child {
    margin-right: 0;
  }
  main.main section > .container:nth-child(12n) {
    margin-right: 0;
    margin-left: auto;
  }
}
main.main section .anchor-section {
  display: block;
  position: relative;
  top: calc(-1 * (var(--header-inner-height) + 2 * var(--header-padding-y)));
  visibility: hidden;
}

.openings-table {
  border-collapse: collapse;
}
.openings-table tr td:first-child {
  padding-right: 1em;
}
.openings-table tr td:first-child::after {
  content: ":";
}

.slider,
.slider *:not(.slick-dots) {
  height: 100%;
}
.slider img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.slider .slick-arrow {
  display: none !important;
}
.slider .slick-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.slider .slick-dots button {
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  margin-right: 0.35rem;
  transition: background-color 0.3s ease-in-out;
}
.slider .slick-dots .slick-active button {
  background-color: transparent;
}

.set-access .location-container {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 759px) {
  .set-access .location-container > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (40px - 40px * 1));
    max-width: calc(99.9% * 1 - (40px - 40px * 1));
    width: calc(99.9% * 1 - (40px - 40px * 1));
  }
  .set-access .location-container > div:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-access .location-container > div:last-child {
    margin-right: 0;
  }
  .set-access .location-container > div:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .set-access .location-container > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (40px - 40px * 1/2));
    max-width: calc(99.9% * 1/2 - (40px - 40px * 1/2));
    width: calc(99.9% * 1/2 - (40px - 40px * 1/2));
  }
  .set-access .location-container > div:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-access .location-container > div:last-child {
    margin-right: 0;
  }
  .set-access .location-container > div:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 759px) {
  .set-access .location-container .location-map {
    margin-bottom: var(--spacer-lg);
  }
}
.set-access .location-container .location-map .map-container {
  position: relative;
  height: 0;
  padding-top: 75%;
}
.set-access .location-container .location-map .map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.set-access .location-container .location-text h3 {
  font-size: var(--font-size-body);
  margin: 0;
  font-weight: bold;
}
.set-access .location-container .location-text > p:last-child,
.set-access .location-container .location-text > ul:last-child,
.set-access .location-container .location-text > ol:last-child,
.set-access .location-container .location-text > table:last-child {
  margin-bottom: 0;
}

.set-images {
  margin-bottom: var(--spacer-md);
}

.set-news .news-item {
  margin-bottom: var(--spacer-lg);
}
.set-news .news-item h3 {
  margin: 0 0 0.5rem;
}
.set-news .news-item picture {
  margin-bottom: var(--spacer-md);
}
.set-news .news-item .text p:last-child,
.set-news .news-item .text ol:last-child,
.set-news .news-item .text ul:last-child {
  margin-bottom: 0;
}

.set-openings .openings-table-container.has-text .openings-table {
  margin-bottom: 0.75em;
}
.set-openings .openings-table-container.has-text .text {
  margin-bottom: 1.5em;
}

.set-prices {
  overflow-x: scroll;
}
.set-prices table.pricing-table {
  width: 100%;
  margin-bottom: 0;
}
.set-prices table.pricing-table th {
  text-align: left;
  padding-top: var(--spacer-md);
}
.set-prices table.pricing-table th,
.set-prices table.pricing-table td {
  border-bottom: 1px solid #000;
  padding-right: 1em;
}

.set-products .products-list {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 759px) {
  .set-products .products-list.cols-2 .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (40px - 40px * 1));
    max-width: calc(99.9% * 1 - (40px - 40px * 1));
    width: calc(99.9% * 1 - (40px - 40px * 1));
  }
  .set-products .products-list.cols-2 .product:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-products .products-list.cols-2 .product:last-child {
    margin-right: 0;
  }
  .set-products .products-list.cols-2 .product:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .set-products .products-list.cols-2 .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/2 - (40px - 40px * 1/2));
    max-width: calc(99.9% * 1/2 - (40px - 40px * 1/2));
    width: calc(99.9% * 1/2 - (40px - 40px * 1/2));
  }
  .set-products .products-list.cols-2 .product:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-products .products-list.cols-2 .product:last-child {
    margin-right: 0;
  }
  .set-products .products-list.cols-2 .product:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 759px) {
  .set-products .products-list.cols-3 .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (40px - 40px * 1));
    max-width: calc(99.9% * 1 - (40px - 40px * 1));
    width: calc(99.9% * 1 - (40px - 40px * 1));
  }
  .set-products .products-list.cols-3 .product:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-products .products-list.cols-3 .product:last-child {
    margin-right: 0;
  }
  .set-products .products-list.cols-3 .product:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .set-products .products-list.cols-3 .product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1/3 - (40px - 40px * 1/3));
    max-width: calc(99.9% * 1/3 - (40px - 40px * 1/3));
    width: calc(99.9% * 1/3 - (40px - 40px * 1/3));
  }
  .set-products .products-list.cols-3 .product:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0;
  }
  .set-products .products-list.cols-3 .product:last-child {
    margin-right: 0;
  }
  .set-products .products-list.cols-3 .product:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 759px) {
  .set-products .products-list .product {
    margin-bottom: var(--spacer-lg);
  }
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .set-products .products-list .product {
    margin-bottom: var(--spacer-md);
  }
}
.set-products .products-list .product h3,
.set-products .products-list .product picture {
  margin: 0 0 0.5rem;
}
.set-products .products-list .product .text p:last-child,
.set-products .products-list .product .text ol:last-child,
.set-products .products-list .product .text ul:last-child {
  margin-bottom: 0;
}

.set-team {
  /*
  .team-list {
      lost-center: 100%;

      .team-member {
          @media (max-width: 759px) {
              lost-column: 1;
          }

          @media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
              lost-column: 1/3;
          }

          h3 {
              font-size: var(--font-size-body);
              font-weight: bold;
              margin: 0 0 1em;
              text-transform: none;
          }
      }
  }
  */
}
.set-team .team-foto-container picture {
  margin-bottom: var(--spacer-sm);
}
.set-team .team-foto-container picture img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 760px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1449px), (min-width: 1450px) {
  .set-team .team-foto-container.portrait img {
    width: auto;
    height: calc(100vh - var(--header-inner-height) - 2 * var(--header-padding-y) - 1px);
  }
}
.set-team .team-info {
  text-align: center;
}

.template-news-list .container {
  padding: 0 var(--spacer-md);
}

.template-404 .set-text {
  text-align: center;
  margin-bottom: var(--spacer-lg);
}
