.page-wrapper .breadcrumbs{
    display: none;
}
.matterMujoy * {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.matterMujoy {
    box-sizing: border-box;
    color: #ffffff;
    background-color: #000000;
}
.matterMujoy div p {
    line-height: 1.6;
    color: #ffffff;
}
.matterMujoy ol {
    list-style: none;
}
.matterMujoy a {
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}
.matterMujoy__banner {
    position: relative;
}
.matterMujoy__banner img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.matterMujoy__explain {
    position: relative;
    margin-top: 10px;
}
.matterMujoy__explain img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.matterMujoy__explain__Contanier {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.matterMujoy__explain__Contanier__Inner {
    text-align: center;
    margin: 35px 20px;
    color: #101010;
}
.matterMujoy__explain__Contanier__Inner p {
    color: #101010 !important;
}
.matterMujoy__explain__Contanier__Inner img {
    height: 32px;
    width: 146px;
    margin: auto;
    margin-top: 64px;
}
@media only screen and (max-width: 360px) {
    .matterMujoy__explain {
        height: 496px;
    }
    .matterMujoy__explain img {
        max-height: 496px;
    }
}
@media only screen and (min-width: 361px) {
    .matterMujoy__explain {
        max-height: 430px;
    }
    .matterMujoy__explain img {
        max-height: 430px;
    }
}
@media only screen and (min-width: 768px) {
    .matterMujoy__explain {
        margin-top: 20px;
        max-height: 288px;
    }
    .matterMujoy__explain img {
        max-height: 288px;
    }
    .matterMujoy__explain__Contanier__Inner {
        margin: 0 auto;
        max-width: 688px;
    }
    .matterMujoy__explain__Contanier__Inner img {
        margin-top: 32px;
        height: 37px;
        width: 173px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__explain {
        max-height: 720px;
    }
    .matterMujoy__explain img {
        max-height: 720px;
    }
    .matterMujoy__explain__Contanier__Inner {
        margin: auto;
        max-width: 1200px;
    }
    .matterMujoy__explain__Contanier__Inner p {
        max-width: 1000px;
    }
    .matterMujoy__explain__Contanier__Inner img {
        margin-top: 57px;
        height: 94px;
        width: 437px;
    }
}
.matterMujoy__elevate {
    font-size: 16px;
}
.matterMujoy__elevate__imageText {
    text-align: center;
    margin: 40px 16px 0;
}
.matterMujoy__elevate__imageText img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 24px;
}
.matterMujoy__elevate__imageText p {
    margin: 0 4px 24px;
}
.matterMujoy__elevate__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 16px;
    margin-bottom: 40px;
}
.matterMujoy__elevate__icons div {
    width: calc((100% - 12px) / 2);
    height: 160px;
    text-align: center;
    margin-bottom: 12px;
    background-color: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.matterMujoy__elevate__icons img {
    height: 40px;
    width: 40px;
}
.matterMujoy__elevate__icons p {
    margin-top: 4px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .matterMujoy__elevate {
        font-size: 16px;
    }
    .matterMujoy__elevate__imageText {
        max-width: 704px;
        margin: auto;
        text-align: center;
        margin: 48px auto 0;
    }
    .matterMujoy__elevate__imageText img {
        max-width: 704px;
        max-height: 704px;
        margin-bottom: 32px;
    }
    .matterMujoy__elevate__imageText h2 br {
        display: none;
    }
    .matterMujoy__elevate__imageText p {
        margin: 0 8px 32px;
    }
    .matterMujoy__elevate__icons {
        max-width: 704px;
        margin: auto;
        margin-bottom: 48px;
        justify-content: center;
    }
    .matterMujoy__elevate__icons div {
        width: 276px;
        height: 158px;
        text-align: center;
        margin-bottom: 16px;
        margin-right: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .matterMujoy__elevate__icons div:nth-child(2n) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .matterMujoy__elevate__icons img {
        height: 48px;
        width: 48px;
    }
    .matterMujoy__elevate__icons p {
        margin-top: 24px;
    }
    .matterMujoy__elevate__icons p br {
        display: none;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__elevate {
        font-size: 20px;
    }
    .matterMujoy__elevate__imageText {
        display: flex;
        justify-content: center;
        margin: 100px auto 80px;
        max-width: 1200px;
        align-items: flex-end;
        text-align: left;
    }
    .matterMujoy__elevate__imageText h2 {
        text-align: left;
        margin-bottom: 60px;
    }
    .matterMujoy__elevate__imageText img {
        margin-bottom: 0;
        margin-right: 80px;
    }
    .matterMujoy__elevate__imageText p {
        margin: 0 4px 80px;
    }
    .matterMujoy__elevate__icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        margin: auto;
        margin-bottom: 72px;
    }
    .matterMujoy__elevate__icons div {
        width: 281px;
        height: 158px;
        text-align: center;
        margin-right: 24px;
        margin-bottom: 0px;
    }
    .matterMujoy__elevate__icons div:nth-child(2n) {
        margin-right: 24px;
    }
    .matterMujoy__elevate__icons div:last-child {
        margin-right: 0;
    }
    .matterMujoy__elevate__icons p {
        margin-top: 20px;
        font-size: 16px;
    }
}
.matterMujoy__controllers__Tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.matterMujoy__controllers__Tabs .tab {
    font-size: 16px;
    padding: 4px 12px;
    font-weight: 500;
    color: #e6e6e6;
    cursor: pointer;
}
.matterMujoy__controllers__Tabs .tab:first-child {
    margin-right: 106px;
}
.matterMujoy__controllers__Tabs .active {
    border-bottom: 3px solid #5c0f8b;
}
@media only screen and (min-width: 768px) {
    .matterMujoy__controllers__Tabs {
        margin-bottom: 32px;
    }
    .matterMujoy__controllers__Tabs .tab {
        font-size: 24px;
        padding: 8px 20px;
    }
    .matterMujoy__controllers__Tabs .active {
        border-bottom: 5px solid #5c0f8b;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__controllers__Tabs {
        margin-bottom: 48px;
    }
    .matterMujoy__controllers__Tabs .tab {
        font-size: 30px;
        padding: 8px 15px;
    }
}
.matterMujoy__controllers .matter-controllers-wrapper {
    display: flex;
    display: none;
    justify-content: space-between;
    padding-bottom: 100px;
}
.matterMujoy__controllers .activeContent {
    display: flex;
}
.matterMujoy__controllers .matter-controllers-title {
    font-size: 40px;
    color: #1f2429;
    letter-spacing: 0;
    text-align: center;
    line-height: 64px;
    font-weight: 800;
    padding: 100px 0 80px;
}
.matterMujoy__controllers .matter-controllers-title.title2 {
    padding-top: 0;
    padding-bottom: 50px;
}
.matterMujoy__controllers .matter-controllers-item {
    padding: 32px 24px;
    background: #222222;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 276px;
}
.matterMujoy__controllers .matter-controllers-img {
    width: 180px;
    height: 45px;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 800;
}
.matterMujoy__controllers .matter-controllers-line {
    margin: 32px 0 24px;
    height: 2px;
    background: linear-gradient(to right, #5c0f8b, #f5b335);
}
.matterMujoy__controllers .matter-controllers-line.disabled {
    background: #7c7c7c;
}
.matterMujoy__controllers .matter-controllers-li {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.matterMujoy__controllers .matter-controllers-li::before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #ae00ff;
    position: absolute;
    left: 0;
    top: 7px;
}
.matterMujoy__controllers .matter-controllers-li.disabled {
    color: #bfbfbf;
}
.matterMujoy__controllers .matter-controllers-li.disabled::before {
    background-color: #7c7c7c;
}
.matterMujoy__controllers .matter-controllers-tip {
    font-size: 14px;
    color: #8c9399;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: -11px 0 29px 0;
}
@media (min-width: 1264px) {
    .matterMujoy__controllers .matter-controllers-wrapper {
        max-width: 1200px;
        margin: auto;
    }
}
@media (max-width: 1263px) and (min-width: 768px) {
    .matterMujoy__controllers .matter-controllers-wrapper {
        padding-bottom: 48px;
        flex-wrap: wrap;
        width: 568px;
        margin: 0 auto;
    }
    .matterMujoy__controllers .matter-controllers-title {
        font-size: 24px;
        line-height: 38px;
        padding: 60px 0 48px;
    }
    .matterMujoy__controllers .matter-controllers-title.title2 {
        padding-top: 0;
        padding-bottom: 18px;
    }
    .matterMujoy__controllers .matter-controllers-item {
        padding: 24px;
        width: 276px;
    }
    .matterMujoy__controllers .matter-controllers-item:nth-child(n + 3) {
        margin-top: 16px;
    }
    .matterMujoy__controllers .matter-controllers-line {
        margin: 22px 0 15px;
    }
    .matterMujoy__controllers .matter-controllers-li {
        font-size: 16px;
        padding-left: 14px;
    }
    .matterMujoy__controllers .matter-controllers-li::before {
        height: 6px;
        width: 6px;
        top: 8px;
    }
    .matterMujoy__controllers .matter-controllers-tip {
        margin: 0px 0 16px 0;
    }
}
@media (max-width: 767px) {
    .matterMujoy__controllers .matter-controllers-wrapper {
        display: block;
        display: none;
        padding-bottom: 40px;
    }
    .matterMujoy__controllers .activeContent {
        display: block;
    }
    .matterMujoy__controllers .matter-controllers-title {
        font-size: 22px;
        line-height: 35px;
        padding: 40px 0 24px;
    }
    .matterMujoy__controllers .matter-controllers-title.title2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .matterMujoy__controllers .matter-controllers-item {
        padding: 16px;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        width: auto;
        margin: 0 16px;
        min-height: 155px;
    }
    .matterMujoy__controllers .matter-controllers-item + .matter-controllers-item {
        margin-top: 16px;
    }
    .matterMujoy__controllers .matter-controllers-img {
        width: 132px;
        height: 33px;
        font-size: 14px;
        line-height: 18px;
    }
    .matterMujoy__controllers .matter-controllers-line {
        margin: 16px 0;
    }
    .matterMujoy__controllers .matter-controllers-li {
        font-size: 14px;
        padding-left: 14px;
        line-height: 19px;
        margin-bottom: 12px;
    }
    .matterMujoy__controllers .matter-controllers-li::before {
        height: 6px;
        width: 6px;
    }
    .matterMujoy__controllers .matter-controllers-li.disabled {
        color: #8c9399;
    }
    .matterMujoy__controllers .matter-controllers-li.disabled::before {
        background-color: #bfc5c9;
    }
    .matterMujoy__controllers .matter-controllers-tip {
        font-size: 14px;
        color: #8c9399;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin: 0 0 16px 0;
    }
}
.matterMujoy__products {
    position: relative;
}
.matterMujoy__products img {
    width: 100%;
    margin-bottom: 24px;
}
.matterMujoy__products .wordContanier {
    text-align: center;
    padding: 0 20px;
}
.matterMujoy__products ol {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}
.matterMujoy__products li {
    width: calc((100% - 16px) / 2);
    background-color: #222222;
    border-radius: 8px;
    padding-bottom: 13px;
}
.matterMujoy__products li:nth-child(n + 3) {
    margin-top: 16px;
}
.matterMujoy__products li img {
    padding: 14px;
    margin: 0;
}
.matterMujoy__products li p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 12px 28px 12px;
}
.matterMujoy__products li a {
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 42px);
    background-color: #ae00ff;
    height: 34px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    line-height: 34px;
    border-radius: 25px;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .matterMujoy__products br {
        display: none;
    }
    .matterMujoy__products .wordContanier {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 225px;
    }
    .matterMujoy__products .wordContanier__Inner {
        width: 687px;
        margin: auto;
    }
    .matterMujoy__products ol {
        justify-content: center;
        max-width: 720px;
        margin: auto;
        margin-top: 32px;
    }
    .matterMujoy__products li {
        padding-bottom: 16px;
        width: 276px;
    }
    .matterMujoy__products li:nth-child(n + 3) {
        margin-top: 24px;
    }
    .matterMujoy__products li:nth-child(2n) {
        margin-left: 16px;
    }
    .matterMujoy__products li p {
        font-size: 16px;
        margin: 7px 24px 31px 24px;
    }
    .matterMujoy__products li img {
        padding: 22px;
    }
    .matterMujoy__products li a {
        width: 143px;
        height: 40px;
        margin: 0 0 0 24px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__products .wordContanier__Inner {
        width: 1193px;
    }
    .matterMujoy__products ol {
        max-width: 1232px;
    }
    .matterMujoy__products li {
        width: 588px;
        height: 280px;
        display: flex;
        align-items: center;
        padding: 29px 26px 22px 26px;
    }
    .matterMujoy__products li:nth-child(2n) {
        margin-left: 24px;
    }
    .matterMujoy__products li img {
        height: 229px;
        width: 229px;
        padding: 0;
    }
    .matterMujoy__products li p {
        font-size: 20px;
        margin: 0 0 24px 48px;
    }
    .matterMujoy__products li a {
        margin: 0 0 0 48px;
    }
}
.matterMujoy__news {
    --swiper-pagination-color: #ae00ff;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 9px;
    --swiper-pagination-bullet-height: 9px;
    --swiper-pagination-bottom: 15px;
    --swiper-navigation-size: 0;
    position: relative;
    padding: 40px 0 40px 16px;
}
.matterMujoy__news h2 {
    margin-bottom: 32px;
}
.matterMujoy__news .swiperNews {
    overflow-x: hidden;
    position: relative;
}
.matterMujoy__news .swiper-slide {
    width: calc(100% - 40px);
}
.matterMujoy__news .swiper-button-icon {
    display: none;
}
.matterMujoy__news__Contanier {
    background-color: #222222;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    min-height: 414px;
    margin-right: 12px;
    position: relative;
}
.matterMujoy__news__Contanier img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.matterMujoy__news__Contanier__content {
    padding: 16px;
}
.matterMujoy__news__Contanier__desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.matterMujoy__news__Contanier__more{
    position: absolute;
    bottom: 16px;
    color: #ffffff;
}
.matterMujoy__news__Contanier__more:visited,
.matterMujoy__news__Contanier__more:hover,
.matterMujoy__news__Contanier__more:active{
    color: #ffffff;
}
.matterMujoy__news__Contanier__title {
    font-size: 20px;
    margin: 5px 0 10px 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
@media only screen and (min-width: 496px) {
    .matterMujoy__news .swiper-slide {
        width: 282px;
    }
}
@media only screen and (min-width: 768px) {
    .matterMujoy__news {
        --swiper-pagination-bullet-width: 12px;
        --swiper-pagination-bullet-height: 12px;
        --swiper-pagination-bottom: 48px;
        padding: 48px 0 92px 32px;
    }
    .matterMujoy__news__Contanier {
        font-size: 16px;
        border-radius: 16px;
        min-height: 531px;
        margin-right: 24px;
    }
    .matterMujoy__news__Contanier__content {
        padding: 12px 24px 12px 24px;
    }
    .matterMujoy__news__Contanier__more{
        bottom: 24px;
    }
    .matterMujoy__news__Contanier__desc {
        -webkit-line-clamp: 6;
    }
    .matterMujoy__news__Contanier__title {
        font-size: 24px;
        margin: 5px 0 10px 0;
        line-height: 1.2 !important;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__news {
        padding: 100px 0;
        --swiper-navigation-sides-offset: 0;
        --swiper-navigation-top-offset: 60%;
    }
    .matterMujoy__news h2 {
        margin-bottom: 53px;
    }
    .matterMujoy__news__swiperNewsContanier {
        position: relative;
        max-width: 1200px;
        margin: auto;
    }
    .matterMujoy__news .swiperNews {
        max-width: 1112px;
        margin: auto;
    }
    .matterMujoy__news .swiper-slide {
        width: 269px;
    }
    .matterMujoy__news .swiper-button-icon {
        display: block;
    }
    .matterMujoy__news__Contanier {
        height: 507px;
        margin-right: 24px;
    }
    .matterMujoy__news__Contanier img {
        width: 269px;
    }
    .matterMujoy__news__Contanier__content {
        padding: 29px 29px 0 29px;
    }
}
@media only screen and (min-width: 1920px) {
    .matterMujoy__news__swiperNewsContanier {
        max-width: 1305px;
    }
    .matterMujoy__news .swiperNews {
        max-width: 1201px;
        margin: auto;
    }
    .matterMujoy__news .swiper-slide {
        width: 282px;
    }
    .matterMujoy__news .swiper-button-icon {
        display: block;
    }
    .matterMujoy__news__Contanier {
        min-height: 531px;
        margin-right: 24px;
    }
    .matterMujoy__news__Contanier img {
        width: 282px;
    }
}
.matterMujoy__title {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .matterMujoy__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__title {
        font-size: 44px;
        margin-bottom: 32px;
    }
}
.matterMujoy__subtitle {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .matterMujoy__subtitle {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1264px) {
    .matterMujoy__subtitle {
        font-size: 20px;
    }
}
