/* Dedicated contact page */

.contact-page .contact-hero {
    min-height: 300px;
}

.contact-intro {
    padding: 85px 0 70px;
    background: #ffffff;
}

.contact-heading {
    max-width: 680px;
    margin: 0 auto 42px;
    text-align: center;
}

.contact-heading h2,
.contact-form-card h2,
.contact-support h2,
.contact-location h2 {
    margin: 8px 0 0;
    color: #10263b;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.contact-heading > p {
    margin: 13px 0 0;
    color: #627386;
    font-size: 15px;
    line-height: 1.75;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
}

.contact-methods > div {
    display: flex;
}

.contact-method {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 132px;
    padding: 25px 43px 25px 23px;
    align-items: center;
    gap: 15px;
    color: #10263b;
    background: #ffffff;
    border: 1px solid #dfe8ee;
    border-radius: 9px;
    box-shadow: 0 12px 34px rgba(10, 45, 70, .07);
}

.contact-method:hover,
.contact-method:focus,
.contact-method:visited {
    color: #10263b;
}

.contact-method:hover {
    border-color: rgba(32,185,223,.55);
    box-shadow: 0 18px 40px rgba(10, 45, 70, .11);
    transform: translateY(-4px);
}

.contact-method__icon {
    display: flex;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #0d5e8f;
    font-size: 19px;
    background: #e8f7fb;
    border-radius: 8px;
}

.contact-method__copy {
    min-width: 0;
}

.contact-method__copy small,
.contact-method__copy strong {
    display: block;
}

.contact-method__copy small {
    margin-bottom: 4px;
    color: #8493a0;
    font-size: 11px;
    line-height: 1.4;
}

.contact-method__copy strong {
    overflow-wrap: anywhere;
    color: #10263b;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.contact-method__arrow {
    position: absolute;
    right: 20px;
    color: #a7b5c0;
    font-size: 10px;
}

.contact-main {
    padding: 90px 0 100px;
    background: #f4f8fb;
}

.contact-main__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.contact-main__row > div {
    display: flex;
}

.contact-form-card,
.contact-support {
    width: 100%;
}

.contact-form-card {
    padding: 43px 45px 40px;
    background: #ffffff;
    border: 1px solid #e0e8ee;
    border-radius: 11px;
    box-shadow: 0 18px 48px rgba(10, 45, 70, .09);
}

.contact-form-card h2 {
    font-size: 30px;
}

.contact-form-card__intro {
    margin: 9px 0 28px;
    color: #687a8b;
    font-size: 13px;
    line-height: 1.7;
}

.contact-alert {
    display: flex;
    margin-bottom: 24px;
    padding: 15px 16px;
    align-items: flex-start;
    gap: 11px;
    font-size: 13px;
    line-height: 1.55;
    border-radius: 6px;
}

.contact-alert i {
    margin-top: 2px;
    font-size: 17px;
}

.contact-alert strong,
.contact-alert span {
    display: block;
}

.contact-alert strong {
    margin-bottom: 2px;
    color: inherit;
    font-family: 'Poppins', sans-serif;
}

.contact-alert--success {
    color: #256542;
    background: #eef9f2;
    border: 1px solid #cde9d7;
}

.contact-alert--error {
    color: #8a3030;
    background: #fff2f2;
    border: 1px solid #f0cece;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-field {
    margin-bottom: 19px;
}

