﻿@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);*,*::before,*::after {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

html,body {
    margin: 0;
    height: 100%
}

button:focus-visible {
    outline: 2px solid #4a90e2!important;
    outline: -webkit-focus-ring-color auto 5px!important
}

a {
    text-decoration: none
}

@font-face {
    font-family: "Manrope";
    src: local("Manrope")
}

@font-face {
    font-family: "Manrope-Medium";
    src: local("Manrope-Medium");
    font-weight: 500
}

@font-face {
    font-family: "Manrope-Bold";
    src: local("Manrope-Bold");
    font-weight: 700
}

@font-face {
    font-family: "Manrope-SemiBold";
    src: local("Manrope-SemiBold");
    font-weight: 600
}

:root {
    --rpr-light-blue: rgba(242, 249, 255, 1);
    --rpr-dark: rgba(40, 37, 96, 1);
    --rpr-white: rgba(255, 255, 255, 1);
    --rpr-light-copy: rgba(114, 133, 163, 1);
    --rpr-orange: rgba(217, 102, 39, 1);
    --rpr-orange-cta: rgba(198, 83, 38, 1);
    --white-80: rgba(255, 255, 255, 0.8);
    --h0-font-family: "Manrope", Helvetica;
    --h0-font-weight: 500;
    --h0-font-size: 48px;
    --h0-letter-spacing: -0.25px;
    --h0-line-height: 120%;
    --h0-font-style: normal;
    --h1-font-family: "Manrope", Helvetica;
    --h1-font-weight: 500;
    --h1-font-size: 38px;
    --h1-letter-spacing: -0.25px;
    --h1-line-height: 120%;
    --h1-font-style: normal;
    --h2-font-family: "Manrope", Helvetica;
    --h2-font-weight: 500;
    --h2-font-size: 22px;
    --h2-letter-spacing: -0.25px;
    --h2-line-height: 120%;
    --h2-font-style: normal;
    --h3-font-family: "Manrope", Helvetica;
    --h3-font-weight: 500;
    --h3-font-size: 18px;
    --h3-letter-spacing: -0.25px;
    --h3-line-height: 120%;
    --h3-font-style: normal;
    --body-copy-font-family: "Manrope", Helvetica;
    --body-copy-font-weight: 500;
    --body-copy-font-size: 15px;
    --body-copy-letter-spacing: -0.0375px;
    --body-copy-line-height: 140%;
    --body-copy-font-style: normal;
    --CTA-font-family: "Manrope", Helvetica;
    --CTA-font-weight: 700;
    --CTA-font-size: 14px;
    --CTA-letter-spacing: 1.4px;
    --CTA-line-height: 140%;
    --CTA-font-style: normal;
    --small-print-font-family: "Manrope", Helvetica;
    --small-print-font-weight: 500;
    --small-print-font-size: 13px;
    --small-print-letter-spacing: -0.0325px;
    --small-print-line-height: 140%;
    --small-print-font-style: normal;
    --module-small-font-family: "Manrope", Helvetica;
    --module-small-font-weight: 600;
    --module-small-font-size: 10px;
    --module-small-letter-spacing: 0;
    --module-small-line-height: 140%;
    --module-small-font-style: normal;
    --module-blue: 0px 3px 7px 0px rgba(40, 37, 96, 0.08), 0px 14px 14px 0px rgba(40, 37, 96, 0.07), 0px 30px 18px 0px rgba(40, 37, 96, 0.04), 0px 54px 22px 0px rgba(40, 37, 96, 0.01), 0px 85px 24px 0px rgba(40, 37, 96, 0);
    --rpr-margin: 164px;
    --rpr-section-outer: 80px;
    --rpr-section-inner: 64px;
    --rpr-inner-gap: 136px;
    --rpr-tiles-gap: 24px
}

#loading {
    min-height: 100px;
    background: url(../../../images/layout/loading.gif) 50% 50% no-repeat
}

.loading {
    min-height: 100px;
    background: url(../../../images/layout/loading.gif) 50% 50% no-repeat
}

.results {
    width: 100%
}

.results .disclaimer {
    margin-top: 44px;
    font-size: var(--h3-font-size)!important
}

.star-rating-wrapper {
    position: relative;
    width: 90px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/images/new_rpr/starrating_50.svg) left center repeat-x;
    background-size: contain
}

.star-rating-mask {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 2;
    pointer-events: none
}

.networkprofile {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    background-color: var(--rpr-light-blue)
}

.networkprofile .line {
    height: 3px;
    z-index: 9;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .icon-16 {
    position: relative;
    width: 16px;
    height: 16px
}

.networkprofile .icon-24 {
    position: relative;
    width: 24px;
    height: 24px
}

.networkprofile .icon-32 {
    position: relative;
    width: 32px;
    height: 32px
}

.networkprofile .icon-48 {
    position: relative;
    width: 48px;
    height: 48px;
    aspect-ratio: 1
}

.networkprofile .star-15 {
    position: relative;
    width: 15px;
    height: 15px
}

.networkprofile .star-10 {
    position: relative;
    width: 10px;
    height: 10px
}

.networkprofile .content-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .stack-md {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .row-md {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .icon-text-row {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .list-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .inline-group {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .inline-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .stars-row {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .star-group {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .section-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .info-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top: var(--rpr-dark) solid 2px;
    padding: 20px 0
}

.networkprofile .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .span {
    color: #282560;
    letter-spacing: var(--body-copy-letter-spacing);
    font-family: var(--body-copy-font-family);
    font-style: var(--body-copy-font-style);
    font-weight: var(--body-copy-font-weight);
    line-height: var(--body-copy-line-height);
    font-size: var(--body-copy-font-size)
}

.networkprofile .read-more-link {
    color: #7184a3;
    letter-spacing: var(--body-copy-letter-spacing);
    font-family: var(--body-copy-font-family);
    font-style: var(--body-copy-font-style);
    font-weight: var(--body-copy-font-weight);
    line-height: var(--body-copy-line-height);
    font-size: var(--body-copy-font-size);
    cursor: pointer
}

.networkprofile .text-muted {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-light-copy);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    white-space: nowrap;
    font-style: var(--body-copy-font-style)
}

.networkprofile .body-text {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .section-title {
    align-self: stretch;
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h1-font-size);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--h1-font-style)
}

.networkprofile .section-title-center {
    justify-content: center;
    margin-top: -1px;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h1-font-size);
    text-align: center;
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    font-style: var(--h1-font-style)
}

.networkprofile .section-heading {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h1-font-size);
    text-align: center;
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style)
}

.networkprofile .p {
    position: relative;
    display: -webkit-box;
    align-items: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--rpr-light-copy);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--h3-font-style)
}

