.partnership-page,
.partnership-page * {
    font-family: 'Urbanist', sans-serif;
}

.partnership-page .fa,
.partnership-page .fa-sharp,
.partnership-page .fas,
.partnership-page .far,
.partnership-page .fal,
.partnership-page .fat,
.partnership-page .fab {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}

.partnership-section{
    border: 1px solid black;
    background-color: #000000;
    border-radius: 0px 0px 80px 80px;
}
.partnership-top-section{
    padding-top: 80px;
}
.partnership-top-section > p:first-of-type , .client-value-section > div > p {
font-weight: 700;
font-size: 14px;
line-height: 100%;
letter-spacing: 4%;
color: #0073E4;
}
.partnership-top-section > h1 {
font-weight: 700;
font-size: 48px;
line-height: 140%;
letter-spacing: 1%;
margin: 24px 0px 12px 0px;
}

.partnership-top-section > p:nth-of-type(2) {
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 1%;
color: #CCCCCC;
width: 713px;
}
.partner-btn{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding: 10px 12px;
    border-radius: 12px;
    background-color: #0073E4;
    color: #FFFFFF;
    margin-top: 24px;
    transition: background 0.3s ease;
}

.partner-btn svg {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.partner-btn:hover {
    background-color: #00359F;
    color: #FFFFFF;
}

.partner-btn:hover svg {
    transform: rotate(0deg);
}
.partnership-bottom-section{
    gap: 100px;
    margin: 80px 0px 80px 0px;
}

.partnership-bottom-section>h2{
font-weight: 700;
font-size: 32px;
line-height: 160%;
letter-spacing: 1%;
color: #E0E0E0;
width: 341px;
}

.partner-benefits-section{
    margin: 40px;
    gap: 64px;
}

.partner-benefits-card{
    padding: 24px 0px;
    width: 338px;
}
.partner-benefits-card > img {
    width: 32px;
    height: 32px;
}
.partner-benefits-card > p:first-of-type {
font-weight: 600;
font-size: 20px;
line-height: 140%;
letter-spacing: 1%;
color: #333333;
margin: 20px 0px 4px 0px
}
.partner-benefits-card > p:last-of-type {
font-weight: 500;
font-size: 16px;
line-height: 160%;
letter-spacing: 1%;
color: #646464;
}

.partner-rewards-card {
    background-color: #090909;
    width: 1152px;
    min-height: 333px;
    border-radius: 32px;
    padding: 56px 44px;
    margin-bottom: 44px;
    gap: 87px;
    margin-top: 40px;
}

.partner-rewards-top {
    flex-direction: column;
    width: 337px;
    flex-shrink: 0;
}

.partner-rewards-heading > h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 1%;
    margin: 32px 0px;
}

.partner-rewards-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #0073E4;
}

.partner-rewards-cta {
    align-items: flex-start;
}

.partner-rewards-cta > a {
    width: 244px;
    margin-top: 0;
}

.partner-rewards-cta > p {
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #808080;
    width: 244px;
    margin-top: 4px;
    text-align: center;
}

.partner-rewards-stats {
    gap: 108px;
}

.partner-rewards-value {
font-weight: 700;
font-size: 48px;
line-height: 140%;
letter-spacing: 1%;
color: #F9F9F9;
gap: 21px;
}

.partner-rewards-title {
font-weight: 700;
font-size: 24px;
line-height: 160%;
letter-spacing: 1%;
color: #F9F9F9;
}

.partner-rewards-subtitle {
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 1%;
color: #CCCCCC;
}

.partner-rewards-stat img {
    width: 31px;
    height: 31px;
}

.partner-rewards-section .partner-rewards-value{
font-weight: 700;
font-size: 48px;
line-height: 140%;
letter-spacing: 1%;
color: #F9F9F9;
}
.line-divider{
    width: 1px;
    align-self: stretch;
    background-color: #E0E0E0;
    flex-shrink: 0;
}
.partner-value-points{
    gap: 50px;
}
.partner-value-points .value-point-card > div > p:first-child {
font-weight: 600;
font-size: 20px;
line-height: 140%;
letter-spacing: 1%;
color: rgba(30, 30, 30, 1);
margin-bottom: 4px;
}

