/**
* Main css file for theme corsac
*/

/* * {
    outline: 1px solid red;
} */


/* FONTS */
@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-extralight-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-light-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-regular-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-medium-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-semibold-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/clashdisplay-bold-webfont.woff2') format('woff2'),
        url('../fonts/clashdisplay-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


html,
body {
    height: 100vh;
    position: relative;
}

html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.bg_white {
    background: #ffffff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #FFEE11;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

h2 {
    font-family: 'Clash Display';
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

h3 {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

ul {
    /* list-style: none; */
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #9B9B9B;
}

.rte ul {
    list-style: none;
}

.rte ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
}

.rte ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #FFEE11;
}


ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #9B9B9B;
}

nav ul {
    list-style: none;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.ghost {
    display: none;
}

.center {
    text-align: center;
}

.wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width:576px) {
    .wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

section {
    padding-top: 88px;
    padding-bottom: 88px;
}

@media (max-width:680px) {
    section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.wp-block-column .wrapper {
    padding-left: 0px;
    padding-right: 0px;
}



.main_header {
    padding-top: 40px;
    padding-bottom: 24px;
    position: fixed;
    width: 100%;
    background: #000000;
    z-index: 10;
    top: 0;
}

.header_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.main_menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}


.main_menu li {
    margin-right: 40px;
    height: 100%;
}

.main_menu li a,
.main_menu li span {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #9B9B9B;
    display: flex;
    align-items: center;
    height: 100%;
}

.main_menu li span {
    cursor: pointer;
}

.menu-item-has-children span::after,
.menu-item-has-children .menu-item-link::after {
    content: "//";
    margin-left: 7px;
    display: inline-block;
    width: 1.2em;
    transition: .2s ease-in-out;
}

.menu-item-has-children span:hover::after,
.menu-item-has-children .menu-item-link:hover::after {
    content: "\\\\";
}


.menu-item a:hover {
    color: #FFEE11;
}

.menu-item span:hover {
    color: #FFEE11;
}

.current-menu-item a {
    color: #E6D300 !important;

}

.mobile_menu {
    display: none;
}


/* Mobile menu */

@media (max-width:992px) {
    .mobile_menu.active {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        background: linear-gradient(0deg, #000000, #000000),
            linear-gradient(180deg, #000000 0%, #232428 100%);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 40px 56px 20px;
        list-style: none;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        z-index: 9999;
    }
}

.mobile_btn {
    display: none;
}

@media (max-width:480px) {

    .mobile_btn_wrap {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 10000;
        background: linear-gradient(0deg, #000000, #000000),
            linear-gradient(180deg, #000000 0%, #232428 100%);
        padding-top: 40px;
        padding-bottom: 40px;

    }

    .mobile_btn {
        display: block !important;
    }
}

.mobile_menu li {
    margin-bottom: 40px;
}

.mobile_menu li a {
    display: flex;
    width: 100%;
    color: #9B9B9B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.mobile_menu li a.menu-item-link {
    margin-bottom: 32px;
}

.sub-menu-mobile {
    display: none;
    list-style: none;
    padding-left: 32px !important;
}

.menu-item-has-children.open>.sub-menu-mobile {
    display: block;
}

.sub-menu-mobile li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 24px;
}

.sub-menu-mobile li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #FFEE11;
}

.sub-menu-mobile li a {
    color: #9B9B9B !important;
}

.sub-menu-mobile .current-menu-item a {
    color: #E6D300 !important;
}


button.burger {
    display: none;
    position: relative;
    width: 67px;
    height: 48px;
    background: transparent;
    border: 1px solid #9B9B9B;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
    margin-right: 40px;
}

button.burger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s;
}

.burger span:first-child {
    transform: rotate(120deg) translateX(-5px) translateY(-7px);
}

.burger span:last-child {
    transform: rotate(120deg) translateY(5px) translateX(2px);
}

button.burger.active span:first-child {
    transform: rotate(45deg) translateY(0px);
}

button.burger.active span:last-child {
    transform: rotate(-45deg) translateY(-1px);
}



.menu_wrap ul {
    padding-left: 0px;
}

.menu_wrap .header_submenu_wrap {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000, #000000),
        linear-gradient(180deg, #000000 0%, #232428 100%);
}

.menu_wrap .menu-item:hover .header_submenu_wrap {
    display: block;
}

.sub-menu {
    list-style: none;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 314px));
    gap: 24px;
    align-items: stretch;
    box-sizing: border-box;
}

.sub-menu li {
    margin: 0px;
    box-sizing: border-box;
}

.sub-menu li a {
    color: #ffffff;
    background: #232428;
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.sub-menu li a img {
    margin-right: 16px;
}



.header_btn,
.connect_btn {
    font-family: 'Clash Display';
    font-weight: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: none;
    background-color: #FFEE11;
    padding: 12px 24px;
}

@media (max-width:992px) {
    .main_hero_wrap {
        margin-top: 107px;
        /* margin-bottom: 98px; */
    }

    .main_menu {
        display: none;
    }

    button.burger {
        display: flex;
    }

}

@media (max-width:680px) {
    .header_btn {
        display: none;
    }

    button.burger {
        margin-right: 0px;
    }

    .connect_btn {
        font-size: 18px;
        line-height: 24px;
    }
}

/* HERO */

.main_hero,
.case_archive_hero {
    padding-top: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main_hero_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 113px;
    /* margin-bottom: 104px; */
}

.main_hero_wrap_center {
    justify-content: center;
    align-items: center;
}

.hero_headline {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFEE11;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.hero_title {
    font-family: 'Clash Display';
    font-weight: 500;
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    max-width: 1260px;
    margin-top: 8px;
}

.hero_text {
    margin-top: 16px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.hero_text_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.hero_text p {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #9B9B9B;
}


@media (max-width:992px) {
    .main_hero_wrap {
        margin-top: 107px;
        /* margin-bottom: 98px; */
    }

}

@media (max-width:680px) {
    .main_hero_wrap {
        margin-top: 76px;
        /* margin-bottom: 51px; */
    }

    .hero_title {
        font-size: 40px;
        line-height: 40px;
    }

    .hero_text {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hero_text p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

}


/* Footer */
.footer_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 40px;
}

.footer_first_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 32px;
}



.footer_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid #9B9B9B;
}

.footer_copyright p {
    margin: 0px;
}

.footer_logo img {
    width: 116px;
}

.logo_social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
}

.footer_address {
    margin-top: 40px;
}

.footer_address p {
    margin: 0;
}

.footer_social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
    gap: 24px;
}

.footer_social a img {
    width: 24px;
    height: 24px;
}

.footer_copyright {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #9B9B9B;
}

.footer_menu {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap:64px; */

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 64px;
}

.footer_menu_title span {
    display: flex;
    font-family: 'Clash Display';
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #9B9B9B;
    color: #fff;
}

.footer_menu_title span:hover {
    color: #fff;
}

.footer_menu {
    margin-top: 16px;

    @media (max-width:480px) {
        padding-left: 0px;
    }
}

.footer_menu .sub-menu {
    margin-top: 16px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer_menu .sub-menu li {
    margin-bottom: 16px;
}

.footer_menu .sub-menu li a {
    color: #ffffff;
    background: transparent;
    padding: 0px;
}

.footer_menu .sub-menu li a:hover {
    color: #FFEE11;
    ;
}

.footer_info .footer_menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFEE11;
}


.menu_separator {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
}

@media (max-width:1280px) {
    .footer_first_row {
        gap: 32px
    }

    .logo_social {
        max-width: 300px;
    }
}

@media (max-width:992px) {
    .footer_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .footer_first_row {
        flex-direction: column;
    }

    .logo_social {
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    .footer_nav_wrap {
        width: 100%;
    }

    .footer_menu {
        grid-template-columns: 1fr 1fr;
        row-gap: 64px;
    }

    .footer_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_menu li:first-child .menu_separator {
        display: none;
    }

    .footer_copyright p {
        text-align: center;
    }

}

@media (max-width:576px) {

    .footer_menu .sub-menu {
        align-items: center;
    }

    .footer_address p {
        text-align: center;
    }

    .footer_menu {
        grid-template-columns: 1fr;
    }

    .footer_menu .menu-item {
        text-align: center;
    }

    .footer_menu_title span {
        justify-content: center;
    }

    .footer_info {
        flex-direction: column-reverse;
    }

    .footer_add_linka .footer_menu {
        display: flex;
        margin-bottom: 32px;
    }

}

.section_title {
    font-family: 'Clash Display';
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
}


.red_flags_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
    gap: 0px;
    margin-top: 48px;
}

.red_flags_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 24px;
    background: linear-gradient(90.17deg, #232428 0.29%, #000000 99.92%);
}

.red_flags_item img {
    width: 16px;
    height: 16px;
}

.red_flags_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-weight: 500;
}

