.hero-banner {
    display: block;
}

a.hero-banner {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% auto !important;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-animation: bg-zoom 1s ease-out 1 forwards;
    animation: bg-zoom 1s ease-out 1 forwards;
    opacity: 0.6;
}

#heroBanner {
    max-width: 1296px;
    margin: 0;
}

#heroBanner .carousel-item {
    overflow: hidden;
    background: #fff;
}

#heroBanner .carousel-inner {
    height: 347px;
}



#heroBanner .carousel-control-next {
    right: -28px;
    width: 3%;
}

#heroBanner .carousel-control-prev {
    left: -28px;
    width: 3%;
}

#heroBanner .carousel-indicators {
    margin-bottom: 0;
}

#heroBanner .carousel-indicators [data-bs-target] {
    width: 20px;
}

.home-page .top-banner {
    margin-top: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 395px;
}

.top-banner-bird img {
    width: 200px;
}

.home-page .top-banner-bg {
    background: url(../images/UBS1800_1024x380_WFx2_BG.png) no-repeat 0 -40px;
    height: 350px;
    background-size: 100% auto;
    position: relative;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-animation: bg-zoom 1s ease-out 1 forwards;
    animation: bg-zoom 1s ease-out 1 forwards;
    opacity: 0.6;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .top-banner-bg.is-chrome {
    background-image: url(../images/UBS1800_1024x380_WFx2_BG.webp);
}

.home-page .banner-one .top-banner-bg {
    background: url(../images/UBS_BG01.jpg) no-repeat;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-one .top-banner-bg.icon-bg {
    background-size: auto;
    background-position: top right;
}


.home-page .banner-two .top-banner-bg {
    background: url(../images/UBS_BG02.jpg) no-repeat;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-three .top-banner-bg {
    background: url(../images/UBS_BG03.jpg) no-repeat;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-four .top-banner-bg {
    background: url(../images/UBS_BG04.jpg) no-repeat;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-five .top-banner-bg {
    background: url(../images/UBS_BG05.jpg) no-repeat top right;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-six .top-banner-bg {
    background: url(../images/UBS_BG06.jpg) no-repeat;
    height: 100%;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}


body.en .home-page .top-banner-main-title{
    padding-right: 300px;
    display: inline-block;
}

body.en .home-page .banner-bird-best .top-banner-main-title, 
body.en .home-page .banner-bird .top-banner-main-title{
    padding-right: 0;
    display: inline;
}


.home-page .top-banner-title {
    z-index: 1;
    --impulse-line-line-margin: 1rem;
    --impulse-line-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#e60000)) no-repeat left var(--impulse-line-align);
    background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
    padding-left: 20px;
    background-size: 5px calc(100% - var(--impulse-line-line-margin));
    display: block;
    margin-bottom: 20px;
    line-height: 4rem;
    margin-left: 40px;
    margin-top: 40px;
    height: 120px;
}

[lang="en"] .home-page .top-banner-title{
	height: auto;
    --impulse-line-line-margin: .2rem;
    margin-bottom: 90px;
}



.home-page .banner-bird .top-banner-title {
    height: auto;
}

.home-page .top-banner-main-title {
    font-size: 68px;
    font-weight: 400;
}

.home-page .top-banner-title a:hover {
    text-decoration: none;
}

.home-page .top-banner-sub-title {
    display: block;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}

.home-page .banner-bird .top-banner-title {
    margin-left: 260px;
    padding-bottom: 50px;
}

.home-page .banner-bird .top-banner-main-title {
    font-size: 48px;
}

.home-page .banner-bird .top-banner-sub-title {
    font-size: 48px;
}


.home-page .top-banner {
    height: auto;
    margin-top: 0px;
}

.home-page .banner-bottom-content {
    z-index: 10;
    padding-top: 35px;
}

.home-page .banner-code-area {
    margin-top: 20px;
}

.home-page .banner-code-area .product-item {
    width: 25%;
}

.home-page .banner-code-area .product-item li {
    display: flex;
}

.home-page .banner-code-area .product-item .code_area {
    border-right: 1px solid #1f1f1f;
    margin-right: 15px;
    line-height: 1;
}

.home-page .banner-code-area .product-item .code_area .underlying {
    font-size: 20px;
    font-weight: 700;
}

.home-page .banner-code-area .product-item:last-child .code_area {
    border-right: none;
}

.home-page .banner-code-area .product-item li .code {
    font-size: 24px;
    font-weight: bold;

}



.home-page .top-banner-sub-title .brand-color {
    color: #e60000;
    line-height: 1.5;
}

.home-page .banner-code-area .product-item .code {
    background: #fff;
    padding: 0;
    font-weight: 900;
    font-size: 42px;

}

.banner-disclaimer {
    padding-left: 50px;
    padding-top: 17px;
}


.home-page .top-banner-bird {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-animation: bird-movex 1.6s ease-out 0s 1 forwards, bird-zoom 0.7s ease-out 0s 1 forwards, bird-op 0.4s ease-out 0s 1 forwards;
    animation: bird-movex 1.6s ease-out 0s 1 forwards, bird-zoom 0.7s ease-out 0s 1 forwards, bird-op 0.4s ease-out 0s 1 forwards;
}

.home-page .top-banner-bird .top-banner-bird-start {
    -webkit-animation: bird-movey 1.6s ease-out 0s 1 forwards;
    animation: bird-movey 1.6s ease-out 0s 1 forwards;
}

.home-page .top-banner-bird-end {
    display: none;
}

[lang="en"] .home-page .banner-bird-best p{
    font-size: 12px;
    margin-right: 340px;
}

@-webkit-keyframes bg-zoom {
    0% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bg-zoom {
    0% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes bird-zoom {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes bird-zoom {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes bird-op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bird-op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bird-movex {
    0% {
        left: -10%;
    }

    100% {
        left: 80%;
    }
}

@keyframes bird-movex {
    0% {
        left: -10%;
    }

    100% {
        left: 80%;
    }
}

@-webkit-keyframes bird-movey {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    30% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    60% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes bird-movey {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    30% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }

    60% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}



.home-page .top-banner-boat {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 100;
    -webkit-animation-name: boat;
    animation-name: boat;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.home-page .top-banner-boat img {
    width: 670px;
}

@-webkit-keyframes boat {
    0% {
        opacity: 0;
        right: 60px;
    }

    20% {
        opacity: 1;
    }

    100% {
        right: 280px;
    }
}



@media all and (min-width: 1025px) and (max-width: 1270px) {

    .home-page .banner-code-area .product-item .code {
        font-size: 38px;
    }
}


/*for mobile*/
@media all and (min-width: 320px) and (max-width: 767px) {
    #heroBanner .carousel-inner {
        height: 310px;
    }


    .home-page .top-banner-title {
        background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#e60000)) no-repeat left var(--impulse-line-align);
        background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
        background-size: 3px calc(100% - var(--impulse-line-line-margin));
        padding-left: 15px;
        padding-bottom: 0;
        height: 70px;
        margin-left: 0;
        margin-top: 20px;
    }

    .home-page .top-banner-title .top-banner-main-title {
        font-size: 2rem;
    }

    .home-page .top-banner-sub-title {
        font-size: 20px;
    }

    .home-page .banner-bird .top-banner-title {
        margin-left: 0;
    }

    .banner-bottom-content {
        flex-wrap: wrap-reverse;
    }

    .home-page .top-banner-bg {
        background: url(../images/UBS1824_767x623_WFx2_BG2.png) no-repeat 0;
        height: 265px;
        background-size: 100% auto;
    }

    .home-page .top-banner-bg.is-chrome {
        background-image: url(../images/UBS1824_767x623_WFx2_BG2.webp);
    }


    .home-page .top-banner-bg h1 {
        margin-bottom: 0;
    }

    .banner-disclaimer {
        padding-left: 11px;
        padding-top: 0;
        font-size: 12px;
        margin-top: 10px;
    }

    .home-page .banner-code-area {
        margin-top: 20px;
    }

    .home-page .banner-code-area .product-item .code_area {
        border-right: 1px solid #1f1f1f;
        margin-right: 0;
        line-height: 1;
    }

    .home-page .banner-code-area .product-item .code {
        font-weight: 400;
        font-size: 24px;
        margin-right: 10px;
    }

    .home-page .banner-code-area .product-item .code_area .underlying {
        font-size: 15px;
        white-space: nowrap;
    }

    .home-page .banner-bottom-content .product-item:first-child .code_area {
        padding-left: 0;
    }

    .home-page .banner-bird .top-banner-title {
        padding-bottom: 30px;
    }

    .home-page .banner-bird .top-banner-main-title {
        font-size: 2rem;
    }

    .home-page .banner-bird .top-banner-sub-title {
        font-size: 2rem;
    }

    body.en .home-page .top-banner-main-title{
        padding-right: 0;
    }

    .home-page .banner-one .top-banner-bg {
        background: url(../images/UBS_BG01-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-one .top-banner-bg.icon-bg {
        background-size: 45%;
        background-position: top 55px right 0px;
    }

    .home-page .banner-two .top-banner-bg {
        background: url(../images/UBS_BG02-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-three .top-banner-bg {
        background: url(../images/UBS_BG03-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-four .top-banner-bg {
        background: url(../images/UBS_BG04-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-five .top-banner-bg {
        background: url(../images/UBS_BG05-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-six .top-banner-bg {
        background: url(../images/UBS_BG06-m.jpg) no-repeat;
        height: 100%;
        background-size: 100% auto;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .home-page .banner-bottom-content {
        padding-top: 80px;
    }

    .home-page .top-banner-boat {
        display: none;
    }

    .top-banner-bird img {
        width: 170px;
        margin-top: 75px;
    }

    .carousel-item .mobile-only {
        display: block !important;
    }

    #heroBanner .carousel-control-next,
    #heroBanner .carousel-control-prev {
        display: none;
    }

    [lang="en"] .home-page .top-banner-title{
		height: auto;
        line-height: 3rem;

	}


	[lang="en"] .home-page .banner-bird .top-banner-title{
        line-height: 2.5rem;
        --impulse-line-line-margin: .5rem;
        --impulse-line-align: center;
	}

    [lang="en"] .home-page .top-banner-title{
        margin-bottom: 0;
    }

    /* [lang="en"] .home-page .top-banner-title{
		height: auto;
        line-height: 4.5rem;

	} */

    [lang="en"] .home-page .top-banner-title {
        height: auto;
        line-height: 2.5rem;
        padding-bottom: 30px !important;
    }

    [lang="en"] .home-page .banner-bird .top-banner-title {
        padding-bottom: 0 !important;
    }
	

    body.en .home-page .top-banner-main-title {
        font-size: 30px;
    }

    body.en .home-page .top-banner-sub-title {
        font-size: 16px;
        line-height: 1.5;
    }

    @-webkit-keyframes bird-zoom {
        0% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
        }

        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    @keyframes bird-zoom {
        0% {
            -webkit-transform: scale(0.4);
            transform: scale(0.4);
        }

        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    @-webkit-keyframes bird-op {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes bird-op {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes bird-movex {
        0% {
            left: -10%;
        }

        100% {
            left: 60%;
        }
    }

    @keyframes bird-movex {
        0% {
            left: -10%;
        }

        100% {
            left: 60%;
        }
    }

    @-webkit-keyframes bird-movey {
        0% {
            -webkit-transform: translateY(15%);
            transform: translateY(15%);
        }

        30% {
            -webkit-transform: translateY(30%);
            transform: translateY(30%);
        }

        60% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
        }

        100% {
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

    @keyframes bird-movey {
        0% {
            -webkit-transform: translateY(15%);
            transform: translateY(15%);
        }

        30% {
            -webkit-transform: translateY(30%);
            transform: translateY(30%);
        }

        60% {
            -webkit-transform: translateY(40%);
            transform: translateY(40%);
        }

        100% {
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
    }

}


/*for SE mobile*/
@media all and (min-width: 320px) and (max-width: 375px) {
    .home-page .banner-code-area .product-item .code_area .underlying {
        font-size: 13px;
    }
}


.home-page .banner-bird-best .top-banner-title {
    height: auto;
}

[lang="en"] .home-page .banner-bird-best .top-banner-title {
	height: auto;
	margin-bottom: 90px;
}

.home-page .banner-bird-best .top-banner-title {
    margin-left: 50px;
    line-height: 4rem;

}

.home-page .banner-bird-best .top-banner-main-title {
    font-size: 48px;
}

.home-page .banner-bird-best .top-banner-sub-title {
    font-size: 2rem;
    margin-bottom: 85px;
}

.home-page .banner-bird-best p {
    margin-left: 50px;
	margin-right: 280px;
	font-size: 12px; 
}



.home-page .banner-bird-best .top-banner-bg {
    background: none;
    height: 350px;
    background-size: 100% auto;
    position: relative;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-animation: bg-zoom 1s ease-out 1 forwards;
    animation: bg-zoom 1s ease-out 1 forwards;
    opacity: 0.6;
    width: 100%;
    top: 0;
    z-index: 0;
}

.home-page .banner-bird-best .top-banner-bg.is-chrome {
    background-image: none;
}

.home-page .top-banner-best-one img {
    width: 160px;
}

.home-page .top-banner-best-one {
    position: absolute;
    right: 102px;
    z-index: 100;
    -webkit-animation-name: topOne;
    animation-name: topOne;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-page .top-banner-wing img {
    width: 150px;
}



.home-page .top-banner-wing {
    position: absolute;
    right: 230px;
    top: 62px;
    z-index: 0;
    -webkit-animation-name: wing;
    animation-name: wing;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.home-page .top-banner-birdhead img {
    width: 99px;
}

.home-page .top-banner-birdhead {
    position: absolute;
    right: 140px;
    top: 72px;
    z-index: 100;

}

.home-page .top-banner-birdbody img {
    width: 122px;
}

.home-page .top-banner-birdbody {
    position: absolute;
    right: 100px;
    top: 122px;
    z-index: 100;

}


.home-page .fireworks-big img {
    width: 100%;
}



.home-page .fireworks-big {
    position: absolute;
    width: 1px;
    z-index: 0;
    -webkit-animation-name: fireworks;
    animation-name: fireworks;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.home-page .fireworks-small img {
    width: 100%;
}



.home-page .fireworks-small {
    position: absolute;
    width: 1px;
    z-index: 0;
    -webkit-animation-name: fireworkssmall;
    animation-name: fireworkssmall;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}


@-webkit-keyframes topOne {
    0% {
        opacity: 0;
        top: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        top: 120px;
    }
}

@-webkit-keyframes wing {
    0% {
        top: 150px;
        right: 150px;
        rotate: -90deg;
    }

    100% {
        top: 42px;
        right: 210px;
        rotate: 0deg;
    }
}

@-webkit-keyframes fireworks {
    0% {
        opacity: 0;
        right: 70px;
        top: 20px;
        width: 1px;
        height: 1px;
    }

    20% {
        opacity: 1;
        right: 50px;
        top: 0px;
        width: 70px;
        height: 70px;
    }

    40% {
        opacity: 0;
        right: 70px;
        top: 20px;
        width: 1px;
        height: 1px;
    }

    60% {
        opacity: 1;
        right: 50px;
        top: 0px;
        width: 70px;
        height: 70px;
    }

    80% {
        opacity: 0;
        right: 70px;
        top: 20px;
        width: 1px;
        height: 1px;
    }

    100% {
        opacity: 1;
        right: 50px;
        top: 0px;
        width: 70px;
        height: 70px;
    }
}

@-webkit-keyframes fireworkssmall {
    0% {
        opacity: 0;
        right: 420px;
        top: 130px;
        width: 1px;
        height: 1px;
    }

    20% {
        opacity: 1;
        right: 400px;
        top: 120px;
        width: 50px;
        height: 50px;
    }

    40% {
        opacity: 0;
        right: 420px;
        top: 130px;
        width: 1px;
        height: 1px;
    }

    60% {
        opacity: 1;
        right: 400px;
        top: 120px;
        width: 50px;
        height: 50px;
    }

    80% {
        opacity: 0;
        right: 420px;
        top: 130px;
        width: 1px;
        height: 1px;
    }

    100% {
        opacity: 1;
        right: 400px;
        top: 120px;
        width: 50px;
        height: 50px;
    }
}


@media (min-width: 320px) and (max-width: 767px) {



    .home-page .top-banner-title{
        line-height: 1;
        --impulse-line-align: top;
    }

    .home-page .banner-bird-best .top-banner-title{
        line-height: 2.5rem;
        --impulse-line-align: top;
        --impulse-line-line-margin: .5rem;
    }


    .home-page .banner-bird-best .top-banner-title {
        background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#e60000)) no-repeat left var(--impulse-line-align);
        background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
        background-size: 3px calc(100% - var(--impulse-line-line-margin));
        padding-left: 15px;
        padding-bottom: 0;
        height: 70px;
    }

    .home-page .banner-bird-best .top-banner-sub-title {
        font-size: 2rem;
    }

    .home-page .banner-bird-best .top-banner-title {
        margin-left: 0;
    }

    .home-page .banner-bird-best .top-banner-main-title {
        font-size: 2rem;
    }

    .home-page .top-banner-birdhead img {
        width: 68px;
    }

    .home-page .top-banner-birdhead {
        position: absolute;
        right: 35px;
        top: 106px;
        z-index: 100;
    }

    .home-page .top-banner-birdbody img {
        width: 80px;
    }

    .home-page .top-banner-birdbody {
        position: absolute;
        right: 10px;
        top: 142px;
        z-index: 100;
    }

    .home-page .top-banner-best-one img {
        width: 105px;
    }

    .home-page .top-banner-best-one {
        position: absolute;
        right: 12px;
        z-index: 100;
        -webkit-animation-name: topOne;
        animation-name: topOne;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .home-page .top-banner-wing img {
        width: 95px;
    }

    .home-page .banner-bird-best p {
        margin-left: 0;
        margin-top: 70px;
        margin-right: 115px;
        font-size: 13px;
    }

	[lang="en"] .home-page .banner-bird-best p {
        margin-left: 0;
        margin-top: 0;
		margin-right: 90px;
        font-size: 12px;
    }
	[lang="en"] .home-page .banner-bird-best .top-banner-title {
		height: 110px;
		line-height: 40px;
		margin-bottom: 40px;
	}

    .home-page .banner-bird-best .top-banner-title {
        height: auto;

    }

    .home-page .banner-bird-best .top-banner-sub-title{
        margin-bottom: 70px;
    }

    .home-page .banner-bird .top-banner-title{
        line-height: 3rem;
        --impulse-line-line-margin: .5rem;
        --impulse-line-align: top;
    }



    @-webkit-keyframes wing {
        0% {
            top: 170px;
            right: 50px;
            rotate: -90deg;
        }

        100% {
            top: 82px;
            right: 75px;
            rotate: 0deg;
        }
    }

    @-webkit-keyframes topOne {
        0% {
            opacity: 0;
            top: 0;
        }

        20% {
            opacity: 1;
        }

        100% {
            top: 140px;
        }
    }



    @-webkit-keyframes fireworks {
        0% {
            opacity: 0;
            right: 20px;
            top: 20px;
            width: 1px;
            height: 1px;
        }

        20% {
            opacity: 1;
            right: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
        }

        40% {
            opacity: 0;
            right: 20px;
            top: 20px;
            width: 1px;
            height: 1px;
        }

        60% {
            opacity: 1;
            right: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
        }

        80% {
            opacity: 0;
            right: 20px;
            top: 20px;
            width: 1px;
            height: 1px;
        }

        100% {
            opacity: 1;
            right: 0px;
            top: 0px;
            width: 50px;
            height: 50px;
        }
    }

    @-webkit-keyframes fireworkssmall {
        0% {
            opacity: 0;
            right: 320px;
            top: 120px;
            width: 1px;
            height: 1px;
        }

        20% {
            opacity: 1;
            right: 300px;
            top: 110px;
            width: 40px;
            height: 40px;
        }

        40% {
            opacity: 0;
            right: 320px;
            top: 120px;
            width: 1px;
            height: 1px;
        }

        60% {
            opacity: 1;
            right: 300px;
            top: 110px;
            width: 40px;
            height: 40px;
        }

        80% {
            opacity: 0;
            right: 320px;
            top: 120px;
            width: 1px;
            height: 1px;
        }

        100% {
            opacity: 1;
            right: 300px;
            top: 110px;
            width: 40px;
            height: 40px;
        }
    }


}

@media only screen and (max-width: 767px) {
	[lang="en"] .home-page .banner-bird-best p{
		margin-right: 155px;
	}
    .home-page .banner-bird-best p{
        margin-right: 160px;
    }
}
@media only screen and (max-width: 420px) {
	[lang="en"] .home-page .banner-bird-best p{
		font-size: 11px;
	}

}
@media only screen and (max-width: 375px) {
	[lang="en"] .home-page .banner-bird-best p{

        font-size: 11px;
	}

}