.home-hero {
    position: relative;
    overflow: hidden
}

.home-hero__group:not(.slick-initialized) {
    position: relative;
    height: 500px;
    overflow: hidden
}

.home-hero__group:not(.slick-initialized) .home-hero__item {
    width: 100%
}

.home-hero__box {
    position: relative
}

.home-hero__box-image {
    position: relative;
    display: block;
    width: 100%
}

.home-hero__img {
    display: block;
    width: 100%
}

.home-hero__text-wrap {
    position: relative
}

@media screen and (min-width:768px) {
    .home-hero__box-text {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 40%;
        z-index: 1;
        transform: translate(0, -50%)
    }
}

@media screen and (max-width:767px) {
    .home-hero__box-text {
        padding: 30px
    }
}

.home-hero__box-title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    .home-hero__box-title {
        margin-bottom: 15px;
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .home-hero__box-title {
        color: #0c1724;
        font-size: 26px
    }
}

.home-hero__box-desc {
    margin: 0 0 30px;
    color: #fff;
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .home-hero__box-desc {
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .home-hero__box-desc {
        color: #0c1724;
        font-size: 14px
    }
}

.home-hero__btn {
    display: inline-flex
}

@media screen and (min-width:768px) {
    .home-hero--fullwidth .home-hero__box-text {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 100px
    }
}

.home-hero--fullwidth .home-hero__box-title, .home-hero--fullwidth .home-hero__box-desc {
    max-width: 600px
}

@media screen and (max-width:1024px) {
    .home-hero--fullwidth .home-hero__box-title, .home-hero--fullwidth .home-hero__box-desc {
        max-width: 400px
    }
}

.home-hero .slick-dots {
    display: none !important
}

@media screen and (max-width:767px) {
    .home-hero .slick-arrow {
        display: none !important
    }
}

.section-title {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .section-title {
        display: block;
        margin: 0 0 30px
    }
}

.section-title__heading {
    width: 33.3333%;
    margin: 0;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right
}

@media screen and (max-width:767px) {
    .section-title__heading {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
        text-align: left
    }
}

.section-title__summary {
    width: 66.6667%;
    padding: 10px 20px;
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .section-title__summary {
        padding: 0 20px
    }
}

@media screen and (max-width:767px) {
    .section-title__summary {
        width: 100%;
        padding: 0;
        font-size: 14px
    }
}

.single-section {
    position: relative;
    overflow: hidden;
    margin-top: 80px
}

@media screen and (max-width:767px) {
    .single-section {
        margin-top: 40px
    }
}

.single-section--no-title {
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .single-section--no-title {
        margin-top: 30px
    }
}

.single-section__content {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.single-section__bg-left {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 560px;
    height: 300px;
    background-image: var(--image-bg);
    background-size: 100%;
    background-repeat: no-repeat
}

.single-section__bg-right {
    position: absolute;
    bottom: 0;
    right: -170px;
    display: block;
    width: 680px;
    height: 400px;
    background-image: var(--image-bg);
    background-size: 100%;
    background-repeat: no-repeat
}

.intro-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 250px;
    padding: 40px;
    color: #0c1724;
    background-color: #f6f3fe;
    border-radius: 4px;
    transition: all .3s ease
}

@media screen and (max-width:1024px) {
    .intro-card {
        padding: 30px
    }
}

@media screen and (max-width:767px) {
    .intro-card {
        padding: 20px;
        gap: 10px
    }
}

.intro-card:hover {
    background: linear-gradient(93.83deg, rgba(250, 157, 36, 0.4) 7.27%, rgba(53, 79, 138, 0.4) 105.33%);
    border-radius: 4px 4px 90px 4px
}

.intro-card__heading {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px
}

@media screen and (max-width:767px) {
    .intro-card__heading {
        font-size: 20px;
        line-height: 24px
    }
}

.intro-card__body {
    font-size: 12px;
    font-weight: normal;
}

.intro-card__link {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width:767px) {
    .intro-card__link {
        font-size: 14px
    }
}

.intro-card__link svg {
    display: block;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .intro-card__link svg {
        width: 12px;
        height: 12px
    }
}

.intro-card__link:hover {
    text-decoration: underline
}

.intro-card__link:hover svg {
    margin-left: 10px
}

.home-about {
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center
}

@media screen and (max-width:1024px) {
    .home-about {
        padding: 120px 0
    }
}

.home-about__logo {
    display: flex;
    justify-content: center;
    margin: 0 0 16px
}

.home-about__heading {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    .home-about__heading {
        font-size: 30px
    }
}

.home-about__desc {
    margin: 0 0 30px;
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .home-about__desc {
        font-size: 14px
    }
}

.home-about__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 16px
}

