.adbro-tatasoulfull {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.adbro-tatasoulfull * {
    box-sizing: border-box;
}

.adbro-tatasoulfull__container {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 170px;
    margin: 0 !important;
    margin-left: -219px !important;
    width: 438px;
    max-width: none !important;
}

.adbro-tatasoulfull__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 48px;
    margin: 0 !important;
    background-image: url(../images/tatasoulfull-bg.png);
    -webkit-animation: slideInUp24 0.5s 0.3s both;
    animation: slideInUp24 0.5s 0.3s both;
}

.adbro-tatasoulfull__logo {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/tatasoulfull-logo.png) no-repeat left bottom /
        contain;
    bottom: 10px;
    margin-left: -157px !important;
    width: 35px;
    height: 13px;
    -webkit-animation: fadeInLeft24 0.7s 0.7s both;
    animation: fadeInLeft24 0.7s 0.7s both;
}
.adbro-tatasoulfull__text {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/tatasoulfull-text.png) no-repeat left bottom /
        contain;
    width: 103px;
    height: 50px;
    bottom: 6px;
    margin-left: -117px !important;
    -webkit-animation: fadeInDown24 0.7s 0.7s both;
    animation: fadeInDown24 0.7s 0.7s both;
}
.adbro-tatasoulfull__img {
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/tatasoulfull-img.png) no-repeat left bottom /
        contain;
    width: 98px;
    height: 66px;
    bottom: 0;
    margin-left: -17px !important;
    -webkit-animation: fadeInUp24 0.7s 0.7s both;
    animation: fadeInUp24 0.7s 0.7s both;
}

.adbro-tatasoulfull__btn {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 !important;
    background: url(../images/tatasoulfull-btn.png) no-repeat left bottom /
        contain;
    bottom: 10px;
    margin-left: 73px !important;
    width: 64px;
    height: 14px;
    border-radius: 12px;
    -webkit-animation: fadeInRight24 0.7s 0.7s both;
    animation: fadeInRight24 0.7s 0.7s both;
}

.adbro-tatasoulfull__btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.03) 1%,
        rgba(255, 255, 255, 0.5) 30%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.9) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 30%;
    height: 90%;
    -webkit-animation: shine24 2s 2s;
    animation: shine24 2s 2s;
    -webkit-animation-iteration-count: 7;
    animation-iteration-count: 7;
}
.adbro-tatasoulfull-round {
    display: none;
    position: fixed;
    bottom: 280px;
    right: 20px;
    margin: 0 !important;
    width: 120px;
    height: 120px;
    overflow: visible !important;
    z-index: 100000;
    -webkit-animation: fadeOut24 0.3s 9s forwards;
    animation: fadeOut24 0.3s 9s forwards;
}
.adbro-tatasoulfull-round .adbro-close {
    bottom: 105px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.adbro-tatasoulfull-round__link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    overflow: visible !important;
}
.adbro-tatasoulfull-round__img {
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 4.5s forwards;
    animation: fadeIn24 0.7s 0.2s both, fadeOut24 0.5s 4.5s forwards;
}
.adbro-tatasoulfull-round__img--1 {
    margin-left: -64px !important;
    width: 124px;
    height: 100px;
    background-image: url(../images/tatasoulfull-round-img.png);
}
.adbro-tatasoulfull-round__img--2 {
    margin-left: -67px !important;
    width: 130px;
    height: 105px;
    background-image: url(../images/tatasoulfull-round-img2.png);
    -webkit-animation-delay: 4.5s, 9s;
    animation-delay: 4.5s, 9s;
}
.adbro-tatasoulfull-round__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: -48px !important;
    background: url(../images/tatasoulfull-round-btn.png) no-repeat left bottom /
        contain;
    width: 97px;
    height: 21px;
    -webkit-animation: fadeInUp24 0.7s 0.2s both;
    animation: fadeInUp24 0.7s 0.2s both;
}
.adbro-tatasoulfull-round__btn:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 30%,
        rgba(255, 255, 255, 0.03) 1%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.9) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 25%;
    height: 90%;
    -webkit-animation: shine24 2s 0.2s;
    animation: shine24 2s 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* grid */

