.user-menu{
    right: 0 !important;
}

.products__item {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    padding-top: 55px;
    padding-bottom: 20px;
    border-bottom: 11px solid;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    height: 100%
}
.contact-form textarea {
    min-height: 100px;
    background-color: #ebefef;
}
input.input-standard-grey,
textarea.input-standard-grey {
    border-radius: 10px;
    background-color: #ebefef;
}
/* udmp */
.pie-chart-item .pie-chart {
    width: 150px !important;
    height: 150px !important;
    border: 5px solid #f7f9f9 !important;
    float: unset !important;
    margin-right: auto !important;
    margin: 0 auto !important;
}
.pie-chart-item .pie-chart .content_2 {
    font-size: 25px !important;
    color: #2f2c2c !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
}
.pie-chart-content-text{
    line-height: unset !important ;
}

.testimonial-item.testimonial-arrow:before {
    border-color: #f0f2f2 #ffffff #f7f9f9 #ffffff !important;
}
.testimonial-item.testimonial-arrow {
    background-color: #f7f9f9 !important;
}
.testimonial-item.testimonial-arrow .quote i {
    color: #f0f2f2 !important;
}
.bg-green-cus{
    background: linear-gradient(to bottom, rgb(247 249 249) 0%, #13988a 100%) !important;
}

.product-description-challenge .product-description-border {
    border: 6px solid #f0f2f2 !important;
}

.product-description-solution .product-description-border {
    border: 6px solid #f0f2f2 !important;
}

#dmp .carousel-item--1 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/life_stage.png');
}

#dmp .carousel-item--2 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/life_style.png');
}

#dmp .carousel-item--3 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/age.png');
}

#dmp .carousel-item--4 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/gender.png');
}

#dmp .carousel-item--5 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/country.png');
}

#dmp .carousel-item--6 .carousel-item__image {
    background-image: url('../../images/mediaeyes/u_dmp/device.png');
}
.carousel-item__info {
    flex-direction: column;
    -webkit-flex-direction: column;
}

/*  */
.pie-chart canvas{
    -webkit-animation: rotation 5s infinite linear !important;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}

@media (max-width: 768px){
    .product-description-solution .product-description-thumb{
        margin-top:0px;
    }
    .sm-mg-t-60{
        margin-top: 60px;
    }
}
@media (max-width: 570px){
    .carousel {
        min-height: 300px;
    }
    .recent-case .pagination-bottom {
        padding-bottom: 20px;
    }
}
/* uconnect */
#connect .carousel-item--1 .carousel-item__image {
    background-image: url('../../images/mediaeyes/slide01.jpg');
}

#connect .carousel-item--2 .carousel-item__image {
    background-image: url('../../images/mediaeyes/slide02.jpg');
}

#connect .carousel-item--3 .carousel-item__image {
    background-image: url('../../images/mediaeyes/slide03.jpg');
}

#connect .carousel-item--4 .carousel-item__image {
    background-image: url('../../images/mediaeyes/slide04.jpg');
}

#connect .carousel-item--5 .carousel-item__image {
    background-image: url('../../images/mediaeyes/slide06.jpg');
}
#connect .case-item .case-item__thumb {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.video{
    position: relative;
    width: 100%;
}
.video #video {
    position: absolute;
    left: 1.5%;
    top: 3%;
    width: 96%;
    height: 79%;
    outline: none;
}
.header{
    padding: 10px 0px !important;
}
.heading .heading-title{
    margin-bottom: 0px;
}
.tx-left{
    text-align: left !important;
}
.footer {
    padding-top: 30px;
}
.footer .info {
    padding-bottom: 10px;
}
.products__item__icon-container svg {
    display: block;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto
}
.contact-form textarea {
    min-height: 100px;
}
input.input-standard-grey,
textarea.input-standard-grey {
    border-radius: 10px;
}
.products__item__icon-container {
    width: 100%;
    text-align: center
}

.products__item .products__item__title {
    margin-top: 35px;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 900;
    color: #333f48;
    text-transform: uppercase
}

.products__item .products__item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 2;
    text-align: left;
    padding: 15px;
    color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 46px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, .2)
}

.products__item:hover .products__item__overlay {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -26px;
    left: -15px;
    padding: 30px;
    opacity: 1;
    z-index: 3
}

.products__item .products__item__overlay .products__item__overlay__cta {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
  
    display: inline-block
}

.products__item .products__item__overlay .products__item__overlay__title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 900
}

.products__item .products__item__overlay .products__item__overlay__copy {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 1em
}

.products__item__overlay__copy p {
    margin: 0;
    font-size: 16px
}

.solutions {
    background: url(../../images/mediaeyes/bg-clientele.png) no-repeat 0 70%;
    background-repeat: no-repeat
}

.clients_size{
    width: 192px;
    height: 53px;
}
/*  */
.ht-400{
    height: 400px;
}
.pagination .pagination-item.active, 
.pagination .pagination-item.swiper-pagination-bullet-active, 
.pagination .swiper-pagination-bullet.active, 
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.swiper-pagination .pagination-item.active, 
.swiper-pagination .pagination-item.swiper-pagination-bullet-active, 
.swiper-pagination .swiper-pagination-bullet.active, 
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
}