.networkprofile .p a {
    color: var(--rpr-light-copy)
}

.networkprofile .line-2 {
    height: 1px;
    margin-top: -1px;
    object-fit: cover;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .line-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover
}

.networkprofile .cta {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-self: stretch;
    width: 100%;
    background-color: var(--rpr-orange);
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 100px;
    cursor: pointer;
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.cta:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .cta-text {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--CTA-font-family);
    font-weight: var(--CTA-font-weight);
    color: var(--rpr-white);
    font-size: var(--CTA-font-size);
    letter-spacing: var(--CTA-letter-spacing);
    line-height: var(--CTA-line-height);
    white-space: nowrap;
    font-style: var(--CTA-font-style)
}

.networkprofile .btn-outline {
    all: unset;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--rpr-orange);
    display: flex;
    position: relative;
    flex: 1;
    flex-grow: 1;
    cursor: pointer
}

.networkprofile .cta-text-outline {
    color: var(--rpr-orange);
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--CTA-font-family);
    font-weight: var(--CTA-font-weight);
    font-size: var(--CTA-font-size);
    letter-spacing: var(--CTA-letter-spacing);
    line-height: var(--CTA-line-height);
    white-space: nowrap;
    font-style: var(--CTA-font-style)
}

.networkprofile .cta-2 {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-self: stretch;
    width: 100%;
    border: 1px solid;
    border-color: var(--rpr-orange);
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 100px;
    cursor: pointer
}

.networkprofile .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    background-color: var(--rpr-orange);
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 60px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 100px;
    cursor: pointer;
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .button:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .network-hero {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: var(--rpr-section-inner);
    padding: var(--rpr-section-inner) var(--rpr-margin) 0;
    background-color: var(--rpr-light-blue);
    width: 100%
}

.networkprofile .network-avatar {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 8.93px;
    overflow: hidden
}

.networkprofile .network-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8.93px
}

.networkprofile .network-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-left: 24px
}

.networkprofile .network-header-block {
    display: flex;
    flex-direction: left;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding-top: 8px;
    flex: 1;
    align-self: stretch;
    width: 100%
}

.networkprofile .network-header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1
}

.networkprofile .network-details {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%
}

.networkprofile .network-about-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    flex: 1;
    align-self: stretch
}

.networkprofile .about-practice {
    position: relative;
    align-self: stretch;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: #fff0;
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-style: var(--body-copy-font-style)
}

.networkprofile .rating-sidebar {
    display: flex;
    flex-direction: column;
    width: 390px;
    min-width: 280px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    z-index: 1
}

.networkprofile .rating-badge {
    gap: 16px;
    padding: 16px 32px 16px 24px;
    align-self: stretch;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--rpr-white);
    border-radius: 16px;
    box-shadow: var(--module-blue);
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .rating-badge:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .rating-big-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--h0-font-family);
    font-weight: var(--h0-font-weight);
    color: var(--rpr-orange);
    font-size: var(--h0-font-size);
    text-align: right;
    letter-spacing: var(--h0-letter-spacing);
    line-height: var(--h0-line-height);
    white-space: nowrap;
    font-style: var(--h0-font-style)
}

.networkprofile .rating-stars-group {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative
}

.networkprofile .review-count-sm {
    position: relative;
    display: -webkit-box;
    align-items: center;
    width: fit-content;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--body-copy-font-style)
}

.networkprofile .ai-summary-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 24px 18px;
    position: relative;
    flex: 0 0 auto;
    align-self: flex-start;
    width: 100%;
    background-color: var(--rpr-white);
    border-radius: 8px;
    box-shadow: var(--module-blue);
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .ai-summary-card:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .ai-title {
    position: relative;
    align-self: stretch;
    height: 20px;
    margin-top: -1px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: var(--h3-font-style)
}

.networkprofile .patients {
    position: relative;
    display: -webkit-box;
    align-items: center;
    flex: 1;
    align-self: stretch;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: #fff0;
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    font-style: var(--body-copy-font-style)
}

.networkprofile .section-nav {
    position: relative;
    top: 0;
    background-color: var(--rpr-light-blue);
    padding: var(--rpr-section-inner) var(--rpr-margin);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto
}

.networkprofile .nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    position: relative;
    flex: 0 0 auto;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--rpr-light-copy);
    width: 100%
}

.networkprofile .nav-link--active {
    position: relative!important;
    width: fit-content!important;
    margin-top: -1px!important;
    font-family: var(--body-copy-font-family)!important;
    font-weight: 700!important;
    color: var(--rpr-dark)!important;
    font-size: var(--body-copy-font-size)!important;
    letter-spacing: var(--body-copy-letter-spacing)!important;
    line-height: var(--body-copy-line-height)!important;
    white-space: nowrap!important;
    font-style: var(--body-copy-font-style)!important;
    cursor: pointer!important;
    text-decoration: none!important;
    padding-bottom: 5px!important
}

.networkprofile .nav-link--active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--rpr-dark)
}

.networkprofile .nav-link {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-light-copy);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    white-space: nowrap;
    font-style: var(--body-copy-font-style);
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 5px;
    transition: color 0.3s ease
}

.networkprofile .nav-link:hover {
    color: var(--rpr-dark)
}

.networkprofile .review-breakdown {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    padding: 0 var(--rpr-margin) var(--rpr-section-outer);
    position: relative;
    align-self: stretch;
    width: 100%;
    z-index: 4;
    border-radius: 16px
}

.networkprofile .rating-overview {
    flex-direction: column;
    width: 260px;
    justify-content: center;
    gap: 24px;
    padding: 16px 32px 32px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--rpr-white);
    border-radius: 16px;
    box-shadow: var(--module-blue)
}

.networkprofile .rating-display {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.networkprofile .rating-xl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    margin-top: -1px;
    font-family: "Manrope-Bold",Helvetica;
    font-weight: 700;
    color: var(--rpr-orange);
    font-size: 72px;
    text-align: right;
    letter-spacing: -.25px;
    line-height: 86.4px;
    white-space: nowrap
}

.networkprofile .review-count {
    position: relative;
    display: -webkit-box;
    align-items: center;
    width: fit-content;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--h3-font-style)
}

.networkprofile .rating-details {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding-left: 24px;
    position: relative;
    flex: 1
}

.networkprofile .rating-bars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .bar-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .rating-label {
    height: 12px;
    gap: 3px;
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .bar-value {
    justify-content: flex-end;
    width: 10.5px;
    margin-top: -1px;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Manrope-SemiBold",Helvetica;
    font-weight: 600;
    color: var(--rpr-dark);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px
}

.networkprofile .progress-track {
    height: 9px;
    position: relative;
    flex: 1;
    flex-grow: 1
}

.networkprofile .progress-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: var(--rpr-white);
    border-radius: 150px
}

