.l-main__banner{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #8E00FF), color-stop(36%, #5817B8));
    background-image: -webkit-linear-gradient(top, #8E00FF 8%, #5817B8 36%);
    background-image: -o-linear-gradient(top, #8E00FF 8%, #5817B8 36%);
    background-image: linear-gradient(-180deg, #8E00FF 8%, #5817B8 36%);
}
.cb-hero__figure:after{
    display: none
}
@media (min-width: 992px){
    .cb-hero--middle .cb-hero__title {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
.ca-partners {
    position: relative;
    padding-bottom: 30px;
}
.ca-partners .partners-plot-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ca-partners .partners-plot-area .plot {
    position: absolute;
}

.ca-partners .partners-plot-area .plot .node {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 987;
    cursor: pointer;
}

.ca-partners .partners-plot-area .plot .node:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF5636;
    -webkit-box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.30), 0 0 21px 5px #FF5600;
            box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.30), 0 0 21px 5px #FF5600;
    -webkit-transition: all 0.24s ease-out;
    -o-transition: all 0.24s ease-out;
    transition: all 0.24s ease-out;
    -webkit-animation: pulse 2.3s ease-out infinite;
            animation: pulse 2.3s ease-out infinite;
}

.ca-partners .partners-plot-area .plot .node:hover:before {
    background: #00FFF1;
    -webkit-box-shadow: 0 0 1px 3px rgba(0, 255, 241, 0.30), 0 0 21px 5px #00FFF1;
            box-shadow: 0 0 1px 3px rgba(0, 255, 241, 0.30), 0 0 21px 5px #00FFF1;
    -webkit-animation: none;
            animation: none;
}

.ca-partners .partners-plot-area .plot .node:hover~.tooltip {
    display: table;
    opacity: 1;
    z-index: 988;
    -webkit-transform: scale(1);
            -ms-transform: scale(1);
        transform: scale(1);
    visibility: visible;
}

.ca-partners .partners-plot-area .plot .node:hover~.tooltip:before {
    -webkit-animation: tooltipIntro 0.86s ease-out;
            animation: tooltipIntro 0.86s ease-out;
}

.ca-partners .partners-plot-area .plot .node:hover~.tooltip .tooltip__content {
    display: block;
    -webkit-animation: tooltipContentIntro 0.46s ease forwards;
            animation: tooltipContentIntro 0.46s ease forwards;
}

.partners-plot-area .plot .tooltip {
    left: -30px;
    bottom: 20px;
    min-width: 200px;
    padding: 10px;
    border-radius: 2px;
    color: white;
    overflow: hidden;
    text-align: left;
    z-index: 980;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
        transform: scale(0.5);
    -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
        transform-origin: bottom left
}

.partners-plot-area .plot .tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7864FF;
    -webkit-box-shadow: 1px 4px 16px 1px rgba(0, 0, 0, 0.50);
            box-shadow: 1px 4px 16px 1px rgba(0, 0, 0, 0.50);
    z-index: -1;
}

.partners-plot-area .plot .tooltip .location {
    display: block;
    font-size: 12px;
    color: #000;
}

.partners-plot-area .plot .tooltip .company-names {
    font-size: 13px;
    color: #fff;
}

.ca-partners .partners-plot-area .plot.__cb .node:before {
    background: #00FF86;
    -webkit-box-shadow: 0 0 1px 3px rgba(0, 255, 134, 0.30), 0 3px 21px 5px #00FF86;
            box-shadow: 0 0 1px 3px rgba(0, 255, 134, 0.30), 0 3px 21px 5px #00FF86;
    -webkit-animation-name: pulse2;
            animation-name: pulse2;
    -webkit-animation-delay: 0.01;
            animation-delay: 0.01;
}

.ca-partners .partners-plot-area .plot.__cb .tooltip {
    overflow: visible;
}

.ca-partners .partners-plot-area .plot.__cb .tooltip:before {
    min-width: 140px;
    color: white;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.ca-partners .partners-plot-area .plot.__cb .tooltip:before {background: none;}

.ca-partners .partners-plot-area .plot.__cb .tooltip .company-names {
    font-size: 16px;
    font-weight: bold;
}

.ca-partners .partners-plot-area .plot.plot-a {
    left: 10.7%;
    top: 37.6%;
}


.ca-partners .partners-plot-area .plot.plot-b {
    left: 11.3%;
    top: 39.6%;
}

.ca-partners .partners-plot-area .plot.plot-b .node:before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.ca-partners .partners-plot-area .plot.plot-c {
    left: 23.9%;
    top: 39.1%;
}

.ca-partners .partners-plot-area .plot.plot-c .node:before {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}


.ca-partners .partners-plot-area .plot.plot-d {
    left: 29%;
    top: 78.6%;
}

.ca-partners .partners-plot-area .plot.plot-d .node:before {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
}


.ca-partners .partners-plot-area .plot.plot-e {
    left: 53%;
    top: 31.3%;
}

.ca-partners .partners-plot-area .plot.plot-e .node:before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}


.ca-partners .partners-plot-area .plot.plot-f {
    left: 70.3%;
    top: 54.4%;
}

.ca-partners .partners-plot-area .plot.plot-g {
    left: 89.2%;
    top: 82%;
}

.ca-partners .partners-plot-area .plot.plot-g .node:before {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}


.ca-partners .partners-plot-area .plot.plot-h {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-h .node:before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.ca-partners .partners-plot-area .plot.plot-i {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-j {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-k {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-l {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-m {
    left: 97.5%;
    top: 86.3%;
}

.ca-partners .partners-plot-area .plot.plot-n {
    left: 97.5%;
    top: 86.3%;
}


.ca-implementation-partners-list {
    list-style: none;
    padding: 0;
}

.ca-card {
    position: relative;
    margin-bottom: 30px;
}

.ca-card .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ca-card [class*=col-] {
    display: inherit;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.ca-card .ca-hook {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 2px 4px 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 40px;
    text-decoration: none;
    color: #44435A;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.ca-card .ca-hook:hover,
.ca-card .ca-hook:focus{
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
            box-shadow: 0 0 14px 0 rgba(0,0,0,0.12), 0 14px 24px 0 rgba(0,0,0,0.12);
}

.ca-card .partner-imgwrap {
    margin-bottom: 60px;
    max-width: 100%;
    width: 100%;
}

.ca-card .ca-label {
    font-size: 13px;
    font-weight: bold;
    color: #9F9CA6;
}

.ca-card .ca-info {
    display: block;
}

.ca-card .location-info {
    margin-bottom: 24px;
}

.ca-card .languages-info {
    margin-bottom: 40px;
}

.ca-card .ca-contact-hook {
    position: absolute;
    bottom: 25px;
    padding: 0 40px;
}

.ca-card .ca-contact-hook .ca-label {
    color: #44435A;
    font-weight: bold;
    padding-right: 10px;
}


@-webkit-keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 91, 33, 1), 0 0 21px 5px rgba(255, 86, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(252, 91, 33, 1), 0 0 21px 5px rgba(255, 86, 0, 0.6);
    }
    20% {
    -webkit-box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.3), 0 0 21px 5px rgba(255, 86, 0, 0);
            box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.3), 0 0 21px 5px rgba(255, 86, 0, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 15px 7px rgba(252, 91, 33, 0), 0 0 16px 2px rgba(255, 86, 0, 0.3);
            box-shadow: 0 0 15px 7px rgba(252, 91, 33, 0), 0 0 16px 2px rgba(255, 86, 0, 0.3);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 91, 33, 0), 0 0 21px 5px rgba(255, 86, 0, 0.2);
            box-shadow: 0 0 0 0 rgba(252, 91, 33, 0), 0 0 21px 5px rgba(255, 86, 0, 0.2);
    }
}


@keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 91, 33, 1), 0 0 21px 5px rgba(255, 86, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(252, 91, 33, 1), 0 0 21px 5px rgba(255, 86, 0, 0.6);
    }
    20% {
    -webkit-box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.3), 0 0 21px 5px rgba(255, 86, 0, 0);
            box-shadow: 0 0 1px 4px rgba(252, 91, 33, 0.3), 0 0 21px 5px rgba(255, 86, 0, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 15px 7px rgba(252, 91, 33, 0), 0 0 16px 2px rgba(255, 86, 0, 0.3);
            box-shadow: 0 0 15px 7px rgba(252, 91, 33, 0), 0 0 16px 2px rgba(255, 86, 0, 0.3);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 91, 33, 0), 0 0 21px 5px rgba(255, 86, 0, 0.2);
            box-shadow: 0 0 0 0 rgba(252, 91, 33, 0), 0 0 21px 5px rgba(255, 86, 0, 0.2);
    }
}

@-webkit-keyframes pulse2 {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 134, 1), 0 0 21px 5px rgba(0, 255, 134, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 255, 134, 1), 0 0 21px 5px rgba(0, 255, 134, 0.6);
    }
    20% {
    -webkit-box-shadow: 0 0 1px 4px rgba(0, 255, 134, 0.3), 0 0 21px 5px rgba(0, 255, 134, 0);
            box-shadow: 0 0 1px 4px rgba(0, 255, 134, 0.3), 0 0 21px 5px rgba(0, 255, 134, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 15px 7px rgba(0, 255, 134, 0), 0 0 16px 2px rgba(0, 255, 134, 0.3);
            box-shadow: 0 0 15px 7px rgba(0, 255, 134, 0), 0 0 16px 2px rgba(0, 255, 134, 0.3);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 134, 0), 0 0 21px 5px rgba(0, 255, 134, 0.2);
            box-shadow: 0 0 0 0 rgba(0, 255, 134, 0), 0 0 21px 5px rgba(0, 255, 134, 0.2);
    }
}

