

.hero {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 845px;
    background: linear-gradient(358deg, #171E1B 30%,  #00000099  288%), url(../finance-pro-hero.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 150px;
    
}

@media (max-width: 980px) {
    .hero {
        padding-top: 122px;
    }
}

.wpcf7-response-output {
    border: none;
    color: #fff;
}

.hidden-form {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.hero-container {
    max-width: 1217px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 1220px) {
    .hero-container {
        max-width: 100%;
        width: 100%;    
        padding: 25px;
    }
}

@media (max-width: 980px) {
    .hero-container {
       flex-direction: column;
       align-items: center;
       justify-content: center;
       gap: 20px;
    }
}


 .hero-content {
    max-width: 550px;
    width: 100%;
    margin-top: 46px;

    @media (max-width: 980px) {
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hero-home-title {
        font-size: 56px;
        font-weight: 500;
        line-height: 68px;
        color: #fff;
    }

    @media (max-width: 980px) {
        .hero-home-title {
            font-size: 32px;
            line-height: 38px;
            text-align: center; 
            max-width: 500px;
        }
    }

    .hero-home-title mark {
        background: linear-gradient(180deg, #16FF4A 0%, #16FF4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .hero-home-subtitle {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        margin-top: 32px;
        color: #fff; 
        max-width: 500px;
    }

    @media (max-width: 980px) {
        .hero-home-subtitle {
            text-align: center;
            max-width: 500px;
            font-size: 16px;
            line-height: 24px;
        }
    }

    .button-hero-home {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        margin-top: 53px;
        font-size: 18px;
        color: #16FF4A;
        font-weight: 600;
        transition:  0.3s ease;
    }

    @media (max-width: 980px) {
        .button-hero-home {
            display: none;
        }
    }

    .button-hero-home:hover {
        color: #11912d;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .button-hero-home span {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

 }

 .about {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 65px;
    background-color: #171E1B;
 }

 .about-container {
    max-width: 1217px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
 }

 .about-image-desktop {
    position: sticky;
    top:0;
 }

 @media (max-width: 1220px) {
    .about-container {
        max-width: 100%;
        width: 100%;    
        padding: 25px;
    }
 }

 @media (max-width: 980px) {
    .about-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
 }

 .about-content {
    max-width: 550px;
    margin-bottom: 55px;

    @media (max-width: 980px) {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-title {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        font-family: 'Sora', sans-serif;
        text-transform: uppercase;
        opacity: .5;
    }

    @media (max-width: 980px) {
        .about-title {
            text-align: center;
        }
    }

    .about-subtitle {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        color: #fff;
        margin-top: 8px;
        max-width: 500px;
    }

    @media (max-width: 980px) {
        .about-subtitle {
            text-align: center;
            max-width: 500px;
            font-size: 24px;
            line-height: 36px;
        }
    }

    .about-subtitle mark {
        background: linear-gradient(180deg, #16FF4A 0%, #16FF4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .about-text {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        margin-top: 24px;
    }

    @media (max-width: 980px) {
        .about-text {
            text-align: center;
            max-width: 500px;
            font-size: 16px;
            line-height: 24px;
        }
    }

   
 }

  .about-text-bold {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        margin-top: 157px;
        color: #fff;
    }

    @media (max-width: 980px) {
        .about-text-bold {
            display: none;
        }
    }

    .about-text-bold-mobile {
        display: none;
    }

    @media (max-width: 980px) {
        .about-text-bold-mobile {
            display: block;
            font-size: 24px;
            line-height: 36px;
            text-align: center;
            margin-top: 88px;
        }
    }   

    .about-text-bold mark {
        background: linear-gradient(180deg, #16FF4A 0%, #16FF4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


 .about-image {
    max-width: 533px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    position: relative;

     img {
        z-index: 3;
        position: relative;
    }

     .about-image-illustration {
        max-width: 533px;
        height: 120px;
        position: absolute;
        bottom: 5px;
        right: -60px;
        z-index: 2;
    }
 }

 @media (max-width: 980px) {
    .about-image {
        max-width: 100%;
        width: 100%;
        margin-top: 56px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }   
    }


 }

 @media (max-width: 500px) {

    .about-image {
      margin-top: 0px;
    }

   .about .about-image .about-image-illustration {
        max-width: 322px;
        width: 100%;
        height: 74px;
        bottom: -40px;
        right: -40px;
    }
 }

 .characteristics {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #171E1B;
    border-top: 1px solid #FFFFFF1A;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 }

 @media (max-width: 1100px) {
    .characteristics {
        margin-top: 50px;
        padding-right: 25px;
        padding-left: 25px;
    }
 }



 .characteristics-container {
    max-width: 1217px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    position: relative; 
    padding-bottom: 110px;
 }

 @media (max-width: 1220px) {
    .characteristics-container {
        max-width: 100%;
        width: 100%;    
    }
 }

  @media (max-width: 1100px) {
    .characteristics-container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-bottom: 0px;
    }
 }

 .characteristics-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    list-style-type: none;
    max-width: 840px;
    width: 100%;
    z-index: 1;

    @media (max-width: 1100px) {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: -30px;
        z-index: 3;
    }

    .characteristics-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        max-width: 259px;
        min-height: 152px;
        padding: 24px;
        border-radius: 16px;
        opacity: 0px;
        background-color: #1F2724;
    }

    @media (max-width: 750px) {
        .characteristics-item {
            max-width: 100%;
            width: 100%;
        }
    }
    .characteristics-item img {
        
    }

    .characteristics-item p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }


 }

 .characteristics-image {
    position: absolute;
    right: -192px;
    top: -28px;

    .characteristics-image-background {
        position: absolute;
        right: 200px;
        top: 100px;
    }

    .characteristics-image-content {
        position: relative;
        z-index: 1;
        max-width: 1000px;
        width: 100%;
       

    }
 }

 @media (max-width: 1100px) {

    .characteristics-image {
        position: relative;
        right: 0px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   

    .characteristics-image-content {
        max-width: 500px;
        width: 100%;
        margin-top: -76px;
    }

   .characteristics-image .characteristics-image-background {
        align-self: center;
        justify-self: center;
        margin-top: -130px;
        max-width: 500px;
        right: 0px;
        width: 100%;
        height: 47px;
    }
 }

 @media (max-width: 750px) {
    .characteristics-image .characteristics-image-background {
       margin-top: -194px;
       max-width: 100%;
       width: 100%;
    }

    .characteristics-image .characteristics-image-content {
        margin-top: -163px;
        margin-left: -67px;
        max-width: 800px;
        width: 750px;
    }
 }


 .whatsap-banner-contact-container {
    position: relative;
    max-width: 1217px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
 }


 .whatsap-banner-contact {
    max-width: 100%;
    width: 100%;
    height: 130px;
    border-radius: 24px;
    position: absolute;
    bottom: -120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1F2724;
    padding-left: 73px;
    padding-right: 73px;
    z-index: 1;

    .whatsap-banner-contact-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 41px;
        max-width: 417px;
        color: #fff;
    }

    .whatsap-banner-contact-button {
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #16FF4A;
        border-radius: 16px;
        padding: 16px 24px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        transition:  0.3s ease;
        outline: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
    }

    .whatsap-banner-contact-button:hover {
        background: #11912d;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #fff;

        img {
            filter: brightness(0) invert(1);
        }
    }
 }

 .whatsap-banner-contact-shades {
    position: absolute;
    top: -48%;
    left: 0;
    width: 100%;
    height: 300px;
    align-self: center;
    margin-top: -59px;
 }

 @media (max-width: 1150px) {
    .whatsap-banner-contact {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }
 }

 @media (max-width: 800px) {
    .whatsap-banner-contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: auto;
        padding-top: 62px;
        padding-bottom: 48px;
        bottom: 0px;
        margin-top: 41px;
        font-size: 16px;
        line-height: 24px;

        .whatsap-banner-contact-title {
            text-align: center;
            max-width: 100%;
            font-size: 24px;
            line-height: 28px;
        }

        .whatsap-banner-contact-button  {
            font-size: 16px;
            line-height: 24px;
            padding: 16px 20px;

            span {
                font-size: 14px;
                font-weight: 600;
            }
        }

        img {
            width: 15px;
            height: 15px;
        }
    }
 }

 .advantages {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 202px;  
    background-color: #171E1B;  
 }

 @media (max-width: 750px) {
    .advantages {
        padding-top: 50px;
        padding-bottom: 127px;
    }
 }

 .advantages-container {
    max-width: 1217px;
    width: 100%;
 }

 @media (max-width: 1220px) {
    .advantages-container {
        max-width: 100%;
        width: 100%;    
        padding: 25px;
        padding-left: 25px;
    }
 }

 .advantages-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;

    mark {
        background: linear-gradient(180deg, #16FF4A 0%, #16FF4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
 }

 @media (max-width: 750px) {
    .advantages-title {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
 }

 .advantages-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 86px;

    @media (max-width: 1100px) {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        margin-top: 0px;
        margin-top: 48px;
    }

    .advantages-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        max-width: 100%;
        min-height: 195px;
        padding: 24px;
        border-radius: 16px;
        opacity: 0px;
        background-color: #1F2724;
    }

    .advantages-item img {
        
    }

    .advantages-item p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
 }

 .advantages-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 168px;
    width: 100%;    
 }

 @media (max-width: 750px) {
    .advantages-footer {
        margin-top: 88px;
       
    }

   .advantages-footer .advantages-text {
        margin-top: 0;
        font-size: 32px;
        line-height: 38px;
    }

    .advantages-image-illustration {
        display: none;
    }
 }

 .advantages-image-illustration {
    width: 447px;
    height: 29px;
    justify-self: center;
    align-self: center;
 }

 .advantages-text {
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
    color: #fff;
    margin-top: 48px;
    max-width: 948px;
    text-align: center;
 }

 .divisor-container {
    display: flex;
    justify-content: center;
    width: 100%;
    
    background-color: #171E1B;
    margin-top: 111px;
 }

 @media (max-width: 500px) {
    .divisor-container {
        margin-top: 56px;
        padding-left: 25px;
    padding-right: 25px;
    }
 }

 .divisor {
    width: 100%;
    height: 1px;
    align-self: center;
    max-width: 1217px;
    background-color: #FFFFFF1A;    
 }

 .success-cases {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #171E1B;  
    padding-top: 131px;
    padding-bottom: 159px;
 }

 @media (max-width: 500px) {
    .success-cases {
        padding-top: 62px;
        padding-bottom: 127px;
    }
 }

 .success-cases-container {
    max-width: 1217px;
    width: 100%;
 }



 @media (max-width: 1220px) {
    .success-cases-container {
        max-width: 100%;
        width: 100%;    
               padding: 25px;

    }
 }

 .success-cases-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
 }

 @media (max-width: 750px) {
    .success-cases-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
 }

 .success-cases-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #fff;

    mark {
        background: linear-gradient(180deg, #16FF4A 0%, #16FF4A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
 }

 @media (max-width: 750px) {
    .success-cases-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
 }

 .cases-slider-controls {
    display: flex;
    flex-direction: row;
    gap: 16px;


    .cases-slider-control-button {
        background-color: #16FF4A;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition:  0.3s ease;
    }

    .cases-slider-control-button:hover, .cases-slider-control-button:disabled {
        background: #11912d;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
 }

 @media (max-width: 750px) {
    .cases-slider-controls {
        display: none;
    }
 }


 .success-cases-list {
    margin-top: 67px;
    width: 100%;

    .success-cases-item-wrapper {
        min-height: 463px;
    }

    @media (max-width: 750px) {
       margin-top: 54px;
    }

    .success-cases-item {
        width: 100%;
        background: #fff;
        border-radius: 16px;
        padding: 50px 82px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 395px;
    }

    @media (max-width: 999px) {
        .success-cases-item {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 50px;
        }
    }

        @media (max-width: 750px) {
        .success-cases-item {
            padding: 64px 46px;
        }
    }

    

    .success-cases-item-image {
        position: relative;

        .image-quote {
            position: absolute;
            top: 0;
            right: -20px;
        }
    }

    .success-cases-item-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 238px;
        gap: 20px;
    }

    @media (max-width: 750px) {
        .success-cases-item-content {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
    }

    .success-cases-item-text {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #000;
        max-width: 540px;
        padding-left: 60px;
        font-family: 'Inter', sans-serif;
    }

    @media (max-width: 750px) {
      .success-cases-item .success-cases-item-content .success-cases-item-text {
            max-width: 100%;
            width: 100%;
            text-align: center;
            max-width: 100%;
            padding-left: 0px;
            font-size: 20px;
            line-height: 28px;
        }
    }

    .info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 238px;
        border-left: 1px solid #CDCDCD;
        padding-left: 60px;
    }

        @media (max-width: 750px) {
        .info {
            border-left: none;
            padding-left: 0px;
            align-items: center;
            justify-content: center;
            margin-top: 68px;
            min-height: auto;
        }
    }

    .info-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        .info-name {
            font-size: 22px;
            font-weight: 600;
            line-height: 33px;
            color: #000;
        }

        .info-company {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #535274;

        }
    }

    @media (max-width: 750px) {
        .info-content {
            margin-top: 24px;
            align-items: center;
            justify-content: center;
        }


    }

 }