.networkprofile .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    background-color: var(--rpr-dark);
    border-radius: 150px
}

.networkprofile .bar-count {
    position: relative;
    display: flex;
    align-items: center;
    width: 37.5px;
    margin-top: -1px;
    font-family: "Manrope-SemiBold",Helvetica;
    font-weight: 600;
    color: var(--rpr-dark);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px
}

.networkprofile .category-ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 16px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .category-col {
    flex-direction: column;
    min-width: 200px;
    align-items: flex-start;
    gap: 6px;
    display: flex;
    position: relative;
    flex: 1
}

.networkprofile .category-item {
    gap: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .score-value {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    position: relative;
    flex: 0 0 auto
}

.networkprofile .category-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 24px;
    font-family: "Manrope-SemiBold",Helvetica;
    font-weight: 600;
    color: var(--rpr-orange);
    font-size: 15px;
    text-align: right;
    letter-spacing: 0;
    line-height: 21px
}

.networkprofile .category-label {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .specialties-location {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px 24px;
    padding: 0 var(--rpr-margin) var(--rpr-section-outer);
    position: relative;
    align-self: stretch;
    width: 100%;
    z-index: 3
}

.networkprofile .specialties-section {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    flex: 1
}

.networkprofile .specialties-location.no-procedures .location-section {
    flex: 0 0 100%;
    max-width: 100%
}

.networkprofile .specialties-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--rpr-section-inner);
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .specialties-grid {
    display: flex;
    flex-wrap: wrap;
    min-width: 250px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .specialties-col {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    height: 396px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    flex: 1
}

.networkprofile .treatment-card,.networkprofile .treatment-card-2 {
    gap: 20px;
    display: flex;
    flex-direction: column;
    min-width: 150px;
    min-height: 186px;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--module-blue);
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .treatment-card:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .tile-cosmeticsurgery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.networkprofile .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 16px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    backdrop-filter: blur(12px) brightness(100%);
    -webkit-backdrop-filter: blur(12px) brightness(100%)
}

.networkprofile .title {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style)
}

.networkprofile .title a {
    color: var(--rpr-dark);
    text-decoration: none
}

.networkprofile .star-review-count {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    color: var(--rpr-dark);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    white-space: nowrap;
    font-style: var(--small-print-font-style)
}

.networkprofile .location-section {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex: 1
}

.networkprofile .module-location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--module-blue)
}

.networkprofile .location-map {
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    object-fit: cover
}

.networkprofile .location-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 28px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--rpr-white)
}

.networkprofile .contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .contact-text {
    position: relative;
    flex: 1;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    color: var(--rpr-dark);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    font-style: var(--small-print-font-style)
}

.networkprofile .contact-text a {
    color: var(--rpr-dark);
    text-decoration: none
}

.networkprofile .contact-text a:hover,.networkprofile .contact-text a:visited {
    color: var(--rpr-dark)
}

.networkprofile .location-details .body-text {
    font-size: var(--h3-font-size);
    font-weight: 700;
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height)
}

.networkprofile .location-details .body-text a {
    color: var(--rpr-dark);
    text-decoration: none
}

.networkprofile .location-details .body-text a:hover,.networkprofile .location-details .body-text a:visited {
    color: var(--rpr-dark)
}

.networkprofile .review-summary-outer {
    flex-direction: column;
    gap: 64px;
    padding: 0 24px;
    width: 100%;
    z-index: 2;
    background-color: var(--rpr-light-blue);
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch
}

.networkprofile .summary-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: var(--rpr-section-inner) var(--rpr-inner-gap);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--rpr-white);
    border-radius: 32px
}

.networkprofile .ai-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .summary-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .satisfaction-grid {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    align-items: flex-start;
    gap: var(--rpr-section-inner);
    position: relative;
    flex: 1
}

.networkprofile .satisfaction-cards {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .satisfaction-col {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 1
}

.networkprofile .satisfaction {
    display: flex;
    height: 118px;
    align-items: center;
    gap: 24px;
    padding: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #f9fcff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--module-blue)
}

.networkprofile .satisfaction-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    flex: 1;
    align-self: stretch
}

.networkprofile .sc-bedside {
    position: relative;
    width: 36px;
    height: 36px
}

.networkprofile .satisfaction-label {
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    position: relative;
    flex: 1;
    color: var(--rpr-dark);
    font-style: var(--body-copy-font-style)
}

.networkprofile .sentiment-positive {
    color: #3c8f6b;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style)
}

.networkprofile .sentiment-negative {
    color: #b94b4b;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style)
}

.networkprofile .sentiment-neutral {
    color: #d0a13a;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    align-self: stretch;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style)
}

.networkprofile .summary-text-block {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex: 1;
    gap: 24px
}

.networkprofile .jump-link {
    display: inline-flex;
    height: 40px;
    gap: 4px;
    padding: 10px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--rpr-light-copy);
    align-items: center;
    cursor: pointer
}

.networkprofile .jump-link-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "Manrope-Medium",Helvetica;
    font-weight: 500;
    color: var(--rpr-light-copy);
    font-size: 15px;
    text-align: center;
    letter-spacing: -.04px;
    line-height: 18px;
    white-space: nowrap
}

.networkprofile .reviews-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--rpr-section-inner);
    padding: var(--rpr-section-outer) var(--rpr-margin);
    position: relative;
    align-self: stretch;
    width: 100%;
    z-index: 1;
    background-color: var(--rpr-light-blue)
}

.networkprofile .inline-rating-num {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-orange);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    white-space: nowrap;
    font-style: var(--body-copy-font-style)
}

.networkprofile .inline-review-count {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    white-space: nowrap;
    font-style: var(--body-copy-font-style)
}

.networkprofile .filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px 0 12px;
    position: relative;
    background-color: var(--rpr-white);
    border-radius: 1000px;
    border: 1px solid;
    border-color: var(--rpr-light-copy);
    cursor: pointer
}

.networkprofile .filter-label {
    display: flex;
    align-items: center;
    color: var(--rpr-dark);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    position: relative;
    flex: 1;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-style: var(--small-print-font-style);
    white-space: nowrap
}

.networkprofile .nav-search-2 {
    display: flex;
    height: 34.6px;
    align-items: center;
    gap: 8px;
    padding: 0 12px 0 12px;
    position: relative;
    flex: 1;
    background-color: var(--rpr-white);
    border-radius: 20px;
    border: 1px solid;
    border-color: var(--rpr-light-copy)
}

.networkprofile .search {
    position: relative;
    width: 20px;
    height: 20px
}

.networkprofile .search-icon-wrapper {
    position: relative;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 13px;
    height: 13px
}