.home-about__actions .btn svg {
    transition: all .15s ease
}

.home-about__actions .btn:hover svg {
    transform: translateX(5px)
}

.home-about__download {
    margin-top: 16px
}

.home-about__download .btn {
    text-decoration: underline
}

.home-about__download .btn svg {
    margin-top: -2px;
    margin-left: 0;
    margin-right: 6px
}

.home-about__download .btn:hover svg, .home-about__download .btn:focus svg {
    transform: translateX(0)
}

.post-tiny {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 40px
}

.post-tiny::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    border-left: 1px solid #ebebeb
}

@media screen and (max-width:767px) {
    .post-tiny::before {
        display: none
    }
}

.post-tiny__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.post-tiny__body {
    padding: 16px 0
}

@media screen and (max-width:767px) {
    .post-tiny__body {
        padding: 5px 0
    }
}

.article-highlight {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 48px 60px;
    border: 1px solid #ebebeb;
    border-radius: 16px
}

@media screen and (max-width:1199px) {
    .article-highlight {
        padding: 30px
    }
}

@media screen and (max-width:767px) {
    .article-highlight {
        padding: 20px
    }
}

.article-highlight__content {
    max-width: 780px
}

@media screen and (max-width:1199px) {
    .article-highlight__content {
        max-width: 100%
    }
}

.article-highlight__sub-heading {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .article-highlight__sub-heading {
        margin: 0 0 10px;
        font-size: 14px
    }
}

.article-highlight__body {
    font-size: 24px;
    font-weight: normal
}

@media screen and (max-width:1199px) {
    .article-highlight__body {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .article-highlight__body {
        font-size: 14px
    }
}

.article-highlight__button {
    padding-left: 50px
}

@media screen and (max-width:1199px) {
    .article-highlight__button {
        margin-top: 20px;
        padding-left: 0
    }
}

.article-highlight__button .btn {
    padding: 12px 40px;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .article-highlight__button .btn {
        padding: 8px 30px;
        font-size: 14px
    }
}

.content-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px
}

@media screen and (max-width:1024px) {
    .content-highlight {
        margin: 0
    }
}

.content-highlight__image {
    position: relative;
    display: block;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width:1024px) {
    .content-highlight__image {
        width: 100%;
        padding: 0
    }
}

.content-highlight__image img {
    display: block;
    max-width: 100%
}

.content-highlight__content {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px
}

@media screen and (max-width:1024px) {
    .content-highlight__content {
        width: 100%;
        padding: 30px 0 0
    }
}

.content-highlight__content-inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width:1024px) {
    .content-highlight__content-inner {
        padding: 0
    }
}

.content-highlight__icon {
    margin: 0 0 30px
}

.content-highlight__icon img {
    display: block;
    max-width: 100%
}

.content-highlight__heading {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    .content-highlight__heading {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .content-highlight__heading {
        margin: 0 0 10px;
        font-size: 18px
    }
}

.content-highlight__body {
    font-size: 16px;
    line-height: 1.625
}

@media screen and (max-width:767px) {
    .content-highlight__body {
        font-size: 14px
    }
}

.content-highlight__body a {
    color: #fa9d24;
    font-weight: bold;
    text-decoration: underline
}

.querry-analyze__header {
    margin: 0 0 50px;
    text-align: center
}

.querry-analyze__sub-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.92;
    text-transform: uppercase
}

@media screen and (max-width:1024px) {
    .querry-analyze__sub-title {
        margin: 0 0 10px;
        font-size: 14px
    }
}

.querry-analyze__title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .querry-analyze__title {
        font-size: 30px;
        line-height: 1.2
    }
}

.querry-analyze__summary {
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .querry-analyze__summary {
        font-size: 14px
    }
}

