
#digital-landing.page-digital .hero-subtext {
    text-align: center !important;
    color:  #fff !important;
    font-size:  20px !important;
}
#digital-landing.page-digital .vc_col-sm-12 {
    float: none !important;
}
#digital-landing.page-digital .txt-large {
    font-size: 16px;
    line-height: 28px;
    color:  #23272d;
}
#digital-landing.page-digital .circle-list {
    padding: 0;
    margin: 0;
}
#digital-landing.page-digital .circle-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    padding-bottom: 7px;
}
#digital-landing.page-digital .circle-list li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #951c81;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

#digital-landing.page-digital .textarea-in-fullwidth-row {
    max-width: 500px;
}

#digital-landing.page-digital .container {
    max-width: 1106px;
}

#digital-landing.page-digital .shadow-top .wpb_text_column {
    max-width: 817px;
}
#digital-landing.page-digital .page-header .hero {
    background-size: cover;
    opacity: 1;
}

#digital-landing.page-digital .image-column {
    min-height: 200px;
}

#digital-landing.page-digital .expertiese-box > .vc_column-inner {
    padding-bottom: 40px !important;
}
@media (min-width: 768px) {
    #digital-landing.page-digital .vc_figure .vc_box_rounded img {
        border-style: solid;
        border: 2px solid #951c81;
        border-radius:  100%;
    }
}

@media (max-width: 767px) {
    #digital-landing.page-digital .image-column {
        min-height: 200px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .job-box .row:last-of-type .col-xs-12:last-of-type {
        text-align: center !important;
    }
}
#digital-landing.page-digital .gradient-bg {
    background-image: linear-gradient(281deg, #951c81, #4e50a0) !important;
}
#digital-landing.page-digital .gradient-bg p,
#digital-landing.page-digital .gradient-bg a {
    color:  #fff;
    text-align: center;
}
#digital-landing .get-in-touch .vc_toggle_title,
#digital-landing .btn {
    border-radius: 4px;
    padding: 16px 25px;
    text-align: center;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.1) !important;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    min-height: 50px;
    background: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background: linear-gradient(288deg, #951c81, #4e50a0);

}
#digital-landing .get-in-touch .vc_toggle_title:hover,
#digital-landing .btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8
}
#digital-landing .get-in-touch .vc_toggle_title.btn-small,
#digital-landing .btn.btn-small {
    font-size: 12px;
    padding: 10px 25px;
    min-height: 20px;
    line-height: 20px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-absolute,
#digital-landing .btn.btn-absolute {
    position: absolute;
    right: 30px;
    height: 38px;
    top: 25px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-back,
#digital-landing .btn.btn-back {
    display: block;
    max-width: 170px;
    margin: 10px auto 0;
    height: 38px;
    padding: 10px 25px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-share,
#digital-landing .btn.btn-share {
    padding: 10px 40px;
    margin: 0 auto;
    display: block;
    max-width: 300px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-share i,
#digital-landing .btn.btn-share i {
    font-size: 24px;
    margin-right: 10px;
    top: 3px;
    font-weight: normal;
    position: relative
}
#digital-landing .get-in-touch .vc_toggle_title.btn-yellow,
#digital-landing .btn.btn-yellow {
    background: #deb400
}
#digital-landing .get-in-touch .vc_toggle_title.btn-yellow:hover,
#digital-landing .btn.btn-yellow:hover {
    opacity: 1;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.8) !important;
    box-shadow: inset 0 1px 4px 0 rgba(40, 40, 40, 0.8) !important
}
#digital-landing .get-in-touch .vc_toggle_title.btn-center,
#digital-landing .btn.btn-center {
    display: block;
    margin: 0 auto;
    max-width: 200px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-arr,
#digital-landing .btn.btn-arr {
    padding-left: 50px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-arr::after,