.networkprofile .vector-2 {
    position: absolute;
    width: 40.89%;
    height: 40.89%;
    top: 59.11%;
    left: 59.11%
}

.networkprofile .vector-3 {
    position: absolute;
    width: 101.3%;
    height: 101.3%;
    top: 0;
    left: 0
}

.networkprofile .search-placeholder {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    color: var(--rpr-light-copy);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    white-space: nowrap;
    font-style: var(--small-print-font-style)
}

.networkprofile .search-placeholder:focus {
    outline: none
}

.networkprofile .reviews-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--rpr-tiles-gap);
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-bottom: 15px
}

.networkprofile .profile-review {
    display: flex;
    min-width: 225px;
    align-items: flex-start;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--rpr-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--module-blue);
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .profile-review:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .review-card-body {
    display: flex;
    flex-direction: row;
    min-height: 315px;
    align-items: stretch;
    gap: 16px;
    padding: 24px 28px;
    position: relative;
    flex: 1
}

.networkprofile .review-provider-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 120px;
    flex-shrink: 0
}

.networkprofile .review-provider-left>a {
    display: block;
    width: 120px;
    height: 220px
}

.networkprofile .review-provider-photo {
    width: 120px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block
}

.networkprofile .review-provider-left>a>.review-provider-photo {
    width: 100%;
    height: 100%
}

.networkprofile .review-provider-name {
    text-align: center;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-size: var(--small-print-font-size);
    color: var(--rpr-dark);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    width: 100%
}

.networkprofile .review-provider-name a {
    color: var(--rpr-dark)
}

.networkprofile .review-card-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0
}

.networkprofile .review-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 2px;
    position: relative;
    flex: 1
}

.networkprofile .review-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 3px;
    position: relative;
    align-self: stretch
}

.networkprofile .review-rating {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 33px;
    margin-top: -1px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: #d96627;
    font-size: var(--h2-font-size);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    white-space: nowrap;
    font-style: var(--h2-font-style)
}

.networkprofile .review-procedure {
    position: relative;
    display: block;
    align-self: stretch;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .review-procedure a {
    color: var(--rpr-dark)
}

.networkprofile .review-date {
    display: flex;
    align-items: center;
    margin-top: -1px;
    color: var(--rpr-light-copy);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    position: relative;
    flex: 1;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-style: var(--small-print-font-style)
}

.networkprofile .verified {
    width: 40px;
    height: 40px;
    position: relative;
    aspect-ratio: 1
}

.networkprofile .review-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%
}

.networkprofile .review-text {
    position: relative;
    flex: 1;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .criteria-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    position: relative;
    flex: 1
}

.networkprofile .criterion {
    gap: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .criterion-score {
    gap: 2px;
    display: inline-flex;
    align-items: center;
    position: relative
}

.networkprofile .criterion-num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 16px;
    font-family: var(--module-small-font-family);
    font-weight: var(--module-small-font-weight);
    color: var(--rpr-orange);
    font-size: var(--module-small-font-size);
    text-align: right;
    letter-spacing: var(--module-small-letter-spacing);
    line-height: var(--module-small-line-height);
    font-style: var(--module-small-font-style)
}

.networkprofile .criterion-label {
    display: flex;
    align-items: center;
    font-family: var(--module-small-font-family);
    font-weight: var(--module-small-font-weight);
    font-size: var(--module-small-font-size);
    letter-spacing: var(--module-small-letter-spacing);
    line-height: var(--module-small-line-height);
    position: relative;
    flex: 1;
    color: var(--rpr-dark);
    font-style: var(--module-small-font-style)
}

.networkprofile .reviews-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .disclaimer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    text-align: center;
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .before-after-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--rpr-section-inner);
    padding: var(--rpr-section-outer) var(--rpr-margin);
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .ba-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    align-self: stretch
}

.networkprofile .before-after-image-result {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    align-self: stretch;
    width: 100%
}

.networkprofile .ba-thumbnail-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--rpr-white);
    box-shadow: var(--module-blue);
    cursor: pointer;
    transition: box-shadow 0.3s ease,transform 0.3s ease
}

.networkprofile .ba-thumbnail-card:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .ba-thumbnail-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden
}

.networkprofile .ba-thumbnail-img-wrap .ba-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.networkprofile .ba-thumbnail-img-wrap .img-container-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.networkprofile .ba-thumbnail-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 14px;
    background-color: var(--rpr-white)
}

.networkprofile .ba-thumbnail-procedure {
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    color: var(--rpr-dark);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.networkprofile .ba-thumbnail-provider {
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-size: var(--small-print-font-size);
    color: var(--rpr-light-copy);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#beforeAfterImageModal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgb(40 37 96 / .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}

#beforeAfterImageModal.show,#beforeAfterImageModal.in {
    display: flex!important;
    align-items: center;
    justify-content: center
}

.ba-modal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    animation: baModalFadeIn 0.25s ease
}

@keyframes baModalFadeIn {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ba-modal-dialog {
    flex: 1;
    max-width: none;
    margin: 0
}

.ba-modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    background: #fff
}

.ba-modal-content .carousel {
    position: relative
}

.ba-modal-content #procedure-names {
    overflow: hidden
}

.ba-modal-content .item {
    display: none
}

.ba-modal-content .item.active {
    display: block
}

.ba-modal-content .modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px 0;
    border-bottom: none;
    background: var(--rpr-white)
}

.ba-modal-content .modal-header .close {
    font-size: 24px;
    color: var(--rpr-dark);
    opacity: .6;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1
}

.ba-modal-content .modal-header .close:hover {
    opacity: 1
}

.ba-modal-content .before-after-modal-image {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    display: block
}

.ba-modal-content .before-after-modal-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .6);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--rpr-white)
}

.before-after-modal-image-overlay span {
    font-family: "Manrope-Bold",Helvetica
}

.ba-modal-content .modal-body {
    padding: 0;
    position: relative
}

.ba-modal-provider-row {
    display: flex;
    gap: 16px;
    padding: 16px 20px;
    background: var(--rpr-white)
}

.ba-modal-provider-avatar {
    flex-shrink: 0;
    width: 72px;
    height: 108px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--rpr-light-blue)
}

.ba-modal-provider-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ba-modal-provider-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-width: 0;
    width: 100%
}

.ba-modal-procedure-label {
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-size: var(--small-print-font-size);
    color: var(--rpr-dark);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height)
}

.ba-modal-procedure-name {
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    font-size: var(--body-copy-font-size);
    color: var(--rpr-dark);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height)
}

.ba-modal-procedure-name a {
    color: var(--rpr-dark);
    font-size: var(--h3-font-size)
}

