html {
    font-size: 14px
}

body {
    font-family: "Roboto", Arial, sans-serif;
    color: #0c1724;
    background-color: #fff
}

* {
    box-sizing: border-box
}

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

.visually-hidden {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 0;
    height: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 9px 20px;
    color: #0c1724;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .3s ease
}

.btn svg {
    display: block;
    margin-left: 5px;
    transition: all .15s ease
}

.btn--primary {
    color: #fff;
    background-color: #fa9d24 !important;
    border-color: #fa9d24 !important
}

.btn--primary:hover, .btn--primary:focus {
    color: #fff;
    background-color: #fbb356 !important;
    border-color: #fbb356 !important
}

.btn--secondary {
    color: #0c1724;
    background-color: #fff !important;
    border-color: #0c1724 !important
}

.btn--secondary:hover, .btn--secondary:focus {
    color: #fff;
    background-color: #0c1724 !important;
    border-color: #0c1724 !important
}

.btn--dark {
    color: #fff;
    background-color: #0c1724 !important;
    border-color: #0c1724 !important
}

.btn--dark:hover, .btn--dark:focus {
    color: #fff;
    background-color: #fbb356 !important;
    border-color: #fbb356 !important
}

.btn--link {
    color: #0c1724;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important
}

.btn--link:hover, .btn--link:focus {
    color: #fa9d24
}

.btn--link:hover svg, .btn--link:focus svg {
    transform: translateX(5px)
}

.container {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width: 1536px) {
    .container {
        max-width: 1460px !important
    }
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 100% !important
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.announcement-bar-slider, .announcement-bar-slider .slider {
    width: 100%
}

.announcement-bar-slider--fade-in-next .announcement-bar__message, .announcement-bar-slider--fade-in-previous .announcement-bar__message, .announcement-bar-slider--fade-out-next .announcement-bar__message, .announcement-bar-slider--fade-out-previous .announcement-bar__message {
    animation-duration: 250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.announcement-bar-slider--fade-in-next.announcement-bar__message {
    --announcement-translate-from: -1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: 250ms
}

.announcement-bar-slider--fade-in-previous.announcement-bar__message {
    --announcement-translate-from: 1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: 250ms
}

.announcement-bar-slider--fade-out-next.announcement-bar__message {
    --announcement-translate-to: 1.5rem;
    animation-name: translateAnnouncementSlideOut
}

.announcement-bar-slider--fade-out-previous.announcement-bar__message {
    --announcement-translate-to: -1.5rem;
    animation-name: translateAnnouncementSlideOut
}

@keyframes translateAnnouncementSlideIn {
    0% {
        opacity: 0;
        transform: translateX(var(--announcement-translate-from))
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes translateAnnouncementSlideOut {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(var(--announcement-translate-to))
    }
}

.slick-slider {
    position: relative;
    display: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.slick-slider.slick-initialized {
    display: block
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-list .slick-track, .slick-list .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track::before, .slick-track::after {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-slide:hover, .slick-slide:focus {
    outline: 0
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: -25px;
    color: #0c1724;
    background-color: #fff !important;
    border: 0;
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    font-size: 0;
    overflow: hidden;
    transition: all .2s ease
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        margin-top: -22px
    }
}

.slick-arrow:hover {
    opacity: .7
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 30px;
    background-position: 19px 50%;
    background-image: url("../img/slide_arr_prev.png") !important
}

@media screen and (max-width: 767px) {
    .slick-prev {
        background-position: 16px 50%
    }
}

.slick-next {
    right: 30px;
    background-position: 21px 50%;
    background-image: url("../img/slide_arr_next.png") !important
}

@media screen and (max-width: 767px) {
    .slick-next {
        background-position: 18px 50%
    }
}

.slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    list-style: none
}

@media (max-width: 991px) {
    .slick-dots {
        padding-top: 15px
    }
}

.slick-dots li {
    padding: 0 4px;
    outline: 0
}

.slick-dots li:first-child {
    padding-left: 18px
}

.slick-dots li:last-child {
    padding-right: 18px
}

.slick-dots li.slick-active button {
    background-color: #fa9d24
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #000;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    outline: 0
}

.promo-banner {
    color: #fff;
    background: radial-gradient(circle at bottom, #3F60DB 600px, #3F60DB) 50% 50%/100% 100%
}

.promo-banner__inner {
    position: relative;
    display: block;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .promo-banner__inner {
        font-size: 13px;
        line-height: 16px
    }
}

.promo-banner__inner a {
    white-space: nowrap;
    text-decoration: underline
}

.promo-banner__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0
}

.promo-banner__close::before {
    content: "";
    cursor: pointer;
    background: linear-gradient(45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none
}

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

.header__inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    z-index: 1000;
}

@media screen and (max-width: 1199px) {
    .header__inner {
        padding: 10px 0
    }
}

.header__logo {
    width: 136px
}

.header__menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 136px)
}

@media screen and (max-width: 1199px) {
    .header__menu {
        justify-content: flex-end
    }
}

.header__right {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media screen and (max-width: 1199px) {
    .header__right {
        display: none
    }
}

.header-dropdown {
    position: relative;
    margin-left: 10px
}

@media screen and (max-width: 1300px) {
    .header-dropdown {
        margin-left: 0
    }
}

.header-dropdown__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: color .3s ease
}

.header-dropdown__toggle svg {
    display: block;
    width: 24px;
    height: 24px
}

.header-dropdown__dropdown {
    position: absolute;
    top: 100%;
    right: 50%;
    z-index: 99;
    min-width: 160px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 18px 18px rgba(0, 0, 0, .08), 0 0 24px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, -5px);
    transition: all .3s ease-in-out
}

.header-dropdown__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-dropdown__link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
    transition: color .3s ease
}

