:root {
  --green:  #0C6C65;
  --blue:   #2F465F;
  --yellow: #F8F4E5;
  --white:  #FFFFFF;
  --red:    #D81212; }

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

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

@font-face {
  font-family: OrangeSquash;
  src: url(fonts/Orange-Squash.woff2) format("woff2"), url(fonts/Orange-Squash.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

:root {
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #ddd;
  --litepicker-footer-color-bg: #fafafa;
  --litepicker-footer-box-shadow-color: #ddd;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #333;
  --litepicker-button-prev-month-color: #9e9e9e;
  --litepicker-button-next-month-color: #9e9e9e;
  --litepicker-button-prev-month-color-hover: #2196f3;
  --litepicker-button-next-month-color-hover: #2196f3;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #9e9e9e;
  --litepicker-month-week-number-color: #9e9e9e;
  --litepicker-day-width: 38px;
  --litepicker-day-color: #333;
  --litepicker-day-color-hover: #2196f3;
  --litepicker-is-today-color: #f44336;
  --litepicker-is-in-range-color: #bbdefb;
  --litepicker-is-locked-color: #9e9e9e;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #2196f3;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #2196f3;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #9e9e9e;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #2196f3;
  --litepicker-button-reset-color: #909090;
  --litepicker-button-reset-color-hover: #2196f3;
  --litepicker-highlighted-day-color: #333;
  --litepicker-highlighted-day-color-bg: #ffeb3b; }

.show-week-numbers {
  --litepicker-month-width: calc(var(--litepicker-day-width) * 8); }

.litepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8em;
  display: none; }
  .litepicker button {
    border: none;
    background: none; }
  .litepicker .container__main {
    display: flex; }
  .litepicker .container__months {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--litepicker-container-months-color-bg);
    border-radius: 5px;
    box-shadow: 0 0 5px var(--litepicker-container-months-box-shadow-color);
    width: calc(var(--litepicker-month-width) + 10px);
    box-sizing: content-box; }
    .litepicker .container__months.columns-2 {
      width: calc((var(--litepicker-month-width) * 2) + 20px); }
    .litepicker .container__months.columns-3 {
      width: calc((var(--litepicker-month-width) * 3) + 30px); }
    .litepicker .container__months.columns-4 {
      width: calc((var(--litepicker-month-width) * 4) + 40px); }
    .litepicker .container__months.split-view .month-item-header .button-previous-month,
    .litepicker .container__months.split-view .month-item-header .button-next-month {
      visibility: visible; }
    .litepicker .container__months .month-item {
      padding: 5px;
      width: var(--litepicker-month-width);
      box-sizing: content-box; }
      .litepicker .container__months .month-item-header {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        padding: 10px 5px;
        text-align: center;
        align-items: center;
        color: var(--litepicker-month-header-color); }
        .litepicker .container__months .month-item-header div {
          flex: 1; }
          .litepicker .container__months .month-item-header div > .month-item-name {
            margin-right: 5px; }
          .litepicker .container__months .month-item-header div > .month-item-year {
            padding: 0; }
        .litepicker .container__months .month-item-header .reset-button {
          color: var(--litepicker-button-reset-color); }
          .litepicker .container__months .month-item-header .reset-button > svg {
            fill: var(--litepicker-button-reset-color); }
          .litepicker .container__months .month-item-header .reset-button * {
            pointer-events: none; }
          .litepicker .container__months .month-item-header .reset-button:hover {
            color: var(--litepicker-button-reset-color-hover); }
            .litepicker .container__months .month-item-header .reset-button:hover > svg {
              fill: var(--litepicker-button-reset-color-hover); }
        .litepicker .container__months .month-item-header .button-previous-month,
        .litepicker .container__months .month-item-header .button-next-month {
          visibility: hidden;
          text-decoration: none;
          padding: 3px 5px;
          border-radius: 3px;
          transition: color 0.3s, border 0.3s;
          cursor: default; }
          .litepicker .container__months .month-item-header .button-previous-month *,
          .litepicker .container__months .month-item-header .button-next-month * {
            pointer-events: none; }
        .litepicker .container__months .month-item-header .button-previous-month {
          color: var(--litepicker-button-prev-month-color); }
          .litepicker .container__months .month-item-header .button-previous-month > svg,
          .litepicker .container__months .month-item-header .button-previous-month > img {
            fill: var(--litepicker-button-prev-month-color); }
          .litepicker .container__months .month-item-header .button-previous-month:hover {
            color: var(--litepicker-button-prev-month-color-hover); }
            .litepicker .container__months .month-item-header .button-previous-month:hover > svg {
              fill: var(--litepicker-button-prev-month-color-hover); }
        .litepicker .container__months .month-item-header .button-next-month {
          color: var(--litepicker-button-next-month-color); }
          .litepicker .container__months .month-item-header .button-next-month > svg,
          .litepicker .container__months .month-item-header .button-next-month > img {
            fill: var(--litepicker-button-next-month-color); }
          .litepicker .container__months .month-item-header .button-next-month:hover {
            color: var(--litepicker-button-next-month-color-hover); }
            .litepicker .container__months .month-item-header .button-next-month:hover > svg {
              fill: var(--litepicker-button-next-month-color-hover); }
      .litepicker .container__months .month-item-weekdays-row {
        display: flex;
        justify-self: center;
        justify-content: flex-start;
        color: var(--litepicker-month-weekday-color); }
        .litepicker .container__months .month-item-weekdays-row > div {
          padding: 5px 0;
          font-size: 85%;
          flex: 1;
          width: var(--litepicker-day-width);
          text-align: center; }
      .litepicker .container__months .month-item:first-child .button-previous-month {
        visibility: visible; }
      .litepicker .container__months .month-item:last-child .button-next-month {
        visibility: visible; }
      .litepicker .container__months .month-item.no-previous-month .button-previous-month {
        visibility: hidden; }
      .litepicker .container__months .month-item.no-next-month .button-next-month {
        visibility: hidden; }
  .litepicker .container__days {
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: content-box; }
    .litepicker .container__days > div,
    .litepicker .container__days > a {
      padding: 5px 0;
      width: var(--litepicker-day-width); }
    .litepicker .container__days .day-item {
      color: var(--litepicker-day-color);
      text-align: center;
      text-decoration: none;
      border-radius: 3px;
      transition: color 0.3s, border 0.3s;
      cursor: default; }
      .litepicker .container__days .day-item:hover {
        color: var(--litepicker-day-color-hover);
        box-shadow: inset 0 0 0 1px var(--litepicker-day-color-hover); }
      .litepicker .container__days .day-item.is-today {
        color: var(--litepicker-is-today-color); }
      .litepicker .container__days .day-item.is-locked {
        color: var(--litepicker-is-locked-color); }
        .litepicker .container__days .day-item.is-locked:hover {
          color: var(--litepicker-is-locked-color);
          box-shadow: none;
          cursor: default; }
      .litepicker .container__days .day-item.is-in-range {
        background-color: var(--litepicker-is-in-range-color);
        border-radius: 0; }
      .litepicker .container__days .day-item.is-start-date {
        color: var(--litepicker-is-start-color);
        background-color: var(--litepicker-is-start-color-bg);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .litepicker .container__days .day-item.is-start-date.is-flipped {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
      .litepicker .container__days .day-item.is-end-date {
        color: var(--litepicker-is-end-color);
        background-color: var(--litepicker-is-end-color-bg);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        .litepicker .container__days .day-item.is-end-date.is-flipped {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .litepicker .container__days .day-item.is-start-date.is-end-date {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      .litepicker .container__days .day-item.is-highlighted {
        color: var(--litepicker-highlighted-day-color);
        background-color: var(--litepicker-highlighted-day-color-bg); }
    .litepicker .container__days .week-number {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--litepicker-month-week-number-color);
      font-size: 85%; }
  .litepicker .container__footer {
    text-align: right;
    padding: 10px 5px;
    margin: 0 5px;
    background-color: var(--litepicker-footer-color-bg);
    box-shadow: inset 0px 3px 3px 0px var(--litepicker-footer-box-shadow-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .litepicker .container__footer .preview-date-range {
      margin-right: 10px;
      font-size: 90%; }
    .litepicker .container__footer .button-cancel {
      background-color: var(--litepicker-button-cancel-color-bg);
      color: var(--litepicker-button-cancel-color);
      border: 0;
      padding: 3px 7px 4px;
      border-radius: 3px; }
      .litepicker .container__footer .button-cancel * {
        pointer-events: none; }
    .litepicker .container__footer .button-apply {
      background-color: var(--litepicker-button-apply-color-bg);
      color: var(--litepicker-button-apply-color);
      border: 0;
      padding: 3px 7px 4px;
      border-radius: 3px;
      margin-left: 10px;
      margin-right: 10px; }
      .litepicker .container__footer .button-apply:disabled {
        opacity: 0.7; }
      .litepicker .container__footer .button-apply * {
        pointer-events: none; }
  .litepicker .container__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: var(--litepicker-tooltip-color-bg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
    visibility: hidden; }
    .litepicker .container__tooltip:before {
      position: absolute;
      bottom: -5px;
      left: calc(50% - 5px);
      border-top: 5px solid rgba(0, 0, 0, 0.12);
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      content: ""; }
    .litepicker .container__tooltip:after {
      position: absolute;
      bottom: -4px;
      left: calc(50% - 4px);
      border-top: 4px solid var(--litepicker-tooltip-color-bg);
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      content: ""; }

html, body {
  height: 100%; }

body {
  font-family: OrangeSquash;
  background: url("img/sand-classic.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--blue); }

header {
  color: var(--green);
  max-width: 33rem;
  margin: 1.375rem auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  header h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: normal;
    margin: auto; }
  header p {
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center; }

.wrapper {
  padding-bottom: 3rem; }

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--green);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear; }

@keyframes l20-1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%); }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%); } }

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg); }
  49.99% {
    transform: scaleY(1) rotate(135deg); }
  50% {
    transform: scaleY(-1) rotate(0deg); }
  100% {
    transform: scaleY(-1) rotate(-135deg); } }