.adbro-grid__line {
    background: linear-gradient(90deg, #e8242b 0%, #b91f2d 100%);
    z-index: 3;
    border-radius: 0 0 5px 5px !important;
}

.adbro-grid__line .adbro-grid__btn {
    background-image: url(../images/tatasoulfull-grid-btn.png);
    height: 21px;
}

.adbro-grid .adbro-close {
    bottom: auto;
    top: -2px;
    z-index: 3;
}

.adbro-grid {
    position: relative;
    border-radius: 0 0 5px 5px;
    padding: 0 !important;
}

.adbro-grid__list {
    display: block !important;
    padding-bottom: 38px !important;
    padding-top: 24px !important;
    position: relative;
    height: 300px !important;
    -webkit-animation: move27 1.8s 2s both;
    animation: move27 1.8s 2s both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@-webkit-keyframes move27 {
    50% {
        -webkit-transform: translateY(-13%);
        transform: translateY(-13%);
    }
}

@keyframes move27 {
    50% {
        -webkit-transform: translateY(-13%);
        transform: translateY(-13%);
    }
}

.adbro-bottom .adbro-grid__list {
    margin: 0 !important;
    height: 300px !important;
}

.adbro-grid__top {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 24px;
    z-index: 1;
    background: #dd232c;
}

.adbro-grid__top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    background: url(../images/tatasoulfull-grid-top-logo.png) no-repeat 50% 50% /
        contain;
    width: 49px;
    height: 14px;
}

.adbro-grid__layout {
    margin: 0 !important;
    width: 100%;
    background: #046032;
    background-size: cover;
    overflow: hidden !important;
    max-height: 200px;
    height: 100%;
}
.adbro-grid__box {
    position: relative;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.adbro-grid__box + .adbro-grid__box {
    margin-top: 0 !important;
}

.adbro-grid__img {
    margin: 0 auto !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.adbro-grid__box--1 .adbro-grid__img {
    display: block;
    background-image: url(../images/tatasoulfull-grid-img.jpg);
    padding-bottom: 118.75%;
    margin: 0 auto !important;
}
.adbro-grid__trigger,
.adbro-grid__pointer {
    position: absolute;
    margin: 0 !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.adbro-grid__trigger {
    background-image: url(../images/tatasoulfull-grid-trigger.png);
    top: 15.8%;
    left: 50%;
    width: 100%;
    padding-bottom: 24%;
}

.adbro-grid__pointer {
    background-image: url(../images/tatasoulfull-grid-pointer.png);
    top: 25%;
    left: 49%;
    width: 22%;
    padding-bottom: 25%;
}
/* popup */

.adbro-popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    z-index: 1000;
    background: 0 0 !important;

    padding: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.adbro-popup--vis {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

/* game */

.adbro-game__overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    opacity: 0;
    overflow: hidden !important;
    visibility: hidden;
}

.adbro-game__bg video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.adbro-game__line {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: linear-gradient(90deg, #e8242b 0%, #b91f2d 100%);
    margin: 0 !important;
    border-radius: 0 0 5px 5px !important;
}

.adbro-game__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/tatasoulfull-grid-btn.png);
    height: 16px !important;
    width: 224px !important;
}

.adbro-popup__line {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 38px;
    background: linear-gradient(90deg, #e8242b 0%, #b91f2d 100%);
    margin: 0 !important;
    border-radius: 0 0 5px 5px !important;
}

.adbro-popup__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/tatasoulfull-grid-btn.png);
    height: 22px !important;
    width: 224px !important;
}

.adbro-game__close {
    position: absolute;
    top: 13px;
    right: 13px;
    background: url(../images/tatasoulfull-game-close.png) no-repeat 50% 50% /
        contain;
    width: 73px;
    height: 29px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    z-index: 10;
}

/* .adbro-game__logo {
    position: absolute;
    top: 10px;
    left: 9px;
    background: url(../images/tatasoulfull-popup-logo.png) no-repeat 50% 50% /
        contain;
    width: 62px;
    height: 34px;
    margin: 0 !important;
} */

.adbro-game-screen__pointer {
    position: absolute;
    left: 0;
    bottom: 120px;
    margin: 0 !important;

    width: 100%;
    height: 35px;
    -webkit-animation: fadeIn24 0.5s 1.7s both;
    animation: fadeIn24 0.5s 1.7s both;
    z-index: 5;
    pointer-events: none;
}
.adbro-game-screen__pointer-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto !important;
    background: url(../images/tatasoulfull-game-title2.png) no-repeat center
        center / contain;
    width: 100%;
    padding-bottom: 18.125%;
}

.adbro-game__overlay-start {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.adbro-game-screen {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    height: 100%;
    height: 100vh;
    width: 100%;
    overflow: hidden !important;

    background: url(../images/tatasoulfull-game-bg.jpg) no-repeat center center /
        cover;
}

.adbro-game-screen:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
}

.adbro-game-screen--blink:before {
    background-color: #ff0000;
    -webkit-animation: blink24 0.2s;
    animation: blink24 0.2s;
}

@-webkit-keyframes blink24 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink24 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}

