/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/about-us-page/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-patient-profit-about-us-page {
  --about-ink: #e2e8f0;
  --about-muted: rgba(226, 232, 240, 0.78);
  --about-deep: #0b1220;
  --about-panel: rgba(15, 23, 42, 0.6);
  --about-edge: rgba(148, 163, 184, 0.2);
  --about-accent: #38bdf8;
  --about-accent-strong: #2563eb;
  --about-section-padding: clamp(3.5rem, 8vw, 7rem);
  padding: 0;
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
  margin: 0 !important;
  color: var(--about-ink);
  font-family: var(--wp--preset--font-family--inter, sans-serif);
}
.wp-block-patient-profit-about-us-page.wp-block {
  margin-block: 0 !important;
}
.wp-block-patient-profit-about-us-page .about-hero.wp-block-cover {
  min-height: 100vh;
  min-height: 100svh;
  text-align: center;
  background-color: var(--about-deep);
}
.wp-block-patient-profit-about-us-page .about-hero .wp-block-cover__inner-container {
  width: 100%;
  padding: var(--about-section-padding) 6vw;
}
.wp-block-patient-profit-about-us-page .about-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  text-align: center;
}
.wp-block-patient-profit-about-us-page .about-hero__title {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-family: var(--wp--preset--font-family--sora, serif);
  margin: 0;
}
.wp-block-patient-profit-about-us-page .about-hero__subtitle {
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  line-height: 1.6;
  color: var(--about-muted);
  max-width: 60ch;
  margin: 0 auto;
}
.wp-block-patient-profit-about-us-page .about-hero__actions {
  justify-content: center;
  gap: 16px;
}
.wp-block-patient-profit-about-us-page .about-hero__actions .wp-block-button__link {
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--about-accent), #22d3ee);
  border: none;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.4);
  color: #041427;
}
.wp-block-patient-profit-about-us-page .about-hero__actions .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--about-ink);
  border: 1px solid rgba(226, 232, 240, 0.4);
  box-shadow: none;
}
.wp-block-patient-profit-about-us-page .about-section__title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-family: var(--wp--preset--font-family--sora, serif);
}
.wp-block-patient-profit-about-us-page .about-section__text {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
  color: var(--about-muted);
  margin: 0;
}
.wp-block-patient-profit-about-us-page .about-tiles {
  padding: var(--about-section-padding) 6vw;
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.7), rgba(6, 95, 167, 0.2));
}
.wp-block-patient-profit-about-us-page .about-tiles__columns {
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.wp-block-patient-profit-about-us-page .about-tiles__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: min(70vh, 520px);
}
.wp-block-patient-profit-about-us-page .about-tiles__card {
  --tile-fill: 0;
  position: sticky;
  top: calc(120px + var(--tile-index, 0) * 20px);
  z-index: calc(10 + var(--tile-index, 0));
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(10, 16, 30, 0.72);
  border: 1px solid var(--about-edge);
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.35);
  overflow: hidden;
}
.wp-block-patient-profit-about-us-page .about-tiles__card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "icon title percent" "icon text text";
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  align-items: center;
}
.wp-block-patient-profit-about-us-page .about-tiles__card > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "icon title percent" "icon text text";
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  align-items: center;
}
.wp-block-patient-profit-about-us-page .about-tiles__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(56, 189, 248, 0.35), rgba(37, 99, 235, 0.45));
  transform: scaleX(var(--tile-fill, 0));
  transform-origin: left;
  transition: transform 200ms ease;
  z-index: 0;
}
.wp-block-patient-profit-about-us-page .about-tiles__card > * {
  position: relative;
  z-index: 1;
}
.wp-block-patient-profit-about-us-page .about-tiles__icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  flex: 0 0 auto;
  max-width: 44px;
  margin: 0;
  grid-area: icon;
}
.wp-block-patient-profit-about-us-page .about-tiles__icon img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-patient-profit-about-us-page .about-tiles__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
  grid-area: title;
}
.wp-block-patient-profit-about-us-page .about-tiles__percent {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: percent;
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.8);
  justify-self: end;
  min-width: 4.5rem;
  text-align: right;
  white-space: nowrap;
}
.wp-block-patient-profit-about-us-page .about-tiles__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  margin: 0;
  color: var(--about-muted);
  font-size: 0.95rem;
  line-height: 1.4;
  grid-area: text;
}
.wp-block-patient-profit-about-us-page .about-stats {
  padding: var(--about-section-padding) 6vw;
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.2), transparent 65%), linear-gradient(135deg, #0b1220, #111b30);
}
.wp-block-patient-profit-about-us-page .about-stats__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  text-align: center;
}
.wp-block-patient-profit-about-us-page .about-stats__grid {
  gap: 24px;
}
.wp-block-patient-profit-about-us-page .about-stat {
  background: rgba(15, 23, 42, 0.6);
  border-radius: 20px;
  border: 1px solid var(--about-edge);
  padding: 28px 20px;
  text-align: center;
}
.wp-block-patient-profit-about-us-page .about-stat__value {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  color: var(--about-accent);
  margin: 0 0 0.35rem;
}
.wp-block-patient-profit-about-us-page .about-stat__label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  color: var(--about-muted);
  margin: 0;
}
.wp-block-patient-profit-about-us-page .about-story {
  padding: var(--about-section-padding) 6vw;
  background: #0a101e;
}
.wp-block-patient-profit-about-us-page .about-story__columns {
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.wp-block-patient-profit-about-us-page .about-story .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid var(--about-edge);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
}
.wp-block-patient-profit-about-us-page .about-ambient.wp-block-cover {
  min-height: 55vh;
  min-height: 55svh;
  overflow: hidden;
  position: relative;
  background-color: #0a101c;
}
.wp-block-patient-profit-about-us-page .about-ambient .wp-block-cover__image-background,
.wp-block-patient-profit-about-us-page .about-ambient .wp-block-cover__video-background {
  filter: blur(20px);
  transform: scale(1.08);
  will-change: transform;
}
.wp-block-patient-profit-about-us-page .about-ambient .wp-block-cover__image-background {
  background-attachment: fixed;
}
.wp-block-patient-profit-about-us-page .about-ambient__text {
  max-width: 60ch;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #e2e8f0;
  text-align: center;
}
html.theme-light .wp-block-patient-profit-about-us-page {
  --about-ink: #0f172a;
  --about-muted: rgba(30, 41, 59, 0.75);
  --about-deep: #f8fafc;
  --about-panel: rgba(255, 255, 255, 0.9);
  --about-edge: rgba(148, 163, 184, 0.4);
  --about-accent: #2563eb;
  --about-accent-strong: #1d4ed8;
  color: var(--about-ink);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-hero.wp-block-cover {
  background-color: var(--about-deep);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-tiles {
  background: linear-gradient(140deg, rgba(248, 250, 252, 0.95), rgba(219, 234, 254, 0.8));
}
html.theme-light .wp-block-patient-profit-about-us-page .about-tiles__card {
  background: rgba(248, 250, 252, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-tiles__card::before {
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.2), rgba(59, 130, 246, 0.35));
}
html.theme-light .wp-block-patient-profit-about-us-page .about-stats {
  background: radial-gradient(circle at top, rgba(37, 99, 235, 0.18), transparent 65%), linear-gradient(135deg, #f8fafc, #e2e8f0);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-stat {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-story {
  background: #f1f5f9;
}
html.theme-light .wp-block-patient-profit-about-us-page .about-story .wp-block-image img {
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}
html.theme-light .wp-block-patient-profit-about-us-page .about-ambient.wp-block-cover {
  background-color: #e2e8f0;
}
html.theme-light .wp-block-patient-profit-about-us-page .about-ambient__text {
  color: #0f172a;
}
@media (max-width: 900px) {
  .wp-block-patient-profit-about-us-page .about-hero__actions {
    flex-direction: column;
    align-items: center;
  }
  .wp-block-patient-profit-about-us-page .about-tiles__columns,
  .wp-block-patient-profit-about-us-page .about-story__columns {
    gap: 32px;
  }
  .wp-block-patient-profit-about-us-page .about-stat {
    padding: 22px 16px;
  }
}

/*# sourceMappingURL=style-index.css.map*/