[hidden] {
  display: none !important;
}

.pm-inline-fit {
  width: fit-content;
}

.pm-home-stack > * + * {
  margin-top: 1rem;
}

.pm-home-stat-copy > * + * {
  margin-top: 0.5rem;
}

.pm-home-about-card-copy {
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
}

.pm-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-doctor-detail-related-link {
  display: block;
}

.pm-doctor-detail-related-link > * + * {
  margin-top: 1.25rem;
}

.pm-home-hero-mobile {
  min-height: 13rem;
}

.pm-home-hero-carousel,
.pm-home-hero-slide-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.pm-home-hero-carousel__nav {
  position: absolute;
  bottom: 1.5rem;
  z-index: 10;
}

.pm-home-hero-carousel__nav--previous {
  left: 1.5rem;
}

.pm-home-hero-carousel__nav--next {
  right: 1.5rem;
}

.pm-home-hero-slide-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.pm-not-found-card {
  min-height: clamp(18rem, 42vh, 34rem);
}

@media (max-width: 1023px) {
  .pm-home-hero-slide-image {
    aspect-ratio: 2;
  }
}

@media (min-width: 768px) {
  .pm-home-hero-mobile {
    min-height: 16rem;
  }
}

@media (min-width: 1024px) {
  .pm-home-hero-mobile {
    display: none;
  }
}

@media (min-width: 1536px) {
  .pm-home-hero-carousel__nav--previous {
    left: 2.5rem;
  }

  .pm-home-hero-carousel__nav--next {
    right: 2.5rem;
  }

  .pm-home-hero-slide-image {
    aspect-ratio: 16 / 9;
  }
}

.pm-site-messages {
  padding-top: 1.5rem;
}

.pm-site-message {
  padding: 1rem 1.25rem;
  border: 1px solid #a7f3d0;
  border-radius: 1.5rem;
  background: #ecfdf5;
  color: #065f46;
  font-size: 0.875rem;
  font-weight: 600;
}

.pm-footer-shortcuts {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.pm-vanilla-form-control {
  box-sizing: border-box;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.875rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 1.35rem;
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.pm-vanilla-form-control:focus {
  border-color: #2979ff;
  box-shadow: 0 0 0 4px rgba(41, 121, 255, 0.1);
}

.pm-vanilla-form-control--textarea {
  min-height: 7rem;
  resize: vertical;
}

.pm-contact-form-status {
  margin: 0;
  color: #b42318;
  font-weight: 600;
}

.pm-feedback-kind__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  color: currentColor;
  font-size: 1.25rem;
  font-weight: 700;
}

.pm-feedback-rating button {
  font-size: 1.75rem;
  line-height: 1;
}

.pm-feedback-rating button:not(.is-active) {
  color: #cbd5e1;
}

.pm-footer-cookie-settings {
  color: #fff;
  min-height: 44px;
  padding-block: 0.65rem;
}

.styles-module-scss-module__FjWLjq__footer_info > .styles-module-scss-module__FjWLjq__logo {
  display: inline-flex;
  min-width: 44px;
  min-height: 64px;
  align-self: start;
  align-items: center;
  justify-content: center;
}

.pm-doctor-detail-about-card [data-doctor-tab-button] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.pm-specialists-chip-strip {
  overflow-x: auto;
  scrollbar-width: none;
}

.pm-specialists-chip-strip::-webkit-scrollbar {
  display: none;
}

.pm-specialists-chip-strip .swiper-wrapper {
  width: max-content;
}

.pm-doctor-badge-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #d34b30;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.pm-vanilla-doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.pm-vanilla-doctor-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.45rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.pm-vanilla-doctor-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.5rem;
  object-fit: cover;
}

.pm-vanilla-doctor-card strong,
.pm-vanilla-doctor-card span {
  overflow-wrap: anywhere;
}

[data-home-hero-slider] [data-hero-slide] {
  display: none;
}

[data-home-hero-slider] [data-hero-slide].is-active {
  display: block;
}

[data-home-hero-slider] .swiper-wrapper,
[data-home-hero-slider] [data-hero-slide],
[data-home-hero-slider] .pm-home-hero-slide-frame {
  width: 100%;
  height: 100%;
}