.value-point-card > div > p:last-child {
font-weight: 500;
font-size: 16px;
line-height: 160%;
letter-spacing: 1%;
color: rgba(51, 51, 51, 1);
}

.value-point-card{
    width: 352px;
}

.value-point-card>img{
    height: 28px;
    margin-right: 12px;
}


.client-value-section{
    background-color: rgba(249, 249, 249, 1);
    width: 1152px;
    padding: 36px 34px;
    border-radius: 24px;
    gap: 130px;
    align-items: center;
    margin: 40px;
}

.client-value-section > div > h2 {
font-weight: 700;
font-size: 32px;
line-height: 160%;
letter-spacing: 1%;
margin-top: 12px;
}
.client-value-section > div:first-child {
    width: 318px;
    flex-shrink: 0;
}

.client-value-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 35px;
    flex: 1;
}

.client-value-stat > p:first-child {
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 1%;
color: rgba(51, 51, 51, 1);
}

.client-value-stat > p:last-child {
font-weight: 600;
font-size: 36px;
line-height: 140%;
letter-spacing: 1%;
color: rgba(30, 30, 30, 1);
margin-top: 4px;
}

.partnership-media {
    width: 1152px;
    height: 648px;
    margin-top: 32px;
    margin-bottom: 40px;
    overflow: hidden;
}

.partnership-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}


@media (min-width: 1440px){

.partnership-rating-section {
    display: flex;
    gap: 0;
    align-items: center;
}

.partnership-rating-section > a {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.partnership-rating-section img {
    display: block;
}

#g2-background,.g2-review-tile{
    width: 171px;
    height: 100px;
}
.getapp-review-tile,
.software-review-tile,
.capterra-review-tile {
    width: 184px;
    height: 100px;
}
#g2-logo{
    height: 22px;
}
#getapp-logo{
    height: 20px;
    width: 113px;
}

#g2-logo-outer-section{
    gap: 8px;
    left: 0px;
    top: 26px;
}
#GetApp-bg{
    width: 184px;
    height: 100px;
}
#getapp-logo-outer-section{
    left: 34px;
    top: 22px;
}
#Software-Advice-bg, #Capterra-bg{
    width: 184px;
    height: 100px;
}
#software-logo-outer-section{
    top: 18px;
    left: 28px;
}
#software-logo, #Capteraa-logo{
    height: 22px;
}
#capterra-logo-outer-section {
    top: 18px;
    left: 37px;
}
#software-logo{
    width: 135px;
}
#Capteraa-logo{
    width: 108px;
}
}


@media (min-width: 1024px) and (max-width: 1439px) {
    .partnership-media {
        width: 820px;
        height: 462px;
    }

    .partnership-bottom-section {
        flex-direction: column;
        text-align: center;
        margin-top: 40px;
        gap: 40px;
    }
    #g2-background,.g2-review-tile{
        width: 171px;
        height: 100px;
    }
    #GetApp-bg, #Software-Advice-bg, #Capterra-bg{
        width: 184px;
        height: 100px;
    }
    #g2-logo{
        height: 22px;
    }
    #g2-logo-outer-section{
        left: 0px ;
        top: 27px;
    }
    #getapp-logo{
        width: 126px;
        height: 22px;
    }
    #getapp-logo-outer-section{
        left: 34px;
        top: 25px;
    }
    #software-logo-outer-section{
        top: 24px;
        left: 22px;
    }
    #software-logo, #Capteraa-logo{
        height: 22px;
    }
    #software-logo{
        width: 140px;
    }
    #capterra-logo-outer-section{
        left: 28px;
        top: 23px;
    }
    #Capteraa-logo {
        width: 124px;
    }
    .partner-benefits-card{
        width: 210px;
    }
    .partner-benefits-section{
        gap: 74px;
    }

    .partner-rewards-card{
        width: 864px;
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 48px;
        padding: 56px 44px;
        margin-bottom: 0px;
    }

    .partner-rewards-top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }

    .partner-rewards-heading > h2 {
        font-size: 38px;
        line-height: 130%;
        margin: 16px 0 0;
    }

    .partner-rewards-cta {
        align-items: flex-end;
        flex-shrink: 0;
    }

    .partner-rewards-cta > a {
        width: fit-content;
        white-space: nowrap;
    }

    .partner-rewards-cta > p {
        width: auto;
        text-align: right;
    }

    .partner-rewards-stats {
        width: 100%;
        justify-content: space-between;
        gap: 143px;
    }
    .partner-value-points{
        gap: 12px;
        margin: 44px 20px 40px 20px;
    }
    .value-point-card{
        width: 275px;
    }
    .client-value-stat > p:first-child{
        font-size: 11.5px;
    }
}

