.div-page-col-header{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.div-page-header-cover{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2463;
    opacity: 0.8;
    z-index: 1;
}
.div-page-header{
    background-image: url('../../images/about-header.jpg');
    height: 67vh;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 4.5rem;*/
}
.div-page-header-content{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 4rem;
}
.div-page-header-content-title{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}
.div-page-header-content-title span{
    color: rgba(242, 153, 74, 1);
}
.div-page-header-content-desc{
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
}
.btn-header{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Inter', "sans-serif";
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-header-accent{
    background-color: #F2994A;
    color: white;
}
.btn-header-accent:hover {
    background-color: #e08a3c;
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.btn-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.btn-header:hover::after {
    left: 100%;
}

.div-about-row-introduction{
    padding: 5rem 0;
    position: relative;
    background-color: #F0F7FF;
    background-color: black;
    background-image: linear-gradient(180deg, #F0F7FF 0%, white 100%);
    opacity: 1;
    transform: translateY(1.25rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-top: -1.25rem;
}
.div-page-introduction-header{
    margin-bottom: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}
.div-page-header-classification{
    margin-bottom: 2rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.div-row-overview{
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: opacity 0.6s  ease-out, transform 0.6s  ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-overview{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-overview-bottom{
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-overview-bottom-left h2{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    color: rgba(10, 36, 99, 1);
    margin-bottom: 1.5rem;
}
.div-overview-bottom-left-p{
    margin-bottom: 2rem;
    color: rgba(75, 85, 99, 1);
}
.div-overview-bottom-left-content{
    margin-bottom: 2rem;
}
.div-overview-bottom-left-content-item{
    display: flex;
    /*align-items: flex-start;*/
    align-items: center;
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.div-overview-bottom-left-content-item-icon{
    margin-top: 0.25rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.1);
}
.div-overview-bottom-left-content-item-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.div-overview-bottom-left-content-item-detail h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 0.8);
    margin: 0;
}
.div-overview-bottom-left-content-item-detail p{
    color: rgba(75, 85, 99, 0.8);
    margin: 0;
}
.div-overview-bottom-left-a-explore{
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: rgba(59, 130, 246, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-decoration: none;
}
.div-overview-bottom-right{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: center;
}
.div-overview-bottom-right-left{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.5rem;
}
.div-overview-bottom-right img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.div-overview-bottom-right-left:hover img, .div-overview-bottom-right-right-top:hover img, .div-overview-bottom-right-right-bottom:hover img{
    transform: scale(1.1);
}
.div-overview-bottom-right-right-top{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.5rem;
}
.div-overview-bottom-right-right-bottom{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
/* capabilities */
.div-row-capabilities{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(247, 250, 252, 1);
    transition: opacity 0.6s  ease-out, transform 0.6s  ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-capabilities{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-capabilities-bottom{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-capabilities-bottom-add{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.div-capabilities-bottom-item{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgb(255, 255, 255, 1);
    padding: 1.5rem;
    text-align: center;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    transition-property: transform;
    transition-timing-function:
    cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.div-capabilities-bottom-item:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.div-capabilities-bottom-item-icon{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.1);
}
.div-capabilities-bottom-item-icon svg{
    width: 1.75rem;
    height: 1.75rem;
}
.div-capabilities-bottom-item h3{
    margin: 0;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-capabilities-bottom-item p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}

.div-capabilities-bottom-ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99,, 1);
}
.div-row-Line{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(255, 255, 255, 1);
    transition: opacity 0.6s  ease-out, transform 0.6s  ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-line{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-line-featured{
    display: flex;
    overflow: hidden;
    background-color: rgba(247, 250, 252, 1);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.5rem;

}
.div-line-featured-left{
    width: 40%;
    overflow: hidden;
}
.div-line-featured-left img{
    max-height: 36vh;
    object-fit: cover;
    width: 100%;
}
#carouselLine{
    width: 100%;
}
.carousel-indicators button{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 1) !important;
}
.carousel-control-prev span, .carousel-control-next span{
    background-color: rgba(59, 130, 246, 1) !important;
}

.div-line-featured-right{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
}
.div-line-featured-right-tag{
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}
.div-line-featured-right-tag{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(59, 130, 246, 1);
}
.div-line-featured-right h3{
    margin: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-line-featured-right p{
    margin: 0;
    margin-bottom: 1rem;
    color: rgba(75, 85, 99, 1);
}
.div-line-featured-right-parameter{
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.div-parameter-item{
    display: flex;
    align-items: flex-start;
}
.div-parameter-item svg{
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    color: rgba(242, 153, 74, 1);
}
.div-parameter-item span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-line-featured-right-a-more{
    display: flex;
    justify-content: flex-end;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
}
.div-line-featured-right-a-more a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(10, 36, 99, 1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-line-featured-right-a-more a:hover{
    background-color: rgba(10, 36, 99, 1);
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.div-line-normal{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));

}
.div-line-normal-item{
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    margin-top: 4rem;
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
    position: relative;
    height: 25rem;
    rgba(247, 250, 252, 1);
}
.div-line-normal-item:hover{
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.1); /* 8px 16px */
}

.div-line-normal-img{
    position: relative;
    margin-bottom: 1rem;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-line-normal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.div-line-normal-item h3{
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-left:1rem;
}
.div-line-normal-item p{
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
    margin-left:1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 1rem;
    height: 3.75rem;
}
.div-line-normal-item-tag{
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left:1rem;
}
.div-line-normal-item-tag span{
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(59, 130, 246, 1);
}

.div-line-normal-item-more{
    display:flex;
    justify-content: flex-end;
    color: rgba(59, 130, 246, 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.div-line-all{
    margin-top: 3rem;
    text-align: center;
}
.div-line-all a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(10, 36, 99, 1);
    border-radius: 0.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-line-all a:hover{
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.1); /* 8px 16px */
}
.div-row-challenges{
    background-color: rgba(247, 250, 252, 1);
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-challenges{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-challenges-bottom{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-challenges-item{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-challenges-item:hover{
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.1); /* 8px 16px */
}
.div-challenges-item-icon{
    margin-bottom: 1.5rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.1);
}
.div-challenges-item-icon svg{
    width: 1.8rem;
    height: 1.8rem;
}
.div-challenges-item h3{
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-challenges-item p{
    margin-bottom: 1rem;
    color: rgba(75, 85, 99, 1);
}
.div-challenges-item-bottom{
    padding-top: 1rem;
    border-top-width: 1px;
    border-color: rgb(243, 244, 246, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.div-challenges-keys{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(107, 114, 128, 1);
}
.div-challenges-values{
    color: rgba(59, 130, 246, 1);
}
.div-row-applications{
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-applications{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-applications-bottom{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-applications-item{
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}
.div-applications-item img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;

}
.div-applications-item:hover img{
    transform: scale(1.1);
}

.div-applications-item-details{
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(to top, rgba(10, 36, 99, 1), rgba(10, 36, 99, 0.11)) ;
    padding: 1.5rem;
}
.div-applications-item-details h3{
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.div-applications-item-details p{
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 1);
}
.div-row-impact{
    background-color: rgba(247, 250, 252, 1);
    padding-top: 5rem;
    padding-bottom: 10rem;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
}
.div-impact{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-impact-middle{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.div-impact-middle-left, .div-impact-middle-right{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 2rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-impact-middle-left h3, .div-impact-middle-right h3{
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-impact-middle-left-canvas, .div-impact-middle-right-canvas{
    height: 16rem;
}
.div-impact-bottom{
    margin-top: 3rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-impact-stats-item{
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    text-align: center;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-impact-stats-item-top{
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: rgba(59, 130, 246, 1);
}
.div-impact-stats-item-desc{
    color: rgba(75, 85, 99, 1);
}

.div-capabilities-bottom-benefits{
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-capabilities-bottom-benefits-info{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.div-capabilities-bottom-benefits-info-left{
    padding-right: 2rem;
    width: 33.33%
}
.div-capabilities-bottom-benefits-info-left h3{
    margin: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
}
.div-capabilities-bottom-benefits-info-left p{
    color: rgba(75, 85, 99, 1);
}
.div-capabilities-bottom-benefits-info-right{
    display: grid;
    gap: 1rem;
    width: 66.6%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.div-capabilities-bottom-benefits-info-right-item{
    display: flex;
    align-items: flex-start;
}
.div-capabilities-bottom-benefits-info-right-item svg{
    fill: rgba(230, 126, 34, 1);
    margin-top: 0.25rem;
    margin-right: 0.75rem;
}
.div-capabilities-bottom-benefits-info-right-item-info h4{
    color: rgba(10, 36, 99, 1);
    font-weight: 500;
    margin: 0;
    font-size: 1rem;
}
.div-capabilities-bottom-benefits-info-right-item-info p{
    color: rgba(75, 85, 99, 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
}




