/* ==========================================================================
   GO-FINDYOU Public Platform 22.0
   Neue, eigenständige Hero-Basis ohne Altlasten aus Version 21.x
   ========================================================================== */

.gfy-pp220,
.gfy-pp220 * {
    box-sizing: border-box;
}

.gfy-pp220 {
    position: relative;
    z-index: 30;
    padding: 28px 20px 24px;
    overflow: visible;
    background:
        radial-gradient(circle at 13% 77%, rgba(184, 244, 242, .34), transparent 28%),
        radial-gradient(circle at 89% 19%, rgba(174, 216, 255, .44), transparent 35%),
        linear-gradient(115deg, #fbfdff 0%, #f3f9ff 55%, #eaf4ff 100%);
    color: #0b274b;
}

.gfy-pp220__shell {
    position: relative;
    z-index: 40;
    width: min(1480px, calc(100% - 24px));
    margin-inline: auto;
    padding: 24px 28px 22px;
    overflow: visible;
    border: 1px solid rgba(54, 112, 168, .13);
    border-radius: 24px;
    background: rgba(255, 255, 255, .43);
    box-shadow: 0 22px 55px rgba(31, 83, 140, .08);
}

.gfy-pp220__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
    align-items: center;
    gap: clamp(38px, 4vw, 64px);
}

.gfy-pp220__copy {
    min-width: 0;
}

.gfy-pp220__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(224, 239, 255, .88);
    color: #14528f;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .17em;
    line-height: 1;
    text-transform: uppercase;
}

.gfy-pp220__eyebrow span {
    color: #ffb400;
    font-size: 1rem;
}

.gfy-pp220__title {
    margin: 0;
    color: #0b274b;
    font-size: clamp(3.15rem, 4.7vw, 5.55rem);
    font-weight: 920;
    letter-spacing: -.055em;
    line-height: .94;
}

.gfy-pp220__title > span {
    display: block;
}

.gfy-pp220__title em {
    position: relative;
    display: inline-block;
    background: linear-gradient(100deg, #0c4c97 0%, #0874ea 70%, #0b7cf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.gfy-pp220__title em::after {
    content: "";
    position: absolute;
    left: -2%;
    right: 0;
    bottom: -.13em;
    height: .07em;
    min-height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0874ea 0%, #74b9ff 72%, transparent 100%);
    transform: rotate(-.5deg);
}

.gfy-pp220__intro {
    max-width: 800px;
    margin: 29px 0 0;
    color: #4d6c8e;
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    line-height: 1.55;
}

.gfy-pp220__visual {
    position: relative;
    min-height: 310px;
}

.gfy-pp220__trust-cards {
    position: relative;
    z-index: 4;
    display: grid;
    gap: 10px;
    width: 300px;
}

.gfy-pp220__trust-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 14px;
    border: 1px solid rgba(37, 97, 156, .08);
    border-radius: 15px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 30px rgba(45, 94, 144, .10);
    backdrop-filter: blur(18px);
}

.gfy-pp220__trust-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eaf4ff;
    color: #0875eb;
    font-size: 1.45rem;
    font-weight: 900;
}

.gfy-pp220__trust-card--green .gfy-pp220__trust-icon {
    color: #08af5b;
    background: #e5faed;
}

.gfy-pp220__trust-card--violet .gfy-pp220__trust-icon {
    color: #693ef2;
    background: #eee9ff;
}

.gfy-pp220__trust-card--orange .gfy-pp220__trust-icon {
    color: #ee9900;
    background: #fff4db;
}

.gfy-pp220__trust-card strong,
.gfy-pp220__trust-card small {
    display: block;
}

.gfy-pp220__trust-card strong {
    color: #0b274b;
    font-size: .9rem;
    line-height: 1.2;
}

.gfy-pp220__trust-card small {
    margin-top: 3px;
    color: #486786;
    font-size: .74rem;
    line-height: 1.3;
}

.gfy-pp220__map {
    position: absolute;
    z-index: 1;
    width: 275px;
    right: -2px;
    top: 0;
    overflow: visible;
    opacity: .85;
}