.querry-analyze__summary a {
    color: #fa9d24;
    text-decoration: underline
}

.querry-analyze__grid {
    display: grid;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:767px) {
    .querry-analyze__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 30px;
        gap: 30px 0
    }
}

.querry-analyze__box-img {
    margin-bottom: 16px
}

.querry-analyze__box-img img {
    display: block;
    max-width: 100%
}

.querry-analyze__box-heading {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .querry-analyze__box-heading {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    .querry-analyze__box-heading {
        font-size: 20px
    }
}

.querry-analyze__box-summary {
    font-size: 16px;
    line-height: 1.6
}

@media screen and (max-width:767px) {
    .querry-analyze__box-summary {
        font-size: 14px
    }
}

.querry-analyze__box-more {
    margin-top: 16px
}

.querry-analyze__box-more .btn {
    padding-left: 0;
    padding-right: 0;
    color: #fa9d24;
    font-size: 15px
}

.querry-analyze__box-more .btn:hover {
    color: #e68405
}

.section-enhance {
    padding: 60px 0;
    background-color: #f5f7fa
}

.section-enhance__grid {
    display: grid;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:1024px) {
    .section-enhance__grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }
}

@media screen and (max-width:767px) {
    .section-enhance__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }
}

.section-category * {
    box-sizing: border-box
}

.section-category__header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 30px
}

.section-category__header-main {
    width: 70%
}

@media screen and (max-width:767px) {
    .section-category__header-main {
        width: 100%
    }
}

.section-category__header-more {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    padding-left: 50px
}

@media screen and (max-width:1024px) {
    .section-category__header-more {
        padding-left: 30px
    }
}

@media screen and (max-width:767px) {
    .section-category__header-more {
        justify-content: flex-start;
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

.section-category__header-more .btn {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center
}

.section-category__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    gap: 60px;
    margin: 0 0 30px
}

@media screen and (max-width:767px) {
    .section-category__stats {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
        gap: 0
    }
}

.section-category__stats-item {
    position: relative;
    padding-bottom: 15px
}

@media screen and (max-width:767px) {
    .section-category__stats-item {
        padding: 10px 0;
        border-top: 1px solid #ebebeb
    }

    .section-category__stats-item:last-child {
        border-bottom: 1px solid #ebebeb
    }
}

.section-category__stats-item::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: -30px;
    bottom: 5px;
    border-left: 1px solid #ebebeb
}

.section-category__stats-item:first-child::before {
    display: none
}

.section-category__stats-number {
    margin: 0;
    font-size: 55px;
    font-weight: bold
}

@media screen and (max-width:1024px) {
    .section-category__stats-number {
        font-size: 35px
    }
}

@media screen and (max-width:767px) {
    .section-category__stats-number {
        font-size: 30px
    }
}

.section-category__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    gap: 30px;
    margin-bottom: 90px
}

@media screen and (max-width:1024px) {
    .section-category__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:767px) {
    .section-category__grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.category-card {
    position: relative;
    display: block;
    height: 100%;
    padding: 16px 24px;
    color: #0c1724;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .12);
    border-radius: 2px 2px 0 0;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease
}

.category-card:hover {
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .1)
}

.category-card:hover .category-card__name {
    color: #fa9d24
}

.category-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(-30deg, #fa9d24 8.98%, #fa9d24 9.4%, #2f4858 21.71%, #2f4858 31.74%, #354f8a 38.17%, #354f8a 64.89%, #007e6b 76.39%)
}

.category-card__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px
}

.category-card__image img {
    display: block;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.category-card__name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    transition: all .3s ease
}

.category-card__desc {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal
}

.category-card__more {
    padding: 10px 0
}

.category-card__more .btn {
    padding-left: 0;
    padding-right: 0
}

.container-development {
    position: relative;
    margin: 92px 0;
    padding: 54px 0;
    background-color: #f5fafe
}

@media screen and (max-width:767px) {
    .container-development {
        margin: 30px 0 0
    }
}

.container-development * {
    box-sizing: border-box
}

.container-development::before, .container-development::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 5vw;
    background-color: inherit;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.container-development::before {
    top: calc(-5vw + 2px);
    background-position: bottom center;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-image: url("../img/curved-section-top.svg");
    mask-image: url("../img/curved-section-top.svg")
}

