.page-id-2 .hero h1{
    opacity: 0;
}

.page-id-2 .header__logo{
    opacity: 0;
}

.page-id-2 header .btn{
    opacity: 0;
}

.page-id-2 header .open-menu{
    opacity: 0;
}

.hero h2:nth-child(2)::before {
    left: -0.5px;
}
section.cases,
section.watch {
    overflow: hidden;
}
.btn.btn-green:hover {
    transform: scale(1.1) !important;
    transition: all 0.5s ease;
}
.header__logo svg,
.footer__logo svg {
    transition: transform 0.4s ease;
}
.header__logo:hover svg,
.footer__logo:hover svg {
    transform: scale(1.08);
}

.btn.btn-arrow:hover .arrow-circle {
    transform: scale(1.1);
    margin-right: 12px;
}
.btn.btn-arrow .arrow-circle svg {
    transition: transform 0.4s ease;
    transform-origin: center;
}
.btn.btn-arrow:hover .arrow-circle svg {
    transform: scale(1.2);
}
.home .cases-list {
    background: #fff;
}
.btn-talk {
    width: calc(100% - 220px);
    text-transform: uppercase;
    background: #64D9C3;
}
.btn-wrap-center .btn-bordered:hover {
    transform: scale(0.96) !important;
}
.btn-talk:hover {
    border-color: #64D9C3;
    background-color: #fff !important;
    transform: scale(0.96) !important;
}
.home .btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 0 0 90px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .home .btn-wrap {
        max-width: 88.89vw;
        padding: 0 0 0 6.25vw;
    }
}
@media (max-width: 991px) {
    .home .btn-wrap {
        flex-direction: column;
        padding: 0;
    }
    .home .btn-wrap a:last-child {
        margin-top: 20px;
    }
    .home .btn-wrap a {
        width: 100%;
    }
}
header nav .top-menu li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(60px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
header nav .terms-menu li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(60px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
header nav .header__menu-bottom p {
    opacity: 0;
    visibility: hidden;
    transform: translateX(60px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
header.open nav .header__menu-bottom p {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 1.6s;
}
header.open nav .top-menu li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
header.open nav .top-menu li:nth-child(1) { transition-delay: 0.9s; }
header.open nav .top-menu li:nth-child(2) { transition-delay: 1s; }
header.open nav .top-menu li:nth-child(3) { transition-delay: 1.1s; }
header.open nav .top-menu li:nth-child(4) { transition-delay: 1.2s; }
header.open nav .top-menu li:nth-child(5) { transition-delay: 1.3s; }
header.open nav .top-menu li:nth-child(6) { transition-delay: 1.4s; }
header.open nav .top-menu li:nth-child(7) { transition-delay: 1.5s; }
header.open nav .top-menu li:nth-child(8) { transition-delay: 1.6s; }
header.open nav .top-menu li:nth-child(9) { transition-delay: 1.7s; }
header.open nav .terms-menu li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
header.open nav .terms-menu li:nth-child(1) { transition-delay: 1.5s; }
header.open nav .terms-menu li:nth-child(2) { transition-delay: 1.6s; }
header.open nav .terms-menu li:nth-child(3) { transition-delay: 1.7s; }
.watch .watch__wrapper .btn-play:hover {
    transform: scale(1.1);
}
.v-slides__wrap {
    height: 112px;
    overflow: hidden;
    opacity: 0;
}
.v-slide {
    font-size: 24px;
    line-height: 50px;
    color: #4BB3FD;
}
.home .hero h2:first-child {
    position: relative;
}
.home .hero h2:first-child:after {
    content: '';
    display: block;
    position: absolute;
    left: -0.5px;
    top: 100%;
    width: 1px;
    height: 112px;
    background: #39ff14;
}
.home .services-list::before {
    background-color: white;
}
.services {
    position: relative;
}
.services-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #39ff14;
    position: absolute;
    left: calc(50% - 10px);
    top: 73%;
}
.home main {
    overflow: hidden;
}
section.services-list {
    overflow: hidden;
}
.wrapper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #101011;
    opacity: 0;
    z-index: 3;
}
.services-list .services-list__links li a:hover .arrow-circle{
    transform: scale(1.15);
    border-color: transparent;
}
.services-list .services-list__links li a .arrow-circle svg {
    transition: transform 0.4s ease;
    transform-origin: center;
}
.services-list .services-list__links li a:hover .arrow-circle svg {
    transform: scale(1.2);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .services-list::after {
        width: 900px;
        height: 900px;
        right: 0;
    }
    .services-list .services-list__logos li {
        margin-bottom: 2.5vw;
    }
    .services .wrapper {
        padding: 209px 0 222px;
    }
}
@media only screen and (max-width: 1280px) {
    .services-list::after {
        width: 800px;
        height: 800px;
    }
}
@media only screen and (max-width: 1120px) {
    .services-list::after {
        width: 700px;
        height: 700px;
    }
}
@media only screen and (max-width: 990px) {
    .services-dot {
        display: none !important;
    }
}
.v-slides__wrap {
    height: 112px;
}
.v-slide {
    overflow: hidden;
    height: 112px;
}
.v-slides {
    transform: translateY(112px);
}
header .header__menu .wrapper.item-0::before {
    display: none !important;
}
.services h2 {padding-left: 0;}
@media all and (max-width: 1300px) {
    .services h2 {
        padding-left: 135px;
    }
}
@media all and (max-width: 1100px) {
    .services h2 {
        padding-left: 115px;
    }
}
@media all and (max-width: 990px) {
    .services h2 {
        padding-left: 80px;
    }
    .v-slides h2 {
        font-size: 5.50vw;
        line-height: 1;
    }
    .v-slide, .v-slides__wrap {
        height: 50px;
    }
    .hero__title {
        margin-bottom: 5vw;
    }
}
@media all and (max-width: 600px){
    .hero__title {
        margin-bottom: 3vw;
    }
    .v-slides h2 {
        font-size: 24px;
        line-height: 50px;
    }
    .v-slides__wrap {
        padding-left: 20px;
    }
    .hero p {
        border-left: transparent;
    }
}
.services-list::before,
.services-list::after {
    display: none;
}
footer .footer__menu .bottom-menu li a:hover,
footer .footer__info a:hover,
footer .footer__bottom .terms-menu li a:hover {
    color: #39ff14;
    opacity: 1;
}
footer .soc a svg path {
    transition: fill 0.4s ease, transform 0.4s ease;
    transform-origin: center;
    fill: #fff;
}
footer .soc a:hover svg path {
    fill: #39ff14;
    transform: scale(0.9);
}
.page-template-about .hero h2:first-child:after {
    display: none;
}
.about-values__arrow svg {
    transition: transform 0.4s ease;
    transform-origin: center;
}
.about-values__arrow {
    transition: border-color 0.4s ease;
}
.about-values__arrow:hover {
    border-color:  #55D6BD;
}
.about-values__arrow:first-child:hover svg{
    transform: scale(1.1) rotate(180deg);
}
.about-values__arrow:last-child:hover svg{
    transform: scale(1.1);
}
.hero-video__wrap {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
.hero-video__wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(72.4deg, #101011 16.22%, rgba(16, 16, 17, 0.64) 84.05%);
}
.hero-video__wrap video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.page-template-about .hero,
.home .hero {
    position: relative;
    background: none;
    overflow: hidden;
}
.team-card__media {
    overflow: hidden;
}
.team-card__media img{
    transition: transform 1s ease;
}
.team-card__media:hover img {
    transform: scale(1.1);
}
.team-card__overlay {
    background: transparent;
}
.team-card__overlay:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13, 13, 15, 0.9);
    transition: transform 1s ease;
}
.team-card__media:hover .team-card__overlay:after{
    transform: translate(-50%, -50%) scale(5);
    transition: transform 1s ease;
}
.team-card__overlay-text {
    z-index: 2;
}
.services-list .services-list__links li a {
    color: black;
    transition: color 0.4s ease;
}
/*// new edits style*/
.hero .wrapper {
    position: relative;
    align-items: center;
    padding-bottom: 0;
}

.hero h3 {
    
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 150%;
    color: #EDF6F9;
    margin: 0 0 20px;
    letter-spacing: 0.05em;
    opacity: 0;
}
.hero h3 span {
    color: #55D6BD;
}
@media all and (max-width: 991px) {
    .hero h3 {
        padding: 0;
    }
}
.home .watch .section-content__title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #EDF6F9;
    margin: 0 0 20px;
}
.home .watch .section-content__title h2 span{
    color: #51DDC3;
}
.home .watch .section-content__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EDF6F9;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .home .watch .section-content__title h2 {
        font-size: 3.33vw;
        line-height: 4.44vw;
    }
    .section .section-subtitle {
        padding-left: 5.56vw;
    }
}
@media all and (max-width: 991px) {
    .home .watch .section-content__title h2 {
        font-size: 7.47vw;
        line-height: 139%;
    }
    .section .section-subtitle {
        padding-left: 0;
    }
}
.home .services h2 {
    font-size: 71px;
    line-height: 110px;
    background: -webkit-linear-gradient(57.75deg, #0fff60 14.44%, #2cffdd 85.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.home .services p {
    font-size: 18px;
    font-weight: 300;
}
.home .services h6 {
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #FFFFFF;
    margin-top: 30px;
}
.home .services h6 span {
    color: #51DDC3;
}
.services-list__title {
    padding-left: 51px;
    font-weight: 700;
    font-size: 36px;
    line-height: 138%;
    color: #101011;
    margin: 0 0 60px;
    max-width: 450px;
}
.services-list__title span {
    color: #64D9C3;
}
@media all and (max-width: 1440px) {
    .home .services h2 {
        font-size: 6vw;
        line-height: 90px;
    }
}
@media all and (max-width: 1300px) {
    .home .services h2 {
        line-height: 96px;
        padding-left: 80px;
    }
    .services-dot {
        top: 46.5%;
    }
}
@media all and (max-width: 1250px) {
    .home .services h2 {
        line-height: 72px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .home .services h2,
    .home .services h6,
    .services-list__title {
        padding-left: 0;
    }
}
@media all and (max-width: 1600px) {
    .services-list__title {
        font-size: 30px;
        line-height: 133%;
        max-width: 400px;
    }
}
.section.cases .section-text {
    text-align: right;
}
.section.cases .section-text p {
    margin: 0;
}
@media all and (max-width: 991px) {
    .home .services h2,
    .home .services h6 {
        padding-left: 0;
    }
    .services-list__title {
        padding-left: 0;
        max-width: none;
        font-size: 7.47vw;
        line-height: 139%;
    }
    .section.cases .section-text {
        text-align: left;
    }
    .home .services h2 {
        font-size: 7.47vw;
        line-height: 139%;
    }
}

.deliverables .section .section-subtitle::before {
    left: -0.5px;
}
.deliverables.section .section-subtitle {
    color: #000000;
}
.deliverables .wrapper {
    padding: 160px 0 80px;
    flex-direction: column;
}
@media all and (max-width: 1500px) {
    .deliverables .wrapper {
        padding: 80px 0;
    }
}
.deliverables-content {
    display: flex;
    margin-top: 70px;
    width: 100%;
}
.deliverables-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 80px;
    width: 100%;
}
.deliverables-item {
    width: 290px;
}
.deliverables-item__count {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #51DDC3;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7EDEF;
}
.deliverables-item__count span {
    color: #000000;
}
.deliverables-item.purple .deliverables-item__count {
    color: #8860EB;
}
.deliverables-item__name {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
}
@media all and (max-width: 1400px){
    .deliverables-item__count {
        font-size: 40px;
    }
    .deliverables-item {
        width: 250px;
    }
}
@media all and (max-width: 1200px){
    .deliverables-item__count {
        font-size: 30px;
    }
}
@media all and (max-width: 991px) {
    .deliverables .wrapper {
        padding: 50px 6.67vw;
    }
    .deliverables-list {
        padding-left: 0;
    }
}
@media all and (max-width: 900px) {
    .deliverables-content {
        margin-top: 30px;
    }
    .deliverables-item {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .deliverables-item__count {
        font-size: 5.2vw;
        line-height: 5.5vw;
    }
}
.hero .btn-green {
    position: relative;
    z-index: 4;
}
.services-list .btn-wrap{
    margin-top: 35px;
    padding-left: 51px;
}
.services-list .btn-green {
    width: auto;
}
.services-list .btn-green:hover {
    color: #101011;
}
.service-hero__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0 10px;
}
.service-hero__subtitle span {
    color: #51DDC3;
}
.about-section__info,
.about-section__info p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #B8BFC2;
}
.about-section__info span {
    color: #51DDC3;
}
.about-team .about-section__content-head{
    max-width: 750px;
    text-align: right;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: auto;
}
.about-team .about-section__content-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 185%;
    text-align: right;
    color: #FFFFFF;
    max-width: 620px;
    margin-left: auto;
    margin-bottom: 60px;
}
.about-team .about-section__content-info span {
    color: #51DDC3;
}
.blog-list-page__subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #FFFFFF;
    margin: 25px 0 50px;
}
.blog-list-page__subtitle span {
    color: #51DDC3;
}
.service-features__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 134%;
    color: #EDF6F9;
    max-width: 500px;
    margin: 0 0 15px;
    padding-left: 60px;
}
.service-features__title  span {
    color: #51DDC3;
}
.roi-calculator__subtitle span {
    color: #8860EB;
}
.roi-calculator__title {
    margin: 14px 0 10px;
}
.service-features__info {
    max-width: 430px;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #B8BFC2;
    padding-left: 60px;
}
.roi-calculator__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 200%;
    color: #101011;
    margin: 0 0 50px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .services-list .btn-wrap{
        padding-left: 5.56vw;
    }
}
@media all and (max-width: 991px){
    .single-services .roi-calculator .section-subtitle,
    .roi-calculator__subtitle {
         padding-left: 28px;
    }
    .roi-calculator__title {
        font-size: 32px;
        margin-bottom: 42px;
    }
    .service-features__title,
    .service-features__info {
        padding-left: 0;
    }
    .about-team .about-section__content-head {
        font-size: 32px;
        line-height: 1.2;
        max-width: none;
        width: 100%;
        text-align: left;
    }
    .about-team .about-section__content-info {
        max-width: none;
        width: 100%;
        text-align: left;
    }
    .services-list .btn-wrap{
        margin-bottom: 50px;
        padding-left: 0;
    }
    .services-list .btn-green {
        width: 100%;
    }
}
.hero p {
    line-height: 135%
}
.blog-list-page__post-list-item .blog-list-post__link:hover .round-btn__link-circle {
    background: #8860EB;
}
.page-template-about section.about-section .about-section__content p {
    font-weight: 500;
}
.team-card__overlay-text {
    max-height: 100%;
    overflow: auto;
    padding-right: 5px;

}
.team-card__overlay-text::-webkit-scrollbar {
    width: 3px;
}
.team-card__overlay-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.team-card__overlay-text::-webkit-scrollbar-thumb {
    background: #55D6BD;
}
.team-card__overlay-text::-webkit-scrollbar-thumb:hover {
    background: #8860EB;
}
.archive .case-studies-hero__content h2 p,
.page-template-page-faq .hero h2 p{
    font-weight: 700;
    font-size: 120px;
    line-height: 112px;
    letter-spacing: -0.02em;
    color: #EDF6F9;
    margin: 0;
    position: relative;
    padding-left: 0;
    border: none;
}
.page-template-page-faq .hero h2 {
    display: flex;
}
.archive .case-studies-hero__content h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 144%;
    color: #ffffff;
    margin: 40px 0 0;
}
.archive .case-studies-hero__content h3 span {
    color: #51DDC3;
}
@media all and (max-width: 991px) {
    .archive .case-studies-hero__content h2 p,
    .page-template-page-faq .hero h2 p {
        font-size: 13.87vw;
        padding: 0;
        line-height: 120%;
    }
    .archive .case-studies-hero__content h3 {
        font-size: 3.2vw;
        line-height: 8.53vw;
    }
    .archive .case-card {
        padding: 15px 0;
    }
    .faq .wrapper {
        flex-direction: column;
        padding: 0 30px;
    }
    .careers-faq .wrapper {
        padding: 80px 6.67vw 50px;
    }
    .faq .faq__left{
        margin-bottom: 20px;
    }
    .faq .faq__left,
    .faq .faq__right {
        width: 100%;
    }
    .faq .faq__right h2 {
        font-size: 7.47vw;
        line-height: 139%;
    }
    .faq .faq__right .faq_list-items .accordion-item button {
        font-size: 17px;
        line-height: 25px;
        padding-right: 10px;
    }
    .faq .faq__right .faq_list-items .accordion-item button .icon {
        width: 38px;
        height: 38px;
    }
    .faq .faq__right .faq_list-items .accordion-item .accordion-content p {
        font-size: 15px;
        line-height: 200%;
    }
}
.archive .case-card__content-main p {
    color: white;
}
.archive .case-card {
    padding: 60px 0;
    transition: background-color 0.4s ease;
}
.why {
    background: #101011;
}
.why .wrapper {
    flex-direction: column;
    padding: 160px 0 220px;
}
.why .section-content {
    margin-top: 40px;
    width: 100%;
    padding: 0 60px;
    overflow: hidden;
}
.why-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.why-list__left {
    width: calc(100% - 330px);
    max-width: 630px;
}
.why-list__right {
    width: 320px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.why-item:not(:first-child) {
    margin-top: 350px;
}
.why-item__img {
    width: 100%;
    height: 100%;
}
.why-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #EDF6F9;
    margin-bottom: 20px;
}
.why-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EDF6F9;
}
@media all and (max-width: 1300px){
    .why-list__left {
        width: calc(100% - 330px);
        max-width: 500px;
    }
}
@media all and (max-width: 991px) {
    .why-list {
        flex-direction: column-reverse;
    }
    .why-item {
        height: auto;
        min-height: auto !important;
        margin: 50px 0;
        width: 100%;
    }
    .why-item:not(:first-child) {
        margin-top: 20px;
    }
    .why-list__left {
        max-width: none;
        width: 100%;
    }
    .why-item__left,
    .why-item__right {
        max-width: none;
        width: 100%;
    }
    .why-item__title {
        font-size: 38px;
        line-height: 120%;
    }
    .why-list__right {
        height: auto;
        min-height: auto;
        width: 100%;
    }
    .why-item__right {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .why-item__img {
        max-width: 200px;
    }
    .why .section-content {
        padding: 0;
    }
    .why .wrapper {
        padding: 40px 6.67vw;
    }
    .archive .case-card:hover {
        background: transparent;
    }
}
.trusted-by .trusted-pagination {
    display: none;
}
@media all and (max-width: 600px){
    .why-item__title {
    font-size: 7.47vw;
    line-height: 139%;
    }
    .home .watch .watch__wrapper {
        width: 100%;
    }
    .trusted-by-slide {
        width: calc(100% - 10px);
        height: 150px;
    }
    .trusted-by .trusted-pagination {
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
        position: static;
    }
    .trusted-by .trusted-pagination span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(184, 191, 194, 0.19);
        transition: background-color 0.4s ease;
    }
    .trusted-by .trusted-pagination span.swiper-pagination-bullet-active {
        background: #B8BFC2;
    }
    .faq .faq__left .faq__titles {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        top: 0;
    }
}
.careers-faq .accordion-content ol,
.careers-faq .accordion-content ul {
    padding-left: 20px;
}
.careers-faq .accordion-content ol li,
.careers-faq .accordion-content ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #B8BFC2;
    margin-bottom: 10px;
}
.faq .faq__right .faq_list-items .accordion-item button[aria-expanded=true] + .accordion-content {
    max-height: fit-content;
}
.careers-faq h2 p {
    text-align: center;
}
.careers-faq .wrapper {
    justify-content: center;
}
.careers-faq .accordion-content .accordion-action {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    padding: 15px 35px;
    background: #8860EB;
    border-radius: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 121%;
    color: #FFFFFF;
    text-decoration: none;
    max-width: 150px;
}
@media all and (max-width: 600px){
    .careers-faq .accordion-content .accordion-action {
        max-width: none;
    }
}
.section .section-subtitle::before {
    left: -0.5px;
}
.single-post__related .single-post__related-item .arrow-circle {
    background: #262728;
    border: none;
}
.single-post__related .single-post__related-item .btn-arrow:hover .arrow-circle{
    transform: none;
    background: #8860EB;
}
.page-template-page-faq .hero h2:nth-child(2)::before {
    display: none;
}
.page-template-page-faq .hero h2:nth-child(1)::before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 1px solid #55D6BD;
    left: -0.5px;
}
@media all and (max-width: 991px) {
    .page-template-page-faq .hero h2:nth-child(1)::before {
        display: none;
    }
}
.page-template-page-faq .hero,
.careers .hero,
.case-studies-hero.hero {
    position: relative;
    overflow: hidden;
}
.faq .accordion-item:hover button span.icon,
.careers .accordion-item:hover button span.icon{
    background-color: #8860EB !important;
}
.service-hero {
    overflow: hidden;
}
@media all and (max-width: 600px) {
    .service-hero .service-hero__media img {
        width: 100% !important;
    }
}
.service-hero__text {
    color: #B8BFC2;
}
.service-hero__action {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.service-hero__action-item {
    text-decoration: none;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 121%;
    text-align: right;
    color: #FFFFFF;
    background: #8860EB;
    border: 1px solid transparent;
    border-radius: 80px;
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.service-hero__action-item:hover {
    border: 1px solid #404144;
    background: transparent;
    transform: scale(1.05)
}
.service-hero__action-item:last-child {
    border: 1px solid #404144;
    border-radius: 80px;
    background: transparent;
    width: 200px;
    text-align: center;
}
.service-hero__action-item:last-child:hover {
    background: #55D6BD;
    border-color: #55D6BD;
}
.service-hero__action-item.get-started {
    background-color: #8860EB;
}
.service-hero__action-item.get-started:hover {
    background-color: transparent;
    border-color: #8860EB;
}
.service-hero__action-item + .service-hero__action-item {
    margin-left: 10px;
}
@media all and (max-width: 500px){
    .service-hero__action {
        flex-direction: column;
    }
    .service-hero__action-item {
        width: 100%;
        text-align: center;
    }
    .service-hero__action-item + .service-hero__action-item {
        margin: 20px 0 0;
    }
}
.service-features__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 100px;
    padding-left: 60px;
    height: 450px;
}
.service-features__item {
    background: rgba(37, 41, 46, 0.5);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.service-features__item + .service-features__item {
    margin-left: 10px;
}
.service-features__item:nth-child(odd) span{
    color: #55D6BD;
}
.service-features__item:nth-child(even) span{
    color: #8860EB;
}
.service-features__item:nth-child(1) {align-self: flex-end}
.service-features__item:nth-child(2) {align-self: center}
.service-features__item:nth-child(3) {align-self: flex-start}
.service-features__item-name {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 154%;
    color: #EDF6F9;
}
@media all and (max-width: 991px) {
    .service-features__list {
        padding-left: 0;
        height: auto;
    }
    .service-features__item {
        padding: 30px 20px;
        align-self: stretch !important;
    }
    .service-features__item-name {
        font-size: 18px;
        line-height: 154%;
    }
}
@media all and (max-width: 600px)  {
    .service-features__list {
       flex-direction: column;
    }
    .service-features__item + .service-features__item {
        margin: 10px 0 0;
    }
}
.service-features__text{
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.service-feature {
    background: #101011;
}
.service-feature .wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}
.service-features__text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #EDF6F9;
}
.service-features__text h2 span {
    color: #55D6BD;
}
.service-features__text .service-hero__action {
    justify-content: center;
}
@media all and (max-width: 991px){
    .service-features__text h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .service-features__text {
        margin-top: 50px;
    }
}
.section.about-values .wrapper {
    flex-direction: column;
}
.about-values__content {
    margin-top: 40px;
    flex-basis: auto;
    width: 100%;
}
.about-values__content .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about-values-image {
    width: 495px;
    height: 310px;
}
.about-values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 1100px) {
    .about-values-image {
        width: 395px;
        height: 210px;
        margin-left: 10px;
    }
}
@media all and (max-width: 850px) {
    .about-values__content .swiper-slide {
        flex-direction: column-reverse;
    }
    .about-values-image {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .about-values-image img {
        max-height: 400px;
    }
}
.service-features__card-action{
    margin-top: 25px;
}
.service-features__card-action a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.service-features__card-action a span {
    margin-left: 10px;
    transition: margin-left 0.3s ease;
}
.service-features__card-action a svg {
    transition: transform 0.3s ease;
}
.service-features__card-action a:hover svg {
    transform: scale(1.2);
}
.service-features__card-action a:hover span {
    margin-left: 15px;
}
.service-features__card:nth-child(odd) a.even,
.service-features__card:nth-child(even) a.odd {
    display: none;
}
.cs-description__list-item .watch__wrapper {
    height: 530px;
    width: 100%;
    position: relative;
    background-size: cover;
}
.cs-description__list-item .watch__wrapper .btn-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.cs-description__list-item .watch__wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cs-description__list-item .watch__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 17, 0.8);
}
.cs-description__list-item.flex-column {
    flex-direction: column;
}
.cs-description__list-item.flex-column .section-content{
    flex-direction: column;
    margin-top: 25px;
    padding-left: 51px;
    width: 100%;
}
@media all and (max-width: 991px) {
    .cs-description__list-item.flex-column .section-content{
        padding-left: 0;
    }
    .cs-description__list-item .watch__wrapper {
        height: 61.07vw;
    }
}
.cs-description__list-item .watch__wrapper.play .btn-play,
.cs-description__list-item .play.watch__wrapper::before  {
    display: none;
}
.cs-description__list-item .watch__wrapper.play iframe {
    opacity: 1;
}
.service-cases__top {
    display: flex;
    flex-direction: column;
}
.service-cases__title {
    margin-top: 35px;
    padding-left: 51px;
    max-width: none;
}
.service-cases__title p  {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #101011;
}
.service-cases .service-cases-content-slide__link.round-btn span {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s ease;
}
.service-cases .service-cases-content-slide__link.round-btn{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 121%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #101011;
    padding: 15px 40px;
    background: #64D9C3;
    border-radius: 80px;
    border: 1px solid transparent;
    transition: border-color 0.4s ease, background 0.4s ease;
}
.service-cases .service-cases-content-slide__link.round-btn:hover {
    border: 1px solid #64D9C3;
    background: white;
}
.service-cases .service-cases-content-slide__link.round-btn:hover span{
    transform: scale(1.05) translateX(0);
}
.service-cases__arrows {
    right: auto;
    left: 64px;
}