@media (max-width:680px) {

    /* .red_flags {
        padding-top: 56px;
        padding-bottom: 56px;
    } */

    .section_title {
        font-size: 32px;
        line-height: 32px;
    }

    .red_flags_title {
        text-align: center;
        margin-left: 32px;
        margin-right: 32px;
    }

    .red_flags_list {
        grid-template-columns: 1fr;
    }

    .red_flags_item {
        background: linear-gradient(182.09deg, #232428 0%, #000000 96.48%);
    }
}

/* Logo carousel */

/* .logo_carousel {
    padding-top: 88px;
    padding-bottom: 88px;
} */

.logo_slider {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.logo_slider .swiper-slide img {
    width: 96px;
    height: 96px;
}

.carousel_name {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #9B9B9B;
    width: 100%;
    max-width: 96px;
}

/* @media (max-width:680px) {
    .logo_carousel {
        padding-top: 56px;
        padding-bottom: 56px;
    }
} */

/* .legacy_system {
    padding-top: 88px;
    padding-bottom: 88px;
} */

.head_with_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.head_with_btn_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 740px;
}

.head_with_btn_title .section_title {
    text-align: left;
}

.section_subtitle {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
}

.transparent_btn {
    border: 1px solid #9B9B9B;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Clash Display';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
}

.system_item_wrap {
    padding-bottom: 30px;
}

.legacy_system_list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    align-items: stretch;
}