#progress {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 1.3125rem auto; }
  #progress li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    position: relative;
    opacity: 0.25; }
    #progress li span {
      transform: translateY(1px); }
  #progress li:not(:first-child) {
    margin-left: 24px; }
  #progress li:not(:first-child):before {
    content: "";
    display: block;
    width: 25px;
    border-top: 1px solid;
    position: absolute;
    right: 100%; }
  #progress li.active {
    opacity: 1; }

.search {
  max-width: 33rem;
  margin: 3.75rem auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.datepicker {
  display: block;
  margin-bottom: 1.5rem; }
  .datepicker__wrapper {
    position: relative; }
  .datepicker__label {
    display: block;
    width: 100%;
    color: var(--blue);
    margin-bottom: 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.25px;
    line-height: 1; }
  .datepicker__input {
    background-color: var(--green);
    color: var(--white);
    border: 0 none;
    border-radius: 0.875rem;
    width: 100%;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1; }
    .datepicker__input::-moz-placeholder {
      color: var(--white); }
    .datepicker__input::placeholder {
      color: var(--white); }
  .datepicker__deco {
    position: absolute;
    width: 3.125rem;
    padding: 0.75rem;
    right: 0;
    pointer-events: none; }

.guestpicker {
  display: block;
  margin-bottom: 1.5rem; }
  .guestpicker__wrapper {
    position: relative; }
  .guestpicker__label {
    display: block;
    width: 100%;
    color: var(--blue);
    margin-bottom: 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.25px;
    line-height: 1; }
  .guestpicker__input {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    background-color: var(--green);
    color: var(--white);
    border: 0 none;
    border-radius: 0.875rem;
    width: 100%;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1; }
    .guestpicker__input::-moz-placeholder {
      color: var(--white); }
    .guestpicker__input::placeholder {
      color: var(--white); }
  .guestpicker__minus, .guestpicker__plus {
    position: absolute;
    cursor: pointer;
    width: 3.125rem;
    padding: 0.75rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .guestpicker__minus {
    left: 0; }
  .guestpicker__plus {
    right: 0; }

.timepicker {
  display: block; }
  .timepicker__wrapper {
    position: relative; }
  .timepicker__label {
    display: block;
    width: 100%;
    color: var(--blue);
    margin-bottom: 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.25px;
    line-height: 1; }
  .timepicker__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--green);
    color: var(--white);
    border: 0 none;
    border-radius: 0.875rem;
    width: 100%;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1; }
    .timepicker__input::-moz-placeholder {
      color: var(--white); }
    .timepicker__input::placeholder {
      color: var(--white); }
  .timepicker__deco {
    position: absolute;
    width: 3.125rem;
    padding: 0.75rem;
    right: 0;
    pointer-events: none; }