[data-home-hero-slider] .swiper-pagination-bullet {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  border: 0;
  background: transparent;
  opacity: 1;
}

[data-home-hero-slider] .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
}

[data-home-hero-slider] .swiper-pagination-bullet-active::before {
  inset: 0.775rem;
  background: #fff;
}

.pm-doctor-detail-notice-card .styles-module-scss-module__W3tbia__link {
  min-height: 2.75rem;
  align-items: center;
}

.pm-feedback-consents input {
  width: 1.5rem;
  height: 1.5rem;
}

.pm-feedback-consents label {
  min-height: 2.25rem;
  align-items: center;
}

.pm-home-mobile-extra-slide {
  display: none !important;
}

.pm-home-slider-actions {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.pm-home-slider-actions .styles-module-scss-module__b0kHjW__nav_button {
  display: grid;
  place-items: center;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  line-height: 1;
}

.pm-home-slider-actions .pm-slider-arrow-icon,
.pm-home-slider-actions .styles-module-scss-module__b0kHjW__next .pm-slider-arrow-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transform: none;
}

[data-home-doctor-track] {
  transition: transform 320ms ease;
  will-change: transform;
}

.pm-home-promo-modal-open {
  overflow: hidden;
}

.styles-module-scss-module__odg6pW__search_button {
  border: 0;
  color: var(--pm-brand-700, #174caf);
  cursor: pointer;
}

.pm-site-search-layer {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  justify-items: center;
  align-items: start;
  visibility: hidden;
  opacity: 0;
  padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem 0.75rem;
  pointer-events: none;
  transition: visibility 180ms ease, opacity 180ms ease;
}

.pm-site-search-layer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.pm-site-search-layer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(5px);
}

.pm-site-search-layer__panel {
  position: relative;
  width: min(42rem, 100%);
  margin-top: clamp(3.5rem, 9vh, 7rem);
  border: 1px solid rgba(199, 219, 255, 0.95);
  border-radius: 1.5rem;
  background: #fff;
  padding: 1rem;
}

.pm-site-search-layer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.pm-site-search-layer__head h2 {
  margin: 0;
  color: var(--pm-ink-900, #0f172a);
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.15;
}

.pm-site-search-layer__close {
  display: grid;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(199, 219, 255, 0.95);
  border-radius: 50%;
  background: #f5f9ff;
  color: var(--pm-brand-700, #174caf);
  cursor: pointer;
}

.pm-site-search-layer__form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 3.6rem;
  border: 1px solid rgba(149, 185, 248, 0.82);
  border-radius: 1.15rem;
  background: #f8fbff;
  padding: 0.35rem 0.4rem 0.35rem 0.85rem;
  color: var(--pm-brand-700, #174caf);
}

.pm-site-search-layer__form:focus-within {
  border-color: var(--pm-brand-500, #2979ff);
  box-shadow: 0 0 0 3px rgba(41, 121, 255, 0.12);
}

.pm-site-search-layer__form input {
  min-width: 0;
  height: 2.75rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pm-ink-900, #0f172a);
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.pm-site-search-layer__form input:focus,
.pm-site-search-layer__form input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.pm-site-search-layer__form input::placeholder {
  color: rgba(71, 85, 105, 0.7);
}

.pm-site-search-layer__form button {
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.9rem;
  background: var(--pm-brand-600, #1f64e4);
  color: #fff;
  font: inherit;
  font-weight: 850;
  padding: 0.65rem 1rem;
  cursor: pointer;
}

body.pm-site-search-open {
  overflow: hidden;
}

@media (min-width: 1536px) {
  .pm-site-search-layer {
    display: none;
  }
}

@media (max-width: 960px) {
  .pm-vanilla-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pm-site-search-layer {
    padding-inline: 0.5rem;
  }

  .pm-site-search-layer__panel {
    margin-top: 3.75rem;
    border-radius: 1.25rem;
    padding: 0.85rem;
  }

  .pm-site-search-layer__form {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.45rem 0.65rem;
  }

  .pm-site-search-layer__form button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .pm-vanilla-doctor-grid {
    grid-template-columns: 1fr;
  }
}
