/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://wbgame.tadagaming.com/All-In-One/production/css/font-awesome.min.css');

.body {
    width: 100dvh;
    overflow-y: scroll;
}

.advertise {
    width: 100%;
    margin-top: var(--margin-header);
    max-height: calc(100vh - var(--margin-header));
    margin: 0 auto;
    width: 100%;
}

.content_index {
    padding-top: 0;
    margin-top: var(--margin-header);
}

.content_index .contact {
    background: #FFF;
}

.content_index .moreAboutUs {
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    padding-top: var(--margin-header);
}

.content_index .moreAboutUs .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.content_index .moreAboutUs .title {
    line-height: 1.2em;
}

.content_index .moreAboutUs .subtitle {
    font-size: 1.5rem;
    font-weight: var(--font-weight-title);
    color: var(--color-txt);
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .subtitle {
        font-size: 1.75rem;
    }
}

.content_index .moreAboutUs .ourMission {
    width: 100%;
    max-width: 1230px;
    background-color: var(--color-base);
    border-radius: 0;
    padding: 26px 21px 0 21px;
    margin: 0;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .ourMission {
        margin: 0;
    }
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission {
        border-radius: 15px;
        padding: 68px 62px;
        margin: 0 16px;
    }
}

.content_index .moreAboutUs .ourMission__main {
    width: 100%;
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission__main {
        width: 50%;
    }
}

.content_index .moreAboutUs .ourMission__main .title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission__main .title {
        font-size: 3.75rem;
    }
}

.content_index .moreAboutUs .ourMission__main__content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
    margin-bottom: 60px;
}

.content_index .moreAboutUs .ourMission__main__list {
    width: 100%;
    margin-bottom: 64px;
}

.content_index .moreAboutUs .ourMission__main__list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding-left: 0;
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission__main__list ul {
        -webkit-column-gap: 68px;
        -moz-column-gap: 68px;
        column-gap: 68px;
    }
}

.content_index .moreAboutUs .ourMission__main__list ul li p {
    line-height: 1.2em;
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
}

.content_index .moreAboutUs .ourMission__main .button {
    text-align: center;
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission__main .button {
        text-align: left;
    }
}

.content_index .moreAboutUs .ourMission__main .button a {
    background-color: #FFF;
    color: var(--color-base);
}

.content_index .moreAboutUs .ourMission__main .button a:hover {
    background-color: #FFF !important;
    color: var(--color-base-light) !important;
}