/* .adbro-game__bg { 
    margin: 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/tatasoulfull-game-bg.jpg) no-repeat center center /
        cover;
} */
.adbro-game-screen {
}

.adbro-game-screen__score {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin: 0 !important;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
        Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol !important;
    margin-left: -119px !important;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.09px;
    color: #00376d;
    transition: all 0.3s ease;
}

.adbro-game-screen__character-wrapper {
    position: absolute;
    z-index: 4;
    left: 50%;
    /* bottom: 70px; */
    bottom: 38px;
    width: 172px;
    height: 70px;
    margin: 0 !important;
    margin-left: -86px !important;
}

.adbro-game-screen__character {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    background: url(../images/tatasoulfull-game-character.png) no-repeat center
        bottom / contain;
    width: 157px;
    height: 181px;
    transition: background-image 0.3s ease;
    -webkit-animation: fadeInUp24 0.7s 0.3s both;
    animation: fadeInUp24 0.7s 0.3s both;
}

.adbro-game-screen__item {
    position: absolute;
    bottom: 110vh;
    margin: 0 !important;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.adbro-game-screen__item--1 {
    background-image: url(../images/tatasoulfull-game-item.png);
    width: 57px;
    height: 58px;
}

.adbro-game-screen__item--2 {
    background-image: url(../images/tatasoulfull-game-item2.png);
    width: 35px;
    height: 36px;
}

.adbro-game-screen__item--3 {
    background-image: url(../images/tatasoulfull-game-item3.png);
    width: 59px;
    height: 110px;
}

.adbro-game-screen__item--4 {
    background-image: url(../images/tatasoulfull-game-item4.png);
    width: 50px;
    height: 52px;
}

.adbro-game-screen__item--5 {
    background-image: url(../images/tatasoulfull-game-item5.png);
    width: 60px;
    height: 58px;
}

.adbro-game__overlay-finish {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
    opacity: 0;
    display: none;

    background: #fdce0c url(../images/tatasoulfull-popup-img2.jpg) no-repeat top
        center / contain;
}

.adbro-game__overlay-finish-text {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 7px;
    margin: 0 !important;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
        Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol !important;
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.09px;
    text-align: center;
    color: #ffffff;
}

.adbro-game__overlay-finish-score {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 50px;
    margin: 0 !important;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
        Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol !important;
    font-style: normal;
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.35px;
    text-align: center;
    vertical-align: middle;
    color: #072d9b;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.adbro-game__box {
    display: block !important;
    margin: 0 !important;
    position: relative;
}
.adbro-game__img {
    position: relative;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.adbro-game__box--2 {
    margin-top: 19% !important;
}
.adbro-game__box--2 .adbro-game__finish-score {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0 !important;
    margin-top: 13.3% !important;
    width: 100%;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
        Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12vw;
    line-height: normal;
    text-align: center;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    word-break: normal;
}

.adbro-game__box--2 .adbro-game__img {
    background-image: url(../images/tatasoulfull-popup-img.png);
    padding-bottom: 29.06%;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.14));
}
.adbro-game__box--3 {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    height: 100%;
}
.adbro-game__box--3 .adbro-game__img {
    /* background-image: url(../images/tatasoulfull-popup-img2.png);
    padding-bottom: 86.875%; */
}

