.bg-purple {
    background-color: #52055d
}

.pb-0 {
    padding-bottom: 0!important
}

.headerBreadcrumbs {
    position: relative
}

.headerBreadcrumbs .breadcrumss {
    font-size: 12px;
    line-height: 30px;
    padding-top: 16px
}

.headerBreadcrumbs .textWhite {
    color: #fff
}

.headerBreadcrumbs .mb24 {
    margin-bottom: 24px
}

.headerBreadcrumbs .mt32 {
    margin-top: 32px
}

.headerBreadcrumbs .mt16 {
    margin-top: 16px
}

.headerBreadcrumbs .mb-32 {
    margin-bottom: 32px
}

@media(max-width:600px) {
    .headerBreadcrumbs .sm-pt-32 {
        padding-top: 32px
    }

    .headerBreadcrumbs .sm-pt-64 {
        padding-top: 64px
    }
}

.headerBreadcrumbs .pt-0 {
    padding-top: 0
}

@media(max-width:767.98px) {
    .headerBreadcrumbs {
        padding-bottom: 24px
    }
}

.headerBreadcrumbs li {
    color: inherit;
    display: inline-block
}

.headerBreadcrumbs li:last-child:after {
    content: none
}

.headerBreadcrumbs li a {
    color: inherit;
    font-size: 12px;
    line-height: 30px
}

.headerBreadcrumbs .arrow {
    background-position: 50%;
    background-size: contain;
    height: 7px;
    margin-left: 4px;
    margin-right: 4px;
    width: 7px
}

.about-us-wrapper h3 {
    margin-bottom: 8px
}

.about-us-wrapper p {
    color: #6d7783;
    line-height: 1.5
}

.about-us-wrapper--about-content .about-us {
    margin-bottom: 120px
}

.about-us-wrapper--about-content .about-us img {
    border-radius: 18px
}

@media(min-width:768px) {
    .about-us-wrapper--about-content .about-us:nth-child(2n) img {
        margin-left: 80px
    }

    .about-us-wrapper--about-content .about-us:nth-child(odd) img {
        margin-right: 80px
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .about-us-wrapper--about-content .about-us {
        margin-bottom: 64px
    }

    .about-us-wrapper--about-content .about-us:nth-child(2n) img {
        margin-left: 40px
    }

    .about-us-wrapper--about-content .about-us:nth-child(odd) img {
        margin-right: 40px
    }
}

@media(max-width:767.98px) {
    .about-us-wrapper--about-content .about-us {
        align-items: flex-start;
        margin-bottom: 64px
    }

    .about-us-wrapper--about-content .about-us img {
        margin-bottom: 24px;
        max-width: 120px
    }
}

.about-us-wrapper--about-content .about-us figcaption {
    max-width: 880px
}

.about-us-wrapper--vision {
    margin-bottom: 80px
}

@media(max-width:991.98px) {
    .about-us-wrapper--vision {
        margin-bottom: 40px
    }
}

.about-us-wrapper--happy-gaming {
    color: #cda677
}