.legacy_system_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 550px;
}

.legacy_system_item img {
    width: 100%;
    max-height: 217px;
    object-fit: cover;
}

.system_item_title {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 16px;
}

.system_item_percents_wrap {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
}

.system_item_percents p {
    margin: 0px;
    color: #9B9B9B;
    margin-bottom: 8px;
}

.system_item_percents span {
    font-family: 'Clash Display';
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
}

.legacy_read {
    border-top: 1px solid #9B9B9B;
    padding-top: 32px;
    font-family: 'Clash Display';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
}

@media (max-width:992px) {
    .head_with_btn {
        flex-direction: column;
    }

    .head_with_btn_title {
        margin-bottom: 32px;
    }

    .legacy_system_list {
        grid-template-columns: 1fr;
    }

    .legacy_system_item {
        min-height: auto;
    }

    .legacy_read {
        margin-top: 32px;
    }
}

@media (max-width:680px) {
    /* .legacy_system {
        padding-top: 56px;
        padding-bottom: 56px;
    } */

    .legacy_read {
        font-size: 18px;
    }

}

.solve_list_wrap {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 64px;
}

.solve_list .list_title {
    font-size: 20px;
    font-weight: 700;
    color: #FFEE11;
    margin-bottom: 24px;
}

.solve_list li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.solve_list li:last-child {
    margin-bottom: 0px;
}

.solve_list li img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.solve_list li p {
    margin: 0;
}


@media (max-width:992px) {
    .solve_list_wrap {
        grid-template-columns: 1fr;
    }
}

.tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title_text_title {
    font-family: 'Clash Display';
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    max-width: 600px;
    text-align: center;
}