@media (max-width: 1023px) {
    .partner-rewards-section {
        padding: 0 16px;
    }

    .partner-rewards-card {
        width: 100%;
        min-height: auto;
        padding: 28px 24px;
        border-radius: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .partner-rewards-top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .partner-rewards-heading > h2 {
        font-size: 32px;
        line-height: 130%;
        margin: 16px 0 0;
    }

    .partner-rewards-cta {
        align-items: flex-end;
        flex-shrink: 0;
    }

    .partner-rewards-cta > a {
        width: fit-content;
        white-space: nowrap;
        font-size: 14px;
        padding: 10px 12px;
    }

    .partner-rewards-cta > p {
        width: auto;
        text-align: right;
    }

    .partner-rewards-stats {
        width: 100%;
        gap: 12px;
        justify-content: space-between;
    }

    .partner-rewards-value {
        font-size: 40px;
        gap: 10px;
    }

    .partner-rewards-value img {
        width: 24px;
        height: 24px;
    }

    .partner-rewards-title {
        font-size: 20px;
    }

    .partner-rewards-subtitle {
        font-size: 14px;
    }

    .line-divider {
        align-self: stretch;
    }
}


@media (min-width: 786px) and (max-width: 1023px) {
    .partnership-media {
        width: 652px;
        height: 367px;
    }
    .partnership-top-section > h1{
        font-size: 36px;
    }
    .partnership-top-section > p:nth-of-type(2){
        width: 542px;
    }
    .partnership-bottom-section{
        flex-direction: column;
        gap: 28px;
    }
    .partnership-media {
        margin-bottom: 0px;
    }
    .partnership-bottom-section>h2{
        text-align: center;
    }
    #g2-background,.g2-review-tile{
        width: 171px;
        height: 100px;
    }
    #GetApp-bg, #Software-Advice-bg, #Capterra-bg{
        width: 184px;
        height: 100px;
    }
    #g2-logo{
        height: 22px;
    }
    #g2-logo-outer-section{
        left: 0px ;
        top: 27px;
    }
    #getapp-logo{
        width: 107px;
        height: 22px;
    }
    #getapp-logo-outer-section{
        left: 26px;
        top: 25px;
    }
    #software-logo-outer-section{
        top: 24px;
        left: 22px;
    }
    #software-logo, #Capteraa-logo{
        height: 22px;
    }
    #software-logo{
        width: 140px;
    }
    #capterra-logo-outer-section{
        left: 33px;
        top: 23px;
    }
    #Capteraa-logo {
        width: 106px;
    }
    .partner-benefits-section{
        flex-direction: column;
        gap: 24px;
    }
    .partner-benefits-card{
        width: 626px;
    }
    .partner-rewards-card{
        padding: 56px 44px;
        width: 698px;
        border-radius: 32px;
    }
    .partner-value-points{
        flex-direction: column;
        gap: 24px;
    }
    .value-point-card{
        width: 662px;
    }
    .client-value-section{
        flex-direction: column;
        align-items: start;
        gap: 44px;
    }
    .client-value-stat > p:first-child{
        font-size: 12px;
    }
    .client-value-stat{
        width: 301px;
    }
}



