/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  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;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .underline {
    text-decoration-line: underline;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:visible {
    @media (width >= 48rem) {
      visibility: visible;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:no-underline {
    @media (width >= 48rem) {
      text-decoration-line: none;
    }
  }
  .lg\:mx-2 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@charset "UTF-8";
.module--padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.module--padding-top {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .module--padding-top {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-top {
    padding-top: 48px;
  }
}
.module--padding-bottom {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module--padding-bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-bottom {
    padding-bottom: 48px;
  }
}
.module--padding-both {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module--padding-both {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-both {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.button__underline {
  position: relative;
  align-self: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #404d6a;
  width: fit-content;
  font-family: basefont, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  cursor: pointer;
}
.button__underline:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #404d6a;
  width: 100%;
  left: 0;
  bottom: -3px;
}

/* Ivy Presto Display — headfont */
/* Thin */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
/* Thin Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
/* SemiBold */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* SemiBold Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Book */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Book Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Demi */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* Demi Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-DemiItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
/* Light Alt */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/NeutraText-LightAlt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Alt Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/NeutraText-LightAltItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
.hs-form-field {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

.hs-form-field input,
.hs-form-field select {
  height: 3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #404d6a;
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
  background: none;
  color: #404d6a;
}

.hs-form-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #404d6a;
  text-align: left;
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  font-size: 1rem;
  pointer-events: none;
}

.hs-form-field input.filled ~ label,
.hs-form-field input:focus ~ label {
  top: 0;
  left: 0;
  font-size: 12px;
  color: #404d6a;
}

.hs-form-field input:hover {
  border-bottom: 1px solid #404d6a;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.entryError .underline,
.entrySuccess .underline {
  display: none;
}

.hs-form-field legend {
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #404d6a;
}

.hs-form-field textarea {
  border: none;
  border-bottom: 1px solid #404d6a;
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
  background: none;
  color: #404d6a;
  width: 100%;
}

.hs-fieldtype-select label,
.hs-fieldtype-text label,
.hs-fieldtype-textarea label,
.hs-fieldtype-file label {
  position: relative !important;
}

.location-info-map__map-container {
  border: 1px solid rgba(64, 77, 106, 0.2);
}
.location-info-map__map-container .location_info_map__item {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.location-info-map__map-container .location_info_map__item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 16px;
}
.location-info-map__map-container .location_info_map__item p {
  font-family: basefont, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.location-info-map__next-available-appointment-container {
  border: 1px solid rgba(64, 77, 106, 0.2);
}
.location-info-map__next-available-appointment-container img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .location-info-map__next-available-appointment-container img {
    height: 250px;
  }
}
.location-info-map__next-available-appointment-container .location-info-map__next-appointments__card-container {
  border: 1px solid #404d6a;
}
.location-info-map__next-available-appointment-container .location-info-map__appointments__swiper-pagination {
  width: auto;
  margin: 0px 24px;
}

.location-info-map__directions-cta {
  padding: 0px;
  text-decoration: underline;
}
.location-info-map__directions-cta img {
  display: inline;
  width: 25px;
  height: 38px;
}

.location-info-map__map {
  background: 50%/cover;
  height: 150px;
  color: #404d6a;
}
.location-info-map__map .map-marker {
  width: 38px;
  height: 38px;
  fill: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .location-info-map__map {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .location-info-map__map {
    flex: 3 3;
    height: 250px;
  }
}

.location-info-map__actions {
  margin-top: 24px;
  gap: 18px;
}

.location-info-map__desc p {
  margin-top: 24px;
  width: 90%;
}
.location-info-map__desc h2 {
  width: 90%;
}

.location-info-map__secondary-cta-with-icon {
  padding: 0px;
  margin-left: 18px;
  min-width: 50px;
}
.location-info-map__secondary-cta-with-icon svg {
  display: inline;
  width: 25px;
  height: 38px;
}
@media (min-width: 1024px) {
  .location-info-map__secondary-cta-with-icon svg {
    width: 30px;
    height: 46px;
  }
}

.location-info-map__primary-info {
  position: relative;
}
@media (max-width: 639px) {
  .location-info-map__primary-info p {
    font-size: 12px;
  }
}

.location-info-map__operation-hours-copy {
  display: flex;
}
.location-info-map__operation-hours-copy p {
  margin: 0px 8px !important;
}
.location-info-map__operation-hours-copy:hover {
  cursor: default;
}
.location-info-map__operation-hours-copy.hasDropdown:hover {
  cursor: pointer;
}
.location-info-map__operation-hours-copy .location-info-map__reverse-caret-down-icon {
  transform: rotate(180deg);
}

.location-info-map__other-details__schedule {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 1rem;
}
.location-info-map__other-details__schedule span {
  font-size: 14px;
}

.location-info-map__operation-hours-data {
  position: absolute;
  background-color: #FEFCF5;
  padding: 24px;
  z-index: 99;
  border: 1px solid #404d6a;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  min-width: max-content;
  right: 0;
  left: 0;
}
.location-info-map__operation-hours-data.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 639px) {
  .location-info-map__operation-hours-data {
    min-width: 90vw;
  }
}

@media (min-width: 1024px) {
  .location-info-map__hours-of-operation {
    display: contents !important;
  }
}

.location-info-map__info {
  position: relative;
}

@media (max-width: 767px) {
  .location-info-map__appointments__swiper-pagination {
    position: relative !important;
    height: 1px !important;
    margin: 0 !important;
  }
}

.location-info-map__appointments__swiper-pagination .swiper-pagination-progressbar {
  background-color: rgba(64, 77, 106, 0.5019607843) !important;
}

.location-info-map__appointments__swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #404d6a !important;
  height: 2px !important;
  top: unset !important;
  bottom: -0.5px !important;
}

.location-info-map__next-appointments__card__location img, .location-info-map__next-appointments__card__day img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 639px) {
  .location-info-map__next-appointments__card__location, .location-info-map__next-appointments__card__day {
    font-size: 14px;
  }
}

.location-info-map__next-appointments__spinner-container {
  display: flex;
  width: 100%;
}
.location-info-map__next-appointments__spinner-container .location-info-map__next-appointments__spinner {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 5px solid #404d6a;
  border-bottom-color: #ECEDF0;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@tailwind components;
@tailwind utilities;
/* 
Add tailwind css below
*/