.header-dropdown__link:hover {
    color: #fa9d24
}

.header-dropdown:hover .header-dropdown__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0)
}

.header-actions {
    display: flex;
    gap: 0 10px;
    margin-left: 20px
}

@media screen and (max-width: 1300px) {
    .header-actions {
        margin-left: 10px
    }
}

.header-actions .btn {
    height: 40px
}

.footer {
    color: #fff;
    background-color: #000
}

.footer__main {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 80px 0
}

@media screen and (max-width: 767px) {
    .footer__main {
        padding: 60px 0
    }
}

.footer__bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0 40px;
    border-top: 1px solid #f2f2f2
}

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

@media screen and (max-width: 1024px) {
    .footer__col {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .footer__col {
        margin-top: 10px
    }
}

.footer-copyright {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        width: 100%;
        margin-top: 15px
    }
}

.footer-logo img {
    display: block;
    /*height: 60px*/
}

@media screen and (max-width: 767px) {
    .footer-logo img {
        width: auto;
        height: 30px;
        margin: 0 auto
    }
}

.footer-menus {
    display: flex;
    flex-flow: row wrap
}

.footer-menu {
    min-width: 170px;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .footer-menu {
        min-width: 160px;
        margin-bottom: 40px;
        margin-right: 20px
    }
}

.footer-menu__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold
}

.footer-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu__item {
    margin-top: 16px
}

.footer-menu__link {
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s ease
}

.footer-menu__link:hover {
    color: var(--color-primary, #fa9d24)
}

.footer-newsletter {
    width: 500px
}

@media screen and (max-width: 1199px) {
    .footer-newsletter {
        width: 420px
    }
}

@media screen and (max-width: 1024px) {
    .footer-newsletter {
        width: 100%
    }
}

.footer-newsletter__group {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 16px;
    margin: 0 0 24px
}

@media screen and (max-width: 767px) {
    .footer-newsletter__group {
        flex-wrap: wrap
    }
}

.footer-newsletter__input {
    width: 100%;
    padding: 14px 16px;
    color: #000;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px
}

.footer-newsletter__input::-moz-placeholder {
    color: #999
}

.footer-newsletter__input::placeholder {
    color: #999
}

.footer-newsletter__input:hover, .footer-newsletter__input:focus {
    outline: 0
}

.footer-newsletter__button {
    min-width: 158px;
    padding: 14px 16px;
    color: #000;
    background-color: #fa9d24;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    transition: all .3s ease
}

@media screen and (max-width: 767px) {
    .footer-newsletter__button {
        margin-top: 10px;
        padding: 12px 16px;
        font-size: 14px;
        line-height: 16px
    }
}

.footer-newsletter__summary {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.footer-newsletter__summary a {
    color: #fff;
    text-decoration: underline
}

.footer-social {
    display: flex;
    margin: 80px 0 0
}

@media screen and (max-width: 1024px) {
    .footer-social {
        margin-top: 40px
    }
}

.footer-social__title {
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.footer-social__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-social__list li {
    padding: 0 5px
}

.footer-social__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    text-decoration: none
}

slider-component {
    position: relative;
    display: block
}

@media (prefers-reduced-motion) {
    .slider {
        scroll-behavior: auto
    }
}

.slider {
    display: flex;
    scrollbar-color: #000 rgba(0, 0, 0, .04);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.slider__slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    padding-bottom: 0
}

.slider__slide[aria-hidden=true] {
    visibility: hidden
}

@media screen and (max-width: 320px) {
    .slider.slider--mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }

    .slider.slider--mobile .slider__slide {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .slider.slider--tablet {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }

    .slider.slider--tablet .slider__slide {
        margin-bottom: 0
    }
}

.slider--mobile:after {
    content: "";
    width: 0;
    padding-left: 1.5rem
}

.slider--everywhere {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem
}

.slider--everywhere .slider__slide {
    margin-bottom: 0;
    scroll-snap-align: center
}

.slider::-webkit-scrollbar {
    height: .4rem;
    width: .4rem;
    display: none
}

.no-js .slider {
    -ms-overflow-style: auto;
    scrollbar-width: auto
}

.no-js .slider::-webkit-scrollbar {
    display: initial
}

.slider::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: .4rem;
    border: 0
}

.slider::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .04);
    border-radius: .4rem
}

