.who_weAre_wrapper {
    padding-top: 70px;
    margin: auto;
    overflow: hidden;
}

.title img {
    opacity: .95;
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.who_weAre_wrapper .title {
    margin-bottom: 14px;
}

.who_weAre_wrapper .mockUp_text_left {
    color: #ed4747;
    top: 20px;
    left: 0;
}

.mockUp_text_left, .mockUp_text_right {
    font-family: "Hakusyukaisyo";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-transform: uppercase;
    text-wrap: wrap;
    position: absolute;
    z-index: 6;
}

.backgroundMockup {
    text-align: center !important;
/*    margin-top: -100px;*/
    background: url(../images/background/who-we-are1.png) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.backgroundMockup .mockup {
    position: relative;
    z-index: 2;
}

.backgroundMockup .border {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0 !important;
}
.backgroundMockup img {
    width: 100%;
}

.backgroundMockup .images_wrapper {
    width: 100%;
    max-width: 475px;
    height: 475px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 25px auto 0;
}

.backgroundMockup .images_wrapper::before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.backgroundMockup .images_wrapper:after, .backgroundMockup .images_wrapper:before {
    content: "";
    border-radius: 50%;
    background-color: #ffffffa1;
    width: 380px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: scaleIn 4s infinite linear;
    animation: scaleIn 4s infinite linear;
}

.backgroundMockup .images_wrapper span {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.backgroundMockup .images_wrapper span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffffa1;
}


@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotating2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotating2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.who_weAre_wrapper .backgroundMockup .star_left {
    top: 200px !important;
}
.backgroundMockup .star_left {
    width: 170px;
    height: 170px;
    position: absolute;
    left: -15px;
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    top: 80px;
}

.who_weAre_wrapper .backgroundMockup .star_right {
    top: 0 !important;
}
.backgroundMockup .star_right {
    width: 170px;
    height: 170px;
    position: absolute;
    right: -15px;
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    top: 80px;
}


@media screen and (max-width: 1399px) {
    .who_weAre_wrapper {
        padding-top: 35px;
    }

}

@media screen and (max-width: 1399px) {
    .title img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1399px) {
    .who_weAre_wrapper .mockUp_text_right {
        font-size: 32px;
        line-height: 38px;
    }
}

.who_weAre_wrapper .mockUp_text_right {
    color: #2d2d2d;
    bottom: 226px;
    right: 0;
    font-size: 56px;
    line-height: 56px;
}