/* Full single view */
.sf-single {
    max-width: 100%;
    margin: 0 auto 64px;
    background: #ffffff;
    color: #4a4a4a;
    font-family: Arial, sans-serif;
    word-break: normal;
}

#sf-single-property {
    max-width: 100%;
}

#sf-single-property * {
    box-sizing: border-box;
}

.sf-single-shell {
    max-width: 1280px;
    margin: 0 auto;
}

.sf-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(280px, 0.78fr);
    gap: 34px;
    align-items: start;
}

.sf-single-main,
.sf-single-rail,
.sf-single #property-content,
.sf-single #property-sidebar {
    min-width: 0;
}

.sf-single-rail {
    position: sticky;
    top: 112px;
    align-self: start;
}

.sf-section {
    margin: 0;
}

.sf-gallery-shell {
    position: relative;
    margin: 0 0 28px;
}

.sf-single-status-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 5px;
    background: #2f3a47;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sf-single .finn-gallery,
.sf-single .nooma-slide-gallery,
.sf-single .nooma-slide-gallery > figure {
    width: 100%;
}

.sf-single .finn-gallery {
    margin-bottom: 0;
    overflow: hidden;
}

.sf-single .nooma-slide-gallery {
    background: #f2ede4;
    box-shadow: none;
    touch-action: pan-y pinch-zoom;
}

.sf-single .nooma-slide-gallery > figure {
    background-size: cover;
}

.sf-single .nooma-slide-gallery > figure[data-lightbox-src] {
    cursor: zoom-in;
}

.sf-single .nooma-slide-gallery figcaption {
    inset: auto 18px 18px auto;
    width: auto;
    padding: 10px 16px;
    border-radius: 0;
    background: rgba(33, 37, 41, 0.82);
    color: #ffffff;
    font-size: 13px;
    text-align: left;
}

.sf-single .nooma-slide-gallery .nav {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
}

.sf-single .nooma-slide-gallery .nav::after {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    height: auto;
    color: #2f3a47;
    font-size: 38px;
    line-height: 1;
    text-shadow: none;
}

.sf-gallery-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.sf-gallery-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.96);
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.sf-gallery-tool:hover {
    background: #f6f3ee;
}

body.sf-lightbox-open {
    overflow: hidden;
}

.sf-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.sf-gallery-lightbox.is-open {
    display: block;
}

.sf-gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 18, 22, 0.88);
}

.sf-gallery-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: min(1280px, calc(100vw - 48px));
    height: min(90vh, 920px);
    margin: 5vh auto;
    padding: 56px 24px 24px;
}

.sf-gallery-lightbox-stage {
    display: grid;
    align-items: center;
    justify-items: center;
    min-width: 0;
    height: 100%;
    touch-action: pan-y pinch-zoom;
}

.sf-gallery-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100% - 56px);
    width: auto;
    height: auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.sf-gallery-lightbox-close,
.sf-gallery-lightbox-nav {
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
}

.sf-gallery-lightbox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 34px;
    line-height: 1;
}

.sf-gallery-lightbox-nav {
    width: 52px;
    height: 52px;
    font-size: 42px;
    line-height: 1;
}