#digital-landing .btn.btn-arr::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("assets/images/ic-chevron-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#digital-landing .get-in-touch .vc_toggle_title.btn-arr:hover::after,
#digital-landing .btn.btn-arr:hover::after {
    left: 15px
}
#digital-landing .get-in-touch .vc_toggle_title.btn-sector,
#digital-landing .btn.btn-sector {
    right: 0;
    top: 0
}
@media (max-width: 991px) {
    #digital-landing .get-in-touch .vc_toggle_title.btn-sector,
   #digital-landing .btn.btn-sector {
        top: -15px
    }
}
#digital-landing .get-in-touch .vc_toggle_title {
    max-width: 160px;
    margin: 0 auto;
    background: #deb400
}
#digital-landing .get-in-touch .vc_toggle_title h4 {
    color: #fff
}
#digital-landing .get-in-touch .vc_toggle_title h4:hover {
    opacity: 1;
}
#digital-landing {
    background: #fff
}
#digital-landing .expertiese-box {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#digital-landing .expertiese-box img {
    position: absolute;
    bottom: 20px
}
#digital-landing .expertiese-box>.vc_column-inner {
    position: relative;
    padding-bottom: 70px !important
}
#digital-landing .expertiese-box .vc_column-inner,
#digital-landing .expertiese-box h4,
#digital-landing .expertiese-box p {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
#digital-landing .expertiese-box .popup {
    display: none
}
#digital-landing .expertiese-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300
}
#digital-landing .expertiese-box .btn-exec {
    display: block;
    max-width: 160px;
    padding: 12px 17px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
#digital-landing .expertiese-box:hover .btn {
    background: #deb400
}
#digital-landing .expertiese-box.disabled {
    position: relative;
    opacity: 0.5
}
#digital-landing .expertiese-box.disabled .vc_column-inner {
    background-color: #f5f5f5 !important
}
#digital-landing .expertiese-box.active .btn-more {
    display: none
}
#digital-landing .expertiese-box.active:hover h4 {
    color: #144793 !important
}
#digital-landing .expertiese-box.active:hover p {
    color: #23272c !important
}
#digital-landing .expertiese-box.active:hover .btn {
    background-image: linear-gradient 116deg, #144793, #033847 !important
}
#digital-landing .expertiese-box.active:hover>.vc_column-inner {
    background: #fff !important
}
#digital-landing .item-more {
    padding: 55px
}
@media (max-width: 991px) {
    #digital-landing .item-more {
        padding: 55px 0
    }
}
@media (max-width: 768px) {
    #digital-landing .item-more {
        padding: 20px 0
    }
}
#digital-landing .item-more img {
    float: right;
    -webkit-filter: invert();
    filter: invert();
    position: relative;
    top: 5px
}
@media (max-width: 768px) {
    #digital-landing .item-more img {
        float: none;
        margin-bottom: 10px
    }
}
#digital-landing .item-more h4 {
    color: #144793;
    margin-bottom: 15px
}
#digital-landing .item-more p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}
#digital-landing .item-more .close {
    background-image: url("assets/images/ic-cancel-dark.svg");
    top: -25px
}
#digital-landing .item-more .btn {
    position: static;
    display: block;
    max-width: 160px;
    margin: 30px auto 0
}
#digital-landing .get-in-touch.vc_toggle_active .vc_toggle_title {
    display: block !important;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px !important;
    max-width: 85px;
    min-height: 40px !important
}
#digital-landing .get-in-touch.vc_toggle_active .vc_toggle_title h4 {
    font-size: 12px !important
}
#digital-landing .contact-form {
    background: transparent;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    margin-top: -60px
}
#digital-landing .contact-form textarea {
    min-height: 225px
}
#digital-landing .gradient-row {
    background-image: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: linear-gradient(288deg, #951c81, #4e50a0);
}
#digital-landing #header .logo img {
    width: 202px
}
@media (max-width: 1200px) {
    #digital-landing #header #nav a {
        padding: 15px 15px
    }
}
#digital-landing #header.inverted {
    -webkit-box-shadow: 0 1px 4px 0 rgba(20, 71, 147, 0.3);
    box-shadow: 0 1px 4px 0 rgba(20, 71, 147, 0.3)
}
#digital-landing #header.inverted nav li a {
    color: #4e50a0
}
#digital-landing #header.inverted nav li.active a,
#digital-landing #header.inverted nav li a:hover {
    background-image: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: linear-gradient(288deg, #951c81, #4e50a0);
}
#digital-landing .page-header {
    background-image: linear-gradient(294deg, #951c81, #4e50a0);
    min-height: 525px
}
#digital-landing .page-header .hero {
    background-position: center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.65;
    padding-top: 525px
}
@media (max-width: 1400px) {
    #digital-landing .page-header .hero {
        background-size: 100% auto
    }
}
@media (max-width: 1200px) {
    #digital-landing .page-header .hero {
        background-size: cover
    }
}
@media (max-width: 480px) {
    #digital-landing .page-header {
        min-height: 300px;
    }
    #digital-landing .page-header .hero {
        background-size: contain;
        background-position: top center;
        padding-top: 440px;
    }
}
#digital-landing section#newsletter {
    background-image: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: linear-gradient(288deg, #951c81, #4e50a0);
}
#digital-landing .btn-exec {
    background-image: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: linear-gradient(288deg, #951c81, #4e50a0);
}
#digital-landing #footer .col-xs-12:first-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}
#digital-landing #footer .col-xs-12:first-of-type p {
    padding-top: 15gpx;
    margin-bottom: 0
}
#digital-landing #footer .col-xs-12:first-of-type a:last-of-type {
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #23272c;
    color: #03addc
}
#digital-landing #footer .col-xs-12:first-of-type a:last-of-type:hover {
    text-decoration: underline
}
#digital-landing #footer .copyrights {
    width: 100%;
    margin: 40px auto 0;
    display: block;
}
#digital-landing #footer .copyrights p {
    text-align: center;
}
#digital-landing #footer .social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px
}
@media (max-width: 576px) {
    #digital-landing #footer .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10pxg
    }
}
#digital-landing #footer .social li {
    margin-right: 15px
}
#digital-landing #footer .social li:last-of-type {
    margin-right: 0
}
#digital-landing #footer .social a {
    color: #951c81;
}
#digital-landing #footer .social a:hover {
    color: #4e50a0;
}
#digital-landing #footer .btn {
    float: right;
    padding-right: 40px;
    padding-left: 40px
}
@media (max-width: 576px) {
    #digital-landing #footer .btn {
        float: none
    }
}
#digital-landing .post-box h4 {
    color: #23272c
}
#digital-landing .post-box time {
    color: #144793
}
#digital-landing .post-box .btn {
    background-image: -webkit-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: -o-linear-gradient(288deg, #951c81, #4e50a0);
    background-image: linear-gradient(288deg, #951c81, #4e50a0);
}
#digital-landing .post-box p {
    line-height: 24px
}
#digital-landing section#listing_filters {
    display: none
}
#digital-landing .shadow-box {
    position: relative;
    border-radius: 4px;
}
#digital-landing .shadow-box::after {
    content: '';
    display: block;
    width: 90%;
    height: 150px;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