.gfy-pp220__map-shape {
    fill: url(#gfy-pp220-dots);
}

.gfy-pp220__map pattern circle {
    fill: #80c3ff;
}

.gfy-pp220__pin path {
    fill: #0a78ed;
}

.gfy-pp220__pin circle {
    fill: #fff;
}

.gfy-pp220__search {
    position: relative;
    z-index: 500;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 220px 160px;
    width: min(100%, 920px);
    min-height: 78px;
    margin-top: 27px;
    padding: 7px;
    overflow: visible;
    border: 1px solid rgba(48, 103, 158, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 38px rgba(31, 83, 140, .12);
}

.gfy-pp220__query,
.gfy-pp220__category {
    position: relative;
    min-width: 0;
}

.gfy-pp220__query {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 25px;
}

.gfy-pp220__magnifier {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 2.5px solid #4c78a8;
    border-radius: 50%;
    color: #4c78a8;
}

.gfy-pp220__magnifier::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2.5px;
    right: -7px;
    bottom: -3px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(48deg);
}

.gfy-pp220__magnifier--white {
    border-color: #fff;
    color: #fff;
}

.gfy-pp220__query input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0b274b;
    font: inherit;
    font-size: 1rem;
}

.gfy-pp220__query input::placeholder {
    color: #627b98;
    opacity: 1;
}

.gfy-pp220__category {
    border-left: 1px solid #dce7f2;
    overflow: visible;
}

.gfy-pp220__category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 0 42px 0 24px;
    border: 0;
    background: transparent;
    color: #0b274b;
    cursor: pointer;
    font: inherit;
    font-size: .98rem;
    font-weight: 820;
    text-align: left;
}

.gfy-pp220__category-current {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gfy-pp220__category-current > span:first-child {
    color: #0874ea;
}

.gfy-pp220__chevron {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #183c64;
    border-bottom: 2px solid #183c64;
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.gfy-pp220__category-menu {
    position: absolute !important;
    z-index: 99999 !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #d9e6f3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(31, 75, 121, .22);
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #1673e6 #edf3fb;
}

.gfy-pp220__category-menu::-webkit-scrollbar {
    width: 10px;
}

.gfy-pp220__category-menu::-webkit-scrollbar-track {
    background: #edf3fb;
    border-radius: 999px;
}

.gfy-pp220__category-menu::-webkit-scrollbar-thumb {
    background: #1673e6;
    border: 2px solid #edf3fb;
    border-radius: 999px;
}

.gfy-pp220__category-option {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 42px;
    padding: 7px 10px;
    border-radius: 10px;
    color: #17395f;
    font-size: .88rem;
    text-decoration: none;
}

.gfy-pp220__category-option:hover,
.gfy-pp220__category-option.is-active {
    background: #edf6ff;
    color: #006bdd;
}

.gfy-pp220__category-option-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #eaf4ff;
    color: #0874ea;
    font-size: .82rem;
}

.gfy-pp220__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f82f7, #0667df);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 850;
    box-shadow: 0 13px 24px rgba(0, 101, 226, .24);
}

.gfy-pp220__popular {
    position: relative;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin-top: 15px;
    padding: 14px 20px;
    overflow: hidden;
    border: 1px solid rgba(50, 104, 157, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 30px rgba(31, 83, 140, .08);
}

.gfy-pp220__popular strong {
    flex: 0 0 auto;
    white-space: nowrap;
}

.gfy-pp220__popular-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    width: 100%;
    white-space: nowrap;
}

.gfy-pp220__popular-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #006de6;
    font-size: clamp(.72rem, .8vw, .88rem);
    font-weight: 760;
    text-decoration: none;
    white-space: nowrap;
}

.gfy-pp220__popular-links a:hover {
    text-decoration: underline;
}

.gfy-pp220 .gfy-home-search-results {
    position: absolute !important;
    z-index: 100000 !important;
    top: calc(100% + 9px) !important;
    left: 0 !important;
    width: min(100%, 700px) !important;
    max-height: 340px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid #dce8f4 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 24px 52px rgba(31, 75, 121, .20) !important;
}

.gfy-pp220 + *,
.gfy-pp220 ~ * {
    position: relative;
    z-index: 1;
}

