.rl-text-md5 {
    font-size: calc(0.5208333333333333vw + 32px);
    line-height: 1.1;
}

.rl-text-sm {
    font-size: calc(0.6944444444444444vw + 22.666666666666668px);
    line-height: 1.4;
}

.rl-lineheight-14 {
    line-height: 1.4;
}

.rl-bg-383838 {
    background-color: #383838;
}

.know-button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 0;
    transition: all 0.17s ease-in-out;
    font-size: calc(14px + 0.5vw);
    height: calc(1.1vw + 26px);
    min-width: calc(6.5vw + 100px);
}

.know-button:hover {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: white;
    outline: none;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 35px;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
}

.show-case::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    transition: opacity .5s;
    box-shadow: inset 0 0 110px #000;
}

.show-case::before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: white;
    z-index: 1;
    transition: opacity .5s;
    font-size: 24px;
    font-weight: bold;
}

.show-case:hover:after {
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

#banner-area {
    position: absolute;
    width: 100vw;
    min-width: 1632px;
    height: 41.67vw;
    min-height: 680px;
    pointer-events: none;
    opacity: 0.7;
    background: #000;
    z-index: 0;
    top: 0;
}

.rl-banner-other {
    min-height: 41.67vw;
    height: inherit;
}

.rl-banner-text {
    font-size: calc(2.430555555555556vw + 35.333333333333336px);
    line-height: 1.1;
}

.rl-feature-banner-desc {
    font-size: calc(0.6944444444444444vw + 14.666666666666666px);
}

.rl-banner-button {
    padding: 11px 20px;
}

.rl-bg-pure-black {
    background-color: #000000;
}

.bullet {
    border-left: 10px solid #82be0f;
    padding-left: 10px;
}

.rl-declareBoard-header-common {
    background-size: cover;
    background-size: cover;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    background-image: url(../../images/3d-facial-expression/title_bg.jpg);
    background-repeat: no-repeat;

}

.rl-declareBoard-header .title {
    color: #76B900;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: calc(1.3888888888888888vw + 33.333333333333336px);
    line-height: 1.1;
}

.rl-banner-description {
    flex: 9;
}

.anchor-container {
    display: flex;
    
}

.anchor-container .anchor-item {
    flex: 1;
    white-space: nowrap;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: calc(0.25vw + 15.2px);
    text-align: center;
}
.anchor-container .anchor-item:first-child {
    background-color: #82be0f;
}
.anchor-container .anchor-item:last-child {
    background-color: #191919;
}
.anchor-container .anchor-item:last-child:hover {
    background-color: #414141;
}

.anchor-container .anchor-item:hover {
    cursor: pointer;
}

#dynamic-wrinkle {
    background: #050609;
    height: calc(25vw);
    max-height: 480px;
    min-height: 350px;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    #dynamic-wrinkle .iframe-bg-wrapper {
        right: calc(1440px - 100%);
    }
}

@media screen and (max-width: 1360px) {
    .rl-column-4 > div {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1350px) {
    .rl-banner-other {
        height: 50vw;
    }
}

@media screen and (max-width: 1069px) {
    .rl-banner-other {
        height: 60vw;
    }
}

@media screen and (max-width: 991px) {
    .rl-banner-other {
        height: 70vw;
    }

    .rl-banner-description {
        flex: 15;
    }
}

@media screen and (max-width: 767px) {
    .rl-feature-banner-desc {
        font-size: calc(0.8928571428571428vw + 13.142857142857142px);
    }

    .rl-banner-button {
        padding: calc(0.4464285714285714vw + 4.571428571428571px) calc(4.464285714285714vw + 25.714285714285715px);
    }

    .rl-banner-other {
        background-position: 50% 0%;
        background-image: url(../../images/lipsync-animation/main-banner-mobile.jpg);
        height: initial;
        min-height: inherit;
    }

    .rl-banner-mobile-centerbot {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    .flex-container {
        flex-direction: column !important;
        align-items: left;
    }

    .rl-column-4 > div {
        width: 100%;
    }

    #dynamic-wrinkle {
        min-height: unset;
        height: unset;
        max-height: unset;
    }
}