.banner_text-overflow__I4iyK {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.banner_text-gradient__qYGXU {
    background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(.37, #148eff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner_background-hover__F2_ty {
    transition: all .3s ease-out
}

.banner_background-hover__F2_ty:hover {
    background-color: #00a1f1
}

.banner_bannerCarousel__NeQ1_ .ant-carousel .slick-slide {
    text-align: center;
    overflow: hidden;
    height: 300px;
    line-height: 300px
}

.banner_bannerCarousel__NeQ1_ .ant-carousel .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .banner_bannerCarousel__NeQ1_ .ant-carousel .slick-slide {
        height: 94px;
        line-height: 94px
    }
}

.banner_bannerCarousel__NeQ1_ .ant-carousel .slick-dots.slick-dots-bottom li.slick-active button {
    background-color: #00a1f1
}

@font-face {
    font-family: Merriweather Sans;
    src: url(/fonts/MerriweatherSans.ttf)
}

@font-face {
    font-family: Merriweather Sans Bold;
    src: url(/fonts/MerriweatherSans-Bold.ttf)
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.ttf)
}

.model-card_text-overflow__o66aX {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.model-card_text-gradient__7HAlX {
    background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(.37, #148eff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.model-card_background-hover__tVTSt {
    transition: all .3s ease-out
}

.model-card_background-hover__tVTSt:hover {
    background-color: #00a1f1
}

.model-card_grid-card__q9DZF {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
    position: relative;
    transition: all .3s ease-in-out;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-bottom: 40px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.model-card_grid-card__q9DZF .card-stat {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 2px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, #9a9a9a00 0, #292929)
}

.model-card_grid-card__q9DZF .model-name {
    color: #fff;
    background-color: #00a1f1;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: Merriweather Sans;
    position: absolute;
    width: 100%;
    top: 100%;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.model-card_grid-card__q9DZF:hover {
    background-size: 102%
}

.model-card_grid-card__q9DZF:hover .model-name {
    background-color: #0272a9
}

@media screen and (max-width:768px) {
    height:200px;

    .model-card_grid-card__q9DZF {
        box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
        position: relative;
        transition: all .3s ease-in-out;
        height: 200px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50%;
        margin-bottom: 40px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .model-card_grid-card__q9DZF .card-stat {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px 2px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(180deg, #9a9a9a00 0, #292929)
    }

    .model-card_grid-card__q9DZF .model-name {
        color: #fff;
        background-color: #00a1f1;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        text-transform: capitalize;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: Merriweather Sans;
        position: absolute;
        width: 100%;
        top: 100%;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .model-card_grid-card__q9DZF:hover {
        background-size: 102%
    }

    .model-card_grid-card__q9DZF:hover .model-name {
        background-color: #0272a9
    }
}