.contact-field label {
    display: block;
    margin-bottom: 7px;
    color: #263c50;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.contact-field label span {
    color: #d56a56;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    display: block;
    width: 100%;
    color: #10263b;
    background: #f8fafb;
    border: 1px solid #dce5eb;
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.contact-field input,
.contact-field select {
    height: 45px;
    padding: 9px 12px;
}

.contact-field textarea {
    min-height: 130px;
    padding: 11px 12px;
    line-height: 1.6;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    background: #ffffff;
    border-color: #20b9df;
    box-shadow: 0 0 0 3px rgba(32,185,223,.1);
}

.contact-field.has-error input,
.contact-field.has-error select,
.contact-field.has-error textarea {
    border-color: #d46b62;
}

.contact-field > small {
    display: block;
    margin-top: 5px;
    color: #b0473f;
    font-size: 11px;
    line-height: 1.45;
}

.contact-form__footer {
    display: flex;
    margin-top: 3px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.contact-form__footer p {
    margin: 0;
    color: #8493a0;
    font-size: 10px;
    line-height: 1.5;
}

.contact-form__footer p i {
    margin-right: 5px;
    color: #0d5e8f;
}

.contact-form__footer button {
    flex: 0 0 auto;
    min-height: 45px;
    padding: 0 20px;
    color: #ffffff;
    background: #0d5e8f;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.contact-form__footer button:hover {
    background: #0b2b4b;
    transform: translateY(-2px);
}

.contact-form__footer button i {
    margin-left: 9px;
    font-size: 9px;
}

.contact-support {
    margin-left: 18px;
    overflow: hidden;
    background: #0b2b4b;
    border-radius: 11px;
    box-shadow: 0 18px 48px rgba(6,29,51,.16);
}

.contact-support__visual {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.contact-support__visual:after {
    position: absolute;
    content: '';
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(to top, rgba(6,29,51,.75), transparent);
}

.contact-support__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.contact-support:hover .contact-support__visual img {
    transform: scale(1.025);
}

.contact-support__visual > span {
    position: absolute;
    left: 24px;
    bottom: 20px;
    z-index: 1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.contact-support__visual > span i {
    margin-right: 8px;
    color: #f4b844;
}

.contact-support__content {
    padding: 34px 32px 36px;
}

.contact-support__content .section-kicker {
    color: #f4b844;
}

.contact-support h2 {
    color: #ffffff;
    font-size: 25px;
}

.contact-support__content > p {
    margin: 11px 0 25px;
    color: rgba(255,255,255,.65);
    font-size: 13px;
    line-height: 1.7;
}

.contact-support__link {
    display: flex;
    min-height: 65px;
    margin-top: 10px;
    padding: 12px 14px;
    align-items: center;
    gap: 13px;
    color: #ffffff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 6px;
}

.contact-support__link:hover,
.contact-support__link:focus,
.contact-support__link:visited {
    color: #ffffff;
}

.contact-support__link:hover {
    background: rgba(255,255,255,.11);
    border-color: rgba(32,185,223,.35);
}

.contact-support__link > i {
    display: flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #20b9df;
    background: rgba(32,185,223,.1);
    border-radius: 5px;
}

.contact-support__link small,
.contact-support__link strong {
    display: block;
}

.contact-support__link small {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1.4;
}

.contact-support__link strong {
    margin-top: 2px;
    overflow-wrap: anywhere;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.contact-location {
    padding: 90px 0 100px;
    background: #ffffff;
}

.contact-location__heading {
    display: flex;
    margin-bottom: 32px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.contact-location h2 {
    font-size: 32px;
}

.contact-location__heading > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d5e8f;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.contact-location__heading > a:hover {
    color: #20b9df;
}

.contact-location__heading > a i {
    font-size: 10px;
}

.contact-map {
    position: relative;
    height: 430px;
    overflow: hidden;
    background-color: #e8eef2;
    background-image: linear-gradient(rgba(13,94,143,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(13,94,143,.045) 1px, transparent 1px);
    background-size: 34px 34px;
    border: 1px solid #dce5eb;
    border-radius: 11px;
    box-shadow: 0 14px 38px rgba(10,45,70,.09);
}

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

.contact-map__address {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    max-width: 390px;
    padding: 16px 18px;
    align-items: center;
    gap: 13px;
    color: #10263b;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(13,94,143,.14);
    border-left: 4px solid #f4b844;
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(6,29,51,.16);
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.contact-map__address > span {
    display: flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #0d5e8f;
    font-size: 17px;
    background: #e8f7fb;
    border-radius: 50%;
}

.contact-map__address small,
.contact-map__address strong {
    display: block;
}

.contact-map__address small {
    margin-bottom: 3px;
    color: #8796a3;
    font-size: 10px;
    line-height: 1.4;
}

.contact-map__address strong {
    color: #10263b;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .contact-method {
        display: block;
        min-height: 190px;
        padding: 23px;
    }

    .contact-method__icon {
        margin-bottom: 15px;
    }

    .contact-method__arrow {
        right: 18px;
        top: 24px;
    }

    .contact-main__row > div {
        display: block;
    }

    .contact-support {
        margin: 35px 0 0;
    }

    .contact-support__visual {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .contact-intro,
    .contact-main,
    .contact-location {
        padding: 65px 0;
    }

    .contact-heading {
        margin-bottom: 32px;
    }

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

    .contact-methods > div {
        display: block;
        margin-bottom: 14px;
    }

    .contact-methods > div:last-child {
        margin-bottom: 0;
    }

    .contact-method {
        display: flex;
        min-height: 105px;
        padding: 20px 40px 20px 19px;
    }

    .contact-method__icon {
        margin-bottom: 0;
    }

    .contact-method__arrow {
        top: auto;
    }

    .contact-form-card {
        padding: 31px 23px 27px;
    }

    .contact-form__footer {
        display: block;
    }

    .contact-form__footer button {
        width: 100%;
        margin-top: 16px;
    }

    .contact-support__visual {
        height: 250px;
    }

    .contact-support__content {
        padding: 29px 23px 31px;
    }

    .contact-location__heading {
        display: block;
    }

    .contact-location__heading > a {
        margin-top: 14px;
    }

    .contact-map {
        height: 330px;
    }

    .contact-map__address {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
        padding: 13px 14px;
    }
}

@media (max-width: 420px) {
    .contact-method__copy strong {
        font-size: 12px;
    }

    .contact-support__visual {
        height: 220px;
    }
}