.find {
  max-width: 33rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .find__button {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    background-color: var(--green);
    color: var(--white);
    border: 0 none;
    border-radius: 0.875rem;
    width: 100%;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1; }

.slots {
  display: block;
  width: 100%;
  max-width: 33rem;
  padding: 1.5rem;
  margin: 0 auto;
  position: relative; }
  .slots__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center; }
    .loading .slots__indicator {
      display: flex; }
  .slots form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem;
    min-height: 6.75rem; }
  .slots p {
    grid-column: 1/span 3;
    margin: 0;
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center; }
    .slots p a {
      text-decoration: none;
      color: var(--green); }
  .slots button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid var(--green);
    border-radius: 0.875rem;
    background-color: var(--yellow);
    color: var(--blue);
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: lowercase; }

.promolist {
  display: block;
  max-width: 33rem;
  margin: 0 auto;
  position: relative; }
  .promolist__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    display: none;
    justify-content: center;
    align-items: center; }
    .loading .promolist__indicator {
      display: flex; }
  .promolist__items {
    min-height: 10rem; }
  .promolist__item {
    border-top: 1px solid var(--blue);
    padding: 1.5rem;
    display: grid;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem; }
    .promolist__item:first-child {
      border-color: var(--green); }
    .promolist__item:last-child {
      border-bottom: 1px solid var(--blue); }
    .promolist__item h2 {
      font-size: 1.75rem;
      letter-spacing: 0.5px;
      line-height: 1;
      margin: 0 0 0.5rem;
      font-weight: normal;
      grid-column: 1; }
    .promolist__item .p {
      margin-bottom: 1rem; }
      .promolist__item .p p {
        font-family: paralucent, sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0;
        margin-bottom: 0.5rem;
        grid-column: 1; }
      .promolist__item .p button {
        display: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        font-family: paralucent, sans-serif;
        font-weight: 500;
        font-style: normal;
        color: var(--green); }
      .promolist__item .p.overflowed button, .promolist__item .p.more button {
        display: inline-block; }
      .promolist__item .p.overflow p, .promolist__item .p.overflowed p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
      .promolist__item .p.overflowed span:last-of-type {
        display: none; }
      .promolist__item .p.more span:first-of-type {
        display: none; }
    .promolist__item .img {
      width: 10rem;
      height: 10rem;
      position: relative;
      grid-column: 2;
      grid-row: 1;
      justify-self: right; }
      .promolist__item .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .promolist__item input {
      visibility: hidden;
      position: fixed; }
    .promolist__item input + label {
      font-size: 1.25rem;
      letter-spacing: 1px;
      line-height: 1;
      color: var(--green);
      display: inline-block;
      border: 2px solid var(--green);
      border-radius: 0.5rem;
      background: transparent;
      padding: 0.6rem 1.5rem 0.4rem;
      grid-column: 1;
      justify-self: left;
      align-self: start; }
    .promolist__item input:checked + label {
      background-color: var(--green);
      color: var(--yellow); }
      .promolist__item input:checked + label:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' aria-hidden='true' viewBox='0 0 36 36'%3E%3Cpath fill='%23F8F4E5' d='M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z'/%3E%3C/svg%3E");
        width: 0.875rem;
        height: 0.875rem;
        display: inline-block;
        margin-left: 0.5rem;
        background-size: contain;
        margin-bottom: -1px; }
  .promolist__actions {
    padding: 1.5rem;
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem; }
    .promolist__actions a, .promolist__actions button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0 none;
      border-radius: 0.875rem;
      width: 100%;
      height: 3.125rem;
      padding: 0.875rem 0.8125rem 0.75rem;
      text-align: center;
      -moz-text-align-last: center;
           text-align-last: center;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      line-height: 1; }
    .promolist__actions a {
      border: 2px solid var(--green);
      color: var(--green);
      text-decoration: none; }
    .promolist__actions button {
      background-color: var(--green);
      color: var(--yellow); }
      .promolist__actions button:disabled {
        opacity: 0.75; }