.sf-gallery-lightbox-meta {
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.sf-gallery-lightbox-caption,
.sf-gallery-lightbox-counter {
    margin: 0;
}

.sf-gallery-lightbox-counter {
    white-space: nowrap;
}

.sf-single-hero {
    display: block;
    margin: 0 0 24px;
}

.sf-single-hero-copy {
    padding: 0;
}

.sf-single-kicker,
.sf-single-section-kicker,
.sf-side-card-kicker {
    margin: 0 0 8px;
    color: #2f3a47;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sf-single-hero .sf-single-kicker {
    font-size: 18px;
}

.sf-single .property-title {
    margin: 0;
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.sf-single-header {
    margin-top: 8px;
}

.sf-single-header .meta,
.sf-single-header .meta-local-area {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.55;
}

.sf-single-keyfacts {
    margin: 0 0 34px;
    padding: 0;
}

.sf-single-content-heading {
    margin: 0 0 22px;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.sf-single-keyfact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 28px;
}

.sf-single-keyfact {
    display: grid;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
}

.sf-single-keyfact span {
    display: block;
    margin: 0 0 6px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sf-single-keyfact strong {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.sf-single-keyfact p {
    margin: 4px 0 0;
    color: #6a665e;
    font-size: 14px;
}

.sf-single-intro-block {
    margin: 0 0 48px;
}

.sf-single-about {
    padding-top: 4px;
}

.sf-single-about h2.sf-single-content-heading {
    font-size: 24px;
}

.sf-single-about .sf-single-lead ul,
.sf-single-about .sf-single-lead ol {
    margin: 20px 0;
    padding-left: 32px;
}

.sf-single-about .sf-single-lead li {
    margin-bottom: 8px;
}

.sf-single-about .sf-single-lead li:last-child {
    margin-bottom: 0;
}

.sf-single-lead {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.5;
}

.sf-single-lead p {
    margin: 0 0 14px;
}

.sf-single-lead p:last-child {
    margin-bottom: 0;
}

.sf-single-accordion {
    display: grid;
    gap: 0;
    margin: 0;
}

.sf-single-section {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.sf-accordion-item {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    background: transparent;
}

.sf-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 22px 0;
    border: 0;
    background: transparent;
    color: #333333;
    cursor: pointer;
    text-align: left;
}

.sf-accordion-label {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.sf-accordion-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.sf-accordion-icon::before,
.sf-accordion-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #2f3a47;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sf-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sf-accordion-item.toggled .sf-accordion-icon::after {
    opacity: 0;
}

.sf-accordion-panel {
    padding: 0 0 28px;
    border-top: 0;
}

.sf-accordion-item:not(.toggled) .sf-accordion-panel {
    display: none;
}

.sf-accordion-subsection + .sf-accordion-subsection {
    margin-top: 20px;
    padding-top: 20px;
}

.sf-single-accordion-simplified .sf-single-richtext + .sf-accordion-subsection {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e6e1d7;
}

.sf-single-section-head {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}

.sf-single .sf-single-section h3,
.sf-single .sf-single-section h4,
.sf-single .sf-side-card h4,
.sf-accordion-label {
    margin: 0;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.sf-side-card h4 {
    margin-bottom: 12px;
}

.sf-accordion-subsection .sf-single-section-head h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.sf-single-section .content,
.sf-accordion-subsection .content,
.sf-single-richtext {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.5;
    font-family: inherit;
}

.sf-single-section .content ul,
.sf-single-section .content ol,
.sf-single-richtext ul,
.sf-single-richtext ol {
    padding-left: 20px;
}

.sf-single-section .content p:first-child,
.sf-single-richtext p:first-child {
    margin-top: 0;
}

.sf-single-section .content p:last-child,
.sf-single-richtext p:last-child {
    margin-bottom: 0;
}

.sf-single-section .content h2,
.sf-single-section .content h3,
.sf-single-section .content h4,
.sf-single-section .content h5,
.sf-single-section .content h6,
.sf-single-richtext h2,
.sf-single-richtext h3,
.sf-single-richtext h4,
.sf-single-richtext h5,
.sf-single-richtext h6 {
    margin: 26px 0 10px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    font-family: inherit;
}

.sf-single-section .content h4,
.sf-single-section .content h5,
.sf-single-section .content h6,
.sf-single-richtext h4,
.sf-single-richtext h5,
.sf-single-richtext h6 {
    font-size: 24px;
}

.sf-single-section .content h3,
.sf-single-richtext h3 {
    font-size: 22px;
}

.sf-single-section .content p,
.sf-single-richtext p {
    margin: 0 0 16px;
}

.sf-single-section .content ul,
.sf-single-section .content ol,
.sf-single-richtext ul,
.sf-single-richtext ol {
    margin: 0 0 18px;
}

.sf-single-section .content li,
.sf-single-richtext li {
    margin: 0 0 8px;
}

.sf-single-section .content h2:first-child,
.sf-single-section .content h3:first-child,
.sf-single-section .content h4:first-child,
.sf-single-section .content h5:first-child,
.sf-single-section .content h6:first-child,
.sf-single-richtext h2:first-child,
.sf-single-richtext h3:first-child,
.sf-single-richtext h4:first-child,
.sf-single-richtext h5:first-child,
.sf-single-richtext h6:first-child {
    margin-top: 0;
}

.sf-unit-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.sf-unit-table th,
.sf-unit-table td {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 2.5em;
    text-align: left;
    vertical-align: top;
}

.sf-unit-table th {
    color: #333333;
    font-weight: 700;
}

.sf-unit-table td {
    color: #4a4a4a;
}

.sf-unit-table tr {
    border-bottom: 1px solid #e6e1d7;
}

.sf-unit-table th:first-child,
.sf-unit-table td:first-child {
    width: 46%;
}

.sf-unit-table th:nth-child(2),
.sf-unit-table td:nth-child(2),
.sf-unit-table th:nth-child(3),
.sf-unit-table td:nth-child(3),
.sf-unit-table th:nth-child(4),
.sf-unit-table td:nth-child(4),
.sf-unit-table th:nth-child(5),
.sf-unit-table td:nth-child(5),
.sf-unit-table th:nth-child(6),
.sf-unit-table td:nth-child(6) {
    white-space: nowrap;
}

.sf-unit-table td a {
    color: inherit;
    text-decoration: none;
}

.sf-unit-table td a:hover {
    text-decoration: underline;
}

.sf-single #property-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sf-side-card {
    margin: 0;
    padding: 22px;
    border: 0;
    background: #f1f1f1;
}

.sf-side-card-viewing-summary,
.sf-side-card-agent-summary {
    border-radius: 5px;
}

.sf-side-card-viewing-summary .sf-side-card-kicker {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.sf-single .sf-side-card.sf-side-card-viewing-summary h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.sf-side-viewing-copy {
    padding: 0;
    background: transparent;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.sf-side-viewing-copy .ics-link {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #2f3a47;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-side-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.sf-side-card-actions .sf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sf-single .sf-btn.sf-btn-primary {
    background: #ffffff;
    color: #333333;
    border: 1px solid #e2ddd5;
}

.sf-single .sf-btn.sf-btn-secondary,
.sf-single .sf-btn.sf-btn-ghost {
    background: #ffffff;
    color: #333333;
    border: 1px solid #2f3a47;
}

.sf-single .sf-btn.sf-btn-accent {
    background: #2f3a47;
    color: #ffffff;
    border: 1px solid #2f3a47;
}

.sf-single .sf-btn.sf-btn-primary:hover,
.sf-single .sf-btn.sf-btn-secondary:hover,
.sf-single .sf-btn.sf-btn-ghost:hover {
    background: #87a4b9;
    color: #ffffff;
    border-color: #87a4b9;
}

.sf-single .sf-btn.sf-btn-accent:hover {
    background: #87a4b9;
    color: #ffffff;
    border-color: #87a4b9;
}

.sf-side-card-agent-summary {
    text-align: center;
}

.sf-agent-photo {
    width: min(240px, 100%);
    aspect-ratio: 1 / 1;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
}

.sf-side-card-agent-summary .sf-agent-photo .sf-agent-photo-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: inherit;
}

.sf-agent-card-head {
    margin-bottom: 0;
}

.sf-a-title {
    margin: 0;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.sf-a-role {
    margin: 8px 0 0;
    color: #6b6b6b;
    font-size: 16px;
}

.sf-side-contact-list {
    margin-top: 14px;
}

.sf-side-list,
.sf-side-link-list,
.sf-side-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-side-list li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 0;
    text-align: center;
}

.sf-side-list span,
.sf-side-list strong {
    display: block;
    text-align: center;
}

.sf-side-list span {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sf-side-list strong {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.sf-side-card-docs,
.sf-side-card-facilities,
.sf-side-card-map,
.sf-side-card-meta {
    padding: 20px 0 0;
    border-top: 1px solid #dddddd;
    background: #ffffff;
}

.sf-side-card-docs .sf-side-card-kicker,
.sf-side-card-facilities .sf-side-card-kicker,
.sf-side-card-map .sf-side-card-kicker,
.sf-side-card-meta .sf-side-card-kicker {
    margin-bottom: 10px;
}

.sf-side-link-list {
    display: grid;
    gap: 0;
}

.sf-side-link-list a,
.sf-a-link a {
    color: #2f3a47;
    font-weight: 700;
    text-decoration: none;
}

.sf-side-link-list a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #ece5d9;
}

.sf-side-link-list a:last-child {
    border-bottom: 0;
}

.sf-side-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sf-side-tag-list li {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: #f1f1f1;
    color: #212529;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.sf-side-map-note {
    margin: 8px 0 14px;
    color: #6a665e;
    font-size: 14px;
    line-height: 1.6;
}

.sf-side-card-meta .sf-att {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.6;
}

.sf-map {
    display: none;
    width: 100%;
    max-width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 0;
}

.sf-map.is-loaded {
    display: block;
}

.sf-map-load-btn {
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
}

.sf-side-card-map.is-map-loaded .sf-map-load-btn {
    display: none;
}

.sf-single .sf-sharing {
    margin-top: 24px;
    border-radius: 0;
    background: #f1f1f1;
}

#sf-navigation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    padding: 0;
    border: 0;
    background: transparent;
}

#sf-navigation-buttons .sf-btn {
    margin: 0;
}

#sf-navigation-buttons .btn-back,
#sf-navigation-buttons .btn-finn {
    min-width: 220px;
    justify-content: center;
    text-align: center;
}

@media(max-width: 1023px) {
    .sf-single-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sf-single-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sf-single-rail {
        position: static;
    }
}

@media(max-width: 767px) {
    .sf-single-shell {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
        overflow-x: clip;
    }

    .sf-single .property-title {
        font-size: 25px;
    }

    .sf-single-keyfact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
    }

    .sf-unit-table {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        table-layout: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

    .sf-unit-table thead {
        display: none;
    }

    .sf-unit-table tbody {
        display: grid;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .sf-unit-table tr {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border: 1px solid #e6e1d7;
        border-radius: 5px;
        padding: 10px 12px;
        background: #ffffff;
    }

    .sf-unit-table td {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 5px 0;
        line-height: 1.4;
        white-space: normal !important;
    }

    .sf-unit-table td::before {
        content: attr(data-label);
        color: #333333;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
        text-align: left;
        justify-self: start;
        min-width: 0;
    }

    .sf-unit-table td.sf-unit-cell-main {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e6e1d7;
    }

    .sf-unit-table td.sf-unit-cell-main::before {
        display: block;
        margin-bottom: 4px;
    }

    .sf-unit-table td.sf-unit-cell-main a {
        display: block;
        max-width: 100%;
        min-width: 0;
        color: #333333;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-wrap: normal;
        word-break: normal;
    }

    .sf-unit-table td.sf-unit-cell-price {
        font-weight: 700;
    }

    .sf-unit-table td:not(.sf-unit-cell-main) {
        text-align: right;
        justify-items: end;
    }
}

@media(max-width: 639px) {
    #sf-navigation-buttons {
        flex-direction: column;
    }

    .sf-single .nooma-slide-gallery .nav {
        width: 40px;
        height: 40px;
    }

    .sf-single .nooma-slide-gallery .nav-prev {
        left: 12px;
    }

    .sf-single .nooma-slide-gallery .nav-next {
        right: 12px;
    }

    .sf-gallery-lightbox-dialog {
        grid-template-columns: 1fr;
        gap: 12px;
        width: calc(100vw - 24px);
        margin: 12px auto;
        padding: 52px 12px 16px;
        height: calc(100vh - 24px);
    }

    .sf-gallery-lightbox-stage {
        order: 1;
    }

    .sf-gallery-lightbox-prev,
    .sf-gallery-lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .sf-gallery-lightbox-prev {
        left: 12px;
    }

    .sf-gallery-lightbox-next {
        right: 12px;
    }

    .sf-gallery-lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 34px;
    }

    .sf-gallery-lightbox-meta {
        right: 12px;
        left: 12px;
        flex-direction: column;
        gap: 6px;
    }
}

@media(max-width: 579px) {
    .sf-gallery-toolbar {
        justify-content: flex-start;
    }

    .sf-single-keyfact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 14px;
    }

    .sf-single-keyfact.sf-single-keyfact-full {
        grid-column: 1 / -1;
    }

    .sf-side-card {
        padding: 18px;
    }
}