.service-cases-content-slide__main:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 33px;
    height: 25px;
    background: url('./img/blockquote.svg') center center no-repeat;
    background-size: contain;
}
.service-cases__content {
    padding-left: 51px;
}
@media all and (max-width: 1440px) {
    .service-cases__content {
        padding-left: 5.56vw;
    }
}
.case-studies-hero__sponsors {
    padding-left: 51px;
}
@media all and (max-width: 991px) {
    .service-cases__title,
    .service-cases__content,
    .case-studies-hero__sponsors{
        padding-left: 0;
    }
    .service-cases__content-slider {
        margin-top: 20px;
    }
    .service-cases__title p {
        font-size: 32px;
        line-height: 1.6;
    }
}
input.wpcf7-number::-webkit-outer-spin-button,
input.wpcf7-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.wpcf7-number[type=number] {
    -moz-appearance: textfield;
}
.home .hero__title h3 p {
    margin-top: 0;
    padding-left: 0;
    border-left: none;
}
.v-slides__wrap h2:after,
.v-slides__wrap h2:before{
    display: none !important;
}
.deliverables .wrapper {
    border-color: #E7EDEF;
}
.home .cases .wrapper.wrapper-full {
    padding-top: 10px;
}
html::-webkit-scrollbar {
    width: 6px;
}
html::-webkit-scrollbar-track {
    background: #3d3e40;
}
html::-webkit-scrollbar-thumb{
    background: #6d7073;
}
.archive .hero .section-subtitle,
.single-services .service-hero .section-subtitle,
.page-template-about .section-subtitle{
    margin-bottom: 14px;
    color: #B8BFC2;
    font-size: 14px;
    line-height: 32px;
}
.single-services .service-hero__title{
    max-width: 730px;
    line-height: 112px;
}
.case-studies-hero__sponsors-item {
    padding: 0;
}
.case-studies-hero__sponsors-item + .case-studies-hero__sponsors-item {
    margin-left: 15px;
}
.single-services .service-hero__text p {
    margin: 0;
}
.single-services .service-hero__text {
    margin: 15px 0 35px;
}
@media all and (max-width: 800px) {
    .single-services .service-hero__title {
        font-size: 52px;
        line-height: 120%;
    }
}