@media (min-width: 320px) and (max-width: 785px) {
    .partnership-media {
        width: 336px;
        height: 189px;
    }
    .partnership-top-section > h1{
        font-size: 28px;
        text-align: center;
        width: 270px;
    }
    .partnership-top-section > p:nth-of-type(2){
        font-size: 14px;
        width: 313px;
    }
    #g2-background,.g2-review-tile{
        width: 154px;
        height: 71px;
    }
    #GetApp-bg, #Software-Advice-bg, #Capterra-bg{
        width: 154px;
        height: 71px;
    }
    .getapp-review-tile,
    .software-review-tile,
    .capterra-review-tile{
        width: 154px;
        height: 71px;
    }
    #g2-logo{
        height: 22px;
        width: 160px;
    }
    #g2-logo-outer-section{
        left: 0px ;
        top: 14px;
        gap: 6px;
    }
    #getapp-logo{
        width: 90px;
        height: 14px;
    }
    #getapp-logo-outer-section{
        left: 31px;
        top: 21px;
        gap: 6px;
    }
    #software-logo-outer-section{
        top: 19px;
        left: 18px;
        gap: 6px;
    }
    #software-logo, #Capteraa-logo{
        height: 22px;
    }
    #software-logo{
        width: 119px;
    }
    #capterra-logo-outer-section{
        left: 18px;
        top: 17px;
        gap: 6px;
    }
    #Capteraa-logo {
        width: 106px;
    }
    #g2-stars,
    #getapp-stars{
        height: 12px;
        width: auto;
    }
    #g2-rating,
    #getapp-rating,
    #Software-Advice-ratring,
    #capterra-rating{
        font-size: 12px;
    }
    .partnership-bottom-section{
        flex-direction: column;
        align-items: center;
        gap: 28px;
        margin: 40px 16px 60px;
    }
    .partnership-bottom-section > h2{
        text-align: center;
        width: auto;
        max-width: 280px;
        font-size: 24px;
        line-height: 140%;
    }
    .partnership-rating-section{
        display: grid !important;
        grid-template-columns: repeat(2, 155px);
        gap: 12px;
        justify-content: center;
        width: 100%;
        max-width: 354px;
    }
    .partnership-rating-section > a{
        display: block;
    }
    .partner-benefits-section{
        flex-direction: column;
        gap: 0px;
    }
    .partner-benefits-card{
        padding: 24px 16px;
    }
    .partner-rewards-top{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .partner-rewards-heading{
        text-align: center;
        width: 100%;
    }
    .partner-rewards-heading > h2{
        font-size: 24px;
        text-align: center;
        margin: 16px 0 0;
    }
    .partner-rewards-cta{
        align-items: center;
    }
    .partner-rewards-cta > p{
        text-align: center;
    }
    .partner-rewards-stats{
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .partner-rewards-stat{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .partner-rewards-section .partner-rewards-value{
        font-size: 36px;
        justify-content: center;
    }
    .partner-rewards-subtitle{
        font-size: 16px;
    }
    .line-divider{
        width: 100%;
        max-width: 280px;
        height: 1px;
        align-self: center;
    }
    .partner-value-points{
        flex-direction: column;
    }
    .value-point-card{
        width: 332px;
    }
    .client-value-section{
        flex-direction: column;
        gap: 24px;
    }
    .client-value-stats-grid{
        grid-template-columns: 1fr;
        padding-left: 0px;
    }
    .client-value-stat > p:first-child{
        font-size: 12px;
    }
    .client-value-stat{
        width: 311px;
    }
    .client-value-section{
        width: 343px;
    }
    .client-value-stat > p:last-child{
        font-size: 24px;
    }
    .client-value-section > div > h2{
        font-size: 24px;
    }
    .partnership-section{
        border-radius: 0px 0px 24px 24px;
    }
    .partner-rewards-label{
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partnership-video {
        display: none;
    }
}