.slider-counter {
    display: flex;
    justify-content: center;
    min-width: 4.4rem
}

slideshow-component {
    position: relative;
    display: flex;
    flex-direction: column
}

slideshow-component .slideshow.banner {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    gap: 0
}

.slideshow__slide {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    visibility: visible
}

@media screen and (max-width: 767px) {
    .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media, .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
        height: 28rem
    }
}

@media screen and (min-width: 768px) {
    .slideshow--placeholder.banner--adapt_image {
        height: 56rem
    }
}

.slideshow__text.banner__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 54.5rem
}

.slideshow__text > * {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    slideshow-component.page-width .slideshow__text {
        border-right: var(--text-boxes-border-width) solid rgba(0, 0, 0, var(--text-boxes-border-opacity));
        border-left: var(--text-boxes-border-width) solid rgba(0, 0, 0, var(--text-boxes-border-opacity))
    }

    .banner--mobile-bottom .slideshow__text.banner__box {
        max-width: 100%
    }

    .banner--mobile-bottom .slideshow__text-wrapper {
        flex-grow: 1
    }

    .banner--mobile-bottom .slideshow__text.banner__box {
        height: 100%
    }

    .banner--mobile-bottom .slideshow__text .button {
        flex-grow: 0
    }

    .slideshow__text.slideshow__text-mobile--left {
        align-items: flex-start;
        text-align: left
    }

    .slideshow__text.slideshow__text-mobile--right {
        align-items: flex-end;
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    .slideshow__text.slideshow__text--left {
        align-items: flex-start;
        text-align: left
    }

    .slideshow__text.slideshow__text--right {
        align-items: flex-end;
        text-align: right
    }
}

.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    height: 100%
}

@media screen and (min-width: 768px) {
    .slideshow__text-wrapper.banner__content {
        height: 100%;
        padding: 5rem
    }
}

.slideshow__controls {
    border: .1rem solid rgba(0, 0, 0, .08)
}

.slideshow__controls--top {
    order: 2;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .slideshow__controls--border-radius-mobile {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
    border-bottom: none
}

@media screen and (min-width: 768px) {
    .slideshow__controls {
        position: relative
    }
}

slideshow-component:not(.page-width) .slider-buttons {
    border-right: 0;
    border-left: 0
}

.slideshow__control-wrapper {
    display: flex
}

.slideshow__autoplay {
    position: absolute;
    right: 0;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    slideshow-component.page-width .slideshow__autoplay {
        right: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .slideshow__autoplay.slider-button {
        position: inherit;
        margin-left: .6rem;
        padding: 0 0 0 .6rem;
        border-left: .1rem solid rgba(0, 0, 0, .08)
    }
}

.slideshow__autoplay .icon.icon-play, .slideshow__autoplay .icon.icon-pause {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
    width: .8rem;
    height: 1.2rem
}

.slideshow__autoplay .icon.icon-play {
    height: 1rem
}

.slideshow__autoplay path {
    fill: rgba(0, 0, 0, .75)
}

.slideshow__autoplay:hover path {
    fill: #000
}

@media screen and (forced-colors: active) {
    .slideshow__autoplay path, .slideshow__autoplay:hover path {
        fill: CanvasText
    }
}

.slideshow__autoplay:hover svg {
    transform: scale(1.1)
}

.slideshow__autoplay--paused .icon-pause, .slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8)
}