.pagination .pagination-item, 
.pagination .swiper-pagination-bullet, 
.swiper-pagination .pagination-item, 
.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.bg-green-cus{
    /* background-color: #13988a; */
    background: linear-gradient(to bottom, #fff 0%, #13988a 100%);
}
.product-description-challenge .product-description-border {
    border: 6px solid #f0f2f2;
}

.product-description-solution .product-description-border {
    border: 6px solid #f0f2f2;
}
.mb30 {
    margin-bottom: 30px;
}
.mb30-force {
    margin-bottom: 30px !important;
}
.ht-500-force{
    height: 500px !important;
}
.tx-16-force{
    font-size: 16px !important;
}
.tx-16{
    font-size: 16px;
}
.tx-14-force{
    font-size: 14px !important;
}
.tx-14{
    font-size: 14px;
}
.tx-12{
    font-size: 12px;
}
.list_hover{
    position: relative;
    z-index: 5;
}
.mr10-force{
    margin-right: 10px !important;
}
.mb-p-cus{
    margin: 0 0 .25em !important;
}
/* carousel */
.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 900px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}
.carousel-item__info {
    height: 100%;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* -webkit-flex-direction: column; */
    order: 1;
    left: 0;
    margin: auto;
    padding: 0 20px;
    width: 40%;
}
.carousel-item {
    visibility: visible;
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    background-color: #f7f9f9;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
    transition: 0.6s all linear;
}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 60%;
    -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transform: translateX(100%);
    transition: 0.6s all ease-in-out;
}

.carousel-item__subtitle {
    letter-spacing: 3px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #7E7E7E;
    font-weight: 700;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2C2C2C;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    margin-top: 15px;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 13px;
    color: #7e7e7e;
    line-height: 22px;
    margin-bottom: 15px;
}

.carousel-item__btn {
    width: 35%;
    color: #2C2C2C;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel__nav {
    position: absolute;
    right: 0;
    z-index: 2;
    background-color: #fff;
    bottom: 0;
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    fill: #5d5d5d;
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    padding: 11px 15px;
    position: relative;
}

.carousel__arrow:nth-child(1):after {
    content: '';
    right: -3px;
    position: absolute;
    width: 1px;
    background-color: #b0b0b0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
}

.carousel .active {
    z-index: 1;
    display: flex;
    visibility: visible;
}

.active .carousel-item__subtitle,
.active .carousel-item__title,
.active .carousel-item__description,
.active .carousel-item__btn {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease-in-out;
    visibility: visible;
}

.active .carousel-item__image {
    transition: 0.6s all ease-in-out;
    transform: translateX(0);
}
.lp-3{
    letter-spacing: 3px;
}
.mb-0-force{
    margin-bottom: 0px !important;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-t-20{
    margin-top: 20px;
}
.mg-b-30{
    margin-bottom: 30px;
}
.mg-t-80{
    margin-top: 80px;
}
.mg-t-10{
    margin-top: 10px;
}
.mg-b-10-force{
    margin-bottom: 10px !important;
}
.mg-b-30{
    margin-bottom: 30px;
}
.mg-b-10{
    margin-bottom: 10px;
}
.mb-0-force{
    margin-bottom: 0px !important;
}

.case-item .case-item__thumb {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.case-item i {
    font-size: 70px;
    color: #4cc2c0;
}
.case-item:hover i {
    color: #fff;
}
.info-box-image i {
    font-size: 70px;
    color: #4cc2c0;
}
/*  */
.pd-30{
    padding: 30px;
}
.mg-l-5-force{
    margin-left: 5px !important;
}
.pd-t-0-force{
    padding-top: 0px !important;
}
.tx-center{
    text-align: center;
}
/*  */
@media (max-width: 1190px) and (min-width: 800px){
    .slider-slides .slides-item{
        height: 130px;
    }
}
@media (max-width: 800px){
    .md-hidden{
        display: none;
    }
    .slider-slides .slides-item .content .text-wrap .slides-title {
        display: none;
    }
}
@media (max-width: 570px){
    .main-slider {
        padding-bottom: 50px;
    }
    .sm-ht-250{
        height: 250px;
    }
    .sm-align-center{
        text-align: center;
    }
    .product-description-challenge .product-description-content{
        padding: 25px;
    }
    .sm-ht-250{
        height: 250px;
    }
    
    .carousel-item__info{
        display:none;
    }
    .carousel-item__image{
        width: 100%;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
}

/*
Custom error 
*/

.custom-error .error-wrapper {
        display: none;
    }


.custom-error .has-error {
    position: relative;
}
.custom-error .has-error .error-wrapper {
        display: block;
    }
    input.field-input,
    textarea.field-input,
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple,
    .border-input-type-file,
    .field-datepicker,
    .input-group-addon,
    .error {
        border: 1px solid red !important;
    }
    .error-wrapper {
        
        position: absolute;
        color: red;
        right: 5px;
        bottom: 10px;
        cursor: pointer;
        display: block;
        z-index: 100;
    }
    .error-wrapper span {
        display: none !important;
        position: absolute;
    }
    .error-wrapper:hover 
        span {
            display: block !important;
            background-color: rgba(243, 25, 25, 0.8);
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 5px;
            /* Position the tooltip */
            position: absolute;
            z-index: 1;
            white-space: nowrap;
        }
        span.right {
            right: 0;
        }
    


.custom-error .has-error.tooltip-right 
    span.tooltiptext {
        right: 0;
    }


@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #337ab7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #337AB7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
    }
}