.details {
  display: block;
  max-width: 33rem;
  margin: 0 auto;
  border-top: 1px solid var(--green);
  padding: 1.5rem; }
  .details form[inert] {
    opacity: 0.7;
    pointer-events: none; }
  .details__input {
    margin-bottom: 1.5rem; }
    .details__input label {
      font-size: 1.5rem;
      letter-spacing: 0.25px;
      line-height: 1; }
    .details__input input, .details__input textarea {
      display: block;
      width: 100%;
      border: 2px solid var(--green);
      color: var(--blue);
      border-radius: 0.25rem;
      background: transparent;
      padding: 0.5rem;
      font-family: paralucent, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.25rem; }
    .details__input.checkbox label {
      font-family: paralucent, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1rem;
      position: relative;
      padding-left: 2rem;
      display: block; }
      .details__input.checkbox label:after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border: 2px solid var(--blue);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0; }
    .details__input.checkbox input {
      position: fixed;
      visibility: hidden; }
      .details__input.checkbox input:checked + label:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' aria-hidden='true' viewBox='0 0 36 36'%3E%3Cpath fill='%232F465F' d='M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z'/%3E%3C/svg%3E");
        background-size: 0.7rem;
        background-repeat: no-repeat;
        background-position: center; }
    .details__input.textarea {
      border-top: 1px solid var(--blue);
      margin: 0 -1.5rem;
      padding: 1.5rem; }
    .details__input p {
      font-family: paralucent, sans-serif;
      font-weight: 500;
      font-style: normal;
      margin: 0.25rem 0; }
  .details__error {
    display: none;
    color: var(--red);
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 0.25rem; }
    .details__error.error {
      display: block; }
  .details__global-error {
    display: none;
    color: var(--red);
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 0.25rem; }
    .details__global-error.error {
      display: block; }
  .details__actions {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem; }
    .details__actions a, .details__actions button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0 none;
      border-radius: 0.875rem;
      width: 100%;
      height: 3.125rem;
      padding: 0.875rem 0.8125rem 0.75rem;
      text-align: center;
      -moz-text-align-last: center;
           text-align-last: center;
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      line-height: 1; }
    .details__actions a {
      border: 2px solid var(--green);
      color: var(--green);
      text-decoration: none; }
    .details__actions button {
      background-color: var(--green);
      color: var(--yellow); }
      .details__actions button:disabled {
        opacity: 0.75; }