.header-menu {
    position: relative
}

.header-menu__toggle {
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    padding-right: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    transition: color .3s ease
}

@media screen and (max-width: 1300px) {
    .header-menu__toggle {
        padding-right: 10px
    }
}

.header-menu__toggle svg {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    transition: transform .4s ease-in-out
}

.header-menu__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    min-width: 260px;
    background-color: #fff;
    box-shadow: 0 18px 18px rgba(0, 0, 0, .08), 0 0 24px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all .3s ease-in-out
}

.header-menu__list {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.header-menu__item {
    padding: 10px 20px
}

.header-menu__link {
    position: relative;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500
}

.header-menu__link::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0c1724;
    transition: width .3s ease
}

.header-menu__link:hover::after {
    width: 100%
}

.header-menu__sub-text {
    color: #363c44;
    font-size: 12px
}

.header-menu:hover .header-menu__toggle {
    color: #fa9d24
}

.header-menu:hover .header-menu__toggle svg {
    transform: rotate(180deg)
}

.header-menu:hover .header-menu__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header-search__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: color .3s ease
}

.header-search__toggle svg {
    display: block;
    width: 24px;
    height: 24px
}

.header-search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 18px 18px rgba(0, 0, 0, .08), 0 0 24px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.header-search__group {
    display: flex;
    align-items: center;
    padding: 15px
}

.header-search__input {
    width: 100%;
    padding: 9px 15px;
    color: #0c1724;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    transition: border .3s ease
}

.header-search__input:hover, .header-search__input:focus {
    outline: 0;
    border-color: #0c1724
}

.header-search__btn {
    margin-left: 15px;
    white-space: nowrap
}

.header-search:hover .header-search__toggle {
    color: #fa9d24
}

.header-search:hover .header-search__dropdown {
    opacity: 1;
    visibility: visible
}

.main-menu {
    display: flex;
    flex-flow: row wrap
}

@media screen and (max-width: 1199px) {
    .main-menu {
        padding-top: 5px
    }
}

@media screen and (max-width: 1199px) {
    .main-menu__item {
        position: relative;
        width: 100%
    }
}

.main-menu__item--dropdown {
    position: relative;
    display: none;
}

.main-menu__item--mega .main-menu__dropdown {
    left: 0;
    width: 100%;
    max-width: 100%
}

.main-menu__item:hover > .main-menu__dropdown {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1200px) {
    .main-menu__item:hover > .main-menu__link svg {
        transform: rotate(180deg)
    }
}

.main-menu__link,.only-menu__link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
}
.only-menu__link{
    padding-left: 0;
}
@media screen and (max-width: 1199px) {
    .main-menu__link {
        justify-content: space-between
    }
}

.main-menu__link > svg {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    transition: all .3s ease
}

.main-menu__link:hover {
    color: #fa9d24
}

@media screen and (max-width: 1199px) {
    .main-menu__link:hover {
        color: #0c1724
    }
}

.main-menu__title {
    margin: 0 0 8px;
    padding: 6px 0 10px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb
}

@media screen and (max-width: 1199px) {
    .main-menu__title {
        margin: 0 10px 5px;
        padding: 0 0 5px
    }
}

