@charset "UTF-8";
/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://storage.googleapis.com/tada-cdn-asia/All-In-One/production/css/font-awesome.min.css');

.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s linear infinite;
}

body * {
    user-select: none;
}

.navbar__main__user-selector .playGames {
    display: none;
}

.gamenav {
    background: transparent;
    margin-top: var(--margin-header-mobile);
}

@media only screen and (min-width: 768px) {
    .gamenav {
        width: 100%;
        height: 90px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1279px) {
    .gamenav {
        height: 120px;
        z-index: 2;
    }
}

.gamenav.scroll {
    position: fixed;
    top: var(--margin-header-mobile);
}

@media only screen and (min-width: 1279px) {
    .gamenav.scroll {
        top: var(--margin-header-pc);
    }
}

.gamenav .content {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

@media only screen and (min-width: 768px) {
    .gamenav .content {
        width: 100%;
        height: 100%;
    }
}

.gamenav ul.gamenav__list {
    max-width: 1280px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gamenav ul.gamenav__list.mobile-none {
    display: none;
}

@media only screen and (min-width: 768px) {
    .gamenav ul.gamenav__list.mobile-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

.gamenav ul.gamenav__list li {
    width: 14%;
}

.gamenav ul.gamenav__list li p {
    color: #fff;
}

.gamenav ul.gamenav__list li a {
    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;
    font-size: 0.78rem;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    opacity: 1;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

@media only screen and (min-width: 1279px) {
    .gamenav ul.gamenav__list li a {
        font-size: 0.88rem;
    }
}

.gamenav ul.gamenav__list li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 30.58824%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 60%;
    mask-size: 60%;
    -webkit-mask-position: top center;
}

@media only screen and (min-width: 1279px) {
    .gamenav ul.gamenav__list li a::before {
        padding-bottom: 35.29412%;
        -webkit-mask-size: 70%;
        mask-size: 70%;
    }
}

.gamenav ul.gamenav__list li.active,
.gamenav ul.gamenav__list li:hover {
    background-color: rgba(255, 130, 0, 0.7);
}

.gamenav ul.gamenav__list li.active {
    opacity: 1;
}

/* .gamenav ul.gamenav__list li.btn-All a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-All.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-All.png);
}

.gamenav ul.gamenav__list li.btn-Hot a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Hot.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Hot.png);
}

.gamenav ul.gamenav__list li.btn-Slots a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Slots.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Slots.png);
}

.gamenav ul.gamenav__list li.btn-Fish a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Fish.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Fish.png);
}

.gamenav ul.gamenav__list li.btn-Poker a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Poker.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Poker.png);
}

.gamenav ul.gamenav__list li.btn-Bingo a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Bingo.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Bingo.png);
}

.gamenav ul.gamenav__list li.btn-Fast a::before {
    -webkit-mask-image: url(../../img/tadaPlusPlayer/icon-Fast.png);
    mask-image: url(../../img/tadaPlusPlayer/icon-Fast.png);
} */

.content_index {
    padding-top: 0;
    position: relative;
}

.content_index .container:nth-child(1) {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .content_index .container:nth-child(1) {
        margin-top: 0;
    }
}

.content_index .gamesExhibit {
    padding-bottom: 40px;
    padding-top: 0;
}

.content_index .gamesExhibit:nth-last-child(1) {
    padding-bottom: 60px;
}

.content_index .gamesExhibit .content {
    width: 90%;
    padding: 0;
}

.content_index .gamesExhibit .title {
    display: none;
}

@media only screen and (max-width: 811px) {
    .indianPoker .content .title {
        color: #452914;
        background-color: transparent;
        font-size: 1.35rem;
        font-family: var(--font-family-subtitle);
        font-weight: bold;
        padding: 0;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .content_index .gamesExhibit .title {
        display: block;
        color: var(--color-base);
        position: absolute;
        top: -0.8em;
        padding: 0;
        left: 0;
        z-index: 1;
    }

    .indianPoker .content .title {
        display: block;
        color: #FF8200;
        position: absolute;
        top: -0.8em;
        padding: 0;
        left: 0;
        z-index: 1;
    }
}

.content_index .gamesExhibit__list ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.content_index .gamesExhibit__list ul li:has(.comingsoon) {
    cursor: default;
}

.content_index .gamesExhibit__list ul li .info.active a {
    max-width: 180px;
}

/* .content_index .gamesExhibit__list ul li {
    width: calc(50% - 12px);
    margin: 12px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.content_index .gamesExhibit__list ul li:nth-child(5n+1) {
    width: calc(100%);
    margin: 12px 0;
}

.content_index .gamesExhibit__list ul li:nth-child(5n+1) .info.active a {
    width: 50%;
}

.content_index .gamesExhibit__list ul li:nth-child(5n+2),
.content_index .gamesExhibit__list ul li:nth-child(5n+4) {
    margin-left: 0;
}

.content_index .gamesExhibit__list ul li:nth-child(5n+3),
.content_index .gamesExhibit__list ul li:nth-child(5n+5) {
    margin-right: 0;
} */

/* @media only screen and (min-width: 768px) {
    .content_index .gamesExhibit__list ul li {
        width: calc(25% - 24px);
        margin: 16px 12px;
    }

    .content_index .gamesExhibit__list ul li .info.active a {
        width: 70%;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+1),
    .content_index .gamesExhibit__list ul li:nth-child(10n+6) {
        width: calc(50% - 16px);
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+1) .info.active a,
    .content_index .gamesExhibit__list ul li:nth-child(10n+6) .info.active a {
        width: 37.5%;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+1) {
        margin: 16px 16px 16px 0;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+6) {
        margin: 16px 0 16px 16px;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+3),
    .content_index .gamesExhibit__list ul li:nth-child(10n+10) {
        margin: 16px 0 16px 24px;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+5),
    .content_index .gamesExhibit__list ul li:nth-child(10n+8) {
        margin: 16px 16px 16px 8px;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+2),
    .content_index .gamesExhibit__list ul li:nth-child(10n+9) {
        margin: 16px 8px 16px 16px;
    }

    .content_index .gamesExhibit__list ul li:nth-child(10n+4),
    .content_index .gamesExhibit__list ul li:nth-child(10n+7) {
        margin: 16px 24px 16px 0;
    }
} */

.content_index .gamesExhibit__list ul li img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.content_index .gamesExhibit__list ul li .info {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.content_index .gamesExhibit__list ul li .info.active {
    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;
}

.content_index .gamesExhibit__list ul li .info.active a {
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.content_index .gamesExhibit__list ul li .info.active .subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.34rem;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.content_index .gamesExhibit__list ul li .info.active .button.button-playNow a:hover {
    color: var(--color-base) !important;
}

.content_index .gamesExhibit__list ul li .info.active .button-playNow {
    margin-bottom: 12px;
}

.content_index .gamesExhibit__list ul li .info.active .button-playNow a {
    color: #fff;
}

.content_index .gamesExhibit__list ul li .info.active .button-playNow a::before {
    display: none;
}

.content_index .gamesExhibit__list ul li .info.active .button.button-gameInfo a:hover {
    color: var(--color-base) !important;
}

.content_index .gamesExhibit__list ul li .info.active .button-gameInfo a {
    background-color: #000;
    color: #fff;
}

.content_index .gamesExhibit__list ul li .info.active .button-gameInfo a::before {
    display: none;
}

.content_index .gamesExhibit__list ul li .comingsoon {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    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;
}

.content_index .gamesExhibit__list ul li .comingsoon .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_index .gamesExhibit__list ul li .comingsoon .content .state {
    width: 100%;
    color: #fff56e;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 0 15px var(--color-base), 0 0 10px #000, 0 0 5px #000;
    margin-bottom: 8px;
}

.content_index .gamesExhibit__list ul li .comingsoon .content .time {
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: inset 0 0 4px 1px #ffeb3b;
    box-shadow: inset 0 0 4px 1px #ffeb3b;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.85rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(0, 0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 97%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(0, 0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 97%);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    margin-bottom: 16px;
    line-height: 2em;
}

.content_index .gamesExhibit__list ul li .comingsoon .content .subtitle {
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 0 0 10px #000, 0 0 5px #000;
}

.search-section {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-section>.content {
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    padding: 0 !important;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .search-section>.content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.search-section .gamenav__selector .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.search-section .gamenav__selector .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.search-section .gamenav__selector .select-styled {
    color: #452914;
    background-color: transparent;
    font-size: 1.35rem;
    font-family: var(--font-family-subtitle);
    font-weight: bold;
    padding: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 420px) {
    .search-section .gamenav__selector .select-styled {
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 768px) {
    .search-section .gamenav__selector .select-styled {
        font-size: 2.6rem;
    }
}

.search-section .gamenav__selector .select-styled::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1rem;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    text-align: center;
    background: var(--color-base);
    color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-section .gamenav__selector .select-styled:hover::after {
    background: #ff9029;
}

.search-section .gamenav__selector .select-styled:active,
.search-section .gamenav__selector .select-styled.active {
    color: var(--color-base);
}

.search-section .gamenav__selector .select-styled:active:after,
.search-section .gamenav__selector .select-styled.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-section .gamenav__selector .select-options {
    display: none;
    position: absolute;
    top: 140%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0px #000;
    box-shadow: 0 0 8px 0px #000;
    min-width: 10.5em;
}

.search-section .gamenav__selector .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.search-section .gamenav__selector .select-options li:hover,
.search-section .gamenav__selector .select-options li.is-selected {
    color: var(--color-base);
}

.search-section .gamenav__selector .select-options li[rel=hide] {
    display: none;
}

.search-section .search-input {
    width: 100%;
    display: none;
}

@media only screen and (min-width: 576px) {
    .search-section .search-input {
        padding-bottom: 12px;
        display: block;
        border-bottom: 1px solid #E0E0E0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.search-section .search {
    font-size: 0.88rem;
    right: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media only screen and (min-width: 576px) {
    .search-section .search {
        width: 500px;
        z-index: 0;
    }
}

.search-section .search input {
    display: none;
}

@media only screen and (min-width: 576px) {
    .search-section .search input {
        display: block;
        width: calc(100% - 1em);
        margin: 0;
        font-size: 1rem;
        border: 2px solid #ddd;
        border-radius: 30px;
        background-color: white;
        padding: 8px 10px;
        margin-right: 8px;
    }

    .search-section .search input:focus,
    .search-section .search input.action {
        outline: 0;
        border: 2px solid var(--color-base-light);
    }
}

.search-section .search .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search-section .search .search-btn::before {
    content: "\f002";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 1.75rem;
    color: var(--color-base-light);
}

.search-section .search.action .search-btn::before {
    content: "\f00d";
    -webkit-animation: rotate 0.3s;
    animation: rotate 0.3s;
    font-size: 2rem;
}

@media only screen and (min-width: 576px) {
    .search-section .search.action .search-btn::before {
        content: "\f002";
    }
}

.search-section .searchbar {
    width: 100%;
    display: none;
    padding-top: 8px;
    position: relative;
}

.search-section .searchbar input {
    display: none;
}

@media only screen and (min-width: 576px) {
    .search-section .searchbar input {
        display: block;
        width: calc(100% - 1em);
        margin: 0;
        font-size: 1rem;
        border: 2px solid #ddd;
        border-radius: 30px;
        background-color: white;
        padding: 8px 10px;
        margin-right: 8px;
    }

    .search-section .searchbar input:focus,
    .search-section .searchbar input.action {
        outline: 0;
        border: 2px solid var(--color-base-light);
    }
}

.search-section .searchbar i {
    position: absolute;
    left: 15px;
    top: calc(50% + 4px);
    color: gray;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-section .searchbar.action {
    display: block;
}

@media only screen and (min-width: 576px) {
    .search-section .searchbar.action {
        display: none;
    }
}

.tag-search {
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.tag-search::-webkit-scrollbar {
    height: 0;
    width: 0;
    color: transparent;
}

.tag-search > .content {
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 16px 0 !important;
}

@media only screen and (min-width: 576px) {
    .tag-search > .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ad-video {
    width: 100%;
    display: none;
}

.ad-video.active {
    display: block;
}

.ad-video .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ad-video .content .ad-video-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    width: 100%;
    color: #000;
}

.ad-video .content .ad-video-texts .logo {
    margin-bottom: 0.5em;
}

.ad-video .content .ad-video-texts .logo img {
    max-width: 100%;
}

.ad-video .content .ad-video-texts .title {
    text-align: center;
    line-height: 1.2em;
}

.ad-video .content .ad-video-texts .button {
    margin: 0.5em 0;
    text-align: center;
}

.ad-video .content .ad-video-texts .button a {
    padding: 0.5em 1.5em;
    border-radius: 8px;
    background-color: #000;
    color: var(--color-base);
}

.ad-video .content .ad-video-video {
    width: 100%;
    padding: 0.8em;
}

.ad-video .content .ad-video-video img {
    max-width: 100%;
}

.ad-video .content .ad-video-video video {
    max-width: 100%;
}

@media only screen and (min-width: 576px) {
    .ad-video {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 80px;
        display: none;
    }

    .ad-video.active {
        display: block;
    }

    .ad-video .content {
        width: 90%;
        max-width: 1230px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ad-video .content .ad-video-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        width: 50%;
        color: #000;
    }

    .ad-video .content .ad-video-texts .logo {
        margin-bottom: 0.5em;
    }

    .ad-video .content .ad-video-texts .logo img {
        max-width: 50%;
    }

    .ad-video .content .ad-video-texts .title {
        font-size: 1.8em;
        text-align: left;
        line-height: 1.2em;
    }

    .ad-video .content .ad-video-texts .button {
        margin: 2em 0;
        text-align: left;
    }

    .ad-video .content .ad-video-texts .button a {
        padding: 0.5em 1.5em;
        border-radius: 8px;
        background-color: #000;
        color: var(--color-base);
    }

    .ad-video .content .ad-video-img {
        width: 60%;
        padding: 0.8em;
    }

    .ad-video .content .ad-video-img img {
        max-width: 100%;
    }

    .ad-video .content .ad-video-video {
        width: 60%;
        padding: 0.8em;
    }

    .ad-video .content .ad-video-video img {
        max-width: 100%;
    }

    .ad-video .content .ad-video-video video {
        max-width: 100%;
    }
}