.content_index .moreAboutUs .ourMission__role {
    width: clamp(400px, 87.614vw, 672px);
    aspect-ratio: 672/815;
    position: relative;
    margin: 0 auto;
    bottom: calc(clamp(38px, 8.083vw, 62px) * -1);
    -webkit-transform: scaleX(-100%);
    transform: scaleX(-100%);
    margin-top: calc(clamp(40px, 7.44vw, 90px) * -1);
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .ourMission__role {
        width: clamp(400px, 65.625vw, 672px);
        margin: 0 auto;
        bottom: calc(clamp(38px, 6.0546vw, 62px) * -1);
        margin-top: calc(clamp(40px, 7.44vw, 90px) * -1);
    }
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .ourMission__role {
        width: 56.0975609756%;
        position: absolute;
        bottom: calc(clamp(50px, 5.04vw, 62px) * -1);
        right: -4.4715447154%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media only screen and (min-width: 1279px) {
    .content_index .moreAboutUs .ourMission__role {
        bottom: -62px;
    }
}

.content_index .moreAboutUs .ourMission__role img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs-data {
    width: calc(100% - 16px);
    max-width: 1230px;
    margin: 0 auto;
}

.content_index .moreAboutUs-data ul {
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs-data ul {
        padding: 32px 32px;
        grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    }
}

.content_index .moreAboutUs-data ul li:nth-child(4) {
    display: none;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs-data ul li:nth-child(4) {
        display: block;
    }
}

.content_index .moreAboutUs-data ul li {
    text-align: center;
}

.content_index .moreAboutUs-data ul li .num {
    font-family: var(--font-family-title);
    font-size: 1.875rem;
    line-height: var(--lineHeight-title);
    color: var(--color-second);
    margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs-data ul li .num {
        font-size: 2.875rem;
    }
}

.content_index .moreAboutUs-data ul li p {
    font-size: 1rem;
    line-height: 1.125em;
    text-transform: capitalize;
    font-weight: var(--font-weight-base);
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs-data ul li p {
        font-size: 1.125rem;
    }
}

.content_index .moreAboutUs-data ul li:nth-child(even) {
    position: relative;
}

.content_index .moreAboutUs-data ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 150%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(48.5%, #D4D3D3), to(#FFF));
    background-image: linear-gradient(180deg, #FFF 0%, #D4D3D3 48.5%, #FFF 100%);
    -webkit-transform: rotate(15deg) translateY(-50%);
    transform: rotate(15deg) translateY(-50%);
    top: 50%;
    left: 0;
}

.content_index .moreAboutUs .textContentA {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 32px;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentA {
        grid-template-columns: 52.84% 1fr;
        margin-top: 48px;
    }
}

.content_index .moreAboutUs .textContentA .title {
    color: #000;
}

.content_index .moreAboutUs .textContentA .textContent-main {
    padding: 8px 0;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentA .textContent-main {
        padding: 8px 20px;
    }
}

.content_index .moreAboutUs .textContentB {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentB {
        grid-template-columns: 1fr 40%;
        margin-top: 48px;
    }
}

.content_index .moreAboutUs .textContentB .subtitle {
    font-size: 1.25rem;
    font-weight: var(--font-weight-subtitle);
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentB .subtitle {
        font-size: 1.5rem;
    }
}

.content_index .moreAboutUs .textContentB__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentB__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.content_index .moreAboutUs .textContentB__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/604;
    position: relative;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentB__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.content_index .moreAboutUs .textContentB__img .img-bg {
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}

.content_index .moreAboutUs .textContentB__img .img-bg img {
    position: absolute;
}

.content_index .moreAboutUs .textContentB__img .img-bg-1 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentB__img .img-bg-1 img {
    height: 100%;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .textContentB__img .img-bg-2 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentB__img .img-bg-2 img {
    width: 123.2142857143%;
    aspect-ratio: 552/632;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentB__img .img-bg-2 img {
        height: clamp(380px, 51.38vw, 632px);
    }
}

.content_index .moreAboutUs .textContentB__img .img-main-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentB__img .img-main-2 {
    width: 66.2%;
    aspect-ratio: 331/294;
    position: absolute;
    top: 44.2238267148%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentC {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 48px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentC {
        grid-template-columns: 40% 1fr;
    }
}

.content_index .moreAboutUs .textContentC__title {
    padding: 0 16px;
    margin-top: 48px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentC__title {
        margin-top: 0;
    }
}

.content_index .moreAboutUs .textContentC__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/604;
    margin: 0 auto;
    position: relative;
    display: block;
}

.content_index .moreAboutUs .textContentC__img .img-bg {
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}

.content_index .moreAboutUs .textContentC__img .img-bg img {
    position: absolute;
}

.content_index .moreAboutUs .textContentC__img .img-bg-1 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentC__img .img-bg-1 img {
    height: 100%;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .textContentC__img .img-main-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3.6101083032%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.content_index .moreAboutUs .textContentC__img .img-main-2 {
    width: 110.6%;
    aspect-ratio: 553/670;
    position: absolute;
    top: -8.844765343%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.content_index .moreAboutUs .textContentC__img .img-main-3 {
    width: 112.6%;
    aspect-ratio: 563/591;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.content_index .moreAboutUs .textContentC__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 32px;
}

.content_index .moreAboutUs .textContentC__main .main-list-img img {
    display: block;
}

.content_index .moreAboutUs .textContentD {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 0px;
    position: relative;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentD {
        margin-top: 48px;
        grid-template-columns: 40% 1fr;
    }
}

.content_index .moreAboutUs .textContentD__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentD__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.content_index .moreAboutUs .textContentD .pin-spacer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentD .pin-spacer {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.content_index .moreAboutUs .textContentD__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/606;
    position: relative;
    margin: 0 auto;
}

.content_index .moreAboutUs .textContentD__img .img-main-1,
.content_index .moreAboutUs .textContentD__img .img-main-2,
.content_index .moreAboutUs .textContentD__img .img-main-3,
.content_index .moreAboutUs .textContentD__img .img-main-4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 51%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentE {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentE {
        grid-template-columns: 40% 1fr;
    }
}

.content_index .moreAboutUs .textContentE__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/606;
    position: relative;
    margin: 0 auto;
}

.content_index .moreAboutUs .textContentE__img .img-bg {
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}

.content_index .moreAboutUs .textContentE__img .img-bg img {
    position: absolute;
}

.content_index .moreAboutUs .textContentE__img .img-bg-1 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentE__img .img-bg-1 img {
    height: 100%;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .textContentE__img .img-main-1 {
    width: 110.6%;
    aspect-ratio: 553/670;
    position: absolute;
    top: -8.844765343% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentE__img .img-main-2 {
    width: 56%;
    aspect-ratio: 280/260;
    position: absolute;
    top: 61.7328519856%;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentF {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentF {
        grid-template-columns: 40% 1fr;
    }
}

.content_index .moreAboutUs .textContentF__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentF__main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.content_index .moreAboutUs .textContentF__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/606;
    position: relative;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentF__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.content_index .moreAboutUs .textContentF__img .img-bg {
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}

.content_index .moreAboutUs .textContentF__img .img-bg img {
    position: absolute;
}

.content_index .moreAboutUs .textContentF__img .img-bg-1 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentF__img .img-bg-1 img {
    height: 100%;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .textContentF__img .img-main-1 {
    width: 110.6%;
    aspect-ratio: 553/670;
    position: absolute;
    top: -8.844765343% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentG {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 0 16px;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .textContentG {
        grid-template-columns: 40% 1fr;
    }
}

.content_index .moreAboutUs .textContentG__img {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 500/606;
    position: relative;
    margin: 0 auto;
}

.content_index .moreAboutUs .textContentG__img .img-bg {
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
}

.content_index .moreAboutUs .textContentG__img .img-bg img {
    position: absolute;
}

.content_index .moreAboutUs .textContentG__img .img-bg-1 {
    width: 89.6%;
    aspect-ratio: 448/565;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .textContentG__img .img-bg-1 img {
    height: 100%;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .textContentG__img .img-main-1 {
    width: 110.6%;
    aspect-ratio: 553/670;
    position: absolute;
    top: -8.844765343% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_index .moreAboutUs .office__map {
    width: 100%;
    max-width: 1230px;
    margin: 16px 16px;
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/moreaboutus/img_office_map.png);
    background-size: auto 111.5207373272%;
    background-position: 76.821192053% 0%;
    aspect-ratio: 344/434;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 576px) {
    .content_index .moreAboutUs .office__map {
        aspect-ratio: 600/434;
        background-size: auto 111.5207373272%;
        background-position: 75% 11.5207373272%;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .office__map {
        aspect-ratio: 1216/541;
        background-size: 100%;
        padding: 0;
    }
}

.content_index .moreAboutUs .office__map__main {
    padding: 18px;
    width: 10 0%;
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .office__map__main {
        width: 80%;
    }
}

@media only screen and (min-width: 1023px) {
    .content_index .moreAboutUs .office__map__main {
        padding: 26px;
        width: 57.8125%;
    }
}

.content_index .moreAboutUs .office__map .mapPin {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content_index .moreAboutUs .office__map .mapPin--1,
.content_index .moreAboutUs .office__map .mapPin--2 {
    width: 6.976744186%;
    height: 5.5299539171%;
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/moreaboutus/ph_map-pin-fill.svg);
    background-size: 100%;
    position: absolute;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@media only screen and (min-width: 576px) {

    .content_index .moreAboutUs .office__map .mapPin--1,
    .content_index .moreAboutUs .office__map .mapPin--2 {
        width: 5%;
        height: 6.9124423963%;
    }
}

@media only screen and (min-width: 768px) {

    .content_index .moreAboutUs .office__map .mapPin--1,
    .content_index .moreAboutUs .office__map .mapPin--2 {
        width: 2.4671052632%;
        height: 5.5452865065%;
    }
}

.content_index .moreAboutUs .office__map .mapPin--1 {
    top: 40.7834101382%;
    left: 6.976744186%;
}

@media only screen and (min-width: 576px) {
    .content_index .moreAboutUs .office__map .mapPin--1 {
        top: 39.6313364055%;
        left: 37.6666666667%;
    }
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .office__map .mapPin--1 {
        top: 36.9685767098%;
        left: 54.3585526316%;
    }
}

.content_index .moreAboutUs .office__map .mapPin--2 {
    top: 52.0737327189%;
    left: 87.2093023256%;
}

@media only screen and (min-width: 576px) {
    .content_index .moreAboutUs .office__map .mapPin--2 {
        top: 51.1520737327%;
        left: 83.6666666667%;
    }
}

@media only screen and (min-width: 768px) {
    .content_index .moreAboutUs .office__map .mapPin--2 {
        top: 47.3197781885%;
        left: 79.6875%;
    }
}

.accordion-wrapper {
    width: 100%;
    margin-top: 8px;
}

.accordion-wrapper .accordion {
    margin-bottom: 16px;
}

.accordion-wrapper .accordion__title {
    color: var(--color-second);
    cursor: pointer;
}

.accordion-wrapper .accordion__title::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/moreaboutus/icon_Q-hollow.svg);
    background-size: 100%;
    vertical-align: middle;
}

.accordion-wrapper .accordion__content {
    max-height: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    overflow: hidden;
    padding: 0 1.75rem;
    margin-top: 8px;
    color: #AAA5A5;
}

.accordion-wrapper .accordion.active .accordion__content {
    max-height: 10em;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.accordion-wrapper .accordion.active .accordion__title,
.accordion-wrapper .accordion:hover .accordion__title {
    color: var(--color-base);
}

.accordion-wrapper .accordion.active .accordion__title::before,
.accordion-wrapper .accordion:hover .accordion__title::before {
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/moreaboutus/icon_Q-solid.svg);
}

.ticklist-wrapper {
    width: 100%;
    margin-top: 36px;
}

.ticklist-wrapper .ticklist {
    margin-bottom: 20px;
}

.ticklist-wrapper .ticklist__title {
    color: var(--color-txt);
    font-size: 1.5rem;
    font-weight: var(--font-weight-subtitle);
}

.ticklist-wrapper .ticklist__title::before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(https://wbgame.tadagaming.com/All-In-One/production/img/tadaPlusPlayer/moreaboutus/icon_tick.svg);
    background-size: 100%;
    vertical-align: middle;
}

.ticklist-wrapper .ticklist__content {
    -webkit-transition: 200ms;
    transition: 200ms;
    padding: 0 1.75rem;
    margin-top: 8px;
    color: var(--color-txt);
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}