.adbro-game__video {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.adbro-game__video--2 {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}
.adbro-game__sound {
    position: absolute;
    bottom: 20px;
    left: 15px;
    margin: 0 !important;
    width: 22px;
    height: 22px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png)
        no-repeat left bottom !important;
    background-size: contain !important;
    border-radius: 50%;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: visible !important;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    z-index: 10;
}

.adbro-game__sound:before,
.adbro-game__sound:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    -webkit-animation: fall25 2s 0.3s both infinite;
    animation: fall25 2s 0.3s both infinite;
}

.adbro-game__sound:before {
    top: -10px;
    left: -2px;
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
    width: 7px;
    height: 8px;
}

.adbro-game__sound:after {
    top: -15px;
    left: 15px;
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
    width: 7px;
    height: 12px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.adbro-game__sound.adbro-sound--on {
    background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png) !important;
}

.adbro-game__section .adbro-grid__sound {
    bottom: 55px !important;
}
.adbro-game__item-wide {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

.adbro-game__item-wide--1 {
    z-index: 1;
}
.adbro-game__item-wide--2 {
    position: relative;
}

.adbro-grid__arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 !important;
    margin-left: -12px !important;
    background: url(../images/tatasoulfull-grid-arrow.png) no-repeat left bottom;
    background-size: contain;
    width: 24px;
    height: 30px;
    -webkit-animation: fadeIn24 0.5s 5s both;
    animation: fadeIn24 0.5s 5s both;
}

.adbro-link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    margin: 0 !important;
    cursor: pointer;
}

.adbro-close {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg)
        no-repeat 50% 50%;
    background-size: 18px 18px;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    z-index: 1;
}

.adbro-icon {
    position: absolute;
    bottom: 6px;
    right: 4px;
    background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg)
        no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 21px;
    height: 20px;
    margin: 0 !important;
    -webkit-animation: fadeIn24 1s 0.4s both;
    animation: fadeIn24 1s 0.4s both;
    cursor: pointer;
    z-index: 1;
}

@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp24 {
    from {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 99%;
    }
}

@-webkit-keyframes slideInDown8 {
    from {
        bottom: 120vh;
    }
    20% {
        bottom: 92vh;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    40% {
        bottom: 64vh;
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg);
    }
    60% {
        bottom: 36vh;
        -webkit-transform: rotate3d(0, 0, 1, 25deg);
        transform: rotate3d(0, 0, 1, 25deg);
    }
    80% {
        bottom: 8vh;
        -webkit-transform: rotate3d(0, 0, 1, -25deg);
        transform: rotate3d(0, 0, 1, -25deg);
    }
    to {
        bottom: -20vh;
    }
}

@keyframes slideInDown8 {
    from {
        bottom: 120vh;
    }
    20% {
        bottom: 92vh;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    40% {
        bottom: 64vh;
        -webkit-transform: rotate3d(0, 0, 1, -30deg);
        transform: rotate3d(0, 0, 1, -30deg);
    }
    60% {
        bottom: 36vh;
        -webkit-transform: rotate3d(0, 0, 1, 25deg);
        transform: rotate3d(0, 0, 1, 25deg);
    }
    80% {
        bottom: 8vh;
        -webkit-transform: rotate3d(0, 0, 1, -25deg);
        transform: rotate3d(0, 0, 1, -25deg);
    }
    to {
        bottom: -20vh;
    }
}

@-webkit-keyframes moveY24 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveY24 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fall25 {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes fall25 {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes fadeInOut24 {
    0%,
    55%,
    100% {
        opacity: 0;
    }
    3.34%,
    50% {
        opacity: 1;
    }
}
@keyframes fadeInOut24 {
    0%,
    55%,
    100% {
        opacity: 0;
    }
    3.34%,
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes animateBg24 {
    0%,
    50% {
        background-image: url(../images/tatasoulfull-trigger.png);
    }
    25% {
        background-image: url(../images/tatasoulfull-trigger-active.png);
    }
}

@keyframes animateBg24 {
    0%,
    50% {
        background-image: url(../images/tatasoulfull-trigger.png);
    }
    25% {
        background-image: url(../images/tatasoulfull-trigger-active.png);
    }
}
@-webkit-keyframes fadeOut24 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
    }
}

@keyframes fadeOut24 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
    }
}

@-webkit-keyframes fall25 {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes fall25 {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