.container-development::after {
    bottom: calc(-5vw + 2px);
    background-position: top center;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-image: url("../img/curved-section-bottom.svg");
    mask-image: url("../img/curved-section-bottom.svg")
}

.container-development__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.container-development__content {
    width: 60%
}

@media screen and (max-width:767px) {
    .container-development__content {
        width: 100%
    }
}

.container-development__content>.btn--link {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0
}

.container-development__image {
    display: flex;
    justify-content: flex-end;
    width: 40%;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .container-development__image {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        justify-content: center
    }
}

.container-development__image img {
    max-width: 300px
}

.article-card {
    display: block;
    color: #0c1724;
    text-decoration: none
}

.article-card__thumb {
    margin: 0 0 20px
}

.article-card__thumb-main img {
    display: block;
    width: 100%;
    height: 200px;
}

.article-card__thumb img {
    display: block;
    width: 150px;
    height: 100px;
}

.article-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    transition: color .3s ease
}

.article-card__desc {
    margin-top: 15px;
    opacity: .8
}

.article-card:hover .article-card__title {
    color: #fa9d24
}

.section-news__header {
    margin: 0 0 50px
}

.section-news__content {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (max-width:1024px) {
    .section-news__content {
        margin: 0
    }
}

.section-news__top {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px
}

@media screen and (max-width:1024px) {
    .section-news__top {
        margin: 30px 0 0
    }
}

.section-news__aside {
    width: 22.4%;
    padding: 0 20px
}

@media screen and (max-width:1024px) {
    .section-news__aside {
        order: 2;
        width: 50%;
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .section-news__aside {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }
}

.section-news__main {
    width: 55%;
    padding: 20px;
    background-color: #ffefd7
}

@media screen and (max-width:1024px) {
    .section-news__main {
        order: 1;
        margin-bottom: 30px;
        width: 100%
    }
}

.section-news__banner {
    display: block
}

.section-news__banner img {
    width: 100%
}

.hot-news * {
    box-sizing: border-box
}

.hot-news__title {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase
}

.hot-news__title span {
    color: #fa9d24
}

.hot-news__item {
    margin-bottom: 20px
}

.hot-news__item:last-child {
    margin-bottom: 0
}

.hot-news .article-card {
    display: flex;
    flex-flow: row wrap
}

.hot-news .article-card__thumb {
    width: 30%;
    margin: 0
}

.hot-news .article-card__content {
    width: 70%;
    padding-left: 20px
}

.article-list {
    position: relative;
    width: 70%
}

@media screen and (max-width:1024px) {
    .article-list {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (max-width:767px) {
    .article-list {
        width: 100%;
        margin: 0
    }
}

.article-list::after {
    content: "";
    display: table;
    clear: both
}

.article-list__item {
    position: relative;
    padding: 0 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 33.3333%
}

@media screen and (max-width:767px) {
    .article-list__item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }
}

.article-list__item::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    border-bottom: 1px solid #ebebeb
}

@media screen and (max-width:767px) {
    .article-list__item::before {
        display: none
    }
}

.article-list__item:first-child, .article-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width:767px) {
    .article-list__item:first-child, .article-list__item:last-child {
        margin-bottom: 30px
    }
}

.article-list__item:first-child {
    float: right;
    width: 66.6666%
}

@media screen and (max-width:767px) {
    .article-list__item:first-child {
        width: 100%
    }
}

.article-list__item:first-child::before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ebebeb;
    border-bottom: 0
}

@media screen and (max-width:767px) {
    .article-list__item:first-child::before {
        display: none
    }
}

.article-list__item:first-child .article-card__title {
    font-size: 20px
}

.article-list__item:first-child .article-card__desc {
    font-size: 16px
}

.article-list__item:first-child .article-card__content {
    padding-bottom: 6px
}

.article-list__item:last-child::before {
    display: none
}

.article-special {
    position: relative;
    width: 30%;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (max-width:1024px) {
    .article-special {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px
    }
}

.article-special::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #ebebeb
}

@media screen and (max-width:1024px) {
    .article-special::before {
        display: none
    }
}