#digital-landing .shadow-top {
    position: relative;
    z-index: 7
}
#digital-landing .shadow-top .wpb_column {
    z-index: 6
}
#digital-landing .shadow-top::after {
    content: '';
    display: block;
    height: 200px;
    width: 97%;
    -webkit-box-shadow: 0 2px 50px 0 rgba(20, 71, 147, 0.51);
    box-shadow: 0 2px 50px 0 rgba(20, 71, 147, 0.51);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}
#digital-landing.page-digital #specs .btn {
    font-size:  12px;
    padding:  12px 24px;
}
#digital-landing.page-digital .shadow-box .vc_column-inner a.btn {
    position: relative;
    display: initial !important;
    height: initial;
    bottom:  initial;
    left:  initial;
    transform:  initial;
}
#digital-landing.page-digital .shadow-box .vc_row.wpb_row.vc_inner .vc_column-inner {
    padding-left:  25px !important;
    padding-right:  60px !important;
}
#digital-landing.page-digital .img-gradient {
    position: relative;
}
#digital-landing.page-digital .img-gradient > .vc_column-inner {
    opacity: 0.59;
}
#digital-landing.page-digital .img-gradient:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:  0;
    right: 0;
    bottom:  0;
    background-image: linear-gradient(304deg, #951c81, #4e50a0)
}
#digital-landing.page-digital h3 {
    color:  #4e50a0;
}
#digital-landing.page-digital .hidden-content {
    display: none !important;
}
#digital-landing.page-digital .hidden-content.open {
    display: flex !important;
    flex-wrap:  wrap;
}
#digital-landing.page-digital .bio {
    line-height: 24px !important;
    color: #23272d !important;
    font-weight:  300 !important;
}
@media(max-width: 991px) {
    #digital-landing.page-digital #header {
        background-image: linear-gradient(304deg, #951c81, #4e50a0);
    }
    #digital-landing.page-digital .flex-box {
        display: flex;
        flex-wrap:  wrap;
    }
}
@media(max-width: 991px) {
    #digital-landing.page-digital #intro-texta .vc_column_container>.vc_column-inner {
        padding-left:  0 !important;
        padding-right:  0 !important;
    }
}
#digital-landing.page-digital .btn.btn-less:after {
    display: inline-block;
    content: '';
    width:  14px;
    height: 14px;
    position: relative;
    top:  2px;
    background-position: center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-image: url('assets/images/icon-close.svg');
    right: -10px;
}
#digital-landing.page-digital #header.inverted .logo-color {
    max-width:  200px;
}