#website-root.lien-he-page-bg {
    background: #fff;
}

#website-root .contact-reference-page {
    --contact-navy: #082f70;
    --contact-blue: #1d59c8;
    --contact-line: #dce6f2;
    --contact-muted: #587293;
    min-height: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)),
        url('/website-assets/website-visual-fallback.svg') center top / 245px auto repeat;
    color: var(--contact-navy);
}

#website-root .contact-reference-page .container {
    width: min(970px, calc(100% - 108px));
}

#website-root .contact-reference-hero {
    height: 270px;
    overflow: hidden;
    padding: 0 !important;
    border-bottom: 1px solid rgba(220, 230, 242, .72);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .99) 0 51%, rgba(236, 247, 255, .78) 76%, rgba(255, 255, 255, .34) 100%);
}

#website-root .contact-reference-hero-grid {
    display: grid;
    height: 270px;
    min-height: 270px;
    grid-template-columns: 62% 38%;
    gap: 0;
    align-items: stretch;
}

#website-root .contact-reference-hero-copy {
    align-self: stretch;
    padding: 38px 0 0;
}

#website-root .contact-reference-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 43px;
    color: #6d83a0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

#website-root .contact-reference-breadcrumb a,
#website-root .contact-reference-breadcrumb span {
    color: var(--contact-blue);
}

#website-root .contact-reference-breadcrumb span {
    padding-bottom: 6px;
    border-bottom: 2px solid #76a8ef;
}

#website-root .contact-reference-hero h1 {
    margin: 0 0 20px;
    color: var(--contact-navy);
    font-size: 34px !important;
    line-height: 1.08;
    letter-spacing: -.025em;
}

#website-root .contact-reference-hero-copy p {
    max-width: 600px;
    margin: 0 0 7px;
    color: var(--contact-muted);
    font-size: 14px !important;
    line-height: 1.45;
}

#website-root .contact-reference-hero-media {
    position: relative;
    height: 270px;
    margin: 0;
}

#website-root .contact-reference-hero-media::before {
    position: absolute;
    inset: 28px -46px -45px 0;
    content: "";
    border-radius: 50%;
    background: rgba(174, 216, 255, .28);
    filter: blur(12px);
}

#website-root .contact-reference-hero-media img {
    position: absolute;
    right: -5px;
    bottom: -3px;
    z-index: 1;
    width: 338px;
    height: 258px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 15px 22px rgba(24, 57, 95, .13));
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 100%);
}

#website-root .contact-reference-content {
    padding: 0 0 2px !important;
}

#website-root .contact-reference-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

#website-root .contact-reference-card {
    box-sizing: border-box;
    border: 1px solid var(--contact-line);
    border-radius: 9px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 5px 18px rgba(13, 52, 103, .055);
}

#website-root .contact-reference-form-card {
    height: 594px;
    padding: 22px 20px 18px;
}

#website-root .contact-reference-form-card:has(.contact-message:not([hidden])) {
    height: auto;
    min-height: 594px;
}

#website-root .contact-reference-card-heading {
    display: block;
    margin: 0 0 18px;
}

#website-root .contact-reference-card h2,
#website-root .contact-reference-card-heading h2 {
    margin: 0;
    color: var(--contact-navy);
    font-size: 20px;
    line-height: 1.2;
}

#website-root .contact-reference-form-card .contact-form-pro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
}

#website-root .contact-reference-form-card .field {
    position: relative;
    display: grid;
    gap: 6px;
}

#website-root .contact-reference-form-card .field label {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    color: #173d70;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

#website-root .contact-reference-form-card .field label span {
    color: #eb4354;
}

#website-root .contact-reference-form-card input,
#website-root .contact-reference-form-card textarea {
    width: 100%;
    height: 36px;
    min-height: 36px !important;
    padding: 8px 11px !important;
    border: 1px solid #d6e1ef;
    border-radius: 5px;
    background: #fff;
    color: #173d70;
    font-size: 12px !important;
    line-height: 1.35;
    box-shadow: inset 0 0 0 1px rgba(238, 244, 251, .28);
}

#website-root .contact-reference-form-card input::placeholder,
#website-root .contact-reference-form-card textarea::placeholder {
    color: #9aacbf;
}

#website-root .contact-reference-form-card textarea {
    height: 75px;
    min-height: 75px !important;
    resize: none;
}

#website-root .contact-reference-subject > i {
    position: absolute;
    right: 11px;
    bottom: 9px;
    color: #486a97;
    pointer-events: none;
}

#website-root .contact-reference-subject input {
    padding-right: 34px;
}

#website-root .contact-reference-form-card .field.is-invalid input,
#website-root .contact-reference-form-card .field.is-invalid textarea {
    border-color: rgba(190, 39, 39, .72);
    box-shadow: 0 0 0 3px rgba(190, 39, 39, .08);
}

#website-root .contact-reference-form-card .contact-submit-row {
    display: block;
}

#website-root .contact-reference-form-card .contact-submit-row .btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    border-radius: 5px;
    background: #083b86;
    box-shadow: none;
    font-size: 13px;
}

#website-root .contact-reference-form-card .contact-message {
    margin: 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
}

#website-root .contact-reference-response-note {
    display: flex;
    min-height: 58px;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
    padding: 11px 13px;
    border: 1px solid #cfe4fb;
    border-radius: 5px;
    background: #eef7ff;
    color: #496681;
}

#website-root .contact-reference-response-note i {
    color: var(--contact-blue);
    font-size: 17px;
}

#website-root .contact-reference-response-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

#website-root .contact-reference-aside {
    display: grid;
    height: 594px;
    grid-template-rows: 334px 245px;
    gap: 15px;
}