@media (max-width: 1120px) {
    .gfy-pp220__hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
        gap: 34px;
    }

    .gfy-pp220__title {
        font-size: clamp(3rem, 4.8vw, 4.8rem);
    }

    .gfy-pp220__popular {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .gfy-pp220__popular-links {
        justify-content: flex-start;
        width: max-content;
    }
}

@media (max-width: 900px) {
    .gfy-pp220 {
        padding-inline: 14px;
    }

    .gfy-pp220__shell {
        width: 100%;
        padding: 22px 20px;
    }

    .gfy-pp220__hero {
        grid-template-columns: 1fr;
    }

    .gfy-pp220__visual {
        width: min(100%, 560px);
        min-height: 285px;
        margin-inline: auto;
    }

    .gfy-pp220__trust-cards {
        width: 280px;
    }

    .gfy-pp220__map {
        width: 250px;
    }
}

@media (max-width: 700px) {
    .gfy-pp220 {
        padding: 12px 8px 18px;
    }

    .gfy-pp220__shell {
        padding: 18px 14px;
        border-radius: 20px;
    }

    .gfy-pp220__eyebrow {
        margin-bottom: 17px;
        padding: 8px 12px;
        font-size: .65rem;
        letter-spacing: .1em;
    }

    .gfy-pp220__title {
        font-size: clamp(2.45rem, 11.4vw, 3.55rem);
        line-height: .97;
    }

    .gfy-pp220__intro {
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .gfy-pp220__visual {
        min-height: 270px;
        margin-top: 4px;
    }

    .gfy-pp220__trust-cards {
        display: grid;
        grid-template-columns: repeat(2, 58px);
        gap: 10px;
        width: auto;
    }

    .gfy-pp220__trust-card {
        display: block;
        min-height: 58px;
        padding: 7px;
    }

    .gfy-pp220__trust-card > span:last-child {
        display: none;
    }

    .gfy-pp220__trust-icon {
        width: 44px;
        height: 44px;
        margin: auto;
    }

    .gfy-pp220__map {
        width: 210px;
        right: 4px;
        top: 16px;
    }

    .gfy-pp220__search {
        grid-template-columns: 1fr;
        width: 100%;
        min-height: 0;
        margin-top: 20px;
    }

    .gfy-pp220__query,
    .gfy-pp220__category,
    .gfy-pp220__submit {
        min-height: 60px;
    }

    .gfy-pp220__category {
        border-top: 1px solid #dce7f2;
        border-left: 0;
    }

    .gfy-pp220__category-menu {
        top: calc(100% + 7px) !important;
        max-height: 250px;
    }

    .gfy-pp220__popular {
        gap: 12px;
        padding: 12px 14px;
        overflow-x: auto;
    }

    .gfy-pp220__popular-links {
        justify-content: flex-start;
        gap: 16px;
        width: max-content;
    }

    .gfy-pp220__popular-links a {
        font-size: .8rem;
    }

    .gfy-pp220 .gfy-home-search-results {
        width: 100% !important;
        max-height: 260px !important;
    }
}

/* ==========================================================================
   GO-FINDYOU Public Platform 22.2
   Feinschliff ohne zusätzlichen Hero-Hintergrund
   ========================================================================== */

:root {
    --gfy-pp222-width: 1180px;
    --gfy-pp222-gap: 32px;
}

/* Bestehenden hellblauen Hintergrund beibehalten, keinen neuen Innenkasten. */
.gfy-pp220 {
    position: relative !important;
    z-index: 10000 !important;
    padding: 28px 16px 26px !important;
    overflow: visible !important;
}

.gfy-pp220__shell {
    position: relative !important;
    z-index: 10010 !important;
    width: min(var(--gfy-pp222-width), calc(100% - var(--gfy-pp222-gap))) !important;
    max-width: var(--gfy-pp222-width) !important;
    margin-inline: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Breite exakt wie die Box "Vorteile auf einen Blick". */
.gfy-pp15-benefits,
.gfy-pp15-benefits__inner,
.gfy-benefits,
.gfy-benefits__inner,
.gfy-quality-benefits,
.gfy-quality-benefits__inner {
    width: min(var(--gfy-pp222-width), calc(100% - var(--gfy-pp222-gap))) !important;
    max-width: var(--gfy-pp222-width) !important;
    margin-inline: auto !important;
}

/* Hero-Inhalt neu ausbalanciert. */
.gfy-pp220__hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr) !important;
    gap: clamp(34px, 3.8vw, 52px) !important;
    align-items: center !important;
}

