.contact-modern-page {
    --c-primary: #0098af;
    --c-deep: #006473;
    --c-red: #ea0000;
    --c-ink: #17383d;
    --c-soft: #f5fbfc;
    --c-line: #d5edef;
    color: var(--c-ink);
    background: var(--c-soft);
    overflow: hidden;
    font-family: inherit
}

    .contact-modern-page * {
        box-sizing: border-box
    }

    .contact-modern-page .container {
        width: min(1180px,calc(100% - 40px));
        margin: auto
    }

.contact-modern-hero {
    position: relative;
    padding: 66px 0 58px;
    color: #fff;
    background: linear-gradient(125deg,#006473 0%,#0098af 58%,#0aa7b1 100%);
    isolation: isolate
}

    .contact-modern-hero:after {
        content: "";
        position: absolute;
        inset: auto -8% -90px 38%;
        height: 230px;
        background: rgba(255,255,255,.1);
        border-radius: 50%;
        transform: rotate(-8deg);
        z-index: -1
    }

.contact-eyebrow, .contact-section-kicker {
    display: inline-block;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    font-family: 'InterSB';
}

.contact-eyebrow {
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    color: #d5edef
}

.contact-modern-hero h1 {
    max-width: 760px;
    margin: 22px 0 14px;
    font-size: clamp(42px,6vw,44px);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-family: 'InterSB';
}

    .contact-modern-hero h1 em {
        color: #b9f2f5;
        font-style: normal
    }

.contact-modern-hero p {
    max-width: 620px;
    margin: 0;
    color: #e3f8fa;
    font-size: 18px;
    line-height: 1.7
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: InterSB;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .25s ease,box-shadow .25s ease,background .25s ease
}

    .contact-btn:hover {
        transform: translateY(-3px);
        background: var(--brand-primary-dark);
        color: #fff;
    }

.contact-btn-primary {
    color: #fff;
    background: var(--c-red);
    box-shadow: 0 12px 25px rgba(234,0,0,.22)
}

    .contact-btn-primary:hover {
        box-shadow: 0 16px 30px rgba(234,0,0,.3)
    }

.contact-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(255,255,255,.08)
}

    .contact-btn-outline:hover {
        background: rgba(255,255,255,.17)
    }

.contact-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
    color: #d5edef;
    font-size: 13px
}

    .contact-hero-badges i {
        margin-right: 7px;
        color: #fff
    }

.contact-quick {
    position: relative;
    margin-top: -32px;
    z-index: 2
}

.contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.contact-quick-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px 20px;
    color: var(--c-ink);
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,100,115,.1);
    text-decoration: none;
    transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease
}

    .contact-quick-card:hover {
        transform: translateY(-5px);
        border-color: var(--c-primary);
        box-shadow: 0 18px 35px rgba(0,100,115,.16)
    }

    .contact-quick-card > i {
        display: grid;
        place-items: center;
        width: 43px;
        height: 43px;
        flex: none;
        color: var(--c-primary);
        background: #e9f8f9;
        border-radius: 13px
    }

    .contact-quick-card span {
        min-width: 0
    }

    .contact-quick-card > i.fa-solid.fa-phone:before {
        transform: rotate(101deg);
    }

    .contact-quick-card small, .contact-info-list small {
        display: block;
        color: #6c8589;
        font-size: 15px;
        font-family: 'InterSB';
    }

    .contact-quick-card strong {
        display: block;
        margin-top: 4px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: 'InterSB';
    }

    .contact-quick-card b {
        margin-left: auto;
        color: var(--c-primary);
        font-size: 20px
    }

.contact-main-section {
    padding: 54px 0 54px;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(295px,.96fr) minmax(0,1.35fr);
    gap: 25px;
    align-items: stretch
}

