.p-24{
    padding: 24px;
}

.landingBtn{
    background-color: #000;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    cursor: pointer;
    color: #000;
    position: relative;
}

.landingBtn::after{
    content: attr(data-title);
    background-color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    font-family: 'Variable2','RobotoLocal',sans-serif;
}

.landingBtn.--red::after{
    background-color: #E40147;
    color: #fff;
}


.landingBtn:hover::after{
    transform: translateY(-5px);
}

.landingLink{
    color:#fff;
    text-decoration: underline;
}

#topHero {
    position: relative;
    padding: 20px;
    width: 100%;
    color: #fff;
    background-size: cover;
    background-position: bottom;
    background-color: #FFF0F4;
}

#topHero h1{
    color: #fff;
    font-weight: normal;
    font-size: 38px
}


#topHero p{
    margin: 32px 0 48px;
}

@media screen and (max-width: 992px){
    #topHero{
        background-color: #fff;
    }
    #topHero h1{
        font-size: 32px;
    }
    
    #topHero p{
        margin: 24px 0 32px;
    }
}


#topHero img{
    width: 100%; 
    aspect-ratio: 1/1; 
    border-radius: 24px; 
    box-shadow: 16px 16px 36px -22px rgba(66, 68, 90, 1);
}

#threeStepHeader{
    padding-top: 24px;
    text-align: center;
    background-color: #FFF0F4;
    padding-bottom: 26px;
}

#threeStepHeader h2{
    margin-bottom: 16px;
}

#threeStepHeader h1{
    font-size: 38px;
    font-weight: bold;
    color: #E40147;
}

@media screen and (max-width: 992px){
    #threeStepHeader{
        background-color: #fff;
    }
    #threeStepHeader h2{
        font-size: 26px;
    }
    
    #threeStepHeader h1{
        font-size: 32px;
    }
}

#threeStep{
    position: relative;
    background: #FFF0F4;
    overflow: hidden;
}

.threeStep__content{
    background-color: #FFF0F4; 
    border-radius: 0 0 25px 25px;
}

@media screen and (max-width: 992px){
    .threeStep__content{
        border-radius: 0;
    }
}

.threeStep__content > div{
    background-color: #fff; 
    border-radius: 25px;
    width: calc(33% - 13px);
    text-align: center;
    transition: .3s;
}

.threeStep__content > div:hover{
    transform: scale(1.05);
}

@media screen and (max-width: 992px){
    .threeStep__content > div{
        width: 100%;
        margin-bottom: 20px;
    }
}

.threeStep__icon{
    margin-bottom: 24px;
    background-color: #111;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.threeStep__icon img{
    width: 32px;
    height: 32px;
}

.sideAngle{
    background-color: #fff; 
    border-radius: 0 25px 25px 0;
    transform: translateY(50%);
}

.sideAngle:nth-child(3){
    border-radius: 25px 0 0 25px;
}

.sideRectangle{
    position: absolute;
    background-color: #fff;
    height: 50%;
    bottom: 0;
    left: 0;
}

.sideRectangle:nth-child(3){
    left: auto;
    right: 0;
}

@media screen and (min-width: 992px){
    .sideRectangle{
        width: calc((100% - 959px) / 2);
    } 
}

@media screen and (min-width: 1200px){
    .sideRectangle{
        width: calc((100% - 1140px) / 2);
    } 
}

@media screen and (min-width: 1400px){
    .sideRectangle{
        width: calc((100% - 1320px) / 2);
    } 
}

main{
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 992px){
    main{
        background-image: none !important;
    }
}

@media (max-width: 992px){
    #search {
        background-color: #EFEFEF;
        margin-top: 32px;
    }
}

.beneficiary-search-bar{
    background-color: #EFEFEF;
    padding: 48px 24px;
    margin-top: 40px;
    border-radius: 24px;
    position: static;
    max-width: none;
}

@media (max-width: 992px){
    .beneficiary-search-bar{
        border-radius: 0;
    }
}

.beneficiary-search-bar h2{
    text-align: center;
}
#searchBox_OSP{
    margin: 32px 0;
}

#searchInput{
    margin-right: 20px;
    border: 0;
    outline: 0;
    padding: 12px 35px;
    border-radius: 50px;
}

@media (max-width: 992px){
    #searchInput{
        margin-right: 0;
        margin-bottom: 20px;
    }
}

#org-results-container{
    margin-top: 64px;
    padding: 48px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

#org-results-container:empty{
    padding: 0;
    margin-top: 0;
    border: none;
}

#org-results-container .result{
    /*width: 20%;*/
}

#org-results-container .result-double{
    width: 50%;
}

@media (max-width: 992px){
    #org-results-container .result{
        width: 98%;
        padding-bottom: 8px;
        border-bottom: 1px solid #E0E0E0;
    }

    #org-results-container .result:last-child{
        border-bottom: none;
    }
}

#org-results-container .result .resultInner{
    height: 100%;
}


#org-results-container .result .wrap{
    border: none;
    border-radius: 10px;
    transition: .3s;
    height: 100%;
    max-width: none;
}

#org-results-container .result-border .wrap{
    border: var(--bs-border-width) solid var(--bs-border-color);
}

#org-results-container .result .wrap:hover{
    background-color: #EFEFEF;
}

@media (max-width: 992px){
    #org-results-container .result .image-wrap-new{
        width: 20vw;
        aspect-ratio: 1/1;
        margin-right: 12px;
        flex-basis: 100%;
    }
}

#org-results-container .result a{
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#org-results-container .result .btn-login-button{
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 992px){
    #org-results-container .result a{
        height: 20vw;
        flex-wrap: wrap;
    }

    #org-results-container .result.result-autoheight a{
        height: auto;
    }
}

@media (max-width: 480px){
    #org-results-container .result a{
        height: 25vw;
    }
}

#org-results-container .result .name{
    font-weight: bold;
    text-align: start;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    /*flex-grow: 1;*/
}

#org-results-container .result .wrap:hover .name{
    color: #E40147;
}

#org-results-container .result .location{
    font-weight: normal;
    text-align: start;
    font-size: 16px;
    color: #64748B;
    margin-bottom: 0;
    word-wrap: break-word;
}

@media (max-width: 992px){
    #org-results-container .result .name{
        width: 80%;
        line-height: normal;
    }

    #org-results-container .result .location{
        width: 80%;
        line-height: normal;
    }
}

@media (max-width: 480px){
    #org-results-container .result .name{
        font-size: 14px;
        line-height: 16px;
    }
    #org-results-container .result .location{
        font-size: 14px;
        line-height: 14px;
    }
}

#org-results-container .result .resultsExtraBody{
    color:var(--bs-body-color);
}


#socialProof {
    margin: 96px 0;
}

#socialProof h2{
    margin: 0 0 48px;
    text-align: center;
}

#socialProof ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    height: 160px;
    padding: 10px 15px;
}

@media screen and (max-width: 992px){
    #socialProof ul li a{
        background-color: #EFEFEF;
    }
}

@media screen and (max-width: 375px){
    #socialProof ul li{
        flex: 0 0 auto;
        width: 50%;
    }
    #socialProof ul li:nth-of-type(n+9){
        display: none;
    }
}


#socialProof ul li .logo__container{
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
}

#socialProof ul li .logo__container  img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.glide__arrow--left{  
    left: -50px !important;
}

.glide__arrow--right{  
    right: -50px !important;
}