.gfy-pp220__title {
    max-width: 760px !important;
    font-size: clamp(3.05rem, 4.45vw, 5.1rem) !important;
    line-height: .95 !important;
}

.gfy-pp220__title em {
    background: linear-gradient(100deg, #0c4c97 0%, #0874ea 55%, #0b7cf1 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.gfy-pp220__title em::after {
    left: 0 !important;
    right: 1% !important;
    bottom: -.13em !important;
}

.gfy-pp220__intro {
    max-width: 720px !important;
    margin-top: 26px !important;
}

/* Rechte Seite: kleine Karten, große sichtbare Deutschlandkarte. */
.gfy-pp220__visual {
    width: 100% !important;
    max-width: 410px !important;
    min-height: 315px !important;
    justify-self: end !important;
}

.gfy-pp220__trust-cards {
    position: relative !important;
    z-index: 4 !important;
    width: 248px !important;
    gap: 8px !important;
}

.gfy-pp220__trust-card {
    grid-template-columns: 38px 1fr !important;
    gap: 10px !important;
    min-height: 58px !important;
    padding: 8px 11px !important;
    border-radius: 13px !important;
}

.gfy-pp220__trust-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    font-size: 1.18rem !important;
}

.gfy-pp220__trust-card strong {
    font-size: .78rem !important;
}

.gfy-pp220__trust-card small {
    margin-top: 2px !important;
    font-size: .66rem !important;
}

.gfy-pp220__map {
    width: 286px !important;
    right: -6px !important;
    top: 3px !important;
    opacity: .9 !important;
}

/* Suche und Dropdowns. */
.gfy-pp220__search {
    position: relative !important;
    z-index: 20000 !important;
    width: min(100%, 860px) !important;
    max-width: 860px !important;
    grid-template-columns: minmax(230px, 1fr) 210px 150px !important;
    overflow: visible !important;
}

.gfy-pp220__category {
    position: relative !important;
    overflow: visible !important;
}

.gfy-pp220__category-menu {
    position: absolute !important;
    z-index: 2147483000 !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    transform: none !important;
    max-height: 320px !important;
    overflow-y: auto !important;
}

/* Suchvorschläge immer vor der Vorteile-Box. */
.gfy-pp220 .gfy-home-search-results {
    position: absolute !important;
    z-index: 2147483001 !important;
    top: calc(100% + 9px) !important;
    left: 0 !important;
    max-height: 340px !important;
    overflow-y: auto !important;
}

.gfy-pp220 + *,
.gfy-pp220 ~ *,
.gfy-pp15-benefits,
.gfy-benefits,
.gfy-quality-benefits {
    position: relative !important;
    z-index: 1 !important;
}

/* Beliebt bleibt auf Desktop in genau einer Zeile. */
.gfy-pp220__popular {
    width: min(100%, 860px) !important;
    max-width: 860px !important;
    gap: 14px !important;
    padding: 13px 16px !important;
    overflow: visible !important;
}

.gfy-pp220__popular-links {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
}

.gfy-pp220__popular-links a {
    flex: 0 1 auto !important;
    font-size: clamp(.67rem, .76vw, .82rem) !important;
    white-space: nowrap !important;
}

/* Tablet */
@media (max-width: 980px) {
    :root {
        --gfy-pp222-gap: 24px;
    }

    .gfy-pp220__hero {
        grid-template-columns: 1fr !important;
    }

    .gfy-pp220__visual {
        width: min(100%, 520px) !important;
        max-width: 520px !important;
        min-height: 285px !important;
        justify-self: center !important;
    }

    .gfy-pp220__trust-cards {
        width: 235px !important;
    }

    .gfy-pp220__map {
        width: 255px !important;
        right: 0 !important;
    }

    .gfy-pp220__popular {
        overflow-x: auto !important;
        scrollbar-width: thin;
    }

    .gfy-pp220__popular-links {
        justify-content: flex-start !important;
        width: max-content !important;
    }
}