.contact-info-panel {
    position: relative;
    overflow: hidden;
    padding: 38px;
    color: #fff;
    background: linear-gradient(145deg,#17383d,#006473);
    border-radius: 25px;
    box-shadow: 0 18px 45px rgba(0,100,115,.16)
}

    .contact-info-panel:after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -90px;
        bottom: -100px;
        border: 35px solid rgba(213,237,239,.12);
        border-radius: 50%
    }

    .contact-info-panel .contact-section-kicker {
        color: #aeecef
    }

    .contact-info-panel h2 {
        position: relative;
        margin: 14px 0 13px;
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -.03em;
        font-family: 'InterSB';
    }

    .contact-info-panel > p {
        position: relative;
        margin: 0;
        color: #c8e7e9;
        line-height: 1.7;
        font-family: 'InterB';
    }

.contact-info-list {
    position: relative;
    display: grid;
    gap: 16px;
    margin: 30px 0
}

    .contact-info-list > div {
        display: flex;
        gap: 13px;
        align-items: flex-start
    }

        .contact-info-list > div > i {
            width: 20px;
            margin-top: 3px;
            color: #8be1e6
        }

    .contact-info-list strong {
        display: block;
        margin-top: 4px;
        color: #fff;
        line-height: 1.45;
        font-family: 'InterSB';
    }

    .contact-info-list a {
        color: #fff;
        text-decoration: none
    }

.contact-commitments {
    position: relative;
    display: grid;
    gap: 9px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
    font-size: 13px
}

.contact-info-list i.fas.fa-phone {
    transform: rotate(101deg);
    margin-right: 3px;
    width: auto;
}

.contact-location-lines i.fas.fa-phone {
    transform: rotate(101deg);
    margin-right: 3px;
    width: auto;
}

.contact-commitments strong {
    margin-bottom: 4px;
    font-size: 16px;
    font-family: 'InterSB';
}

.contact-commitments span {
    color: #c8e7e9;
    font-size: 16px;
}

.contact-commitments i {
    margin-right: 8px;
    color: #8be1e6
}

.contact-info-cta {
    position: relative;
    display: grid;
    gap: 6px;
    margin-top: 30px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 15px;
    background: rgba(255,255,255,.08)
}

    .contact-info-cta strong {
        font-size: 16px;
        font-family: 'InterSB';
    }

    .contact-info-cta span {
        color: #c8e7e9;
        font-size: 14px;
    }

    .contact-info-cta > div {
        display: flex;
        gap: 8px;
        margin-top: 7px
    }

    .contact-info-cta a {
        padding: 8px 12px;
        border-radius: 8px;
        color: #fff;
        background: var(--c-red);
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        font-family: 'InterSB';
    }

        .contact-info-cta a + a {
            background: rgba(255,255,255,.15)
        }

.contact-form-card {
    padding: 38px;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: 25px;
    box-shadow: 0 18px 45px rgba(0,100,115,.1)
}

.contact-form-heading .contact-section-kicker, .contact-faq-heading .contact-section-kicker, .contact-location-card .contact-section-kicker, .contact-closing .contact-section-kicker {
    color: var(--c-primary)
}

.contact-form-heading h2, .contact-faq h2, .contact-location-card h2 {
    margin: 9px 0 7px;
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.03em;
    font-family: 'InterSB';
}

.contact-form-heading p {
    margin: 0;
    color: #668084;
    line-height: 1.6
}

.contact-form-heading > small {
    display: block;
    margin-top: 14px;
    color: #638085;
    font-size: 14px;
    font-family: 'InterSB';
}

    .contact-form-heading > small i {
        margin-right: 5px;
        color: var(--c-primary)
    }

.contact-message {
    display: block;
    margin: 22px 0 0;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5
}

    .contact-message:empty {
        display: none
    }

.contact-message-success {
    color: #116b58;
    background: #e9f8f1;
    border: 1px solid #b8e9d6
}

.contact-message-error {
    color: #9c1f1f;
    background: #fff0f0;
    border: 1px solid #ffd0d0
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin-top: 25px
}

.contact-field {
    min-width: 0;
    position: relative;
}

.contact-field-full, .contact-captcha-row, .contact-actions {
    grid-column: 1/-1
}