.careers .hero__title h2 {
    max-width: 570px;
    position: relative;
}
.careers .hero__title h2:after {
    content: '';
    display: block;
    position: absolute;
    left: -0.5px;
    top: 0;
    width: 1px;
    height: 84px;
    background: #55D6BD;
}
@media all and (max-width: 991px){
    .careers .hero__title h2:after {
        display: none;
    }
    .careers .hero__title h2 {
        max-width: none;
    }
}
.section .section-subtitle {
    color: #B8BFC2;
}
.section.cases .section-subtitle,
.section.trusted-by .section-subtitle{
    color: #101011;
}
.trusted-by .section-content {
    padding-left: 51px;
}
.talk.section .section-subtitle{
    color: #ffffff;
}
.case-card__label-body {
    font-weight: 400;
}
.case-card__link.round-btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #101011;
}
.case-card .case-card__bottom a svg {
    transition: transform 0.4s ease;
}
.case-card .case-card__bottom a:hover svg {
    transform: scale(1.1)
}
.single-cases header,
.single-services header {
    background-color: #101011;
}
.cs-description .section-text p,
.cs-description__small-text p {
    margin: 0;
}
.cs-description .section-text span {
    color: inherit;
    font-weight: 700 !important;
}
.cs-description .section-text {
    margin-bottom: 15px;
    font-weight: 700;
}
.cs-description__small-text {
    font-weight: 400;
}
.description-author__avatar {
    border-radius: 50%;
    overflow: hidden;
}
.other-projects__arrow.js-swiper-button-prev svg,
.other-projects__arrow.js-swiper-button-next svg{
    margin-left: 3px;
}
.other-projects__arrow svg {
    transition: transform 0.4s ease;
}
.other-projects__arrow:hover svg {
    transform: scale(1.1);
}
.other-projects-slide .other-projects-slide__link.round-btn span {
    opacity: 1;
    transform: none;
}
.other-projects-slide .other-projects-slide__link.round-btn:hover span {
    margin-left: 5px;
}
.calculator-card__input-group label {
    color: #101011;
}
.calculator-card__input-group input:not([type=range])::placeholder {
    color: #A1A1AB;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    font-family: "Gilroy", sans-serif;
}
.calculator-card__input-group input:not([type=range]) {
    font-family: "Gilroy", sans-serif;
}
.calculator-card__bottom .calculator-card__input-group label {
    color: #FFFFFF;
}
.cases-list .case-card:nth-child(even) .case-card__logo{
    margin-right: 30px;
}
@media all and (max-width: 1560px) {
    .archive .hero .wrapper {
        padding-bottom: 140px;
    }
    .cs-info.section .cs-info__content {
        width: 752px;
        justify-content: flex-start;
    }
}
@media all and (max-width: 1500px) {
    header .wrapper {
        padding: 15px 0 15px 0;
    }
    header.open .header__menu {
        top: 6.1vw;
    }
}
@media all and (max-width: 991px) {
    header .wrapper {
        padding: 4vw 6.67vw;
    }
    header.open .header__menu {
        top: 20.8vw;
    }
    .cases-list .case-card:nth-child(even) .case-card__logo{
        margin-right: 0;
    }
    .cs-info.section .cs-info__content {
        width: 100%;
        justify-content: center;
    }
    .trusted-by .section-content {
        padding-left: 0;
    }
    footer .footer__bottom p {
        text-align: center;
        width: 100%;
    }
    footer .terms_menu {
        width: 100%;
    }
    footer .footer__bottom .terms-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    footer .footer__bottom .terms-menu li {
        margin-left: 0;
    }
}
@media all and (max-width: 600px) {
    .home .hero p {
        padding-left: 0;
    }
    .v-slides__wrap {
        padding-left: 0;
    }
    .why-item:not(:first-child) {
        margin: 20px 0;
    }
    .archive .case-studies-hero__content h3 {
        margin: 25px 0 0;
        font-size: 16px;
        line-height: 144%;
    }
    .case-studies-hero__sponsors-item {
        max-width: 95px;
    }
}

