 header .header-main-btn {
        font-family: Axiforma;
        font-weight: 900;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        text-decoration: none !important;
        padding: 14px 20px 10px;
        border-radius: 12px;
    }
    header .header-main-btn>span {
        text-decoration: none !important;
        background: linear-gradient(270deg, #235AFF 0%, #44BDB6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
    }
    header .header-main-btn:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        background: linear-gradient(270deg, #235AFF 0%, #44BDB6 100%);
        border-radius: inherit;
        mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
        z-index: 2;
    }
    header .header-main-btn:hover,
    header .header-main-btn:hover:before {
        background: #fff;
    }
    @media screen and (max-width: 1199px) {
        header .header-main-btn {
            padding: 14px 14px 10px;
        }
    }
    @media screen and (max-width: 991px) {
        .hero-section .hero-btn {
            display: inline-block;
            margin-top: 32px;
        }
    }
    .lang-btn {
        line-height: 1;
    }

.featured-campaigns .two-columns-with-image .image-column img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    header .header-navbar .menu-item.menu-item-has-children:not(.active):hover > ul {
        display: none;
    }
    header .header-navbar .menu-item.menu-item-has-children.active > ul.sub-menu {
        display: block;
        padding-left: 0;
    }
}
footer {
  background: #000000;
  padding: 80px 0;
  font-size: 14px;
  line-height: 1;
  font-family: Axiforma;
  color: #DFDFDF;
}
footer .footer-divider {
  margin: 0 0 24px;
}
.footer-logo {
  display: flex;
  justify-content: space-between;
}
footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 100%;
}
footer .social-links a:hover {
  border: 1px solid #000000;
  background: #000000;
  filter: invert(1);
}
.footer-nav {
  display: flex;
  gap: 36px;
  flex-direction: column;
  padding: 0 14px;
}
.footer-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
  margin: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #DFDFDF;
}
.footer-nav__main ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.footer-nav__main ul li.menu-item-has-children {
  display: flex;
  gap: 10px;
  width: max-content;
}
.footer-nav__main ul li.menu-item-has-children .sub-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-left: 10px;
}
.footer-nav__main ul li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 1px;
  background: #636363;
}
.footer-nav__main .footer-text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 100%;
  color: #636363;
  display: none;
}
.footer-nav__secondary {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.footer-nav__secondary ul li.menu-item-has-children {
  position: relative;
}
.footer-nav__secondary ul li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.40039' width='1.2' height='12' fill='white'/%3E%3Crect x='12' y='5.39868' width='1.2' height='12' transform='rotate(90 12 5.39868)' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-nav__secondary ul li.menu-item-has-children .sub-menu {
  display: none;
}
.footer-nav__secondary ul li.menu-item-has-children.active::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='1' viewBox='0 0 12 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='1' height='12' transform='rotate(90 12 0)' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-nav__secondary ul li.menu-item-has-children.active .sub-menu {
  display: block;
}
.footer-nav__secondary ul li.menu-item-has-children > a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
    padding: 0;
  }
  .footer-nav__main ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .footer-nav__main .footer-text {
    display: block;
  }
  .footer-nav__secondary {
    flex-direction: row;
  }
  .footer-nav__secondary ul li.menu-item-has-children::after {
    display: none;
  }
  .footer-nav__secondary ul li.menu-item-has-children .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .footer-main {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-navbar {
    display: flex;
  }
}
.footer-nav__secondary ul li.menu-item-has-children:hover > a {
	color: #fff;
}
.footer-nav__secondary ul li.menu-item-has-children > a:hover {
    color: #2e7ce5;
}
    
    .logo-list-section {
        background: #000;
        padding: 240px 0 42px;
        position: relative;
        overflow: hidden;
    }
    .logo-list-section:before {
        content: '';
        width: 1200px;
        height: 600px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        background: url(<?php echo  get_template_directory_uri() ?>/assets/img/list-frame.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .logo-list-section>div {
        position: relative;
        z-index: 1;
    }
    .logo-list-section h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 80px;
    }
    .list-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 24px;
        width: calc(50% - 12px);
        margin-bottom: 24px;
        box-sizing: border-box;
        border: 2px solid #636363;
        border-radius: 16px;
    }
    @media screen and (max-width: 1199px) {
        .logo-list-section:before {
            content: '';
            width: 100%;
            height: 500px;
            top: 0;
            left: 0;
            margin-left: 0;
            z-index: 0;
        }
    }
    .meas-section {
        padding: 42px 0 64px;
        text-align: center;
    }
    .meas-section p {
        max-width: 940px;
        margin: 16px auto 32px;
    }

    .meas-list {
        margin: 42px 0 0;
        padding: 0 30px;
    }
    .meas-list>div {
        padding: 20px;
        border: 2px solid #DFDFDF;
        border-radius: 16px;
        text-align: center;
    }
    .meas-list>div:not(:last-of-type) {
        margin-bottom: 42px;
    }
    .meas-list h4 {
        font-size: 21px;
        font-weight: 700;
        line-height: 1.2;
        margin: 12px 0 0;
    }
    .meas-list img {
        max-height: 60px;
        width: auto;
    }
    @media screen and (min-width: 1200px) {
        .meas-section {
            padding: 64px 0 80px;
        }
        .meas-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0;
        }
        .meas-list>div {
            width: calc(25% - 12px);
            padding: 32px 20px;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .meas-list>div:not(:last-of-type) {
            margin-bottom: 0;
        }
    }

    .trust-section {
        color: #fff;
        padding: 64px 0 80px;
        background: #000;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .trust-section>div {
        position: relative;
        z-index: 1;
    }
    .trust-section p {
        max-width: 960px;
        margin: 16px auto 32px;
    }
    .trust-section:after {
        content: '';
        width: 100%;
        height: 260px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(<?php echo  get_template_directory_uri() ?>/assets/img/trust-frame.png);
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    @media screen and (min-width: 1200px) {
        .trust-section {
            padding: 120px 0;
        }
        .trust-section:before {
            content: '';
            width: 100%;
            height: 145px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(<?php echo  get_template_directory_uri() ?>/assets/img/dot_pattern.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }


    .swiper-container-icon {
        overflow: hidden;
        position: relative;
    }
    .swiper-container-icon:before {
        content: '';
        width: 160px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
    }
    .swiper-container-icon:after {
        content: '';
        width: 160px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
    }


    .swiper-container-icon .swiper-slide span  {
        font-size: 21px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        position: relative;
        padding-top: 20px;
        margin-top: 20px;
        display: block;
    }
    .swiper-container-icon .swiper-slide span:before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(<?php echo  get_template_directory_uri() ?>/assets/img/slide-line.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }


    .swiper-container-icon .swiper-slide:not(.swiper-slide-active) span {
        opacity: 0;
        transition:all 200ms linear;
    }
    .swiper-container-icon .swiper-slide:not(.swiper-slide-active) img {
        transition:all 200ms linear;
        filter: grayscale(1);
        transform: scale(0.8);
    }
    .swiper-container-icon .swiper-slide.swiper-slide-active img {
        transition:all 200ms linear;
        transform: scale(1);
    }

    .team-item { position: relative; }
    .team-item h4,
    .team-item p { text-align: left; }
    .team-linkedin {
        position: absolute;
        right: 15px;
        top: 380px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 100%;
    }

    @media screen and (min-width: 1200px) {
        header .header-navbar .menu-item.menu-item-has-children {
            padding-right: 20px;
            position: relative;
        }
        .header-navbar ul li {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        header .header-navbar .menu-item.menu-item-has-children>ul {
            display: none;
            position: absolute;
            flex-direction: column;
            align-items: flex-start;
            z-index: 2;
            border: 1px solid #636363;
            border-radius: 10px;
            padding: 12px 20px;
            margin-left: -20px;
            margin-top: 12px;
            width: 340px;
        }
        header .header-navbar .menu-item.menu-item-has-children:hover>ul {
            display: flex;
        }
        header .header-navbar .menu-item.menu-item-has-children:after {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            margin-top: -5px;
            width: 10px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.499999 1.40192 0.499999L6.59808 0.5C7.36788 0.5 7.849 1.33333 7.4641 2L4.86603 6.5Z' fill='%23636363'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        header .header-navbar .menu-item.menu-item-has-children>ul li {
            padding: 6px 0;
        }
    }

    @media screen and (min-width: 1200px) {
        .hero-section .hero-content {
            gap: 64px;
        }
        .hero-section .hero-content > div:first-of-type {
            width: calc(60% - 32px);
        }
        .hero-section .hero-content > div:last-of-type {
            width: calc(40% - 32px);
        }
    }
    @media screen and (min-width: 1400px) {
        .hero-section .hero-content {
            padding-top: 120px;
        }
    }
    @media screen and (min-width: 1700px) {
        .hero-section .hero-content {
            padding-top: 64px;
        }
        h1, .h1-title {
            font-size: 56px;
        }
    }

    @media screen and (max-width: 1199px) {
        .header-navbar>div>ul {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 84px;
            margin: 0;
            background: #000;
            padding: 0;
            display: flex;
            z-index: 22;
            flex-direction: column;
            opacity: 0;
            transition: transform .3s;
            transform: translateY(100%);
        }
        .header-navbar.active>div>ul {
            opacity: 1;
            transition: transform .3s;
            transform: translateY(0);
        }
        .header-navbar>div>ul>li {
            padding: 16px 15px;
            border-bottom: 1px solid #636363
        }
        .header-navbar>div>ul>li:first-of-type {
            border-top: 1px solid #636363
        }

        .header-navbar .menu-close {
            display: none;
        }
        .header-navbar svg {
            width: 18px;
            height: 18px;
        }
        .header-navbar.active .menu-open {
            display: none;
        }
        .header-navbar.active .menu-close {
            display: block;
        }
    }
    .numbers-item > div:last-of-type {
        opacity: .6;
    }

    @media screen and (min-width: 1400px) {
        .page-id-245 .hero-section .hero-images-part-1 {
            bottom: 120px;
            top: unset;
        }
    }

    @media screen and (max-width: 991px) {
        .works-title span {
            font-size: 64px;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -1px;
            margin-top: 12px;
        }
        .works-content > div:first-of-type {
            order: 0;
            margin: 0 0 40px;
        }
        .rocket-content-area {
            text-align: center;
        }
        .rocket-content-area h2 {
            margin-top: 32px;
        }
        .rocket-content-area h2 span {
            display: inline-block;
        }
        .header-navbar .menu-item-has-children.active {
            padding-bottom: 0;
        }
        .header-navbar .menu-item-has-children.active .sub-menu {
            background-color: #1E1E1E;
            margin: 16px -16px 0;
        }
        .header-navbar ul li a {
            padding-left: 10px;
        }
        .header-navbar ul.sub-menu li a {
            padding-left: 0;
        }
        .header-navbar ul li.current-menu-item {
            background: linear-gradient(270deg, #235AFF 0%, #44BDB6 100%);

        }
        .header-navbar ul li.current-menu-item>a {
            color: #000000 !important;
        }
        .header-navbar .menu-item-has-children .sub-menu {
            border-top: 1px solid #636363;
            list-style: none;
            padding-left: 0;
            margin-top: 16px;
        }
        .header-navbar .menu-item-has-children .sub-menu li {
            padding: 16px 0 16px;
        }
        .header-navbar .menu-item-has-children .sub-menu li {
            padding-left: 24px !important;
        }
        .header-navbar .menu-item-has-children.active .sub-menu {
            display: block;
        }
        header .header-navbar .menu-item.menu-item-has-children {
            position: relative;
        }
        header .header-navbar .menu-item.menu-item-has-children:after {
            position: absolute;
            content: '';
            right: 15px;
            top: 24px;
            width: 10px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.499999 1.40192 0.499999L6.59808 0.5C7.36788 0.5 7.849 1.33333 7.4641 2L4.86603 6.5Z' fill='%23636363'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        header .header-navbar .menu-item.menu-item-has-children.active:after {
            transform: rotate(180deg);
        }
    }
    .map-content {
        position: relative;
    }
    .map-content img:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    @media screen and (min-width: 1200px) {
        .page-id-96 .hero-section .hero-images-part-1 {
            bottom: 120px;
            top: unset;
        }
        .page-id-278 .hero-section .hero-images-part-1 {
            bottom: 220px;
            max-width: 160px;
            left: -30px;
            top: unset;
        }
    }
    .swiper-slide:not(.swiper-slide-active) .testimonials-item {
        opacity: 0;
        visibility: hidden;
        transition: transform .3s;
    }
    .swiper-slide .testimonials-item {
        transition: transform .3s;
    }
    .swiper-pagination {
        pointer-events: all !important;
    }
    .rocket-content-area h2 span {
        display: inline-block;
    }
    @media screen and (min-width: 1200px) {
        .team-section .team-content {
            justify-content: flex-start;
            gap: 16px;
        }
    }
    @media screen and (min-width: 1200px) {
        .map-section {
            padding: 120px 0 80px;
        }
    }
    .team-section .team-item h4 a {
        font-size: 24px;
        font-weight: 700;
        color: #161C2D;
    }

    .media-text-content .btn-text {
        display: inline-block;
        margin-top: 24px;
        padding: 2px;
        border-radius: 12px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent;
        padding: 9px 20px;
    }
    .media-text-content .btn-text:hover {
        background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
        border: 0;
        padding: 12px 23px;
    }

    .media-text-content .btn-text>span>span {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        background-image: linear-gradient(97.91deg, #E55E79 7.66%, #3B2C77 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .media-text-content .btn-text:hover>span>span {
        color: #fff;
        background: unset;
        -webkit-text-fill-color: unset;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
    @media screen and (min-width: 1200px) {
        .media-text-content .btn-text {
            margin-top: 40px;
        }
    }
    .cta-section .cta-content p {
        font-weight: 400;
    }
    @media screen and (min-width: 1200px) {
        .cta-section .cta-content p {
            font-size: 36px;
        }
        .cta-section .cta-content > div:first-of-type {
            width: calc(80% - 24px);
        }
        .cta-section .cta-content > div:last-of-type {
            width: 20%;
        }
        .cta-section .cta-content:before {
            right: -140px;
        }
    }


    .testimonials-section {
        background: #000;
        padding: 0;
    }
    .testimonials-section .testimonials-item div {
        background: unset;
        color: #fff;
    }
    .testimonials-section .testimonials-item div p.testimonials-text:before {
        content: "";
        position: absolute;
        top: -70px;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 0C9.64454 0 0 9.64454 0 21.5C0 33.3555 9.64454 43 21.5 43H43V21.5C43 9.64454 33.3555 0 21.5 0ZM39.4167 39.4167H21.5C11.6208 39.4167 3.58333 31.3792 3.58333 21.5C3.58333 11.6208 11.6208 3.58333 21.5 3.58333C31.3792 3.58333 39.4167 11.6208 39.4167 21.5V39.4167ZM27.4997 14C24.3054 14 21.9997 16.637 21.9997 20.5416C22.0202 26.2148 26.285 30.2258 32.4375 30.9961C33.0083 31.0676 33.2284 30.2769 32.7028 30.0431C30.342 28.9934 29.1497 27.6613 28.9957 26.3428C28.8806 25.3578 29.4161 24.4949 30.0885 24.3333C31.8317 23.9144 32.9997 21.7436 32.9997 19.5C32.9997 16.4624 30.5372 14 27.4997 14ZM9.99973 20.5416C9.99965 16.637 12.3054 14 15.4997 14C18.5372 14 20.9997 16.4624 20.9997 19.5C20.9997 21.7436 19.8317 23.9144 18.0885 24.3333C17.4161 24.4949 16.8806 25.3578 16.9957 26.3428C17.1497 27.6613 18.342 28.9934 20.7028 30.0431C21.2284 30.2769 21.0083 31.0676 20.4375 30.9961C14.285 30.2258 10.0202 26.2148 9.99973 20.5416Z' fill='white'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media screen and (min-width: 1200px) {
        .testimonials-section .swiper-pagination {
            top: 100px !important;
            left: unset !important;
            right: 50%;
        }
    }

    @media screen and (max-width: 1199px) {
        .testimonials-section .testimonials-item div {
            text-align: center;
        }
        .testimonials-section .testimonials-item div p.testimonials-text:before {
            left: 0;
            top: -60px;
        }
        .testimonials-section .swiper-pagination {
            top: 450px !important;
        }
    }
    @media screen and (max-width: 1199px) {
        .logo-list-section {
            padding: 40px 0 42px;
        }
        .logo-list-section:before {
            height: 180px;
        }
        .works-section:after {
            display: none;
        }
    }
    .team-section .team-item p {
        padding-right: 40px;
    }
    .team-section .team-item img {
        border-radius: 0;
    }

    @media screen and (max-width: 991px) {
        footer {
            position: relative;
        }
        .menu-footer-menu-container {
            margin-bottom: 96px;
        }
        footer .social-links {
            position: absolute;
            left: 0;
            right: 0;
            top: 260px;
        }
        .post-nav .social-links {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
    }
    @media screen and (max-width: 991px) {
        .page-id-278 .hero-section .hero-images-part-1 {
            bottom: 220px;
            left: 0px;
            max-width: 100px;
        }
    }
    .brand-img-d {
        display: none;
    }
    @media screen and (min-width: 1200px) {
        .brand-img-m {
            display: none;
        }
        .brand-img-d {
            display: block;
        }

        .list-logo a {
            padding: 64px 24px;
        }
        .list-logo a:hover {
            border: 2px solid #2e7ce5;
        }
    }
    @media screen and (max-width: 991px) {
        h1 span,
        .h1-title span {
            font-size: 54px !important;
        }
        h2,
        .h2-title {
            font-size: 32px;
        }
        h2 span,
        .h2-title span {
            display: inline-block;
        }
    }
    .team-item>img {
        width: 100%;
    }
    .team-linkedin {
        top: unset;
        bottom: 32px;
    }
    @media screen and (min-width: 1200px) {
        .team-linkedin {
            top: 410px;
            bottom: unset;
        }
    }

    h2 span,
    .h2-title span {
        display: inline-block;
    }
    @media screen and (min-width: 1200px) {
        h2 span,
        .h2-title span {
            display: table;
        }
        .tif-section h2 span,
        .tif-section .h2-title span,
        .metrics-section h2 span,
        .meas-section h2 span,
        .trust-section h2 span,
        .platforms-content h2 span,
        .how-it-works-section h2 span,
        .works-content-area h2 span,
        .team-section h2 span {
            margin: 0 auto;
        }
    }
    .metrics-section {
        margin-bottom: 40px;
    }

    .page-id-94 .hero-section .hero-images-part-1 {
        max-width: 160px;
        top: 140px;
        left: -40px;
    }

    .platforms-list {
        justify-content: center;
    }
    .menu-footer-menu-container ul li a:hover {
        color: #2e7ce5;
        text-decoration: none;
    }
    .partners-section .partners-logo .logo-items {
        animation: 148s slides infinite linear !important;
    }


    .archive-post-list {
        margin: 0 0 120px;
    }
    .post-item {
        border-radius: 24px;
        box-sizing: border-box;
        border: 2px solid #DFDFDF;
        overflow: hidden;
        background: #fff;
        padding: 0;
    }
    .post-item:hover {
        padding: 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 2px solid transparent;
    }
    .post-item>a {
        display: block;
    }
    .post-item img {
        width: 100%;
    }
    .post-item-info {
        padding: 16px 16px 24px;
    }
    .post-item-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        color: #000000;
    }
    .post-item-date {
        font-size: 20px;
        margin: 10px 0;
        color: #000000;
    }
    .post-item-tags {
        color: #E55E79;
        font-weight: 700;
    }
    .post-list>div:not(:last-of-type) {
        margin-bottom: 48px;
    }
    .post-list-divider {
        margin: 40px 0;
    }
    .pagination {
        display: block;
        text-align: center;
        margin: 64px 0 0;
    }
    .nav-links{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .nav-links a,
    .nav-links span {
        background: #DFDFDF;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-family: Axiforma;
        font-size: 20px;
        font-weight: 700;
        color: #000000;
    }
    .nav-links .prev {
        opacity: .5;
    }
    .nav-links .current,
    .nav-links a:hover,
    .nav-links span:hover {
        background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
        color: #fff;
    }
    @media screen and (min-width: 1200px) {
        .post-list {
            display: flex;
            flex-wrap: wrap;
            gap: 40px 24px;
        }
        .post-list>div {
            width: calc(33.332% - 16px);
        }
        .single .post-list>div {
            width: calc(25% - 22px);
        }
        .single .post-item-title {
    		font-size: 18px;
    	}
        .post-list>div:not(:last-of-type) {
            margin-bottom: 0;
        }
        .post-list-divider {
            margin: 80px 0;
        }
    }
    .post-item-main {
        margin: -80px 0 0;
    }
    .btn-back {
        display: inline-block;
        border-radius: 12px;
        padding: 2px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent;
        padding: 9px 20px;
    }
    .btn-back>span>span {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        background-image: linear-gradient(97.91deg, #E55E79 7.66%, #3B2C77 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .btn-back:hover {
        background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
        border: 0;
        padding: 12px 23px;
    }
    .btn-back:hover>span>span {
        color: #fff;
        background: unset;
        -webkit-text-fill-color: unset;
        -webkit-background-clip: unset;
        background-clip: unset;
    }

    @media screen and (min-width: 1200px) {
        .list-logo {
            justify-content: center;
            gap: 30px;
        }
        .list-logo a {
            padding: 68px 24px;
            width: calc(20% - 30px);
            margin-bottom: 0px;
        }
    }
 
    .header-navbar ul {
        background: #000;
    }



    .how-it-works-item {
        border: 2px solid #DFDFDF;
        padding: 1px;
    }

    .how-it-works-item:hover {
        padding: 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent;
    }

    .platform-item {
        border: 2px solid #DFDFDF;
        background: #fff;
        padding: 1px;
    }
    .platform-item:hover {
        padding: 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent;
    }
    .meas-list>div {
        border: 2px solid #DFDFDF !important;
        background: #fff;
        padding: 1px;
    }
    .meas-list>div:hover {
        padding: 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent !important;
    }
    .meas-list>div>div {
        padding: 32px 12px;
    }

    @media screen and (min-width: 1200px) {
        .how-it-works-item > div {
            height: 330px;
        }
    }
    
    /* Header */
    .btn-primary span {
        background-image: unset;
        color: #2e7ce5;
        -webkit-text-fill-color: initial;
        background-clip: initial;
    }
    .header-navbar ul li a:hover {
        color: #2e7ce5;
    }
    @media screen and (min-width: 1200px) {
    .header-navbar ul li.current-menu-item a {
        color: #2e7ce5;
    }
    }
    header .header-navbar .menu-item.menu-item-has-children:hover>a {
        color: #2e7ce5;
    }

    /* Footer */
    .social-links a:hover {
        border: 1px solid #2e7ce5;
        background: #2e7ce5;
    }

    h1 span,
    .h1-title span {
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 62px;
    }
    h2 span,
    .h2-title span {
        background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%) !important;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text !important;
        background-clip: text !important;
    }
    .footer-navbar ul {
        row-gap: 32px;
        column-gap: 24px;
        max-width: 750px;
    }
    @media screen and (min-width: 1200px) {
        .footer-navbar {
            flex-wrap: wrap;
            align-items: flex-start;
        }
        .footer-navbar>div:first-of-type {
            width: 80%;
        }
        .footer-navbar>div:last-of-type {
            width: 20%;
            text-align: right;
        }
        .footer-navbar ul {
            justify-content: flex-start;
        }
    }

    @media screen and (min-width: 1200px) {
        header {
            padding: 40px 0;
        }
    }
    header .header-logo {
        display: flex;
    }
    header.sticky {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 1) !important;
        padding: 20px 0;
        transition: all 0.5s ease;
        z-index: 999;
    }
    @media (max-width: 991px) {
        header.sticky {
            padding: 20px 0;
        }
    }
    .features-item {
        padding-top: 140px;
        margin-top: -140px;
    }
    
@media (min-width: 1200px) {
	.solution-subtitle__item>div:first-of-type {
		min-height: 120px;
	}
    .metrics-wrapper {
        position: relative;
    }
    .metrics-wrapper:before {
    	content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background: #636363;
    }
    .fullscreen-slider .section-wrapper { 
    	padding-top: 80px;
    }
}

        .faq-area {
            margin-top: 24px;
        }
        .faq-item {
            padding: 18px 0;
            border-bottom: 1px solid #DFDFDF;
        }
        .faq-item.open {
            border-bottom: 1px solid rgba(35, 90, 255, 1);
        }
        .faq-question {
            position: relative;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
            padding-right: 40px;
            cursor: pointer;
            user-select: none;
        }
        .faq-question:after {
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' width='2' height='16' fill='black'/%3E%3Crect x='16' y='7' width='2' height='16' transform='rotate(90 16 7)' fill='black'/%3E%3C/svg%3E%0A");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            content: '';
            position: absolute;
            right: 0;
            width: 16px;
            height: 16px;
            top: 50%;
            margin-top: -8px;
            transition: transform 0.3s ease;
        }
        .faq-item.open .faq-question:after {
            background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' width='2' height='16' transform='rotate(90 16 0)' fill='black'/%3E%3C/svg%3E%0A");
        }
        .faq-answer {
            display: none;
            color: #000000;
            margin: 16px 0 0;
            font-family: Axiforma;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            user-select: none;
            padding-right: 40px;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        .faq-item.open .faq-answer {
          display: block;
        }
        .faq-item.open .faq-answer {
          max-height: 1200px;
          opacity: 1;
        }
        
.features-content__suptitle {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
    .partners-section {
        margin-top: -40px;
    }
}

.featured-campaigns__divider {
    margin: 40px 0;
    height: 36px;
    width: 100%;
    background: url('/wp-content/uploads/sites/7/2025/08/Divider-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
main .featured-campaigns:last-of-type .featured-campaigns__divider {
    display: none;
}
@media screen and (min-width: 1200px) {
    .featured-campaigns__divider {
        margin: 80px 0;
        height: 32px;
        background: url('/wp-content/uploads/sites/7/2025/08/Divider-2-1.svg');
    }
}
@media (max-width: 991px) {
    footer .footer-main .social-links {
        position: initial;
    }
}

.hero-section .hero-images-main {
    max-width: 436px;
}
.hero.centered-column {
    min-height: 460px;
}
@media (max-width: 992px) {
    .hero.centered-column {
        min-height: auto;
    }
}
.filter-block .filter-block-wrapper .filters .filter-group .sub-item-holder label {
    font-size: 16px;
}
.filter-block .filter-block-wrapper .filters .filter-group .sub-item-holder label input {
    margin-bottom: 4px;
}
.easify-solution h2 span {
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.page-id-3656 .how-works {
    padding: 40px 0;
}
@media screen and (min-width: 1200px) {
    .page-id-3656 .how-works {
        padding: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .home .hero-section .hero-images {
        position: relative;
        margin-top: 20px;
    }
    .home .hero-section .hero-content > div:first-of-type {
        padding-bottom: 160px;
    }

    .deployed-solutions .scenarios ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .deployed-solutions .scenarios ul li {
        width: calc(100% - 40px);
        padding-right: 48px;
        margin-bottom: 24px;
    }
}
.single .hero.two-columns .hero-holder .heading .suptitle,
.results .results-holder .block-wrap .title {
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%) !important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

@media screen and (min-width: 1200px) {
    .features-item {
        flex-wrap: wrap;
    }
    .features-img__wrapper {
        width: calc(100% - 580px);
        text-align: center;
    }
    .features-img__wrapper img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

    .dco-banners .swiper-wrapper {
        padding-bottom: 64px;
    }
    .dco-banners .swiper-button-next, 
    .dco-banners .swiper-button-prev {
        top: unset;
        bottom: 0;
    }
    .dco-banners .swiper-button-next:after, 
    .dco-banners .swiper-button-prev:after {
        content: unset;
    }
    .dco-banners .swiper-pagination {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .dco-banners .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: rgba(223, 223, 223, 1);
        border: 2px solid transparent;
        opacity: 1;
        margin: 0;
        cursor: pointer;
    }
    .dco-banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 18px;
        height: 18px;
        background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
        border: 2px solid var(--white);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    }

.transform-two-columns .columns-holder {
    margin: 18px 0 40px;
}
.transform-two-columns .columns-holder .column p {
    margin: 18px 0 0px;
}
@media screen and (min-width: 1200px) {
    .transform-two-columns .block-holder .content .icons-block {
        gap: 32px;
    }
    .transform-two-columns .icons-block>div {
        width: calc(25% - 24px) !important;
        min-width: unset !important;
    
    }
}

.deployed-solutions {
    padding: 75px 0 80px;
    position: relative;
}
.postid-15446 .objectives-challenges,
.postid-15491 .objectives-challenges {
    min-height: 840px;
}

.cool-header-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cool-header-logo a {
    display: flex;
}
@media screen and (min-width: 1200px) {
    .header-navbar ul.menu>li:first-of-type {
        margin-right: 244px;
        border-left: 1px solid #636363;
        padding-left: 24px;
    }
    .header-navbar .menu-item.menu-item-has-children:first-of-type>ul {
        width: 320px;
    }
}
.footer-nav ul li a:hover {
	color: #2e7ce5 !important;
}
.post-header {
    padding-top: 32px;
    padding-bottom: 24px;
}
@media screen and (min-width: 1200px) {
    .post-header {
        padding-top: 80px;
        padding-bottom: 48px;
    }
}
.single .post-thumb {
	margin-bottom: 32px;
}
.post-item img {
    height: 160px;
    object-fit: cover;
}
.post-content {
	margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
    header .header-main-btn {
        display: none;
    }
    .how-it-works-item:hover {
      background: #DFDFDF;
    }
    .testimonials {
      padding-bottom: 64px;
    }
    .footer-nav__secondary {
        position: relative;
        z-index: 10;
    }
}