.ba-modal-provider-name {
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    font-size: var(--body-copy-font-size);
    color: var(--rpr-dark);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height)
}

.ba-modal-provider-name a {
    color: var(--rpr-dark)
}

.ba-modal-practice-name {
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-size: var(--small-print-font-size);
    color: var(--rpr-light-copy);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height)
}

.ba-modal-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 24px 24px;
    background: var(--rpr-white);
    flex-wrap: wrap
}

.ba-modal-buttons .button,.ba-modal-buttons .btn-outline {
    flex: 1;
    min-width: 140px;
    text-decoration: none;
    text-align: center
}

.ba-carousel-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--rpr-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-decoration: none;
    transition: box-shadow 0.2s ease,transform 0.2s ease;
    position: relative
}

.ba-carousel-btn::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%
}

.ba-carousel-prev::before {
    transform: translate(-30%,-50%) rotate(-135deg)
}

.ba-carousel-next::before {
    transform: translate(-70%,-50%) rotate(45deg)
}

.ba-carousel-btn:hover {
    box-shadow: 0 4px 14px rgb(217 102 39 / .5);
    transform: scale(1.08)
}

.ba-modal-content .before-after-modal-information {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    background: var(--rpr-white)
}

.ba-modal-content .before-after-procedure-names,.ba-modal-content .before-after-provider-names {
    font-family: var(--small-print-font-family);
    font-size: var(--small-print-font-size);
    color: var(--rpr-dark);
    line-height: var(--small-print-line-height)
}

.ba-modal-content .before-after-procedure-names a,.ba-modal-content .before-after-provider-names a {
    color: var(--rpr-orange)
}

.networkprofile .ba-thumbnail-img-wrap.img-container {
    background: #000
}

.networkprofile .ba-thumbnail-img-wrap.img-container .img-container-thumbnail {
    filter: blur(8px) brightness(.2);
    transform: scale(1.15)
}

.networkprofile .ba-thumbnail-img-wrap .overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    color: #fff
}

.networkprofile .ba-thumbnail-img-wrap .overlay span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: var(--small-print-font-family);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.networkprofile .ba-thumbnail-img-wrap .overlay i {
    font-size: 32px
}

.networkprofile .ba-thumbnail-card.ba-hidden {
    display: none
}

.networkprofile .ba-show-more-wrap {
    display: flex;
    justify-content: center;
    align-self: stretch;
    margin-top: 8px
}

.modal-backdrop {
    display: none!important
}

body.modal-open {
    overflow: hidden
}

.networkprofile .about-section {
    flex-direction: column;
    gap: 64px;
    padding: 0 24px 64px;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch
}

.networkprofile .about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: var(--rpr-section-inner) var(--rpr-inner-gap);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--rpr-white);
    border-radius: 32px
}

.networkprofile .about-title-row {
    display: flex;
    align-items: baseline;
    gap: 40px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .about-title {
    flex: 1;
    margin-top: -1px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h1-font-size);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--h1-font-style)
}

.networkprofile .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px 24px;
    position: relative;
    align-self: stretch;
    width: 100%
}

.networkprofile .about-bio {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    align-items: flex-start;
    gap: 40px;
    padding-right: 24px;
    position: relative;
    flex: 1
}

.networkprofile .about-credentials {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    flex: 1
}

.networkprofile .flexcontainer,.networkprofile .flexcontainer-2,.networkprofile .flexcontainer-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    border-top: 2px solid var(--rpr-light-copy);
    padding-top: 20px;
    margin-top: 20px;
    font-family: "Manrope-Bold",Helvetica;
    color: var(--rpr-dark)!important;
    font-size: 15px
}

.networkprofile .flexcontainer:first-child,.networkprofile .flexcontainer-2:first-child,.networkprofile .flexcontainer-3:first-child {
    margin-top: 0
}

.networkprofile .credential-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.networkprofile .text {
    position: relative;
    align-self: stretch;
    font-family: "Manrope-Bold",Helvetica;
    font-weight: 400;
    color: var(--rpr-dark);
    font-size: 15px;
    letter-spacing: -.04px;
    line-height: 21px
}

.networkprofile .text-2 {
    position: relative;
    align-self: stretch;
    font-family: "Manrope-Bold",Helvetica;
    font-weight: 400;
    color: #fff0;
    font-size: 15px;
    letter-spacing: -.04px;
    line-height: 21px
}

.networkprofile .credential-title {
    font-weight: 700;
    color: #282560;
    letter-spacing: -.01px
}

.networkprofile .credential-item {
    font-family: "Manrope-Medium",Helvetica;
    font-weight: 500;
    letter-spacing: -.01px
}

.networkprofile .credential-item a {
    color: var(--rpr-dark)
}

.networkprofile .credential-label {
    color: #7184a3;
    font-family: "Manrope-Medium",Helvetica;
    font-weight: 500;
    letter-spacing: -.01px
}

.networkprofile .credential-value {
    color: #282560;
    font-family: "Manrope-Medium",Helvetica;
    font-weight: 500;
    letter-spacing: -.01px
}

.networkprofile .paragraph {
    align-self: stretch;
    font-family: "Manrope-Bold",Helvetica;
    font-weight: 700;
    position: relative;
    color: var(--rpr-dark);
    font-size: 15px;
    letter-spacing: -.04px;
    line-height: 21px
}

.networkprofile .paragraph-2 {
    flex: 1;
    font-family: "Manrope-Medium",Helvetica;
    font-weight: 500;
    position: relative;
    color: var(--rpr-dark);
    font-size: 15px;
    letter-spacing: -.04px;
    line-height: 21px
}

.networkprofile .contact-section {
    flex-direction: column;
    gap: 64px;
    padding: 0 24px 80px;
    width: 100%;
    z-index: 0;
    background-color: var(--rpr-light-blue);
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch
}

.networkprofile .module-location-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    min-height: 440px;
    border-radius: 32px;
    overflow: hidden;
    background: #e5e5e5
}

.networkprofile .contact-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 0;
    display: block
}

.networkprofile .contact-grid {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 440px;
    padding: 10px;
    pointer-events: none
}

.networkprofile .contact-cards-container {
    pointer-events: auto
}

.networkprofile .contact-card {
    position: relative;
    align-self: flex-start;
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    background-color: #fffc;
    border-radius: 12px;
    box-shadow: 0 3px 7px #28256014,0 14px 14px #28256012,0 85px 24px #fff0;
    backdrop-filter: blur(8px) brightness(100%);
    -webkit-backdrop-filter: blur(8px) brightness(100%)
}

.networkprofile .contact-name {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    color: var(--rpr-dark);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--h3-font-style)
}