#website-root .contact-reference-info-card,
#website-root .contact-reference-support-card {
    height: 100%;
    padding: 24px 25px !important;
}

#website-root .contact-reference-info-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

#website-root .contact-reference-info-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

#website-root .contact-reference-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: transparent;
    color: #1455c7;
    font-size: 22px;
}

#website-root .contact-reference-info-item > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

#website-root .contact-reference-info-item strong {
    color: #173d70;
    font-size: 12px;
    line-height: 1.2;
}

#website-root .contact-reference-info-item a,
#website-root .contact-reference-info-item div > span {
    color: var(--contact-muted);
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

#website-root .contact-reference-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 22px;
    margin-top: 24px;
}

#website-root .contact-reference-channel {
    display: grid;
    min-width: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0;
    border-radius: 7px;
    color: var(--contact-navy);
}

#website-root .contact-reference-channel:hover {
    transform: none;
    background: transparent;
}

#website-root .contact-reference-channel > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    background: #18a6ee;
    color: #fff;
    font-size: 20px;
}

#website-root .contact-reference-channel.is-messenger > span {
    background: linear-gradient(135deg, #7554ff, #b52eff);
}

#website-root .contact-reference-channel.is-hotline > span {
    background: #ff5358;
}

#website-root .contact-reference-channel.is-email > span {
    background: #27b86f;
}

#website-root .contact-reference-channel div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

#website-root .contact-reference-channel strong {
    font-size: 12px;
    line-height: 1.2;
}

#website-root .contact-reference-channel small {
    overflow: hidden;
    color: var(--contact-muted);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#website-root .contact-reference-support-empty {
    color: var(--contact-muted);
}

#website-root .contact-reference-location {
    display: grid;
    height: 329px;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, .85fr);
    gap: 32px;
    margin-top: 15px;
    padding: 20px !important;
}

#website-root .contact-reference-location-copy > p {
    margin: 7px 0 12px;
    color: var(--contact-muted);
    font-size: 12px;
    line-height: 1.4;
}

#website-root .contact-reference-map {
    position: relative;
    display: block;
    height: 228px;
    min-height: 228px;
    overflow: hidden;
    border-radius: 5px;
    background: #eef5fc;
}

#website-root .contact-reference-map img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}

#website-root .contact-reference-location-visual {
    display: grid;
    height: 289px;
    min-height: 289px;
    overflow: hidden;
    grid-template-rows: 164px 125px;
    border-radius: 5px;
    background: #083a80;
}

#website-root .contact-reference-location-visual > img {
    width: 100%;
    height: 164px;
    object-fit: cover;
    object-position: center 45%;
}

#website-root .contact-reference-location-visual > div {
    padding: 18px 19px;
    color: #fff;
}

#website-root .contact-reference-location-visual h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

#website-root .contact-reference-location-visual p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    #website-root .contact-reference-page .container {
        width: min(100% - 32px, 640px);
    }

    #website-root .contact-reference-hero,
    #website-root .contact-reference-hero-grid {
        height: auto;
        min-height: 0;
    }

    #website-root .contact-reference-hero-grid,
    #website-root .contact-reference-grid,
    #website-root .contact-reference-location {
        grid-template-columns: 1fr;
    }

    #website-root .contact-reference-hero-copy {
        padding: 28px 0 18px;
    }

    #website-root .contact-reference-breadcrumb {
        margin-bottom: 26px;
    }

    #website-root .contact-reference-hero-media {
        height: 250px;
    }

    #website-root .contact-reference-hero-media img {
        right: 50%;
        width: 330px;
        height: 250px;
        transform: translateX(50%);
    }

    #website-root .contact-reference-form-card,
    #website-root .contact-reference-aside,
    #website-root .contact-reference-info-card,
    #website-root .contact-reference-support-card,
    #website-root .contact-reference-location {
        height: auto;
    }

    #website-root .contact-reference-grid {
        gap: 15px;
    }

    #website-root .contact-reference-aside {
        grid-template-rows: auto auto;
        gap: 15px;
    }

    #website-root .contact-reference-info-card,
    #website-root .contact-reference-support-card {
        min-height: 0;
    }

    #website-root .contact-reference-location {
        gap: 15px;
    }

    #website-root .contact-reference-location-visual {
        height: auto;
        min-height: 0;
        grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
        grid-template-rows: 220px;
    }

    #website-root .contact-reference-location-visual > img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    #website-root .contact-reference-page .container {
        width: calc(100% - 28px);
    }

    #website-root .contact-reference-hero h1 {
        font-size: 32px !important;
    }

    #website-root .contact-reference-hero-copy p {
        font-size: 13px !important;
    }

    #website-root .contact-reference-hero-media {
        height: 220px;
    }

    #website-root .contact-reference-hero-media img {
        width: 290px;
        height: 220px;
    }

    #website-root .contact-reference-content {
        padding: 14px 0 2px !important;
    }

    #website-root .contact-reference-form-card,
    #website-root .contact-reference-info-card,
    #website-root .contact-reference-support-card,
    #website-root .contact-reference-location {
        padding: 18px !important;
        border-radius: 8px;
    }

    #website-root .contact-reference-form-card textarea {
        height: 100px;
        min-height: 100px;
    }

    #website-root .contact-reference-form-card input {
        height: 44px;
        min-height: 44px !important;
    }

    #website-root .contact-reference-support-grid,
    #website-root .contact-reference-location-visual {
        grid-template-columns: 1fr;
    }

    #website-root .contact-reference-location-visual {
        grid-template-rows: 190px auto;
    }

    #website-root .contact-reference-location-visual > img {
        height: 190px;
    }

    #website-root .contact-reference-map,
    #website-root .contact-reference-map img {
        height: 210px;
        min-height: 210px;
    }
}