.article-special__item {
    position: relative;
    margin-bottom: 40px
}

.article-special__item::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    border-top: 1px solid #ebebeb
}

.article-special__item:last-child {
    margin-bottom: 0
}

.article-special__item:last-child::after {
    display: none
}

.article-special .article-card {
    display: flex;
    flex-flow: row wrap
}

.article-special .article-card__thumb {
    width: 40%;
    order: 2;
    margin: 0
}

@media screen and (max-width:1024px) {
    .article-special .article-card__thumb {
        order: 1
    }
}

.article-special .article-card__content {
    width: 60%;
    order: 1;
    padding-right: 20px
}

@media screen and (max-width:1024px) {
    .article-special .article-card__content {
        order: 2;
        padding-left: 20px;
        padding-right: 0
    }
}

.article-special .article-card__title {
    font-size: 14px
}

.section-prebottom {
    position: relative;
    padding: 100px 0
}

.section-prebottom__background {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.section-prebottom__background img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: unset
}

@media screen and (max-width:1024px) {
    .section-prebottom__background img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.section-prebottom__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.section-prebottom__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    max-width: 440px
}

@media screen and (max-width:767px) {
    .section-prebottom__content {
        order: 2;
        width: 100%
    }
}

.section-prebottom__image {
    display: flex;
    justify-content: flex-end;
    width: 60%;
    padding-bottom: 100px;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .section-prebottom__image {
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px
    }
}

.section-prebottom__heading {
    margin: 0 0 30px;
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: bold
}

@media screen and (max-width:1024px) {
    .section-prebottom__heading {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 32px
    }
}

@media screen and (max-width:767px) {
    .section-prebottom__heading {
        font-size: 24px;
        line-height: 26px
    }
}

.section-prebottom__desc {
    max-width: 360px;
    margin: 0 0 30px;
    color: #fff;
    font-size: 24px;
    line-height: 26px
}

@media screen and (max-width:1024px) {
    .section-prebottom__desc {
        font-size: 16px;
        line-height: 22px
    }
}

.section-prebottom__buttons {
    display: flex
}

.section-prebottom__buttons .btn {
    padding: 12px 60px;
    font-size: 17px
}

@media screen and (max-width:767px) {
    .section-prebottom__buttons .btn {
        padding: 10px 50px;
        font-size: 14px
    }
}

.section-brands {
    position: relative;
    overflow: hidden
}

.brands {
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 0
}

.brands:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 140px;
    overflow: hidden
}

.brands__item {
    padding-left: 24px;
    padding-right: 24px
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px
}

.brands__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-bottom {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    overflow: hidden
}

.section-bottom__inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: -30px;
    margin-right: -30px
}

@media screen and (max-width:1024px) {
    .section-bottom__inner {
        margin-left: 0;
        margin-right: 0
    }
}

.section-bottom__col {
    width: 50%;
    padding: 0 30px
}

@media screen and (max-width:1024px) {
    .section-bottom__col {
        width: 100%;
        padding: 10px 0
    }
}

.section-bottom__heading {
    margin: 0 0 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold
}

@media screen and (max-width:1024px) {
    .section-bottom__heading {
        font-size: 24px
    }
}

.section-bottom__desc {
    color: #fff;
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .section-bottom__desc {
        font-size: 14px
    }
}

.section-bottom__summary {
    margin: 15px 0 0;
    color: #fff;
    text-align: right
}

@media screen and (max-width:1024px) {
    .section-bottom__summary {
        font-size: 13px
    }
}

.section-bottom__group {
    position: relative
}

.section-bottom__input {
    width: 100%;
    padding: 15px 40px;
    padding-right: 180px;
    color: #fff;
    background-color: #f9fafe;
    border: 1px solid #ebebeb;
    border-radius: 58px;
    font-size: 16px;
    transition: all .3s ease
}

@media screen and (max-width:1024px) {
    .section-bottom__input {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.section-bottom__input:focus {
    border-color: #0c1724;
    outline: 0
}

.section-bottom__btn {
    position: absolute;
    top: 8px;
    right: 8px
}

@media screen and (max-width:1024px) {
    .section-bottom__btn {
        top: 5px;
        right: 5px
    }
}