.contact-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--c-ink);
    font-size: 14px;
    font-weight: 800
}

    .contact-field label b {
        color: var(--c-red)
    }

    .contact-field label small {
        font-weight: 500;
        color: #7d9295
    }

.contact-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    color: var(--c-ink);
    background: #fbfeff;
    border: 1px solid #cbe3e6;
    border-radius: 10px;
    outline: none;
    font: inherit;
    transition: border-color .2s,box-shadow .2s,background .2s
}

    .contact-input::placeholder {
        font-size: 14px;
    }

    .contact-input:focus {
        background: #fff;
        border-color: var(--c-primary);
        box-shadow: 0 0 0 4px rgba(0,152,175,.12)
    }

.contact-textarea {
    min-height: 132px;
    resize: vertical
}

.contact-validation {
    display: block;
    margin-top: 5px;
    color: #c52a2a;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.contact-captcha-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 18px;
    align-items: end
}

.contact-captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px
}

.imgCapcha {
    display: block;
    height: 48px;
    width: 150px;
    object-fit: cover;
    border: 1px solid var(--c-line);
    border-radius: 8px
}

.btnRefresh {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--c-primary);
    border: 1px solid var(--c-line);
    border-radius: 8px;
    text-decoration: none
}

    .btnRefresh:hover {
        background: #e9f8f9
    }

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 3px
}

.contact-submit, .contact-reset {
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition: transform .2s,opacity .2s
}

.contact-submit {
    color: #fff;
    background: var(--c-red);
    box-shadow: 0 10px 20px rgba(234,0,0,.18)
}

.contact-reset {
    color: var(--c-deep);
    background: #eaf7f8
}

    .contact-submit:hover, .contact-reset:hover {
        transform: translateY(-2px)
    }

.contact-submit.is-submitting {
    opacity: .65;
    cursor: wait
}

.contact-map-section {
    padding: 0 0 90px
}

.contact-map-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(280px,.65fr);
    gap: 22px
}

.contact-map-frame {
    min-height: 390px;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0,100,115,.12)
}

    .contact-map-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 390px;
        border: 0
    }

.contact-location-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 35px;
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: 22px
}

    .contact-location-card p {
        margin: 8px 0 20px;
        color: #668084;
        line-height: 1.65
    }

.contact-location-lines {
    display: grid;
    gap: 11px;
    margin-bottom: 25px;
    color: var(--c-ink);
    font-size: 16px;
}

    .contact-location-lines i {
        width: 21px;
        color: var(--c-primary)
    }

.contact-faq {
    padding: 80px 0;
    background: #fff
}

.contact-faq-heading {
    text-align: center
}

.contact-faq-list {
    max-width: 1028px;
    margin: 28px auto 0;
    border-top: 1px solid var(--c-line)
}

.contact-faq details {
    border-bottom: 1px solid var(--c-line)
}