.services-list .services-list__logos li a {
    position: relative;
}

.talk .section-text {
    padding-left: 0;
    margin-top: 25px;
}
.talk form {
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 520px;
    margin-top: 5px;
    margin-left: 40px;
}
.talk form .wpcf7-submit {
    max-width: 100%;
}
.talk form .wpcf7-form-control-wrap {
    border-radius: 2px;
    overflow: hidden;
}
.wpcf7-spinner {
    margin: 15px auto 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 10px 10px;
}
.talk form fieldset:nth-child(2),
.talk form fieldset {
    width: 100% !important;
    margin-right: 0 !important;
}
.talk-left {
    display: flex;
    width: 100%;
    padding-bottom: 33px;
}
.talk-left__logos {
    padding-left: 51px;
}
.talk form textarea {
    height: 255px;
}
header .header__menu {
    background: none;
}
.talk form input:not([type=checkbox]):not([type=submit]),
.talk form textarea {
    border: 2px solid transparent;
    transition: border-color 0.4s ease;
}
.talk form input:not([type=checkbox]):not([type=submit]):focus,
.talk form textarea:focus{
    border: 2px solid #64D9C3;
}
.talk-left__logos-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.talk .talk form input:focus,
.talk .talk form input:active {
    border: 1px solid red;
}
.talk-left__logos-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    flex-wrap: wrap;
    margin: 0;
}
.talk-left__logos-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.talk-left__logos-item:not(:last-child) {
    margin-right: 30px;
}
.wpcf7 form .wpcf7-response-output {
    max-width: none;
}
.faq .faq__left {
    position: sticky;
    top: 130px;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.faq .faq__left .faq__titles{
    position: relative;
    top: 0;
}
.faq-answer {
    margin-left: 34px;
    padding: 25px 20px;
    background: rgba(37, 41, 46, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.faq-answer__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #EDF6F9;
    text-align: center;
    margin: 0;
}
.faq-answer__desc{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #B8BFC2;
    margin: 20px auto 30px;
    max-width: 220px;
}
.services-list__right-title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 40px;
}
.services-list__right-title span {
    color: #64D9C3;
}
.service-cases-content-slide__main .bigger-text p,
.service-cases-content-slide__main p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    font-weight: inherit;
}
.service-cases-content-slide__main {
    padding-top: 50px;
}
.service-cases .service-cases-content__head {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    color: #101011;
}
.service-cases .service-cases-content__body {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #101011;
    margin-top: 25px;
}

