.ff-banner__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 470px;
    max-height: 470px;
}
.ff-banner__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 166, 167, 0.8) 0, rgba(46, 46, 84, 0.1) 100%);
    z-index: 0;
}
.ff-banner__button {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-secondary);
    font-weight: 500;
    transition: 0.2s;
}
.ff-banner__button:hover {
    background-color: var(--color-secondary);
    color: #fff;
}
.ff-slide__anim-fade-top {
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s 0.4s;
}
.ff-slide__anim-delay-2 {
    transition-delay: 0.5s;
}
.ff-banner__slider-title {
    font-size: var(--fs-banner-title);
    line-height: calc(var(--fs-banner-title) + 6px);
    font-weight: 600;
    color: #fff;
}
.ff-home__banner-swiper.other-lang .ff-banner__slider-title {
    line-height: calc(var(--fs-banner-title) + 20px);
}
.swiper-slide-active .ff-slide__anim-fade-top {
    transform: translateY(0);
    opacity: 1;
}
.ff-banner__slider-content {
    padding-top: 165px;
}
.ff-banner__slider-content--highlight {
    color: #ffd47c;
}
.ff-video__slide-button {
    width: 86px;
    height: 86px;
    background-color: #f49e4c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: -24px;
}
.ff-home__category-title {
    font-weight: 500 !important;
}
.ff-category__card {
    padding: 16px 16px 0;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(62, 62, 62, 0.13);
    border-bottom-width: 5px !important;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.09, 1.35);
}
.ff-category__card:hover {
    transform: scale(1.05);
}
.ff-category__card--farming {
    background-color: #ecffee;
    border: 1px solid #cbe5cf;
}
.ff-category__card--business {
    background-color: #edf9f9;
    border: 1px solid #dcecec;
}
.ff-category__card--finance {
    background-color: #f7f1f6;
    border: 1px solid #eadce7;
}
.ff-home__benefit-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #d5d5dd;
}
.ff-card__home-benefit {
    background-color: #fff;
    border-radius: 24px;
}
.ff-uasge__slider-inwrap {
    background: #fff;
    height: 100%;
    border-radius: 36px;
}
.ff-usage__step-section--gradiant-bottom::before,
.ff-usage__step-section--gradiant-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ff-usage__step-section--gradiant-top::before {
    background: linear-gradient(180deg, rgba(162, 219, 220, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.ff-usage__step-section--gradiant-bottom::before {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0, rgba(162, 219, 220, 0.5) 100%);
}
.h-100vh,
.h-150vh {
    height: 100vh;
}
.ff-usage__step-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ff-uasge__slider-wrap {
    z-index: 1;
    padding: 13px 16px;
}
.ff-usage__step-mobile-shadow {
    bottom: -26px;
}
@media (max-width: 500px) and (max-height: 700px) {
    .ff-usage__step-mobile-wrapper {
        height: 460px;
    }
    .ff-uasge__slider-inwrap {
        border-radius: 26px;
    }
    .ff-uasge__slider-wrap {
        padding: 11px 14px;
    }
}
@media (max-width: 767px) {
    .ff-category__card-outer {
        padding: 24px 16px !important;
    }
    .ff-home__benefit-cards .col:last-child .ff-card__home-benefit {
        margin-bottom: 0 !important;
    }
    .ff-usage__step-para {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (min-width: 768px) {
    .ff-category__card-outer {
        overflow: visible !important;
    }
    .ff-category__card-row {
        flex-wrap: wrap;
        width: auto !important;
        margin: 0 -16px;
    }
    .ff-category__card-col {
        width: 33.333% !important;
        padding: 0 16px;
    }
    .ff-category__card {
        padding: 24px 32px 0;
    }
    .ff-banner__slide {
        min-height: 560px;
        max-height: 560px;
    }
    .ff-section--benefits-home {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #edf9f9 100%);
    }
    .ff-card__home-benefit {
        padding: 16px 16px 24px;
    }
    .ff-banner__slide::before {
        background: linear-gradient(270deg, rgba(46, 46, 84, 0.1) 22.36%, rgba(22, 166, 167, 0.8) 75.9%);
    }
    .h-150vh {
        height: 150.1vh;
    }
}
@media (min-width: 992px) {
    .ff-home__benefit-cards .col:nth-child(2n) .ff-card__home-benefit {
        margin-top: 72px;
    }
    .ff-usage__step-para,
    .ff-usage__step-title {
        transition: 0.6s;
    }
    .ff-usage__step-title {
        transition-delay: 0.1s;
    }
    .ff-usage__step-para {
        transition-delay: 0.2s;
    }
    .section-active .ff-usage__step-para,
    .section-active .ff-usage__step-title {
        transform: translateY(0);
        opacity: 1;
    }
    .ff-usage__step-container {
        padding: 50px 120px;
    }
    .ff-usage__steps-lines-wrapper {
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
        text-align: center;
    }
}
.ff-slide__screens {
    transform: translateX(0);
    transition: 0.1s linear;
}
.ff-swiper-wrapper {
    transition: transform 0.3s ease-out;
}
@media (min-width: 1024px) {
    .ff-usage__steps-lines-wrapper img {
        width: 1250px !important;
    }
}
@media (max-width: 768px) {
    .ff-home__category-section {
        padding-top: 24px !important;
        padding-bottom: 0 !important;
    }
}
.ff-button__plain-primary--light {
    color: #73caca !important;
}
.ff-button__plain--underline::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #73caca;
}
.hideGoalsMobile,
.show_more_mobile {
    display: none;
}
.ff-main__home .ff-section__title-large {
    font-weight: 600 !important;
}