.title_text_subtitle {
    color: #9B9B9B;
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

@media (max-width:680px) {
    .title_text_title {
        font-size: 32px;
        line-height: 32px;
    }
}

.moderniz_solution {
    background: linear-gradient(180deg, #232428 0%, #000000 100%);
    position: relative;
}

.moderniz_solution_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.moderniz_solution_wrap .section_subtitle {
    width: 100%;
    max-width: 866px;
    text-align: center;
    margin-bottom: 0px;
}

.moderniz_img {
    margin-top: 32px;
    width: 100%;
    max-width: 864px;
    max-height: 240px;
}

.moderniz_slider_wrap {
    margin-top: -35px;
}

.modernization_slider .swiper-wrapper {
    align-items: stretch;
}

.modernization_slider .swiper-slide {
    background: #232428;
    padding: 32px;
    /* width: 100%; */
    /* max-width: 400px !important;
    min-height: 281px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: stretch; */
    /* flex-shrink: 0; */
    height: auto;
}

.mod_title {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.mod_text {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
}

.mod_read {
    font-family: 'Clash Display';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #9B9B9B;
    color: #ffffff;
}

.moderniz_btn_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

@media (max-width:680px) {
    .moderniz_img {
        margin-top: 40px;
        max-height: 200px;
    }

    .modernization_slider .swiper-slide {
        padding: 24px;
        width: 70% !important;
    }

    .mod_title {
        font-size: 20px;
        line-height: 28px;
    }

    .mod_text {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
}

.why_grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 64px;
    grid-row-gap: 48px;
}

.section_title_left {
    text-align: left;
}

.why_list .why_item:first-child {
    margin-bottom: 48px;
}

.why_list_two {
    margin-top: 48px;
}

.why_list_three {
    margin-top: 96px;
}

.why_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background: transparent;
    padding-right: 20px;
}

.why_icon {
    width: 100%;
    height: 16px;
    display: flex;
    margin-bottom: 8px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.why_icon img {
    width: 16px;
    height: 16px;
}

.why_icon hr {
    border-color: #9B9B9B;
    width: 100%;
    margin: 0;
    margin-left: 12px;
}

.why_subtitle {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.why_text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    margin: 0;
}

@media (max-width: 992px) {
    .why_grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why_list_two {
        margin-top: 0px;
    }

    .why_list_three {
        margin-top: 0px;
    }
}

.section_title_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.seamless_title {
    max-width: 800px;
}

.seamless_content {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.seamless_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}

.semless_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
    background: #232428;
    /* width: 50%; */
    flex: 1;
}

.semless_item_title {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
}

.semless_item_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    margin-top: 16px;
    margin-bottom: 0px;
}

.semless_idea {
    background: linear-gradient(257.08deg, #232428 0%, #000000 100%);
}

.semless_idea_title {
    font-family: 'Clash Display';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.semless_item_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    margin-top: 8px;
    margin-bottom: 48px;
}

.semless_icon {
    width: 100%;
    height: 16px;
    display: flex;
    margin-bottom: 8px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.semless_icon img {
    width: 16px;
    height: 16px;
}

.semless_icon hr {
    border-color: #9B9B9B;
    width: 100%;
    margin: 0;
    margin-left: 12px;
}

.seamless_second {
    background: #232428;
    padding: 32px;
}

.seamless_second_list {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.seamless_second_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 220px;
}

.seamless_second_text {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
}

@media (max-width:992px) {
    .seamless_second_list {
        justify-content: flex-start;
    }

    .seamless_second_item {
        max-width: 180px;
    }
}

@media (max-width:768px) {
    .seamless_list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .seamless_second_item {
        width: 100%;
        max-width: 100%;
    }

    .semless_item_text {
        margin-bottom: 0px;
    }

    .semless_idea .semless_item_text {
        margin-bottom: 48px;
    }
}

.industries_container {
    display: flex;
    margin-top: 48px;
    align-items: stretch
}

.industries_left {
    width: 284px;
    padding-left: calc((100% - 1440px) / 2 + 56px);
}

.industries_item {
    padding: 33.5px 24px;
    cursor: pointer;
    background: linear-gradient(257.08deg, #232428 0%, #000000 100%), linear-gradient(180deg, #000000 0%, #232428 100%);
    transition: background 0.3s;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9B9B9B;
}

.industries_item.active {
    color: #FFEE11;
    background: linear-gradient(257.08deg, #232428 0%, #232428 100%);
}

.industries_right {
    flex: 1;
    display: flex;
}

.industries_content {
    display: none;
    flex: 1;
}

.industries_content.active {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 48px;
}

.industries_content_title {
    font-family: 'Clash Display';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.industries_content_text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}

.industries_content_text ul {
    list-style: none;
}

.industries_content ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
}

.industries_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #FFEE11;
}

.industries_content_text li {
    margin-bottom: 8px;
}

@media (max-width:1440px) {
    .industries_left {
        padding-left: 56px;
    }
}

@media (max-width:768px) {
    .industries_container {
        flex-direction: column;
    }

    .industries_left {
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        padding: 0px;
    }

    .industries_item {
        font-size: 14px;
        text-transform: capitalize;
        display: inline-flex;
        white-space: nowrap;
        padding: 16px 24px;
        background: linear-gradient(257.08deg, #232428 0%, #000000 100%),
            linear-gradient(180deg, #232428 0%, #000000 100%);
        background-position: center;
    }
}

.experts_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.experts_list_wrap {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
}

.experts_left {
    background: linear-gradient(180deg, #232428 0%, #000000 100%),
        linear-gradient(90deg, #232428 0%, #000000 100%);
}


.experts_left .experts_title {
    font-family: 'Clash Display';
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.experts_lists {
    margin-top: 40px;
}

.experts_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 24px;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
}

.experts_item_last {
    border-bottom: none;
}

.experts_item img {
    width: 16px;
    height: 16px;
}

.experts_item_content {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.experts_item_title {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 19px;
    font-weight: 600;
}

.experts_item_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

.experts_right .experts_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

@media (max-width:837px) {
    .experts_right .experts_title {
        max-width: 100px;
    }
}

@media (max-width: 680px) {

    .experts_section .wrapper {
        padding-right: 0px;
    }

    .experts_right .experts_title {
        max-width: 100%;
    }

    .experts_wrap {
        display: flex;
        flex-direction: column;
    }

    .experts_lists {
        display: flex;
        flex-direction: row;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        width: 100%;
    }

    .experts_item {
        flex: 0 0 auto;
        max-width: 240px;
        scroll-snap-align: start;
        border-bottom: none;
    }

    .experts_lists::-webkit-scrollbar {
        display: none;
    }
}

.testimonials_section {
    background: linear-gradient(180deg, #232428 0%, #000000 100%);
}

.testimonials_list {
    margin-top: 48px;
}

.testimonial_item {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial_item_text {
    width: 100%;
    max-width: 632px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial_name {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 40px;
    border-top: 1px solid #9B9B9B;
}

.testimonial_position {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    padding: 0px;
    margin: 0px;
}

.testimonials_swiper .swiper-navigation-icon {
    display: none;
}

.testimonials_swiper .custom-nav {
    color: #ffffff !important;
    border: 1px solid #9B9B9B !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !;
    justify-content: center !important;
    align-items: center !important;
    font-size: 22px !important;
    font-weight: 700;
    cursor: pointer;
    transition: .3s !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}


.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 12px;
}

.custom-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9B9B9B;
    opacity: 1;
    border-radius: 0px;
    transition: .25s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
    background: #FFEE11;
}

@media (max-width:992px) {
    .testimonial_item_text {
        max-width: 514px;
    }

    .testimonials_list {
        margin-top: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .testimonial_item {
        padding-top: 24px;
        padding-bottom: 64px;
    }
}

.contact_section_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 32px;
    align-items: stretch;

    @media (max-width:992px) {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    @media (max-width:680px) {
        .contact_section_left {
            padding-top: 40px;
            margin-left: -32px;
            margin-right: -32px;
        }

        .input_wrap {
            grid-template-columns: 1fr;
        }

    }

}



.contact_section_left {
    padding: 32px;
    background: linear-gradient(257.08deg, #232428 0%, #000000 100%);

}

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

.contact_section_left form {
    margin-top: 24px;
}

.contact_section_left form span {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.contact_section_left form label {
    display: none;
}

.contact_section_left form input,
.contact_section_left form textarea {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.one_input_wrap {
    margin-bottom: 24px;
}

.input_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.contact_section_left input,
.contact_section_left textarea {
    background: #232428;
    border: none;
    outline: none;
    padding: 14px 16px;
    color: #9B9B9B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.contact_section_left textarea {
    max-height: 120px;
}

.checkbox_wrap {
    margin-top: 24px;
    margin-bottom: 40px;
}

.checkbox_wrap label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    position: relative;
}

.checkbox_wrap input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox_wrap input[type="checkbox"]+.wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
    background: transparent;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: middle;
}

.checkbox_wrap input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 5px;
    pointer-events: none;
}

.checkbox_wrap input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background: #FFD500;
    border-color: #FFD500;
}


.checkbox_wrap .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    position: relative;

    align-items: center;
}

.checkbox_wrap .wpcf7-list-item {
    margin: 0;
}


input[type=submit] {
    background: #FFEE11;
    color: #000000;
    width: 100%;
    max-width: 220px;
    font-family: 'Clash Display';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
}

.contact_section_right {
    background: url(../images/contact-map.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.team_will h3 {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.team_will ul {
    margin-top: 16px;
    border-left: 1px solid #9B9B9B;
    position: relative;
    padding-left: 0px;
}

.team_will ul li {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -13px;
}

.team_will ul li span {
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-color: #FFEE11;
    color: #000000;
    font-size: 12px;
}

.contact_addr {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact_addr h3 {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    flex-wrap: 600;
}

.contact_addr .contact_tel {
    font-family: 'Clash Display';
    font-size: 40px;
    font-weight: 500px;
    line-height: 40px;
    color: #ffffff;
}

.contact_addr span {
    color: #9B9B9B;
}

.contact_addr .contact_mail {
    color: #9B9B9B;
}

/* FAQ */

.faq_section {
    background: linear-gradient(180deg, #232428 0%, #000000 100%);
}

.faq_wrap {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: flex-start;
    width: 100%;
    max-width: 886px;
}

.faq_accordion {
    font-family: 'Clash Display';
    background: #232428;
    color: #fff;
    cursor: pointer;
    padding: 24px 32px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq_accordion:after {
    content: '\002F\002F';
    color: #fff;
    font-weight: 500;
    float: right;
    margin-left: 5px;
}

.faq_active:after {
    content: "\005C\005C";
}

.panel {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 32px;
    padding-right: 32px;
    background: #232428;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* CASE STADIES */

.case_archive_hero {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 103px;
    background-position: center;
}


.case_percents {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.case_percents_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 232px;
}

.case_percents_title {
    font-family: 'Clash Display';
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
}

.case_percents_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

@media (max-width:992px) {
    .case_percents {
        flex-wrap: wrap;
    }

    .case_archive_hero .hero_text {
        grid-template-columns: 1fr;
    }
}

@media (max-width:680px) {
    .case_archive_hero {
        padding-bottom: 47px;
    }

    .case_archive_hero .main_hero_wrap {
        margin-top: 0px;
    }

    .case_percents {
        margin-top: 14px;
    }
}

@media (max-width:480px) {
    .case_percents_item {
        max-width: 100%;
    }
}

.case_archive_listing {
    padding-top: 0px;
    padding-bottom: 0px;
}

.case_archive {
    padding-top: 88px;
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
}

@media (max-width:680px) {
    .case_archive {
        padding-top: 56px;
        padding-bottom: 56px;
        grid-template-columns: 1fr;
    }
}

.case_archive_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.case_archive_number {
    font-size: 20px;
    color: #FFEE11;
    font-weight: 700;
}

.case_archive_title {
    text-transform: uppercase;
    font-family: 'Clash Display';
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 8px;
}

.case_archive_subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
}

.case_categories {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.case_categories button {
    border: none;
    background: #232428;
    font-size: 16px;
    line-height: 20px;
    color: #9B9B9B;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 48px;
    margin-bottom: 48px;
}

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

.case_column_wrap {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.case_archive_column {
    grid-template-columns: 1fr;
}

.case_archive_column .case_archive_left {
    flex-direction: row;
}

.case_archive_column .case_archive_title {
    margin-top: 0px;
}

.case_archive_column .case_archive_number {
    margin-top: 4px;
}

.case_archive_column .case_archive_content {
    width: 100%;
    max-width: 674px;
}

.case_archive_column .case_archive_right img {
    max-height: 550px;
}

@media (max-width:992px) {
    .case_archive_column .case_archive_left {
        flex-wrap: wrap;
    }

    .case_row_wrap {
        gap: 48px;
    }

    .case_archive_column .case_archive_left {
        margin-bottom: 64px;
    }
}

@media (max-width:680px) {
    .case_column_wrap {
        flex-direction: column;
    }
}

.project_overview_section {
    background: linear-gradient(180deg, #232428 0%, #000000 100%);
}

.project_overview_section .section_title {
    text-align: left;
}

.project_overview {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: strech;
}

.about_project {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #232428;
    padding: 32px;
}

.about_project_item {
    margin-bottom: 24px;
}

.about_project_item span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
}

.project_subtitle {
    font-family: 'Clash Display';
    margin: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
}

.project_solution {
    padding-top: 24px;
    border-top: 1px solid #9B9B9B;
}

.project_tech {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.project_service {
    padding: 32px;
    background: #232428;
}

.project_service_list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    margin-left: 32px;
}

.project_service_list a, .project_service_list span {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9B9B9B;
    gap: 20px;
}

.project_service_list a img, .project_service_list span img {
    width: 12px;
    height: 12px;
}

.project_technologies {
    padding: 32px;
    background: #232428;
}

.project_technologies_list {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.project_technologies_list img {
    max-height: 48px;
}

@media (max-width:680px) {
    .project_overview_section .section_title {
        text-align: center;
    }

    .project_overview {
        grid-template-columns: 1fr;
    }

    .project_subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

.faced_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;

    @media (max-width:834px) {
        grid-template-columns: 1fr;
    }
}

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

.faced_content .section_text {
    background: #232428;
    padding: 16px 24px;
    /*color: #ffffff;*/
    margin-top: 48px;
    margin-bottom: 0px;
}

.faced_content .section_text p {
    color: #ffffff;
}

.faced_list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.faced_item_title {
    font-family: 'Clash Display';
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 8px;
}

.faced_item_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

@media (max-width:480px) {
    .faced_content .section_title {
        text-align: left;
    }
}

.project_title_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project_details_subtitle {
    text-align: center;
    width: 100%;
    max-width: 866px;
}

.project_details_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 48px;

    @media (max-width:834px) {
        justify-content: center;
    }
}

.project_details_img {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;

    @media (max-width:834px) {
        display: none;
    }
}

.project_faq_wrap {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: flex-start;
    width: 100%;
    max-width: 664px;
}

.project_faq_wrap button:first-child {
    margin-top: 0px;
}

.project_faq_wrap .faq_accordion {
    font-size: 20px;
    line-height: 28px;
}

.challenge_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;

    @media (max-width:834px) {
        grid-template-columns: 1fr;
    }
}

.challenge_wrap .section_title {
    text-align: left;
    max-width: 632px;

    @media (max-width:834px) {
        max-width: 100%;
    }
}

.challenge_wrap .section_subtitle {
    max-width: 400px;

    @media (max-width:834px) {
        max-width: 100%;
    }
}


.challenge_item_title {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #FFEE11;
}

.result_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;

    @media (max-width:834px) {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width:834px) {
    .result_img img {
        width: 100%;
    }
}

.result_content .section_title {
    text-align: left;
}

.results_list {
    margin-top: 24px;
    padding-left: 32px;
    list-style: none;
}

.results_list li:last-child {
    margin-bottom: 0px;
}

.results_list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
    color: #9B9B9B;
}

.results_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #FFEE11;
}

.results_list li {
    margin-bottom: 8px;
}

.result_numbers {
    margin-top: 48px;
}

.two_in_row {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;

    @media (max-width:680px) {
        grid-template-columns: 1fr;
    }
}

.three_in_row {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 24px;

    @media (max-width:834px) {
        grid-template-columns: 1fr 1fr;
    }

    @media (max-width:680px) {
        grid-template-columns: 1fr;
    }
}

.result_numbers_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
    background: #232428;
}

.result_number_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.result_number_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

.planning_section {
    background: #000000;
}

.planning_section .section_title {
    text-align: left;
}

.planning_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
    gap: 48px;

    @media (max-width:992px) {
        flex-wrap: wrap;
    }
}

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

    @media (max-width:992px) {
        flex-wrap: wrap;
        max-width: 284px;
    }

    @media (max-width:680px) {
        max-width: 100%;
    }
}

.planning_number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #FFEE11;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #232428;
}

.planning_title {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Clash Display';
}

.planning_text {
    color: #9B9B9B;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list_persents .section_title {
    text-align: left;
}

.list_percents_wrap {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 64px;

    @media (max-width:992px) {
        grid-template-columns: 1fr;
    }
}

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

.percent_content_list {
    padding-left: 32px;
    list-style: none;
}

.percent_content_list li:last-child {
    margin-bottom: 0px;
}

.percent_content_list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
    color: #9B9B9B;
}

.percent_content_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #FFEE11;
}

.percent_content_list li {
    margin-bottom: 8px;
}

.list_percents_value {
    display: grid;
    grid-template-columns: 200px 200px;
    row-gap: 24px;
    column-gap: 32px;
    justify-content: end;

    @media (max-width:992px) {
        grid-template-columns: 1fr 1fr;
    }

    @media (max-width:480px) {
        grid-template-columns: 1fr;
    }
}

/* .percents_value_item{
    max-width: 200px;
} */

.percents_value_number {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    font-family: Clash Display;
    color: #fff;
    margin: 0px;
}

.percent_value_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

.about_numbers {
    background: linear-gradient(180deg, #000000 0%, #232428 100%);
    padding-top: 48px;
    padding-bottom: 48px;
}

.about_numbers_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-items: stretch;

    @media (max-width:680px) {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.about_numbers_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 24px;
    width: 100%;
    max-width: 232px;
    background: rgba(35, 36, 40);

    @media (max-width:680px) {
        max-width: 100%;
        box-sizing: border-box;
    }

}

.about_numbers_headline {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 4px;

}

.about_numbers_digit {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.about_numbers_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px;
}

.commercial_list_section {
    background: linear-gradient(180deg, #000000 0%, #232428 100%);
}

.list_section_title_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.list_section_title_wrap .section_title {
    width: 100%;
    max-width: 634px;
    text-align: center;
}

.commercial_list_wrap {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 48px;
    column-gap: 24px;
    align-items: stretch;

    @media (max-width:992px) {
        grid-template-columns: 1fr 1fr;
    }

    @media (max-width:576px) {
        grid-template-columns: 1fr;
    }
}

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

.commercial_list_item img {
    width: 100%;
    max-height: 217px;
    object-fit: cover;
}

.commercial_list_title {
    margin-top: 16px;
    color: #ffffff;
}

.commercial_list_text {
    margin-top: 8px;
    margin-bottom: 0px;
}

.thankyou {
    background: linear-gradient(257.08deg, #232428 0%, #000000 100%);
}

.thankyou_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thankyou_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 496px;
}

.above_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFEE11;
    text-align: center;
}

.thankyou_text {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 48px;
}

.gotit_btn {
    padding-left: 84px;
    padding-right: 84px;
}

.one_input_wrap select {
    width: 100%;
    background: #232428;
    color: #fff;
    border: 1px solid #333;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: border-color .2s ease;
}

.one_input_wrap select:focus {
    border-color: #555;
}

.one_input_wrap select option[value=""] {
    color: #777;
}

.one_input_wrap select option {
    background: #1f1f1f;
    color: #fff;
    padding: 8px;
}

.one_input_wrap {
    position: relative;
}

.one_input_wrap select {
    background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.14205 19.1875L3.45455 1.77273H4.98864L9.67614 19.1875H8.14205ZM14.2553 19.1875L9.56783 1.77273H11.1019L15.7894 19.1875H14.2553Z' fill='%239B9B9B'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 14px;
}

.one_input_wrap select:active {
    background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.67614 1.77273L4.98864 19.1875H3.45455L8.14205 1.77273H9.67614ZM16.805 1.77273L12.1175 19.1875H10.5835L15.271 1.77273H16.805Z' fill='%239B9B9B'/></svg>");
}

/* WHITE SECTION */
.white_techology {
    background: #ffffff;
}

.white_techology h2,
.white_techology h3 {
    color: #000000;
}

.white_techology p,
.white_techology ul,
.white_techology span,
.white_techology a {
    color: #656565;
}

.white_techology_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    @media (max-width:576px) {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

.white_techology_title img {
    margin-right: 24px;
    width: 64px;
    height: 64px;

    @media (max-width:576px) {
        margin-bottom: 24px;
    }
}

.white_techology_list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;

    @media (max-width:680px) {
        grid-template-columns: 1fr;
    }
}

.white_techology_item {
    background: #F5F5F5;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 24px;
}

.white_techology_item p {
    margin: 0px;
}

.company_description {
    margin-top: 24px;
}

.company_description p {
    margin-bottom: 24px;
}

.company_description p:last-child {
    margin-bottom: 0;
}

.white_techology .directories_btn {
    margin-top: 48px;
    display: inline-flex;
    color: #000000;
}

.how_to_white {
    background: #F5F5F5;
}

.how_to_white_title {
    text-align: center;
    color: #000000;
}

.how_white_list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;

    @media (max-width:1024px) {
        grid-template-columns: 1fr 1fr;
    }

    @media (max-width:768px) {
        grid-template-columns: 1fr;
    }

}

.how_white_item {
    border-top: 4px solid #FFC300;
    padding: 32px;
    background: #ffffff;
}

.how_item_title {
    color: #000000;
}

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

.how_item_content p {
    margin-top: 16px;
    margin-bottom: 0px;
    color: #656565;
}

.how_item_content ul {
    margin-top: 16px;
    margin-bottom: 0px;
    color: #656565;
    list-style: none;
    padding: 0px;
}

.how_item_content ul li {
    margin-bottom: 8px;
    padding-left: 34px;
    position: relative;
}

.how_item_content ul li:last-child {
    margin-bottom: 0px;
}


.how_item_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFC300;
}

.hero_headline_white {
    color: #FFC300;
}

.hero_title_white {
    color: #000000;
    font-size: 40px;
    line-height: 40px;
}

.hero_text_white {
    color: #656565;
}

.connect_btn_white {
    background-color: #FFFFFF;
    border: 1px solid #9B9B9B;
}

/* FILTERS */

.filters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.filter_group {
    border: none;
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 0px;
}

.filter_group:last-child {
    margin-bottom: 0px;
}

.filter_group legend {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFEE11;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.filter_group label {
    cursor: pointer;
    padding: 12px 24px;
    background: linear-gradient(90.17deg, #232428 0.29%, #000000 99.92%);
    color: #9B9B9B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    user-select: none;
    transition: background 0.2s, border 0.2s;
}

.filter_group label input[type="checkbox"] {
    display: none;
}

.filter_group label:has(input:checked) {
    background: linear-gradient(270.17deg, #232428 0.29%, #000000 99.92%);
    color: #FFEE11;
}

/* BLOG */

.blog_section {
    margin-top: 112px;
    padding-top: 88px;
    padding-bottom: 88px;
    display: grid;
    grid-template-columns: minmax(auto, 400px) minmax(auto, 466px);
    column-gap: 58px;
}

.post_description {
    position: relative;
}

.post_description_wrap {
    position: sticky;
    top: 115px;
    box-sizing: border-box;
}

.date_time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #9B9B9B;
}

.date_time p {
    margin: 0px;
}

.autors {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #9B9B9B;
}

.autors p{
    margin: 0px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.autors a{
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    transition: 0.3s ease-in-out;
}

.autors a:hover{
    color: #FFEE11;
}

.table_content{
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #9B9B9B;
}

.toc_title{
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.table_content ol{
    margin-top: 12px;
}

.table_content ol li a{
    color: #9B9B9B;
}

.table_content ol li a:hover,
.table_content ol li a:active{
    color: #FFEE11;
}

.share_to{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

.share_to p{
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.share_list{
    display: flex;
    flex-direction: row;
    gap:8px
}

.share_list a img{
    width: 36px;
    height: 32px;
}


.post_content .wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.post_main_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.post_content ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.post_content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.post_content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.post_content table {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
}

.post_content .wp-block-table td,
.wp-block-table th {
    padding: 8px 16px;
}