.networkprofile .contact-city {
    position: relative;
    align-self: stretch;
    font-family: var(--body-copy-font-family);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    font-size: var(--body-copy-font-size);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height);
    font-style: var(--body-copy-font-style)
}

.networkprofile .contact-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 6.5px;
    position: relative;
    flex: 1
}

.networkprofile .contact-info-text {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    color: var(--rpr-dark);
    font-size: var(--small-print-font-size);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height);
    font-style: var(--small-print-font-style)
}

.networkprofile .contact-info-text a {
    color: var(--rpr-dark);
    text-decoration: none
}

.networkprofile .contact-card .cta {
    padding: 10px 24px;
    border-radius: 100px
}

.networkprofile .contact-card .cta-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    width: auto;
    max-width: 100%
}

.filter-pill .select2-container {
    width: auto!important;
    min-width: 0!important;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

.filter-pill .select2-container--default .select2-selection--single {
    border: none!important;
    background: transparent!important;
    box-shadow: none!important;
    height: 33px!important;
    min-height: 33px!important;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-family: var(--body-copy-font-family,"Manrope",Helvetica)!important;
    font-size: var(--body-copy-font-size,15px)!important;
    font-weight: var(--body-copy-font-weight,500)!important;
    color: var(--rpr-dark,#282560)!important;
    width: auto!important;
    min-width: 0!important;
    max-width: 100%
}

.filter-pill .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: var(--body-copy-font-family,"Manrope",Helvetica)!important;
    font-size: var(--body-copy-font-size,15px)!important;
    font-weight: var(--body-copy-font-weight,500)!important;
    color: var(--rpr-dark,#282560)!important;
    line-height: 33px!important;
    padding-left: 0!important;
    padding-right: 24px!important;
    width: auto!important;
    min-width: 0!important;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.filter-pill .select2-container--default .select2-selection--single {
    border: none!important;
    background: transparent!important;
    box-shadow: none!important;
    height: 33px!important;
    min-height: 33px!important;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-family: var(--body-copy-font-family,"Manrope",Helvetica)!important;
    font-size: var(--body-copy-font-size,15px)!important;
    font-weight: var(--body-copy-font-weight,500)!important;
    color: var(--rpr-dark,#282560)!important;
    width: auto!important
}

.filter-pill .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: var(--body-copy-font-family,"Manrope",Helvetica)!important;
    font-size: var(--body-copy-font-size,15px)!important;
    font-weight: var(--body-copy-font-weight,500)!important;
    color: var(--rpr-dark,#282560)!important;
    line-height: 33px!important;
    padding-left: 0!important;
    padding-right: 24px!important;
    width: max-content!important
}

.filter-pill .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px!important;
    right: 8px!important;
    top: 0!important
}

.filter-pill .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7184a3 #fff0 #fff0 transparent!important;
    border-width: 6px 6px 0 6px!important
}

.filter-pill .select2-container--default.select2-container--open .select2-selection--single {
    border: none!important;
    box-shadow: none!important
}

.filter-pill .select2-container--default .select2-selection--single:focus {
    outline: none!important
}

.select2-dropdown {
    font-family: var(--body-copy-font-family,"Manrope",Helvetica)!important;
    font-size: var(--body-copy-font-size,15px)!important;
    font-weight: var(--body-copy-font-weight,500)!important;
    color: var(--rpr-dark,#282560)!important
}

.contact-cards-container {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    width: 100%
}

.inactive-locations-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    overflow-y: auto
}

.contact-inactive-card {
    transition: box-shadow 0.3s ease,transform 0.3s ease;
    gap: 12px!important;
    flex-shrink: 0;
    box-shadow: none!important
}

.contact-inactive-card:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-2px)
}

.contact-inactive-address {
    flex: 1;
    margin: 0;
    font-family: var(--body-copy-font-family);
    font-size: var(--body-copy-font-size);
    font-weight: var(--body-copy-font-weight);
    color: var(--rpr-dark);
    letter-spacing: var(--body-copy-letter-spacing);
    line-height: var(--body-copy-line-height)
}

.contact-dropdown-icon {
    flex-shrink: 0;
    margin-left: auto
}

@media (max-width: 1024px) {
    :root {
        --rpr-margin:48px;
        --rpr-section-outer: 64px;
        --rpr-section-inner: 48px;
        --rpr-inner-gap: 48px
    }

    .networkprofile {
        max-width: 100%
    }

    .networkprofile .network-hero {
        grid-template-columns: 214px 1fr;
        padding: var(--rpr-section-inner) var(--rpr-margin) 0
    }

    .networkprofile .network-avatar {
        width: 214px;
        height: 324px
    }

    .networkprofile .network-info {
        padding-left: 0;
        overflow: visible
    }

    .networkprofile .network-header-block {
        flex-direction: column;
        gap: 24px;
        overflow: visible
    }

    .networkprofile .network-details {
        flex-direction: column
    }

    .networkprofile .rating-sidebar {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 8px;
        width: calc(100% + 214px + var(--rpr-section-inner));
        margin-left: calc(-214px - var(--rpr-section-inner));
        margin-top: 36px;
        min-width: unset
    }

    .networkprofile .rating-badge {
        flex: 0 0 30%;
        min-width: unset;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        gap: 8px 12px
    }

    .networkprofile .rating-badge:only-child {
        flex: 1
    }

    .networkprofile .rating-badge .rating-stars-group {
        flex: 0 0 100%;
        align-items: center
    }

    .networkprofile .ai-summary-card {
        flex: 1;
        min-width: unset;
        align-self: stretch
    }

    .networkprofile .section-nav {
        padding: 40px var(--rpr-margin)
    }

    .networkprofile .nav-links {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 16px
    }

    .networkprofile .nav-links::-webkit-scrollbar {
        display: none
    }

    .networkprofile .review-breakdown {
        padding: 0 var(--rpr-margin) var(--rpr-section-outer);
        flex-direction: column
    }

    .networkprofile .rating-overview {
        width: 100%;
        flex-direction: row;
        padding: 24px 32px;
        display: none
    }

    .networkprofile .rating-details {
        padding-left: 0;
        width: 100%
    }

    .networkprofile .specialties-location {
        padding: 0 var(--rpr-margin) var(--rpr-section-outer);
        flex-direction: column
    }

    .networkprofile .specialties-section,.networkprofile .location-section {
        flex: none;
        width: 100%;
        min-width: unset;
        align-self: stretch
    }

    .networkprofile .specialties-col {
        height: auto
    }

    .networkprofile .summary-container {
        padding: var(--rpr-section-inner) 32px
    }

    .networkprofile .summary-content {
        flex-direction: column
    }

    .networkprofile .satisfaction-grid {
        width: 100%
    }

    .networkprofile .summary-text-block {
        min-height: auto
    }

    .networkprofile .reviews-section {
        padding: var(--rpr-section-outer) var(--rpr-margin)
    }

    .networkprofile .row-md {
        flex-wrap: wrap
    }

    .networkprofile .filter-pill {
        flex: 0 0 auto
    }

    .networkprofile .about-container {
        padding: var(--rpr-section-inner) 32px
    }

    .networkprofile .about-content {
        flex-direction: column
    }

    .networkprofile .about-bio {
        padding-right: 0
    }

    .networkprofile .about-credentials {
        width: 100%
    }

    .networkprofile .module-location-2 {
        display: flex;
        flex-direction: column;
        min-height: unset;
        overflow: hidden;
        border-radius: 32px
    }

    .networkprofile .contact-map-bg {
        position: relative;
        width: 100%;
        height: 260px;
        flex-shrink: 0;
        border-radius: 32px 32px 0 0
    }

    .networkprofile .contact-grid {
        position: relative;
        min-height: unset;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
        flex-direction: column
    }

    .networkprofile .contact-card {
        max-width: 100%;
        width: 100%
    }

    .contact-cards-container {
        max-width: 100%!important;
        width: 100%!important
    }

    .inactive-locations-list {
        max-height: none!important
    }

    .networkprofile .review-card-body {
        flex-direction: column;
        min-height: auto;
        padding: 0;
        gap: 0;
        align-items: stretch
    }

    .networkprofile .review-provider-left {
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 12px;
        padding: 12px 20px;
        background-color: var(--rpr-light-blue);
        border-radius: 0
    }

    .networkprofile .review-provider-left>a {
        width: 46px;
        height: 70px;
        flex-shrink: 0
    }

    .networkprofile .review-provider-photo {
        width: 46px;
        height: 70px;
        aspect-ratio: .66;
        border-radius: 8px;
        flex-shrink: 0
    }

    .networkprofile .review-provider-name {
        text-align: left;
        flex: 1
    }

    .networkprofile .review-card-right {
        width: 100%;
        padding: 20px 20px 24px
    }
}