/* Mobil */
@media (max-width: 700px) {
    :root {
        --gfy-pp222-gap: 12px;
    }

    .gfy-pp220 {
        padding: 14px 6px 20px !important;
    }

    .gfy-pp220__shell,
    .gfy-pp15-benefits,
    .gfy-pp15-benefits__inner,
    .gfy-benefits,
    .gfy-benefits__inner,
    .gfy-quality-benefits,
    .gfy-quality-benefits__inner {
        width: calc(100% - 12px) !important;
    }

    .gfy-pp220__title {
        font-size: clamp(2.35rem, 11vw, 3.35rem) !important;
    }

    .gfy-pp220__intro {
        margin-top: 21px !important;
        font-size: 1rem !important;
    }

    .gfy-pp220__visual {
        width: 100% !important;
        max-width: 380px !important;
        min-height: 245px !important;
        margin-top: 5px !important;
    }

    .gfy-pp220__trust-cards {
        display: grid !important;
        grid-template-columns: repeat(2, 54px) !important;
        width: auto !important;
        gap: 9px !important;
    }

    .gfy-pp220__trust-card {
        display: block !important;
        min-height: 54px !important;
        padding: 6px !important;
    }

    .gfy-pp220__trust-card > span:last-child {
        display: none !important;
    }

    .gfy-pp220__trust-icon {
        width: 40px !important;
        height: 40px !important;
        margin: auto !important;
    }

    .gfy-pp220__map {
        width: 195px !important;
        right: 2px !important;
        top: 15px !important;
    }

    .gfy-pp220__search {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: none !important;
    }

    .gfy-pp220__category-menu {
        top: calc(100% + 7px) !important;
        max-height: 250px !important;
    }

    .gfy-pp220 .gfy-home-search-results {
        width: 100% !important;
        max-height: 260px !important;
    }

    .gfy-pp220__popular {
        width: 100% !important;
        max-width: none !important;
        overflow-x: auto !important;
        padding: 12px 13px !important;
    }

    .gfy-pp220__popular-links {
        width: max-content !important;
        justify-content: flex-start !important;
    }
}

/* ==========================================================================
   Deutschlandkarte – kontrollierter Desktop-Fix
   ========================================================================== */

@media (min-width: 981px) {
    .gfy-pp220 {
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
        border-radius: 0 !important;
    }

    .gfy-pp220__shell {
        width: min(1180px, calc(100% - 32px)) !important;
        max-width: 1180px !important;
        margin-inline: auto !important;
    }

    .gfy-pp220__visual {
        width: 100% !important;
        max-width: 560px !important;
        min-height: 340px !important;
        justify-self: end !important;
        overflow: visible !important;
    }

    .gfy-pp220__trust-cards {
        width: 250px !important;
        margin-left: -12px !important;
        position: relative !important;
        z-index: 4 !important;
    }

    .gfy-pp220__map {
        width: 360px !important;
        right: -70px !important;
        top: -4px !important;
        opacity: .9 !important;
    }
}

/* Deutschlandkarte – Desktop-Vergrößerung und Verschiebung nach rechts */
@media (min-width: 981px) {
    .gfy-pp220__visual {
        max-width: 680px !important;
        min-height: 420px !important;
    }

    .gfy-pp220__map {
        width: 620px !important;
        right: -150px !important;
        top: -65px !important;
    }
}

@media (min-width: 981px) {
    .gfy-pp220__map {
        width: 580px !important;
    }
}

/* Mobile und kleine Tablets: rechte Hero-Grafik ausblenden */
@media screen and (max-width: 900px) {
    section.gfy-pp220 aside.gfy-pp220__visual {
        display: none !important;
    }

    section.gfy-pp220 .gfy-pp220__hero {
        display: block !important;
        grid-template-columns: 1fr !important;
    }
}

/* PP23: Karte und Infoflächen auf Tablet/Mobil ausblenden */
@media screen and (max-width: 980px) {
    section.gfy-pp220.gfy-pp230 aside.gfy-pp220__visual {
        display: none !important;
    }

    section.gfy-pp220.gfy-pp230 .gfy-pp220__hero {
        display: block !important;
        grid-template-columns: 1fr !important;
    }
}