.contact-faq summary {
    position: relative;
    padding: 19px 35px 19px 0;
    color: var(--c-ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    font-family: 'InterB';
    font-size: 18px;
}

    .contact-faq summary::-webkit-details-marker {
        display: none
    }

    .contact-faq summary:after {
        content: "+";
        position: absolute;
        right: 3px;
        color: var(--c-primary);
        font-size: 22px;
        font-weight: 400
    }

.contact-faq details[open] summary:after {
    content: "−"
}

.contact-faq details p {
    max-width: 1000px;
    margin: -5px 0 20px;
    color: #668084;
    line-height: 1.7;
    font-size: 16px;
}

.contact-closing {
    padding: 78px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(125deg,#17383d,#006473 60%,#0098af)
}

    .contact-closing .contact-section-kicker {
        color: #aeecef
    }

    .contact-closing h2 {
        margin: 13px 0 8px;
        font-size: 42px;
        letter-spacing: -.03em;
        font-family: InterSB;
    }

    .contact-closing p {
        margin: 0;
        color: #d5edef;
        font-size: 16px;
    }

    .contact-closing .contact-hero-actions {
        justify-content: center;
        margin-top: 23px
    }

    .contact-closing .contact-btn-outline {
        color: #fff
    }

    .contact-closing small {
        display: block;
        margin-top: 22px;
        color: #c8e7e9;
        font-size: 16px;
    }

@media (max-width: 992px) {
    .contact-modern-hero {
        padding: 76px 0 70px
    }

    .contact-main-grid {
        grid-template-columns: 1fr
    }

    .contact-info-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px
    }

        .contact-info-panel > p, .contact-info-panel > .contact-section-kicker {
            grid-column: 1/-1;
            font-size: 15px;
        }

        .contact-info-panel > h2 {
            font-size: 23px;
            line-height: 1.4;
        }

    .contact-info-cta {
        align-self: end
    }

    .contact-map-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 767px) {
    .contact-modern-page .container {
        width: min(100% - 28px,560px);
        display: block;
    }

    .contact-form-heading h2, .contact-faq h2, .contact-location-card h2 {
        font-size: 24px;
    }

    .contact-modern-hero {
        padding: 58px 0 64px
    }

        .contact-modern-hero h1 {
            font-size: clamp(39px,12vw,58px)
        }

        .contact-modern-hero p {
            font-size: 16px
        }

    .contact-hero-badges {
        gap: 10px 17px;
        font-size: 15px;
    }

    .contact-quick {
        margin-top: -22px;
        width: auto;
    }

    .contact-quick-grid, .contact-map-grid {
        grid-template-columns: 1fr
    }

    .contact-quick-card {
        min-height: 76px;
        margin-bottom: 7px;
    }

    .contact-main-section {
        padding: 32px 0;
    }

    .contact-quick-card b {
        display: none;
    }

    .contact-info-panel {
        display: block;
        padding: 28px;
        margin-bottom: 20px;
    }

    .contact-form-card {
        padding: 26px 20px
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .contact-field-full, .contact-captcha-row, .contact-actions {
        grid-column: auto
    }

    .contact-captcha-row {
        grid-template-columns: 1fr
    }

    .contact-captcha {
        justify-content: flex-start
    }

    .contact-map-section {
        padding-bottom: 36px;
    }

    .contact-map-frame, .contact-map-frame iframe {
        min-height: 300px
    }

    .contact-faq {
        padding: 30px 0;
    }

        .contact-faq summary {
            font-size: 15px;
        }

        .contact-faq details p {
            font-size: 14px;
        }

    .contact-closing {
        padding: 60px 0
    }

        .contact-closing h2 {
            font-size: 35px
        }
}

@media (max-width: 480px) {
    .contact-modern-page .container {
        width: 100%;
        max-width: 100%;
    }

    .contact-modern-hero {
        padding: 48px 0 54px
    }

        .contact-modern-hero h1 {
            font-size: 22px;
        }

    .contact-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-btn {
        width: 100%;
        font-size: 13px;
        padding: 0 7px;
        min-height: 40px;
    }

    .contact-hero-badges {
        display: grid;
        gap: 8px
    }

    .contact-quick-grid {
        gap: 10px
    }

    .contact-form-card {
        padding: 22px 15px
    }

    .contact-captcha {
        flex-wrap: wrap
    }

    .contact-actions {
        display: grid;
        grid-template-columns: 1fr
    }

    .contact-submit, .contact-reset {
        width: 100%
    }

    .contact-location-card {
        padding: 25px;
        margin-top: 20px;
    }

    .contact-closing h2 {
        font-size: 31px
    }
}

@media (max-width: 375px) {
    .contact-modern-hero h1 {
        font-size: 34px
    }

    .contact-info-panel h2, .contact-form-heading h2, .contact-faq h2, .contact-location-card h2 {
        font-size: 27px
    }

    .contact-quick-card {
        padding: 14px
    }

    .imgCapcha {
        width: 135px
    }
}

@media (prefers-reduced-motion:reduce) {
    .contact-modern-page *, .contact-modern-page *:before, .contact-modern-page *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}