@keyframes pulse2 {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 134, 1), 0 0 21px 5px rgba(0, 255, 134, 0.6);
            box-shadow: 0 0 0 0 rgba(0, 255, 134, 1), 0 0 21px 5px rgba(0, 255, 134, 0.6);
    }
    20% {
    -webkit-box-shadow: 0 0 1px 4px rgba(0, 255, 134, 0.3), 0 0 21px 5px rgba(0, 255, 134, 0);
            box-shadow: 0 0 1px 4px rgba(0, 255, 134, 0.3), 0 0 21px 5px rgba(0, 255, 134, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 15px 7px rgba(0, 255, 134, 0), 0 0 16px 2px rgba(0, 255, 134, 0.3);
            box-shadow: 0 0 15px 7px rgba(0, 255, 134, 0), 0 0 16px 2px rgba(0, 255, 134, 0.3);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 134, 0), 0 0 21px 5px rgba(0, 255, 134, 0.2);
            box-shadow: 0 0 0 0 rgba(0, 255, 134, 0), 0 0 21px 5px rgba(0, 255, 134, 0.2);
    }
}
@media (max-width: 991.9998px) {
    .ca-card [class*=col-] {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .ca-landing {
        max-height: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .ca-card .ca-contact-hook {
        margin-left: 33.33334%;
        padding-left: 25px;
    }
}

@media (min-width: 576px) {
    .ca-card .partner-imgwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .ca-card .col-sm {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .ca-card .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .ca-card .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .ca-card .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .ca-card .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .ca-card .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .ca-card .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .ca-card .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .ca-card .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .ca-card .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .ca-card .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .ca-card .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .ca-card .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .ca-card .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.998px) {
    .ca-card .ca-hook{
        padding-bottom: 70px;
    }

    .ca-card .ca-contact-hook {
        width: 100%;
        word-wrap: break-word;
    }
}