@media screen and (min-width: 1200px) {
    .main-menu__dropdown {
        position: absolute;
        top: 100%;
        left: -10px;
        z-index: 100;
        min-width: 300px;
        padding: 20px 30px;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
        display: none !important;
        opacity: 0;
        visibility: hidden;
        transition: all .1s ease
    }
    .header__logo{
        display: none;
    }
    .icon-updown{
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu__dropdown {
        display: none;
        width: 100% !important;
        padding: 10px 20px
    }

    .main-menu__dropdown .grid {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    .main-menu__dropdown-column {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1199px) {
    .main-menu__dropdown-list {
        padding: 0 10px
    }
}

.main-menu__dropdown-item {
    display: flex;
    padding: 6px 0
}

.main-menu__dropdown-link {
    position: relative;
    display: block;
    padding: 0;
    color: #0c1724;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    transition: color .3s ease
}

.main-menu__dropdown-link::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fa9d24;
    transition: width .3s ease
}

.main-menu__dropdown-link:hover {
    color: #fa9d24
}

.main-menu__dropdown-link:hover::after {
    width: 100%
}

.mm-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #0c1724;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.mm-toggle svg {
    display: block;
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .mm-toggle {
        display: none
    }
}

.mm-toggle:hover, .mm-toggle:focus {
    color: #0c1724;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1199px) {
    .menu-primary {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease
    }

    .menu-primary__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, .8);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease
    }

    .menu-primary__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        width: 320px;
        padding-bottom: 220px;
        background-color: #fff;
        transform: translateX(-320px);
        transition: all .3s ease
    }
}

@media screen and (max-width: 1199px)and (max-width: 380px) {
    .menu-primary__content {
        width: 260px
    }
}

@media screen and (max-width: 1199px) {
    .menu-primary--open {
        pointer-events: auto;
        opacity: 1;
        visibility: visible
    }

    .menu-primary--open .menu-primary__overlay {
        opacity: 1;
        visibility: visible
    }

    .menu-primary--open .menu-primary__content, .menu-primary--open .menu-primary__footer {
        transform: translateX(0)
    }
}

.menu-primary__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 320px;
    padding: 15px;
    background-color: #f1f5f9;
    transform: translateX(-320px);
    transition: all .3s ease
}

@media screen and (min-width: 1200px) {
    .menu-primary__footer {
        display: none
    }
}

@media screen and (max-width: 380px) {
    .menu-primary__footer {
        width: 260px
    }
}

.menu-languages {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 10px;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-languages__link {
    display: flex;
    justify-content: center;
    min-width: 38px;
    padding: 3px;
    border: 1px solid #ebebeb;
    border-radius: 3px
}

.menu-languages__link.active {
    border-color: #fa9d24
}

.menu-account {
    margin: 0;
    padding: 5px 0 0;
    list-style: none
}

.menu-account__item {
    margin: 10px 0 0
}

.menu-account .btn {
    width: 100%;
    padding: 6px 20px;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase
}

.menu-search {
    margin: 20px 0 0
}

.menu-search .header-search__input {
    border-radius: 40px
}

.menu-search__group {
    position: relative
}

.menu-search__btn {
    position: absolute;
    top: 5px;
    right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px
}

.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
    }
    .main-header{
        margin-bottom: 0;
    }
    .page-dashboard{
        max-height:100% !important;;
    }
    .filter-option {
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 10px;
    }
    .backgrou-dashboard-opacity{
        height: 100% !important;
    }
    .footer{
        max-height: 400px !important;
        background-repeat: repeat-y !important;
    }
    .footer .backgrou-dashboard-opacity{
        height: 385px !important;
    }
}

.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(156, 161, 31, 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: 14px;
    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%, #9CA11F 38.17%, #9CA11F 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 img {
    display: block;
    width: 100%
}

.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;
    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.2%;
    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
    }
}

.child-header .header__inner {
    padding: 2px 0;
}

.child-header .header__inner .child-menu {
    /*overflow-x: scroll;*/
    display: flex;
    justify-content: flex-start;
}

.child-header .child-menu .main-menu__item {
    white-space: nowrap;
}

.child-header .header__inner .main-menu__link {
    text-transform: capitalize;
    color: #424242;
    margin: 0 15px;
    font-size: 12px;
    padding: 5px 0;
}
.child-header .header__inner .main-menu__link.actived{
    color: #006FB9;
    border-bottom: 2px solid #7DDEFF;
}
.main-header .main-menu__link:first-child{
    margin-left: 0;
    padding-left: 0;
}
.child-header .main-menu__link:first-child{
    margin-left: 0;
}
.text-detail-sapo {
    font-size: 13px;
}
.pagination{
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.pagination .page-item .page-link{
    background-color: #435CAD;
    padding: 7px 35px;
    margin-right: 10px;
    border-radius: 15px;
    color: #fff;
}

.page-search {
    background-color: #3A2E8D;
    height: 70px;
    border: 1px solid #60BCFF;
    border-right: 0;
    border-left: 0;
    top:-5px;
}
