:root {
  --syncbooking_textcolor: white;
  --syncbooking_maincolor: #a55c5b;
  --syncbooking_buttoncolor: #ada7a2;
  --syncbooking_white\<deleted\|variable-c160dffb-a295-c520-3227-11b4504ee3c8\>: white;
  --syncbooking_buttoncolor_text: white;
  --syncbooking_barfont: "DM Sans", sans-serif;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.syncbooking_fieldtitle {
  color: var(--syncbooking_textcolor);
  border-color: #fff;
  width: auto;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.syncbooking_menu_footer {
  z-index: 99999;
  grid-column-gap: normal;
  grid-row-gap: 16px;
  background-color: var(--syncbooking_maincolor);
  border-color: #333;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 15%;
  padding: 10px 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.syncbooking_form {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr .5fr .5fr .5fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.syncbooking_button {
  background-color: var(--syncbooking_buttoncolor);
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  display: block;
}

.syncbooking_fields_standard_1 {
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.syncbooking_select {
  background-color: var(--syncbooking_maincolor);
  color: var(--syncbooking_textcolor);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #000;
  height: 32px;
  margin-bottom: 0;
  padding: 0 4px 0 2px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.syncbooking_text {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--syncbooking_white\<deleted\|variable-c160dffb-a295-c520-3227-11b4504ee3c8\>);
  background-color: var(--syncbooking_maincolor);
  color: var(--syncbooking_textcolor);
  height: 32px;
  margin-bottom: 0;
  padding: 0 4px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.syncbooking_text::placeholder {
  color: #fff;
}

.syncbooking_boldtext {
  font-family: DM Sans, sans-serif;
  font-size: 17px;
}

.syncbooking_button_right, .syncbooking_button_left {
  text-align: center;
  background-color: #000;
  flex: 0 auto;
  align-self: auto;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.syncbooking_menu_footer_mobile {
  z-index: 99999;
  grid-column-gap: normal;
  grid-row-gap: 16px;
  background-color: #a55c5b;
  border-color: #333;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 15%;
  padding: 8px 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.syncbooking_form_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr .5fr .5fr .5fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.syncbooking_body {
  font-family: DM Sans, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.custom-datepicker {
  display: none;
}

@media screen and (max-width: 991px) {
  .syncbooking_menu_footer {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .syncbooking_form {
    grid-column-gap: 2px;
    grid-template-columns: 1fr .5fr .5fr .5fr .5fr 2fr;
  }

  .syncbooking_select {
    width: 50px;
  }

  .syncbooking_menu_footer_mobile {
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .syncbooking_menu_footer {
    margin-left: 0%;
    margin-right: 0%;
    display: none;
    inset: auto 0% 0%;
  }

  .syncbooking_form {
    grid-template-columns: 1.75fr .5fr .5fr .5fr .5fr 1.5fr;
  }

  .syncbooking_button {
    display: block;
  }

  .syncbooking_boldtext {
    font-size: 16px;
    font-weight: 400;
  }

  .syncbooking_button_right {
    background-color: #a55c5b;
    border: 1px solid #000;
    width: 100%;
  }

  .syncbooking_quick_stack {
    grid-column-gap: 8px;
    padding: 0 8px;
  }

  .syncbooking_button_left {
    width: 100%;
  }

  .syncbooking_menu_footer_mobile {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    inset: auto 0% 0%;
  }

  .syncbooking_form_mobile {
    grid-template-columns: 1fr;
    display: block;
  }

  .syncbooking_contact_mobile_big {
    background-color: var(--syncbooking_buttoncolor);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
  }

  .syncbooking_book_mobile_big {
    background-color: var(--syncbooking_maincolor);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .syncbooking_fieldtitle {
    display: none;
  }

  .syncbooking_menu_footer {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .syncbooking_form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .syncbooking_button {
    background-color: #a55c5b;
    margin-bottom: 2px;
    padding-bottom: 8px;
    display: none;
  }

  .syncbooking_fields_standard_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .syncbooking_boldtext {
    color: var(--syncbooking_textcolor);
    text-align: center;
    width: 100%;
    font-family: DM Sans, sans-serif;
    font-size: 15px;
  }

  .syncbooking_button_right {
    background-color: var(--syncbooking_maincolor);
    border: 1.5px solid #000;
    width: 100%;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .syncbooking_quick_stack {
    grid-column-gap: 5px;
    padding: 10px 6px;
    line-height: 11px;
  }

  .syncbooking_button_left {
    background-color: var(--syncbooking_buttoncolor);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1.5px solid #000;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .syncbooking_menu_footer_mobile {
    background-color: var(--syncbooking_maincolor);
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: block;
  }

  .syncbooking_form_mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .syncbooking_book_mobile {
    background-color: var(--syncbooking_maincolor);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
  }

  .syncbooking_contact_mobile, .syncbooking_contact_mobile_big {
    background-color: var(--syncbooking_buttoncolor);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
  }

  .syncbooking_book_mobile_big {
    background-color: var(--syncbooking_maincolor);
    text-align: center;
    border: 1px solid #000;
    width: 100%;
  }
}

#wf-form-syncbooking_form.w-node-_2b02a144-a29b-4ff1-0096-58c7c6edaf39-32c5e373, #wf-form-syncbooking_form_mobile.w-node-_1cf1ba9f-2be9-e872-7e74-167a744aa4c7-32c5e373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cf1ba9f-2be9-e872-7e74-167a744aa4dd-32c5e373 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

@media screen and (max-width: 767px) {
  #w-node-_1cf1ba9f-2be9-e872-7e74-167a744aa4dd-32c5e373 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cf1ba9f-2be9-e872-7e74-167a744aa4dd-32c5e373 {
    display: grid;
  }
}


