<style>
.uks_028 #uks_002_subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uks_028 #uks_002_subheading div {
    text-align: center;
    height: 27px;
    background-color: #d2e8ff;
    border-radius: 50px;
    padding: 0.5rem 0.625rem;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "stratos", Arial, Helvetica, sans-serif;
    color: #2d286e;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .uks_028 #uks_002_subheading div {
        height: 28px;
        padding: 7px 10px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .uks_028 #uks_002_subheading div {
        height: 24px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 12px;
        margin-top: 14px;
    }
}
.uks_028 #uks_028_speed_completion {
    background: #2d286b;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 100px;
}
.uks_028 #uks_028_speed_completion .underlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .underlay {
        display: none;
    }
}

.uks_028 #uks_028_speed_completion .underlay .left,
.uks_028 #uks_028_speed_completion .underlay .right {
    flex: 1;
    height: 100%;
}

.uks_028 #uks_028_speed_completion .underlay .right {
    background-color: #36307e;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .underlay .right {
        display: none;
    }
}

.uks_028 #uks_028_speed_completion .underlay .right img {
    height: 100%;
    transform: translateX(-140px);
}

@media screen and (max-width: 1024px) {
    .uks_028 #uks_028_speed_completion .underlay .right img {
        transform: translateX(-100px);
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .uks_028 #uks_028_speed_completion {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
        margin-top: 0px;
    }
}

.uks_028 #uks_028_speed_completion h3,
.uks_028 #uks_028_speed_completion p {
    margin: 0;
}

.uks_028 #uks_028_speed_completion h3 {
    color: white;
    font-style: italic;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion h3 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner {
    max-width: 1236px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner {
        max-width: calc(100vw - 120px);
    }
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner {
        max-width: calc(100vw - 80px);
    }
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content {
    flex: 1;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container {
        margin-bottom: 24px;
    }
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container .list {
    font-size: 16px;
    line-height: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container .list .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .list_container .list .icon img {
    width: 100%;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content #uks_028_get_quote {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content #uks_028_get_quote {
        margin-bottom: 16px;
        height: 42px;
        letter-spacing: 1.614px !important;
    }
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .terms span {
    color: white;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    cursor: pointer;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .text_content .terms > span span {
    text-decoration: underline;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content {
    flex: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content .desktop_image {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content .desktop_image {
        display: none;
    }
}

.uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content .mobile_image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content .mobile_image {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .uks_028 #uks_028_speed_completion .uks_028_speed_completion_inner .image_content .mobile_image {
        width: 80%;
    }
}

.uks_028 #uks_028_t_and_c_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999999;
    align-items: center;
    justify-content: center;
}

.uks_028 #uks_028_t_and_c_modal.active {
    display: flex;
}

.uks_028 #uks_028_t_and_c_modal .modal_content {
    display: flex;
    max-width: 592px;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    border-radius: 10px;
    background: var(--White-100, #fff);
    max-height: 712px;
    overflow-y: auto;
}

@media screen and (max-width: 640px) {
    .uks_028 #uks_028_t_and_c_modal .modal_content {
        max-width: unset;
        width: 100%;
        margin: 0 24px;
        max-height: 100dvh;
    }
}

.uks_028 #uks_028_t_and_c_modal .modal_content h3,
.uks_028 #uks_028_t_and_c_modal .modal_content h4 {
    margin: 0;
}

.uks_028 #uks_028_t_and_c_modal .modal_content h3 {
    align-self: stretch;
    color: var(--Orange-400, #f26822);
    /* Desktop/H2 */
    font-family: Stratos;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .uks_028 #uks_028_t_and_c_modal .modal_content h3 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        /* 107.143% */
    }
}

.uks_028 #uks_028_t_and_c_modal .modal_content h4 {
    width: 90%;
    align-self: stretch;
    color: var(--Orange-400, #f26822);
    /* Desktop/H3 */
    font-family: Stratos;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .uks_028 #uks_028_t_and_c_modal .modal_content h4 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.uks_028 #uks_028_t_and_c_modal .modal_content ul {
    align-self: stretch;
    margin-bottom: 0;
    padding-left: 24px;
}

.uks_028 #uks_028_t_and_c_modal .modal_content ul li {
    color: var(--Purple-400, #2d286e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 640px) {
    .uks_028 #uks_028_t_and_c_modal .modal_content ul li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.uks_028 #uks_028_t_and_c_modal .modal_content .modal_close {
    cursor: pointer;
    width: 12px;
    height: 16px;
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    position: sticky;
}
</style>
