.deedpoll-reach-us,
.deedpoll-reach-us * {
    box-sizing: border-box;
}

.deedpoll-reach-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fbfdff;
    color: #082b68;
    padding: 54px 20px 60px;
    isolation: isolate;
}

.deedpoll-reach-us__inner {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    max-width: 1400px;
    margin: 0 auto;
}

.deedpoll-reach-us__header {
    margin: 0 auto 38px;
    text-align: center;
}

.deedpoll-reach-us__heading {
    margin: 0 0 22px;
    color: #082b68;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 3.35vw, 54px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.deedpoll-reach-us__heading span {
    display: inline;
}

.deedpoll-reach-us__heading-emphasis {
    font-style: italic;
    font-weight: 500;
}

.deedpoll-reach-us__divider {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
}

.deedpoll-reach-us__divider-line {
    display: block;
    flex: 1 1 auto;
    height: 1px;
    background: #173e83;
    opacity: .9;
}

.deedpoll-reach-us__divider-diamond {
    display: block;
    width: 11px;
    height: 11px;
    background: #173e83;
    transform: rotate(45deg);
    flex: 0 0 11px;
}

.deedpoll-reach-us__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.deedpoll-reach-us__card {
    position: relative;
    min-width: 0;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 34px 28px 30px;
    background: #fff;
    border: 1px solid #dfe8f2;
    border-radius: 20px;
    box-shadow: 0 18px 35px rgba(17, 51, 91, .08);
    text-decoration: none !important;
    color: inherit;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.deedpoll-reach-us__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0b8fcb;
}

.deedpoll-reach-us__card:hover,
.deedpoll-reach-us__card:focus,
.deedpoll-reach-us__card:active,
.deedpoll-reach-us__card:visited {
    text-decoration: none !important;
    color: inherit;
}

.deedpoll-reach-us__card:hover {
    transform: translateY(-4px);
    border-color: #0b8fcb;
    box-shadow: 0 22px 42px rgba(17, 51, 91, .12);
}

.deedpoll-reach-us__icon {
    width: 92px;
    height: 92px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5fb;
    margin-bottom: 22px;
}

.deedpoll-reach-us__icon i {
    font-size: 42px;
    line-height: 1;
    color: #082f70;
}

.deedpoll-reach-us__icon svg {
    width: 42px;
    height: 42px;
    fill: #082f70;
    color: #082f70;
}

.deedpoll-reach-us__title {
    margin: 0;
    color: #082b68;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
}

.deedpoll-reach-us__mini-divider {
    display: block;
    width: 45px;
    height: 3px;
    border-radius: 99px;
    background: #058bd0;
    margin: 20px auto 25px;
}

.deedpoll-reach-us__primary {
    width: 100%;
    color: #082b68;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.deedpoll-reach-us__secondary {
    width: 100%;
    margin-top: 24px;
    color: #687383;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.deedpoll-reach-us__primary:empty + .deedpoll-reach-us__secondary {
    margin-top: 0;
}

.deedpoll-reach-us__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    padding: 10px 22px;
    border-radius: 26px;
    background: #062b6b;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    white-space: nowrap;
}

.deedpoll-reach-us__dots,
.deedpoll-reach-us__curve {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: .55;
}

.deedpoll-reach-us__dots {
    --deedpoll-reach-decoration: #dcebfa;
    width: 108px;
    height: 86px;
    background-image: radial-gradient(circle, var(--deedpoll-reach-decoration) 2.2px, transparent 2.4px);
    background-size: 17px 17px;
}

.deedpoll-reach-us__dots--left {
    left: max(1%, calc(50% - 760px));
    top: 16px;
}

.deedpoll-reach-us__dots--right {
    right: max(1%, calc(50% - 760px));
    bottom: 12px;
}

.deedpoll-reach-us__curve {
    width: 330px;
    height: 330px;
    border: 1px solid #dcebfa;
    border-radius: 50%;
}

.deedpoll-reach-us__curve::before,
.deedpoll-reach-us__curve::after {
    content: '';
    position: absolute;
    border: inherit;
    border-radius: inherit;
}

.deedpoll-reach-us__curve::before {
    inset: 22px;
}

.deedpoll-reach-us__curve::after {
    inset: 44px;
}

.deedpoll-reach-us__curve--left {
    left: -180px;
    bottom: -205px;
}

.deedpoll-reach-us__curve--right {
    right: -155px;
    top: -230px;
}

@media (max-width: 1024px) {
    .deedpoll-reach-us__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deedpoll-reach-us__heading {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .deedpoll-reach-us {
        padding: 42px 20px 44px;
    }

    .deedpoll-reach-us__header {
        margin-bottom: 30px;
    }

    .deedpoll-reach-us__heading {
        font-size: 34px;
        line-height: 1.12;
    }

    .deedpoll-reach-us__divider {
        width: 145px;
        gap: 12px;
    }

    .deedpoll-reach-us__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .deedpoll-reach-us__card {
        min-height: 0;
        padding: 30px 24px 28px;
    }

    .deedpoll-reach-us__icon {
        width: 82px;
        height: 82px;
        margin-bottom: 18px;
    }

    .deedpoll-reach-us__icon i {
        font-size: 36px;
    }

    .deedpoll-reach-us__icon svg {
        width: 36px;
        height: 36px;
    }

    .deedpoll-reach-us__title {
        font-size: 24px;
    }

    .deedpoll-reach-us__mini-divider {
        margin: 17px auto 20px;
    }

    .deedpoll-reach-us__secondary {
        margin-top: 18px;
    }

    .deedpoll-reach-us__curve {
        width: 240px;
        height: 240px;
    }
}
