﻿#topGap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background: linear-gradient(180deg, rgba(98, 182, 239, 0.80) 1.73%, rgba(165, 213, 246, 0.89) 13.37%, #FFF 41.43%);
}

#collection {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background: linear-gradient(180deg, rgba(98, 182, 239, 0.80) 1.73%, rgba(165, 213, 246, 0.89) 13.37%, #FFF 41.43%);
    width: 100%;
    margin-top: 100px;
}
#confirmBtn {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--Soft-Sky, #8ECAF3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 75px;
}

#crimedxTitle {
    align-self: stretch;
    color: #191C1F;
    text-align: center;
    font-family: "Dela Gothic One";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

    #crimedxTitle > b {
        color: #F00;
        font-family: "Dela Gothic One";
        font-size: 80px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #crimedxTitle > span > i {
        display: flex;
        color: var(--Dusk, #00419E);
        text-align: right;
        font-family: Arial;
        font-size: 18px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        justify-content: flex-end;
    }

#elevate {
    color: #00419E;
    text-align: right;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}

#crimedxCollection {
    align-self: stretch;
    color: var(--Dusk, #00419E);
    font-family: "Segoe UI", "Helvetica";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    #crimedxCollection > b {
        color: var(--Dusk, #00419E);
        font-family: "Segoe UI", "Helvetica";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        #crimedxCollection > b > b {
            color: #E14942;
            font-family: "Segoe UI", "Helvetica";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

#descriptives {
    display: flex;
    height: 685px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 96px;
    flex: 1 0 0;
}

.crimedxButton {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--Soft-Sky, #8ECAF3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: var(--Dusk, #00419E);
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
    border: none;
}

    .crimedxButton:hover {
        cursor: pointer;
        border-radius: 20px;
        background: var(--Rich-Sky, #62B6EF);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    }

#partners {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 0 100px;
    background: linear-gradient(110deg, #00419E 2.33%, #993A35 42.91%);
}

#safetyPartner {
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: "Dela Gothic One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#reports {
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: "Dela Gothic One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bodytxt {
    align-self: stretch;
    color: var(--White, #FFF);
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#partnerTxt {
    width: 591px;
    height: 350px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: center;
    flex-shrink: 0;
}

#capableHeading {
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#capBodyTxt > b {
    height: 74px;
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    font-family: "Dela Gothic One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#capBodyTxt {
    color: var(--Midnight, #191C1F);
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#cap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px 40px 40px;
    gap: 40px;
    flex: 1 0 0;
}

#capabilities {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

div#descText {
    display: flex;
    height: 685px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 96px;
    flex: 1 0 0;
}

#crimedxColumn {
    display: flex;
    width: 1440px;
    padding: 0px 40px 40px 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.crimedxButton {
    text-decoration: none;
}