@media (max-width: 768px) {
    :root {
        --rpr-margin:16px;
        --rpr-section-outer: 40px;
        --rpr-section-inner: 32px;
        --rpr-inner-gap: 24px;
        --rpr-tiles-gap: 16px
    }

    .networkprofile .network-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px var(--rpr-margin) 0;
        justify-items: center
    }

    .networkprofile .network-avatar {
        width: 260px;
        height: 394px
    }

    .networkprofile .network-info {
        padding-left: 0;
        width: 100%
    }

    .networkprofile .network-header-block {
        padding-top: 0;
        text-align: center;
        align-items: center
    }

    .networkprofile .section-title {
        justify-content: center;
        text-align: center
    }

    .networkprofile .network-details {
        flex-direction: column;
        gap: 16px
    }

    .networkprofile .rating-sidebar {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start
    }

    .networkprofile .rating-badge {
        flex: 1 1 auto;
        min-width: unset;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: unset;
        gap: 16px
    }

    .networkprofile .rating-badge:only-child {
        flex: 1 1 auto
    }

    .networkprofile .rating-badge .rating-stars-group {
        flex: unset
    }

    .networkprofile .ai-summary-card {
        flex: 1 1 auto;
        align-self: flex-start
    }

    .networkprofile .network-header-block {
        gap: 16px
    }

    .networkprofile .btn-outline {
        flex: none;
        width: 100%
    }

    .networkprofile .row-md {
        flex-direction: column;
        gap: 12px
    }

    .networkprofile .section-nav {
        padding: 32px var(--rpr-margin)
    }

    .networkprofile .nav-links {
        overflow-x: auto;
        gap: 12px;
        flex-wrap: nowrap
    }

    .networkprofile .review-breakdown {
        flex-direction: column;
        padding: 0 var(--rpr-margin) var(--rpr-section-outer)
    }

    .networkprofile .rating-overview {
        width: 100%;
        flex-direction: row;
        padding: 16px 24px
    }

    .networkprofile .rating-xl {
        font-size: 48px;
        line-height: 1.2
    }

    .networkprofile .rating-details {
        padding-left: 0
    }

    .networkprofile .category-ratings {
        flex-direction: column
    }

    .networkprofile .specialties-location {
        flex-direction: column;
        padding: 0 var(--rpr-margin) var(--rpr-section-outer)
    }

    .networkprofile .specialties-col {
        height: auto;
        flex-direction: column
    }

    .networkprofile .specialties-col .treatment-card,.networkprofile .specialties-col .treatment-card-2 {
        width: 100%;
        min-height: 160px
    }

    .networkprofile .location-section {
        min-width: 0;
        width: 100%
    }

    .networkprofile .review-summary-outer {
        padding: 0 var(--rpr-margin)
    }

    .networkprofile .summary-container {
        padding: 32px 16px;
        border-radius: 24px
    }

    .networkprofile .satisfaction-cards {
        flex-direction: column
    }

    .networkprofile .satisfaction-col {
        width: 100%
    }

    .networkprofile .satisfaction {
        height: auto;
        min-height: 80px
    }

    .networkprofile .summary-content {
        flex-direction: column;
        gap: 24px
    }

    .networkprofile .reviews-section {
        padding: var(--rpr-section-outer) var(--rpr-margin)
    }

    .networkprofile .reviews-grid {
        flex-direction: column
    }

    .networkprofile .profile-review {
        min-width: 0;
        width: 100%
    }

    .networkprofile .review-card-body {
        min-height: auto;
        padding: 0;
        flex-direction: column;
        gap: 0;
        align-items: stretch
    }

    .networkprofile .review-provider-left {
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        background-color: var(--rpr-light-blue);
        border-radius: 0
    }

    .networkprofile .review-provider-photo {
        flex: none;
        width: 46px;
        height: 70px;
        aspect-ratio: .66;
        border-radius: 8px;
        min-height: unset
    }

    .networkprofile .review-provider-left>a {
        flex: none;
        width: 46px;
        height: 70px;
        min-height: unset
    }

    .networkprofile .review-provider-name {
        text-align: left;
        flex: 1
    }

    .networkprofile .review-card-right {
        width: 100%;
        padding: 16px 16px 20px
    }

    .networkprofile .content-row {
        flex-wrap: wrap
    }

    .networkprofile .button {
        padding: 16px 40px;
        width: 100%;
        display: flex
    }

    .networkprofile .about-section {
        padding: 0 var(--rpr-margin) 40px
    }

    .networkprofile .about-container {
        padding: 32px 16px;
        border-radius: 24px;
        gap: 32px
    }

    .networkprofile .about-content {
        flex-direction: column
    }

    .networkprofile .about-bio {
        padding-right: 0
    }

    .networkprofile .contact-section {
        padding: 0 var(--rpr-margin) 40px
    }

    .networkprofile .module-location-2 {
        border-radius: 24px;
        flex-direction: column;
        min-height: unset;
        position: relative
    }

    .networkprofile .contact-map-bg {
        position: relative;
        width: 100%;
        height: 260px;
        border-radius: 24px 24px 0 0
    }

    .networkprofile .contact-grid {
        position: relative;
        min-height: unset;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }

    .networkprofile .contact-card {
        max-width: 100%;
        width: 100%;
        padding: 24px
    }

    .contact-cards-container {
        max-width: 100%!important;
        width: 100%!important
    }

    .inactive-locations-list {
        max-height: none!important
    }

    .networkprofile .stack-md .row-md {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .networkprofile .filter-pill {
        width: 100%;
        flex-shrink: 0
    }

    .networkprofile .filter-pill .select2-container,.networkprofile .filter-pill select {
        width: 100%!important
    }

    .networkprofile .nav-search-2 {
        width: 100%
    }

    .networkprofile .search-placeholder {
        height: 34.6px
    }
}