stripe-form {
  display: block;
  max-width: 33rem;
  margin: 0 auto;
  border-top: 1px solid var(--green);
  padding: 1.5rem; }
  stripe-form h3 {
    font-size: 1.5rem;
    letter-spacing: 0.25px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    margin: 0 0 1rem; }
  stripe-form p {
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 1.5rem; }
  stripe-form .StripeElement {
    display: block;
    width: 100%;
    border: 2px solid var(--green);
    color: var(--blue);
    border-radius: 0.25rem;
    background: transparent;
    padding: 0.5rem;
    font-family: paralucent, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem; }
  stripe-form .fieldset {
    display: flex;
    flex-grow: 1;
    -moz-column-gap: 1rem;
         column-gap: 1rem; }
    stripe-form .fieldset > div {
      width: 100%; }

.success header {
  display: block;
  max-width: 100%;
  background-color: var(--green);
  margin: 0;
  padding: 3.5625rem 0 4.1875rem;
  text-align: center; }

.success h1 {
  color: var(--yellow);
  padding: 0 1.5rem; }

.success ul {
  max-width: 30rem;
  padding: 1.5rem;
  margin: 0 auto;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  line-height: 1.5625rem; }

.success li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem; }
  .success li svg {
    width: 2rem;
    margin-right: 1rem;
    transform: translateY(-2px); }

.success__actions1 {
  max-width: 33rem;
  padding: 1.5rem;
  margin: 0 auto 1.5rem; }
  .success__actions1 a {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0 none;
    border-radius: 0.875rem;
    width: 100%;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1;
    background: var(--green);
    color: var(--yellow);
    text-decoration: none; }

.success__actions2 {
  max-width: 33rem;
  padding: 1.5rem;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--blue); }
  .success__actions2 h2 {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    margin: 0;
    font-weight: normal; }
  .success__actions2 a {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0 none;
    border-radius: 0.875rem;
    height: 3.125rem;
    padding: 0.875rem 0.8125rem 0.75rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1;
    border: 2px solid var(--green);
    color: var(--green);
    text-decoration: none;
    flex-grow: 1; }