.services .wrapper {
    position: relative;
}
section.services a.btn-green {
    float: left;
    color: #000;
}
.cases.section .btn-wrap .btn-talk {
    width: 400px;
    margin-right: 10px;
}
.services-list__title {
    margin: 0 0 100px
}
.services-list .services-list__links li a {
    margin-bottom: 35px;
    padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .services-list .services-list__links li a {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .services-list__title {
        margin: 0 0 50px
    }
    section.services a.btn-green {
        left: 5.56vw;
    }
    .home .hero h3 {
        padding-left: 0;
    }
    .faq-answer__title {
        font-size: 1.67vw;
    }
    .single-services .section .section-subtitle {
        padding-left: 51px;
    }
    .talk .section-text,
    .talk-left__logos {
        padding-left: 5.56vw;
    }
    header .header__logo svg {
        width: 112px;
    }
    header .btn.btn-green{
        padding: 16px 36px;
        font-size: 14px;
    }
    header .open-menu {
        width: 48px;
        height: 48px;
    }
    header .open-menu span:nth-child(5),
    header .open-menu span:nth-child(6) {
        top: 29px;
    }
    header .open-menu span:nth-child(1),
    header .open-menu span:nth-child(2) {
        top: 15px;
    }
    header .open-menu span:nth-child(odd) {
        left: 15px;
    }
    header .open-menu span:nth-child(3),
    header .open-menu span:nth-child(4) {
        top: 22px;
    }
    header .open-menu span:nth-child(odd) {
        left: 15px;
    }
    header.open .open-menu span:nth-child(1) {
        left: 16px;
        top: 19px;
    }
    header.open .open-menu span:nth-child(2) {
        left: 22px;
        top: 19px;
    }
    header.open .open-menu span:nth-child(5) {
        left: 16px;
        top: 25px;
    }
    header.open .open-menu span:nth-child(6) {
        left: 22px;
        top: 25px;
    }
}
.other-projects .other-projects-slide__img-wrapper {
    overflow: hidden;
}
.other-projects .other-projects-slide__img-wrapper img {
    width: 100% !important;
}
header.open .header__menu {
    top: 98px;
    height: calc(100vh - 98px);
}
@media all and (max-width: 1500px) {
    header.open .header__menu {
        top: 80px;
        height: calc(100vh - 80px);
    }
}
@media all and (max-width: 1150px) {
    .talk form {
        margin-left: 50px;
    }
}
@media all and (max-width: 991px) {
    .cases.section .btn-wrap .btn-talk {
        width: 100%;
    }
    section.services a.btn-green {
        position: static;
        width: 100%;
    }
    .home .hero h3 {
        padding-left: 0;
    }
    .faq-answer{
        display: none;
    }
    .faq .faq__left {
        height: auto;
        position: static;
    }
    .talk form {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: none;
    }
    .talk .section-text,
    .talk-left__logos {
        padding-left: 0;
    }
    .talk-left {
        max-width: none;
    }
    .other-projects .swiper-slide {
        margin-right: 20px;
    }
    header .wrapper {
        padding: 15px 14px 25px 28px;
    }
    header .header__logo svg {
        width: 112px;
        height: 35px;
    }
    header .open-menu {
        width: 48px;
        height: 48px;
    }
    header .open-menu span:nth-child(5),
    header .open-menu span:nth-child(6) {
        top: 29px;
    }
    header .open-menu span:nth-child(1),
    header .open-menu span:nth-child(2) {
        top: 15px;
    }
    header .open-menu span:nth-child(odd) {
        left: 15px;
    }
    header .open-menu span:nth-child(3),
    header .open-menu span:nth-child(4) {
        top: 22px;
    }
    header .open-menu span:nth-child(odd) {
        left: 15px;
    }
    header.open .open-menu span:nth-child(1) {
        left: 16px;
        top: 19px;
    }
    header.open .open-menu span:nth-child(2) {
        left: 22px;
        top: 19px;
    }
    header.open .open-menu span:nth-child(5) {
        left: 16px;
        top: 25px;
    }
    header.open .open-menu span:nth-child(6) {
        left: 22px;
        top: 25px;
    }
    header .open-menu span {
        height: 1px;
        width: 8px;
    }
}
.cs-solution .section-text p,
.cs-solution .section-wrap p {
    margin: 0;
}
header .header__logo,
header .open-menu {
    position: relative;
    z-index: 3;
}
@media all and (max-width: 600px) {
    .service-cases .service-cases-content__head {
        font-size: 7.47vw;
        line-height: 139%;
    }
    .service-cases .service-cases-content__body {
        font-size: 14px;
        line-height: 24px;
    }
    .case-card__label-body {
        font-size: 12px;
    }
    .case-card__label {
        margin-bottom: 12px;
    }
    .archive .case-card {
        padding: 48px 0;
    }
    .case-card__title {
        line-height: 130%;
    }
    .archive .hero .wrapper {
        padding-bottom: 100px;
    }
    .hero .wrapper {
        padding-bottom: 100px;
    }
    .v-slides h2 {
        font-size: 13.87vw;
        line-height: 50px;
    }
    .home .hero .btn-green {
        margin-top: 60px;
    }
    .blog-list-page__post-list-item .blog-list-post__link .round-btn__link-circle {
        background: #8860EB;
    }
    .talk form .wpcf7-submit {
        height: 50px;
        padding: 0;
    }
    /*.trusted-by .swiper .swiper-wrapper {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: flex-start;*/
    /*    align-items: flex-start;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.trusted-by .swiper .swiper-slide {*/
    /*    width: calc(50% - 10px);*/
    /*    margin: 0 5px 25px;*/
    /*}*/
    .trusted-by .swiper .swiper-slide {
        width: auto;
    }
    .faq .faq__left {
        display: none;
    }
}
.faq .faq__right .faq_list-items:last-of-type {
    margin-bottom: 0;
}
.faq-slider {
    overflow: hidden;
}
.faq-slider .wrapper {
    padding-left: 30px;
    border-color: #e7edef;
    padding-bottom: 100px;
}
.faq-slider__nav {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.faq-slider__list {
    position: relative;
}
.faq-slider__nav button {
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: none;
    background: transparent;
}
.faq-slider__nav button svg {
    width: 100%;
    height: 100%;
}
.faq-slider__nav button svg rect {
    transition: stroke 0.4s ease;
}
.faq-slider__nav button svg path {
    stroke: #101011;
    transform-origin: center;
    transition: stroke 0.4s ease, transform 0.4s ease;
}
.faq-slider__nav button:hover svg path {
    stroke: #55D6BD;
    transform: scale(1.3);
}
.faq-slider__nav button:hover svg rect {
    stroke: #55D6BD;
}
.faq-slider__nav button:first-child {
    margin-right: 10px;
}
.faq-slider__list {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.faq-slider__item {
    width: 490px;
    height: 335px;
}
.faq-slider .swiper-slide{
    width: 490px !important;
}
.faq-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 1300px) {
    .faq-slider__item {
        width: 390px;
        height: 255px;
    }
    .faq-slider .swiper-slide{
        width: 390px !important;
    }
}
@media all and (max-width: 991px) {
    .faq-slider {
        padding-bottom: 40px;
    }
    .faq-slider .wrapper {
        padding: 0 6.67vw
    }
}
@media all and (max-width: 800px) {
    .faq-slider__item {
        width: 290px;
        height: 165px;
    }
    .faq-slider {
        margin-bottom: 60px;
    }
    .faq-slider .swiper-slide{
        width: 290px !important;
    }
}
@media all and (max-width: 400px) {
    .faq-slider__item {
        width: 100%;
        height: 165px;
    }
    .faq-slider .swiper-slide{
        width: 100% !important;
    }
}
.talk form .wpcf7-form-control-wrap {
    margin-bottom: 25px;
}
.service-features__card-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
@media all and (max-width: 600px) {
    .service-features__card-text ul,
    .service-features__card-text ol {
        padding-left: 15px;
    }
}
.sign-plus {
    position: relative;
    color: #55D6BD;
}
.hero .v-slide span{
    color: #55D6BD;
}
.who .wrapper {
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.talk-left__header {
    overflow: hidden;
    width: 40%;
}
.talk-left__header p{
    color: #ffff;
    font-weight: 300;
    line-height: 1.8;
    padding-left: 0;
}
.talk-left__header h3 {
    position: relative;
}
.talk-left__header-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #39ff14;
}
.section.talk .section-subtitle::before {
    left: 0;
}

.wpcf7-form-control-wrap[data-name='your-name']:after,
.wpcf7-form-control-wrap[data-name='your-email']:after,
.wpcf7-form-control-wrap[data-name='your-phone']:after {
    content: '*';
    position: absolute;
    left: 8px;
    top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #51DDC3;
}
.our-results__btn {
    width: 400px;
    transition: all 0.4s ease;
}
.our-results__btn:hover {
    transform: scale(1.05) !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .wpcf7-form-control-wrap[data-name='your-name']:after,
    .wpcf7-form-control-wrap[data-name='your-email']:after,
    .wpcf7-form-control-wrap[data-name='your-phone']:after {
        left: 0.55vw;
        top: 1vw;
        font-size: 1.25vw;
    }
}
@media only screen and (max-width: 1200px) {
    .wpcf7-form-control-wrap[data-name='your-name']:after,
    .wpcf7-form-control-wrap[data-name='your-email']:after,
    .wpcf7-form-control-wrap[data-name='your-phone']:after {
        top: 0.7vw;
    }
}
@media only screen and (max-width: 991px) {
    .our-results__btn {
        width: 100%;
    }
    .wpcf7-form-control-wrap[data-name='your-name']:after,
    .wpcf7-form-control-wrap[data-name='your-email']:after,
    .wpcf7-form-control-wrap[data-name='your-phone']:after {
        left: 2.2vw;
        top: 5vw;
        font-size: 4.27vw;
    }
}
@media only screen and (max-width: 600px) {
    .wpcf7-form-control-wrap[data-name='your-name']:after,
    .wpcf7-form-control-wrap[data-name='your-email']:after,
    .wpcf7-form-control-wrap[data-name='your-phone']:after {
        top: 4vw;
    }
}
@media only screen and (max-width: 400px) {
    .wpcf7-form-control-wrap[data-name='your-name']:after,
    .wpcf7-form-control-wrap[data-name='your-email']:after,
    .wpcf7-form-control-wrap[data-name='your-phone']:after {
        top: 3vw;
    }
}
.service-features__item {
    flex: 1;
}
.service-features {
    background: white;
}
.service-features__title,
.service-features__card-title,
.service-features__card-action a {
    color: #101011;
}
.service-features__card-text {
    color: #7A7A90;
}
.service-features__card-title p{
    margin: 0;
}
.service-features__item {
    background: #F6F7F9;
}
.service-features__item-name,
.service-features__text h2 {
    color: #101011;
}
.service-hero__action-item:last-child {
    background: #8860EB;
    border-color: transparent;
}
.service-features .wrapper {
    border-color: #e7edef;
}
.calculator-card__percents {
    color: #64D9C3;
}
.calculator-card__progress-line {
    background: #64D9C3;
}
.calculator-card__btn {
    background: #8860EB;
    color: white;
}
.calculator-card__btn svg path {
    fill: white;
}
.calculator-card__btn:hover {
    background: #64D9C3;
}
.service-cases .service-cases-content__body {
    font-weight: 400;
}
.calculator-card__bottom-inner .calculator-card__slider-percent {
    color: white;
}
.case-card__description,
.cases .cases-list li .cases-list__wrap p{
    font-weight: 400;
}
.faq .faq__right .faq_list-items .accordion-item .accordion-content {
    color: #b8bfc2;
    font-size: 16px;
    line-height: 200%;
}
.faq .faq__right .faq_list-items .accordion-item .accordion-content ol,
.faq .faq__right .faq_list-items .accordion-item .accordion-content ul {
    margin: 0;
}
.calculator-card__input-group {
    position: relative;
}
.calculator-card__main .calculator-card__input-group:after {
    content: '*';
    position: absolute;
    left: 6px;
    top: 37px;
    font-size: 18px;
    line-height: 32px;
    color: #64D9C3;
}
.talk-left__logos-title span {
    color: #51DDC3;
}
.single-services .service-hero__text span,
.service-features__title span {
    color: inherit;
}
.our-results .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.trusted-by {
    background: #F6F7F9;
}
.trusted-by .section-action {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
@media all and (max-width: 800px) {
    .trusted-by .section-action {
        margin-top: 15px;
    }
}
.section .section-subtitle {
    font-weight: 400;
}
.logos-carousel__inner {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
}
.logos-carousel__item {
    width: 98px;
    height: 48px;
}
.logos-carousel__item img,
.logos-carousel__item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logos-carousel .swiper-slide {
    width: 98px !important;
    margin: 0 22px;
}
.logos-carousel .swiper-wrapper {
    transition-timing-function: linear;
}
.logos-carousel__item:not(:first-child) {
    margin-left: 45px;
}
.home .wrapper-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #101011 6.18%, rgba(16, 16, 17, 0) 44.33%), linear-gradient(72.32deg, #101011 16.23%, rgba(16, 16, 17, 0.64) 100%);
}
.single-services .logos-carousel__inner {
    padding-top: 0;
}
.archive  .logos-carousel {
    margin-top: -120px;
}
.single-services .logos-carousel {
    margin-top: -85px;
}
.service-hero {
    min-height: 820px;
}
@media all and (max-width: 1200px){
    .our-results__list-item-title {
        font-size: 52px;
    }
    .service-hero .wrapper {
        padding-bottom: 150px;
    }
    .single-services .logos-carousel__inner {
        padding-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    .service-hero {
        min-height: auto;
        padding-bottom: 50px;
    }
    .single-services .logos-carousel {
        margin-top: -30px;
    }
    .service-hero .wrapper {
        padding-bottom: 60px;
    }
    .single-services .logos-carousel__inner{
        padding-bottom: 30px;
    }
}
.careers-why .wrapper {
    padding: 120px 30px 75px;
    border-color: #e7edef;
}
.careers-why__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.careers-why__left {
    width: 580px;
    margin-right: 70px;
}
.careers-why__right {
    width: calc(100% - 650px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.careers-why__img {
    width: 580px;
    height: 470px;
}
.careers-why__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.careers-why__title,
.careers-why__info-title{
    max-width: 275px;
    text-align: left;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #101011;
    margin: 0;
}
.careers-why__desc {
    margin: 25px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A90;
}
.careers-why__desc p {
    margin: 0;
}
.careers-why__desc p:not(:first-child) {
    margin-top: 5px;
}
.careers-why__action a {
    background-color: #8860EB;
    border-radius: 80px;
    font-weight: 600;
    font-size: 14px;
    line-height: 121%;
    display: block;
    color: #FFFFFF;
    padding: 15px 40px;
    transition: background-color 0.4s ease, transform 0.4s ease;
}
.careers-why__action a:hover {
    background-color: #64D9C3;
    transform: scale(1.05);
}
.careers-why__info {
    margin-top: 75px;
}
.careers-why__info-content {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.careers-why__info-left,
.careers-why__info-right {
    max-width: 525px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A90;
}
.careers-why__info-left p,
.careers-why__info-right p {
    margin: 0;
}
.careers-why__info-left  p:not(:first-child),
.careers-why__info-right p:not(:first-child) {
    margin-top: 5px;
}
.faq-slider__dots {
    display: none;
}
@media all and (max-width: 1300px) {
    .careers-why__info-left,
    .careers-why__info-right {
        max-width: 48%;
    }
}
@media all and (max-width: 1200px) {
    .careers-why__left {
        margin-right: 30px;
        width: 520px;
    }
    .careers-why__img {
        width: 520px;
        height: 450px;
    }
    .careers-why__right {
        width: calc(100vw - 550px);
    }
    .careers-why__title,
    .careers-why__info-title {
        font-size: 3.33vw;
        line-height: 4.44vw;
    }
    .careers-why__desc,
    .careers-why__action a{
        font-size: 1.25vw;
        line-height: 1.94vw;
    }
}
@media all and (max-width: 991px) {
    .careers-why__wrap {
        flex-direction: column;
    }
    .careers-why__left {
        margin-right: 0;
        width: 100%;
    }
    .careers-why__img {
        width: 100%;
        height: auto;
    }
    .careers-why__right {
        width: 100%;
        margin-top: 40px;
    }
    .careers-why .wrapper {
        padding: 35px 6.67vw 60px;
    }
    .careers-why__title,
    .careers-why__info-title {
        font-size: 38px;
        line-height: 120%;
    }
    .careers-why__desc,
    .careers-why__action a{
        font-size: 15px;
        line-height: 200%;
    }
}
@media all and (max-width: 600px) {
    .careers-why__info {
        margin-top: 60px;
    }
    .careers-why__info-content {
        flex-direction: column;
    }
    .careers-why__info-left,
    .careers-why__info-right {
        max-width: none;
        width: 100%;
        font-size: 15px;
        line-height: 200%;
    }
    .careers-why__info-right {
        margin-top: 20px;
    }
    .careers-why__action {
        width: 100%;
        text-align: center;
    }
    .faq-slider__nav {
        display: none;
    }
    .faq-slider__dots {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .faq-slider__dots .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 5px;
        background: rgba(184, 191, 194, 0.19);
        transition: background 0.4s ease;
    }
    .faq-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #B8BFC2;
    }
}
@media all and (max-width: 450px) {
    .careers-why__title,
    .careers-why__info-title {
        font-size: 30px;
        line-height: 120%;
    }
}
.service-features__card-decor span:last-child,
.service-features__card:nth-child(even) .service-features__card-decor span:last-child{
    background: #ECEDEF;
}
.faq-slider__list {
    width: 100vw;
}
.about-team .about-section__content-head p{
    margin: 0;
}
.about-section__content-info p {
    margin: 0;
    font-weight: 400 !important;
}
.case-card .case-card__bottom a svg path{
    fill: #101011;
}
.watch .watch__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}
.deliverables-item__count {
    display: flex;
}
.deliverables-item__union {
    color: #000000;
}
.deliverables-item__count span.deliverables-item__sign {
    color: #39ff14;
}
.single-services .deliverables-item__union{
    color: #EDF6F9;
}
.faq .faq__right .faq_list-items .accordion-item {
    padding: 36px 20px;
    transition: background 0.4s ease;
}
.faq .faq__right .faq_list-items .accordion-item.open {
    background: #19191A;
}
.careers-faq .accordion-content .accordion-action {
    transition: background 0.4s ease;
}
.careers-faq .accordion-content .accordion-action:hover {
    background: #51DDC3;
}
.section.technology .wrapper {
    flex-direction: column;
    border-color: #E7EDEF;
    padding: 130px 0 115px;
    text-align: center;
    align-items: center;
}
.technology .technology-content {
 
    width: 100%;
    margin-top: 20px;
}
.technology .technology-content__title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #101011;
}
.technology .technology-content__title  span{
    color: #64D9C3;
}
.technology-list {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: -8px;
    margin-right: -8px;
}
.technology-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    flex: 1;
    padding: 40px 20px 35px;
    background: #F6F7F9;
    text-decoration: none;
    margin: 0 8px;
    transition: background 0.4s ease;
}
.technology-item:hover {
    background: #64D9C3;
}
.technology-item:hover .technology-item__name {
    color: white;
}
.technology-item__icon {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.technology-item__name {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #101011;
    transition: color 0.4s ease;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    .technology .technology-content {
        padding-left: 0;
    }
}
@media all and (max-width: 1200px) {
    .technology-item {
        width: calc(20% - 15px);
    }
}
@media all and (max-width: 991px) {
    .section.technology .wrapper {
        padding: 50px 6.67vw;
    }
    .technology .technology-content {
        padding-left: 0;
        margin-top: 0;
    }
    .technology .technology-content__title {
        font-size: 7.47vw;
        line-height: 139%;
    }
    .technology-list {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 1100px;
    }
    .technology-item {
        width: calc(50% - 10px);
        margin: 0 5px 15px;
        height: 250px;
    }
    .technology-item:nth-child(4) {
        margin-top: 180px;
    }
    .technology-list {
        margin-top: 25px;
    }
    .technology-item__name {
        font-size: 5.33vw;
        line-height: 6.4vw;
    }
    .case-studies-hero .wrapper {
        align-items: flex-start;
    }
}
.section.technology .section-subtitle {
    color: #101011;
}
.archive .hero__title h3 p {
    padding-left: 0;
    border-left: none;
}
.logos-carousel {
    position: relative;
    width: 100%;
}
.logos-carousel:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(-100vw - 1px);
    z-index: 3;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #101011;
}
.logos-carousel__inner {
    display: block;
}
.logos-wrapper {
    padding: 0 !important;
    height: auto !important;
}
.deliverables-item__count span.deliverables-item__sign,
.sign-plus {
    margin-left: 10px;
}

.purple-dot {
    color: #8860eb !important;
}
.service-feature .service-features__text-title{
    color: #EDF6F9;
}
.service-feature .service-features__text h2 {
    margin: 0;
}
.service-feature .service-hero__action  {
    margin-top: 42px;
}
@media all and (max-width: 600px) {
    .hero h1 {
        font-size: 10.87vw;
    }
    .page-template-about .hero .wrapper {
        padding-bottom: 0;
    }
    .technology-item__name {
        font-size: 16px;
        line-height: 145%;
    }
    .technology-item {
        height: 190px;
        padding: 30px;
    }
    .technology-item__icon {
        width: 92px;
        height: 92px;
        margin-bottom: 15px;
    }
    .technology-list {
        max-height: 680px;
    }
    .technology-item:nth-child(4) {
        margin-top: 90px;
    }
    .technology-action {
        margin-top: 50px;
    }
}
.v-slide div span {
    margin-left: -20px;
}
@media all and (max-width: 991px) {
    .v-slide div span {
        margin-left: -10px;
    }
    .service-feature .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service-feature .service-features__text {
        margin-top: 0;
    }
}
.cases-list {
    background: white;
}
.cases-list .wrapper {
    padding-top: 120px;
}
.case-card__title {
    color: #101011;
    transition: color 0.4s ease;
}
.archive .logos-wrapper {
    margin-top: -30px;
}
.cs-description__list {
    padding: 0;
}
.cs-description__list-item .wrapper {
    width: 100%;
    padding: 120px 0;
    border-color: #e7edef;
}
.cs-description {
    background: white;
}
.cs-description__list-item + .cs-description__list-item {
    margin-top: 0;
}
.cs-description.section .section-subtitle{
    color: #B8BFC2;
}
.cs-description .section-text,
.cs-description .description-list__text,
.cs-description .description-list__subtitle {
    color: #101011;
}
.cs-solution {
    background: #101011;
}
.cs-solution .wrapper {
    border-left: 1px solid rgba(237, 246, 249, 0.1)
}
.cs-solution .section-text {
    color: white;
}
.cs-solution .description-list__subtitle {
    color: #b8bfc2;
}
.cs-solution .description-list__text {
    color: #edf6f9;
}
.description-author__name {
    color: #101011;
}
.cs-description__btn.btn:hover {
    color: #101011;
}
.cs-description__btn.btn:hover span {
    color: #101011;
}
@media all and (max-width: 991px) {
    .cs-description__list-item .wrapper {
        padding: 50px 6.67vw 80px;
    }
}
@media all and (max-width: 600px) {
    .cs-description__list-item .wrapper {
        padding: 50px 6.67vw;
    }
}
.faq .faq__right .faq_list-items .accordion-item {
    transition: background 0.4s ease;
}
.faq .faq__right .faq_list-items .accordion-item.open {
    background: white;
}
.faq .faq__right .faq_list-items .accordion-item .accordion-content {
    font-weight: 500;
}
.faq .faq__right .faq_list-items .accordion-item .accordion-content ul,
.faq .faq__right .faq_list-items .accordion-item .accordion-content ol {
    margin-top: 10px;
}
.faq .faq__right .faq_list-items .accordion-item button,
.faq .faq__right .faq_list-items .accordion-item .accordion-content,
.faq .faq__right .faq_list-items .accordion-item .accordion-content p {
    transition: color 0.4s ease;
}
.faq .faq__right .faq_list-items .accordion-item.open button,
.faq .faq__right .faq_list-items .accordion-item.open .accordion-content,
.faq .faq__right .faq_list-items .accordion-item.open .accordion-content p,
.faq .faq__right .faq_list-items .accordion-item.open .accordion-content ol li,
.faq .faq__right .faq_list-items .accordion-item.open .accordion-content ul li{
    color: #101011;
}
.faq-answer .faq-answer__title,
.faq-answer .faq-answer__desc {
    transition: color 0.4s ease;
}
.faq-answer {
    transition: background 0.4s ease;
}
.faq-answer.open {
    background: white;
}
.faq-answer.open .faq-answer__title,
.faq-answer.open .faq-answer__desc {
    color: #101011;
}
.faq-answer .btn.btn-green {
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.faq-answer.open .btn.btn-green {
    background: #8860EB;
    color: #EDF6F9;
    border-color: #8860EB;
}
.blog-list-page__container {
    padding: 120px 0;
    max-width: none;
}
.blog-list__wrapper {
    max-width: 1252px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-list__container {
    background: white;
    padding: 60px 0;
}
.blog-list-post__title,
.blog-list-post__date {
    color: #101011;
}
.blog-list-post__tag:hover {
    color: #101011;
}
section.about-team {
    background: #EDF6F9;
}
section.about-team .wrapper {
    border-color: #e7edef;
}
.about-team .about-section__content-head,
.about-team .about-section__content-info,
.about-team .team-card__name{
    color: #101011;
}
.case-card__description,
.cs-description__small-text,
.cs-description.section .section-subtitle {
    color: #7A7A90;
}
.cs-info {
    background: white;
}
.cs-info .wrapper {
    border-color: #e7edef;
}
.cs-info__list-item {
    background: #edf6f9;
}
.cs-info__list-item-subtitle {
    color: #101011;
}
.cs-info__list-item-title {
    color: #101011;
}
.cs-info__content,
.description-list__text,
.blog-list-post {
    border-color: #e7edef;
}
.faq .faq__right .faq_list-items .accordion-item.open,
.faq-answer.open {
    background: #edf6f9;
}
.faq .faq__right .faq_list-items .accordion-item {
    padding: 36px 20px 36px 40px;
}
.careers-why__info-title {
    max-width: none;
}
.about-values__content {
    padding-left: 51px;
}
.section.about-values .wrapper {
    border-color: #E7EDEF;
}
.technology-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}

.technology-action .clutch-widget {
    width: 172px;
    height: 72px;
    border: 1px solid #E9E8E8;
    border-radius: 6px;
    padding: 16px 18px 20px;
    margin-left: 25px;
    transition: border-color 0.4s ease;
}
.technology-action .clutch-widget:hover {
    border: 1px solid #55d6bd;
}
section.services .clutch-widget iframe {
    width: 135px;
}

section.services .clutch-widget {
    position: absolute;
    bottom: 130px;
    left: 51px;
    padding: 15px 30px;
    background: #101011;
    border: 1px solid #262728;
    border-radius: 6px;
    transition: border-color 0.4s ease;
}

@media (min-width: 1440px) and (max-width: 4000px) {
    section.services .clutch-widget {
        left: 251px;
    }
}

section.services .clutch-widget:hover {
    border: 1px solid #55d6bd;
}
.talk .talk-left .clutch-widget {
    width: 185px;
    margin-left: 51px;
    margin-top: 40px;
    background: #101011;
    border: 1px solid #262728;
    border-radius: 6px;
    padding: 15px 25px;
    transition: border-color 0.4s ease;
}
.talk .talk-left .clutch-widget:hover {
    border-color: #55d6bd;
}
.talk .talk-left .clutch-widget iframe {
    width: 135px;
    height: 40px;
}
.service-hero__action .clutch-widget {
    margin-left: 15px;
    width: 185px;
}
.service-features__clutch {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-features__clutch .clutch-widget {
    width: 135px;
    height: 40px;
}
.service-hero__action-item {
    margin-left: 0px;
}
.our-results__action {
    display: flex;
    justify-content: center;
}
.our-results__clutch {
    display: flex;
    justify-content: center;
}
.our-results__clutch .clutch-widget{
    width: 185px;
    height: 72px;
    background: #101011;
    border: 1px solid #262728;
    border-radius: 6px;
    padding: 15px 25px;
    transition: border-color 0.4s ease;
    margin-left: 20px;
}
.our-results__action a {
    margin-left: 0px;
}
.our-results__clutch .clutch-widget:hover {
    border-color: #55d6bd;
}
.page-template-about .image-section .about-section__content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}
.page-template-about .image-section .about-section__content-left {
    width: 25%;
}
.page-template-about .image-section .about-section__content-right{
    padding-left: 5.56vw;
    width: 900px;
    height: auto;
    margin-right: 70px;
    object-fit: cover;
}
.page-template-about .image-section .about-section__content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talk-left {
    max-width: none;
    
}
.talk .section-content {
    width: calc(100% - 560px);
}
section.who .section-subtitle__image h3 {
    display: none;
}
section.who .section-subtitle__image {
    width: auto;
    height: auto;
    margin-right: 70px;
    object-fit: cover;
}
section.who .section-subtitle__image img {
    width: auto;
    animation: move-up linear 3s infinite alternate;
}
section.who .section-content .section-subtitle {
    margin-bottom: 30px;
    padding-left: 0;
}
section.who .section-content .section-subtitle:before {
    display: none;
}
section.who .section-subtitle::before {
    height: 24px;
}
.home .btn-wrap {
    justify-content: space-between;
}
.section-founders__img {
    height: 500px;
}
.section-founders__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 0px;
}
.section-founders__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section-founders__info-item {
    width: 40%;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #262728;
}
.section-founders__info-name {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #EDF6F9;
}
.section-founders__info-left {
    width: calc(100% - 54px);
    margin-right: 10px;
}
.section-founders__info-position {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #64D9C3;
    margin-top: 6px;
}
.section-founders__social {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-founders__social a svg path {
    transition: fill 0.4s ease;
}
.section-founders__social a:hover svg path{
    fill: #64D9C3;
}
.section-founders__blockquote {
    margin-top: 50px;
    max-width: 690px;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #EDF6F9;
}
.section-founders__blockquote svg {
    margin-bottom: 20px;
}
.section-founders__blockquote blockquote {
    padding: 0;
    margin: 0;
}
.section-founders__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #EDF6F9;
    margin-top: 20px;
    max-width: 690px;
}
.about-section.section-founders .wrapper {
    padding-bottom: 155px;
}
.perks-info {
    max-width: 655px;
    margin: 0 auto;
    text-align: center;
}
.perks-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #101011;
    text-align: center;
    margin: 0;
}
.perks-desc {
    margin: 25px 0 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #7A7A90;
}
.perks .wrapper {
    border-color: #e7edef;
    padding-left: 30px;
    padding-bottom: 78px;
}
.perks-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: -10px;
    margin-left: -10px;
}
.perks-item {
    width: 190px;
    background: #F6F7F9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px;
    margin: 0 10px;
    min-height: 240px;
}
.perks-item:nth-child(even) {
    margin-top: 50px;
}
.perks-item__icon {
    width: 103px;
    height: 103px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.perks-item__name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    color: #101011;
}
.members .wrapper{
    padding-top: 78px;
    padding-bottom: 105px;
    flex-direction: column;
    border-color: #e7edef;
}
.members .section-content {
    width: 100%;
    padding-left: 51px;
    margin-top: 45px;
}
.members-title {
    max-width: 505px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #101011;
    margin-bottom: 55px;
}
.members-list {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.members-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.members-item__img {
    width: 490px;
    height: 370px;
    margin-right: 80px;
}
.members-item__right {
    width: calc(100% - 570px)
}
.members-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.members-item__blockquote svg {
    width: 33px;
    height: 26px;
    margin-bottom: 16px;
}
.members-item__blockquote {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    color: #101011;
    margin-bottom: 15px;
}
.members-item__blockquote blockquote{
    padding: 0;
    margin: 0;
}
.members-item__author span {
    margin-right: 5px;
}
.members-dots {
    display: none;
}
.members-item__author {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #64D9C3;
    margin-bottom: 50px;
}
.members-item__navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.members-item__navigation div {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.members-item__navigation div svg rect,
.members-item__navigation div svg path {
    transition: stroke 0.4s ease;
}
.members-item__navigation div:hover svg rect{
    stroke: #64D9C3;
}
.members-item__navigation div:hover svg path {
    stroke: #64D9C3;
}
.members-item__navigation div:not(:first-child) {
    margin-left: 10px;
}
.page-template-page-faq .hero h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 3;
    background: #55D6BD;
}
.faq-slider__title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.faq-slider__title {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #101011;
    border-bottom: 3px solid #55D6BD;
    margin: 0;
}
@media all and (max-width: 1250px) {
    .page-template-about .image-section .about-section__content {
        flex-direction: column;
    }
    .page-template-about .image-section .about-section__content-left {
        width: 100%;
    }
    .page-template-about .image-section .about-section__content-right {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-left: 0px;
    }
    .section-founders__info-item {
        width: 45%;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
    section.services .clutch-widget {
        left: 20.56vw;
    }
    .talk .talk-left .clutch-widget {
        margin-left: 5.56vw;
    }
    .page-template-about .hero h1,
    .archive .hero h1,
    .archive .case-studies-hero__content h3,
    .about-values__content,
    .members .section-content {
        padding-left: 5.56vw;
    }
    .page-template-page-faq .hero h2 p,
    .page-template-page-faq .hero h2 span {
        font-size: 8.33vw;
        line-height: 7.78vw;
    }
}
.clutch-widget.mobile-clutch,
.home .services-list__right-title .services-list__right-dot {
    display: none;
}
.faq-mobile {
    display: none;
}
@media all and (max-width: 1200px) {
    .single-cases .results__item {
        width: 100%;
    }
    .single-cases .logos-carousel__inner {
        overflow: hidden;
    }
}
@media all and (max-width: 1024px) {
    section.services .clutch-widget {
        left: 24.56vw;
    }
}
@media all and (max-width: 991px) {
    .faq-answer .faq-answer__title {
        margin-bottom: 20px;
    }
    .faq-answer .faq-answer__desc {
        display: none;
    }
    .faq-answer .btn.btn-green:hover {
        background-color: #55d6bd;
        color: #101011;
        transform: none;
    }
    .faq-answer.open {
        background: rgba(37, 41, 46, 0.5);
    }
    .faq-answer.open .faq-answer__title {
        color: #EDF6F9;
    }
    .faq-answer.open .faq-answer__desc {
        color: #B8BFC2;
    }
    .faq-answer.open .btn.btn-green {
        background-color: #55d6bd;
        border-color: #55d6bd;
        color: #101011;
    }
    .faq .faq__right {
        padding-bottom: 150px;
    }
    .faq__left .faq-answer {
        display: none;
    }
    .faq-mobile {
        display: block;
        position: sticky;
        top: calc(100% - 160px);
        background: #19191A;
        z-index: 2;
    }
    .faq-mobile .faq-answer__action {
        font-size: 14px;
        line-height: 121%;
        padding: 15px;
        max-width: 220px;
        margin: 0 auto;
        width: 220px;
    }
    .faq-mobile .faq-answer {
        margin-left: 0;
    }
    .other-projects__benefits {
        margin-left: -6px;
        margin-right: -6px;
    }
    .other-projects__benefits img {
        width: calc(33.33% - 12px);
        height: auto;
        margin: 0 6px;
    }
    .talk {
        overflow: hidden;
    }
    .home .logos-wrapper {
        position: absolute;
        bottom: 190px;
    }
    .home .hero .btn-green {
        position: absolute;
        bottom: 60px;
        margin-top: 0 !important;
        left: 6.67vw;
        width: calc(100% - 13.34vw);
    }
    .home .hero .wrapper {
        align-items: flex-start;
    }
    .cs-description__targeting {
        margin-top: 45px;
        width: 100%;
    }
    .cs-description-first .section-content {
        width: 100% !important;
        padding-left: 0;
    }
    .results__box {
        flex-direction: column;
        padding-left: 0;
        margin-top: 30px;
    }
    .cs-description__box {
        flex-direction: column;
        padding-right: 0;
    }
    .faq-slider__title {
        font-size: 7.47vw;
        line-height: 139%;
    }
    .page-template-page-faq .hero h1:after {
        display: none;
    }
    .our-results__action a {
        margin-left: 0;
    }
    .our-results__clutch {
        margin-top: 25px;
    }
    .our-results__action {
        flex-direction: column;
    }
    .service-features__text .service-hero__action {
        flex-direction: column;
    }
    .service-hero__action-item {
        margin-left: 0;
    }
    .service-features__clutch {
        margin-left: 0;
        margin-top: 25px;
    }
    .service-hero__action .clutch-widget {
        margin-left: 0;
    }
    .members-dots {
        display: flex;
        justify-content: center;
    }
    .members-dots .swiper-pagination-bullet {
        background: rgba(184, 191, 194, 0.19);
        transition: background 0.4s ease;
    }
    .members-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #B8BFC2;
    }
    .members-item__navigation {
        display: none;
    }
    .members-item__author {
        font-size: 18px;
        line-height: 22px;
    }
    .perks .wrapper {
        padding-bottom: 50px;
    }
    .members .wrapper {
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .members-item {
        flex-direction: column;
    }
    .members-item__left {
        width: 100%;
    }
    .members-item__img {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .members-item__right {
        width: 100%;
        margin-top: 35px;
    }
    .members-item__blockquote {
        font-size: 18px;
        line-height: 170%;
    }
    .members-title {
        font-size: 32px;
        line-height: 160%;
        text-align: left;
        max-width: none;
        margin-bottom: 35px;
    }
    .perks-desc {
        text-align: left;
    }
    .perks-title {
        font-size: 38px;
        line-height: 120%;
        text-align: left;
    }
    .perks-desc {
        margin: 20px 0 60px;
        font-size: 15px;
        line-height: 28px;
        text-align: left;
    }
    .perks-list {
        flex-wrap: wrap;
    }
    .perks-item {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
        min-height: 190px;
    }
    .section-founders__img {
        height: auto;
    }
    .section-founders__info {
        flex-direction: column;
    }
    .section-founders__info-item {
        width: 100%;
        max-width: none;
    }
    .section-founders__blockquote {
        font-size: 32px;
        line-height: 1.2;
    }
    .about-section.section-founders .wrapper {
        padding-bottom: 50px;
    }
    .talk form .wpcf7-form-control-wrap {
        margin-bottom: 15px;
    }
    section.services-list .services-list__left {
        width: 100%;
    }
    section.who .section-subtitle {
        width: 100%;
    }
    section.who .section-content .section-subtitle {
        display: none;
    }
    section.who .section-subtitle__image h3 {
        font-size: 3.2vw;
        line-height: 8.53vw;
        padding: 0;
        margin-bottom: 1.87vw;
        display: block;
        font-weight: 400;
    }
    section.who .section-subtitle__image {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .hero__title {
        margin-bottom: 0;
        margin-top: 0;
    }
    .hero .wrapper {
        justify-content: center;
    }
    .hero .btn-green {
        margin-top: 120px;
        margin-bottom: 0;
    }
    .talk-left {
        width: 100%;
    }
    .talk .section-content,
    .talk-left__header{
        width: 100%;
    }
    .talk .talk-left .clutch-widget {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
    .talk-left__header {
        position: relative;
    }
    section.services .clutch-widget {
        position: static;
        margin: 25px auto 0;
    }
    .technology-action {
        flex-direction: column;
        margin-left: 0px;
    }
    .technology-action .clutch-widget {
        margin-left: 0;
        margin-top: 25px;
    }
    .about-values__content {
        padding-left: 0;
    }
    .about-values-slide {
        width: 100%;
    }
    .members .section-content {
        padding-left: 0;
        margin-top: 0;
    }
    .btn__union{
        flex-direction: column;
    }
    .home .services {
        background: white;
    }
    .home .services h2,
    .home .services h6 {
        color: #101011;
    }
    .home .services h6 {
        margin-bottom: 0;
    }
    .home .services-list__title {
        display: none;
    }
    .home .services .btn__union {
        display: none;
    }
    .home .clutch-widget.mobile-clutch {
        display: block;
        width: 135px;
        margin: 30px auto 15px;
    }
    .home .who .wrapper {
        padding-bottom: 11.2vw;
    }
    .home .services-list__right-title {
        display: flex;
        justify-content: center;
    }
    .home .services-list__right-title .services-list__right-dot {
        color: #8860EB;
        display: block;
    }
    .home .deliverables-item__count {
        padding-bottom: 13px;
    }
    .deliverables-item__name {
        font-size: 15px;
        line-height: 130%;
        margin-top: 13px;
        text-align: left;
    }
    .home .deliverables-item + .deliverables-item {
        margin-left: 15px;
    }
    .home .cases .cases-list li .cases-list__wrap:last-child .cases-list__info{
        display: none;
    }
    .cases .cases-list li .cases-list__wrap .btn-arrow.mobile {
        margin-top: -55px;
        font-size: 16px;
        line-height: 120%;
        display: none !important;
    }
    .cases .cases-list li .cases-list__wrap .btn-arrow.desktop {
        display: flex !important;
    }
    .single .our-results__list {
        flex-direction: row;
    }
    .our-results__list-item + .our-results__list-item {
        margin-top: 0;
    }
    .our-results__list-item-title {
        font-size: 5.2vw;
        line-height: 5.5vw;
        margin-bottom: 13px;
        padding-bottom: 13px;
    }
    .our-results__list-item-text {
        font-size: 15px;
        line-height: 130%;
        text-align: left;
    }
    .our-results__list-item-text p {
        text-align: left !important;
    }
    .our-results__list-item {
        width: 100%;
    }
    .single .our-results__list-item + .our-results__list-item {
        margin-left: 15px;
    }
    .service-hero__link--mobile {
        display: none;
    }
    .single .service-hero .wrapper,
    .single .service-hero .service-hero__content {
        position: static;
    }
    .single .service-hero .service-hero__action {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 6.67vw;
        width: 100%;
        flex-direction: column;
    }
    .service-hero__action .clutch-widget {
        margin: 30px 0 20px;
        width: 135px;
    }
    .single .service-hero {
        padding-bottom: 190px;
    }
    .talk-left__logos {
        margin-top: 30px;
    }
    .talk-left__header {
        overflow: visible;
    }
    .faq-answer {
        display: flex;
    }
}
.talk-left__logos-item .clutch-widget {
    display: none !important;
}
.single-cases .logos-wrapper {
    position: absolute;
    bottom: 50px;
}
.single-cases .cs-hero {
    overflow: hidden;
    min-height: 830px;
}
.popup .wpcf7-form-control-wrap:after{
    top: 0 !important;
    line-height: 1 !important;
}
@media all and (max-width: 1200px) {
    .single-cases .logos-wrapper {
        bottom: 20px;
    }
    .popup .wpcf7-form-control-wrap:after{
        left: 7px;
        font-size: 16px;
    }
}
@media all and (max-width: 600px) {
    .careers .faq .faq__right {
        padding-bottom: 10px;
    }
    .deliverables-item__count span.deliverables-item__sign {
        margin-left: 5px;
    }
    .popup .wpcf7-form-control-wrap:after{
        top: 0;
        line-height: 1;
    }
    .popup .btn.btn-green.wpcf7-submit {
        height: 50px;
    }
    .faq-mobile .faq-answer__action {
        margin: 0;
        width: 220px;
    }
    .faq-mobile .faq-answer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: -30px;
        width: calc(100% + 60px);
        background: #19191A;
    }
    .faq-answer__title {
        max-width: 160px;
        margin-right: 10px;
        margin-bottom: 0 !important;
        text-align: left;
        line-height: 20px;
    }
    .faq-mobile .faq-answer {
        padding: 15px 10px;
    }
    .faq-mobile .faq-answer__action {
        height: 45px;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .faq .faq__right {
        padding-bottom: 95px;
    }
    .faq-mobile {
        top: calc(100% - 90px);
    }
    .faq-mobile .faq-answer {
        padding: 20px 15px;
    }
    .faq-answer__title {
        font-size: 17px;
        line-height: 25px;
    }
    .faq-answer__desc {
        font-size: 15px;
        line-height: 200%;
        margin: 10px auto 15px;
    }
    .blog-list-post__media,
    .blog-list-post,
    .blog-list-post__content {
        width: 100%;
    }
    .talk .talk-left .clutch-widget {
        display: none;
    }
    .talk-left__logos-item .clutch-widget {
        display: block !important;
        position: static !important;
    }
    .talk-left__logos-item {
        width: calc(50% - 30px);
    }
    .page-template-page-faq .hero h2 span {
        font-size: 10.87vw;
        line-height: 1.34;
    }
    .page-template-page-faq .hero h2 p {
        font-size: 10.87vw;
    }
    .talk .talk-left .clutch-widget {
        padding: 0;
        border: none;
        width: 132px;
    }
    .perks-item__name {
        font-size: 16px;
    }
    .perks-item__icon {
        width: 82px;
        height: 82px;
    }
    .perks-item:nth-child(even) {
        margin-top: 20px;
    }
    .perks-item {
        width: calc(50% - 15px);
        margin: 0 7px 15px;
    }
    .services-list__right::before {
        height: 213vw;
    }
    .our-results .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trusted-by__title-wrapper {
        margin-bottom: 30px;
    }
    .trusted-by .swiper .swiper-slide {
        margin: 0 5px 15px;
    }
    .cases-list .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cases-list .case-card + .case-card {
        margin-top: 10px;
    }
    .faq .faq__right .faq_list-items .accordion-item {
        padding: 36px 20px 36px 20px;
    }
    .cs-info .wrapper {
        padding-top: 15px;
    }
    .v-slides h2 {
        font-size: 10.87vw;
    }
}
.calculator-card__title {
    position: relative;
    overflow: hidden;
}
.calculator-card__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #64D9C3;
}
.services-list .wrapper {
    align-items: flex-start;
}
.home .logos-wrapper {
    margin-top: -105px;
    z-index: 1;
    opacity: 0;
    transition-delay: 1.7s;
}
@media all and (max-width: 550px) {
    .talk .talk-left .clutch-widget {
        top: 290px;
    }
}
@media all and (max-width: 500px){
    .service-hero__action .clutch-widget {
        margin: 30px 0 20px;
    }
    .home .hero .btn-green {
        margin-top: 140px;
    }
}
@media all and (max-width: 420px) {
    .cases-template-default .cs-hero .wrapper {
        padding-bottom: 100px;
    }
    .results .wrapper {
        padding-top: 15px;
    }
}
@media all and (max-width: 400px){
    .faq-slider__list {
        width: 100%;
    }
}