@media (min-width: 1025px) {
    .networkprofile .review-card-body {
        transition:box-shadow 0.45s ease,transform 0.45s ease
    }

    .networkprofile .review-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex: 0 0 auto
    }

    .networkprofile .profile-review:hover {
        overflow: visible;
        transform: none;
        box-shadow: none;
        z-index: 10
    }

    .networkprofile .profile-review:hover .review-card-body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--rpr-white);
        border-radius: 16px;
        box-shadow: 0 8px 24px 0 rgb(40 37 96 / .16),0 2px 8px 0 rgb(40 37 96 / .1);
        transform: translateY(-6px);
        z-index: 10
    }

    .networkprofile .profile-review:hover .review-text {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset
    }
}

.networkprofile .practices-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 0 24px 64px;
    width: 100%;
    z-index: 0;
    position: relative;
    align-self: stretch
}

.networkprofile .practices-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: var(--rpr-section-inner) var(--rpr-inner-gap);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--rpr-white);
    border-radius: 32px
}

.networkprofile .practices-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-self: stretch;
    width: 100%
}

.networkprofile .practices-no-results {
    grid-column: 1 / -1;
    padding: 32px 0;
    text-align: center;
    font-family: var(--body-copy-font-family);
    font-size: var(--body-copy-font-size);
    color: var(--rpr-light-copy)
}

.networkprofile .practices-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--rpr-tiles-gap);
    align-self: stretch;
    width: 100%;
    transition: opacity 0.2s ease
}

.networkprofile .practice-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background-color: var(--rpr-white);
    border-radius: 16px;
    box-shadow: var(--module-blue);
    transition: box-shadow 0.3s ease,transform 0.3s ease;
    min-width: 0;
    width: 100%
}

.networkprofile .practice-card:hover {
    box-shadow: var(--module-drop);
    transform: translateY(-4px)
}

.networkprofile .practice-card-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%
}

.networkprofile .practice-photo-wrap {
    flex-shrink: 0
}

.networkprofile .practice-photo {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    display: block
}

.networkprofile .practice-info-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
    min-width: 0
}

.networkprofile .practice-name-card {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    letter-spacing: var(--h3-letter-spacing);
    line-height: var(--h3-line-height);
    color: var(--rpr-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.networkprofile .practice-name-card a {
    color: var(--rpr-dark);
    text-decoration: none
}

.networkprofile .practice-name-card a:hover {
    text-decoration: underline
}

.networkprofile .practice-rating-row {
    display: flex;
    align-items: center;
    gap: 6px
}

.networkprofile .practice-badge-row {
    display: flex;
    align-items: center;
    gap: 10px
}

.networkprofile .practice-rating-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.networkprofile .practice-rating-num {
    font-family: var(--h0-font-family);
    font-weight: var(--module-small-font-weight);
    font-size: var(--h3-font-size);
    color: var(--rpr-orange);
    letter-spacing: var(--h0-letter-spacing);
    line-height: 1.1
}

.networkprofile .practice-review-count {
    font-family: var(--small-print-font-family);
    font-weight: var(--small-print-font-weight);
    font-size: var(--small-print-font-size);
    color: var(--rpr-light-copy);
    letter-spacing: var(--small-print-letter-spacing);
    line-height: var(--small-print-line-height)
}

@media (max-width: 1024px) {
    .networkprofile .practices-section {
        padding:0 var(--rpr-margin) var(--rpr-section-outer)
    }

    .networkprofile .practices-container {
        padding: var(--rpr-section-inner) 32px
    }

    .networkprofile .practices-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .networkprofile .practice-card {
        width: 100%;
        min-width: 0
    }
}

@media (max-width: 768px) {
    .networkprofile .practices-section {
        padding:0 var(--rpr-margin) 40px
    }

    .networkprofile .practices-container {
        padding: 32px 16px;
        border-radius: 24px
    }

    .networkprofile .practices-grid {
        grid-template-columns: 1fr
    }

    .networkprofile .practice-card {
        width: 100%;
        min-width: 0
    }
}

@media (max-width: 1024px) {
    .networkprofile .before-after-image-result {
        grid-template-columns:repeat(4,1fr)
    }
}

@media (max-width: 768px) {
    .networkprofile .before-after-image-result {
        grid-template-columns:repeat(2,1fr)
    }

    .networkprofile .ba-filters {
        gap: 8px
    }

    .ba-modal-inner {
        gap: 10px;
        padding: 0 4px
    }

    .ba-carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .ba-modal-dialog {
        max-width: none
    }

    .ba-modal-buttons {
        flex-direction: column;
        gap: 12px
    }

    .ba-modal-buttons .button,.ba-modal-buttons .btn-outline {
        width: 100%
    }
}
.networkprofile .inactive-locations-list{max-height:216px!important;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--rpr-dark) transparent}.networkprofile .inactive-locations-list::-webkit-scrollbar{width:4px}.networkprofile .inactive-locations-list::-webkit-scrollbar-track{background:transparent}.networkprofile .inactive-locations-list::-webkit-scrollbar-thumb{background-color:var(--rpr-dark);border-radius:4px}.networkprofile .contact-cards-container{max-height:420px;overflow:hidden}.networkprofile .module-location-2{height:440px!important;min-height:440px}@media (max-width:991px){.networkprofile .module-location-2{height:auto!important;min-height:unset!important}.networkprofile .contact-cards-container{max-height:none!important}.networkprofile .inactive-locations-list{max-height:216px!important;overflow-y:auto!important}}@media (max-width:767px){.networkprofile .inactive-locations-list{max-height:180px!important}}
