hr {
    margin: 0;
}

.text-transform-inital {
    text-transform: initial
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.flex-dir-col {
    flex-direction: column;
}

.color-iclone {
    color: #82be0f;
}

.rl-color-cta {
    color: #e8380d;
}

.rl-button-default {
    display: inline-flex;
    color: #fff;
    background-color: #e8380d;
    border: 2px solid #e8380d;
    border-radius: 0;
    outline: none;
    padding: 4px 20px;
    min-width: 220px;
    justify-content: center;
    align-items: center;
    transition: all 0.17s ease-in-out;
    min-width: 190px;
    margin: 10px;
    line-height: 28px;
}

.rl-button-border {
    display: inline-flex;
    color: #e8380d;
    background-color: transparent;
    border: 2px solid #e8380d;
    border-radius: 0;
    outline: none;
    padding: 4px 20px;
    min-width: 220px;
    justify-content: center;
    align-items: center;
    min-width: 190px;
    margin: 10px;
    line-height: 28px;
}

.rl-btn-more .fa-angle-right, .rl-button-border .fa-angle-right {
    font-size: 18px;
    margin: 0px 0 0 4px;
}

.rl-button-default:hover {
    color: #e8380d;
    background-color: transparent;
    border: 2px solid #e8380d;
}

.rl-button-border:hover {
    color: white;
    background-color: #e8380d;
    border: 2px solid #e8380d;
}

.rl-play-wrapper.right-bottom {
    right: 5%;
    bottom: 5%;
    left: auto;
    top: auto;
}

@media screen and (max-width: 767px) {
    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }
}


/* main-banner */
.rl-content-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 36.458vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.rl-content-banner:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

#banner-area {
    position: absolute;
    width: 100vw;
    height: 36.458vw;
    pointer-events: none;
    z-index: -2;
    left: 0px;
    top: 0;
}

.rl-content-banner .rl-title{
    font-size: calc(1.7361111111111112vw + 26.666666666666668px);
}

.rl-content-banner .rl-text-desc {
    font-weight: 400;
    font-size: calc(0.78125vw + 15px);
}
.rl-text-home-feature {
    font-size: calc(0.75vw + 15.6px);
}

.rl-banner-width-limit{
    max-width: 75%
}

.rl-feature-banner-button-wrapper{
    margin-left: -10px;
}

.rl-content-banner .rl-text-home-feature{
    font-weight: 300;
}

.main-banner-logo {
    width: calc(8.159722222222223vw + 87.33333333333333px); /* 1920~768 244~150px*/
    max-width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
    .rl-content-banner {
        background-position: 63% 50%;
    }
}

@media screen and (max-width: 767px) {
    .rl-content-banner {
        align-items: initial;
        background-image: url(../../images/default/MainBanner_Motion-Link_mobile.jpg);
        height: 500px;
    }

    .rl-content-banner:after {
        background-color: transparent;
    }

    .rl-content-banner .rl-title{
        font-size: calc(3.131991051454139vw + 19.977628635346758px);
    }

    .rl-content-banner .rl-text-desc {
        font-size: calc(0.6711409395973155vw + 15.85234899328859px);
    }

    .banner-feature {
        background-position: 0% 0%;
        height: calc(11.185682326621924vw + 314.20581655480987px);
        min-height: 500px;
    }

    .rl-banner-width-limit{
        max-width: 100%
    }

    .rl-feature-banner-button-wrapper{
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .main-banner-logo {
        width: 185px;
    }
}


/*industry-changing */

.industry-changing {
    background-color: #404040;
}

.industry-changing .img-arrow-wrapper img {
    position: absolute;
    top: 50%;
    width: 4.5vw;
}

@media screen and (max-width: 767px) {
    .industry-changing .img-arrow-wrapper {
        text-align: center;
    }

    .industry-changing .img-arrow-wrapper img {
        display: none;
    }
}

.rl-button-default.iclone-button,
.rl-button-default.iclone-button:focus,
.rl-button-default.iclone-button:active {
    background-color: #82be0f;
    border: 2px solid #82be0f;
}

.rl-button-default.iclone-button:hover {
    color: #82be0f;
    background-color: transparent;
    border: 2px solid #82be0f;
}


/* iclone-motion */

.iclone-motion {
    background-color: #666;
}


/* vast-motion */

.vast-motion {
    background-color: #d9d9d9;
}

.motion-banner-wrapper {
    display: grid;
    grid-template-areas:
        'top top'
        'left right'; 
    grid-gap: 30px;
}

.motion-banner-wrapper > div:nth-child(1) {
    grid-area: top;
}

.motion-banner-wrapper > div:nth-child(2) {
    grid-area: left;
}

.motion-banner-wrapper > div:nth-child(3) {
    grid-area: right;
}


.motion-banner-wrapper > div {
    overflow:hidden; 
    position: relative;
}

.motion-banner-wrapper > div > a > img {
    transition: all 0.3s;
}

.motion-banner-wrapper > div:hover > a  > img {
    transform: scale(1.1);
}

.motion-banner-wrapper > div > a > div {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.motion-banner-wrapper button {
    margin-top: 20px;
    margin-bottom: 40px;
    border-color: #fff;
    color: #fff;
}

.motion-banner-wrapper button:hover {
    color: white;
    background-color: #666666;
    border: 2px solid #666666;
}

.motion-banner-wrapper .left-layout .banner-title-img {
    margin-left: calc(2.604166666666667vw + 10px); /* 1920~768 60px~30px */
    width: calc(655vw / 1920 * 100);
    max-width: fit-content;
}

.motion-banner-wrapper .left-layout button {
    margin-left: calc(2.604166666666667vw + 10px); /* 1920~768 60px~30px */
    background-color: #666670;
    border: 0;
}

.motion-banner-wrapper .left-layout button:hover {
    background-color: #757580;
    border: 0;
}

@media screen and (max-width: 767px) {
    .motion-banner-wrapper {
        grid-template-areas:
            'top'
            'left'
            'right'; 
    }

    .motion-banner-wrapper .left-layout {
        text-align: center;
    }

    .motion-banner-wrapper .left-layout .banner-title-img {
        margin: auto;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .motion-banner-wrapper .left-layout button {
        margin-left: 10px;
        text-align: center;
    }
}

/* get-everything */

.get-everything-col-wrapper > .space {
    margin-right: 15px;
    margin-left: 15px;
    border-right: 1px solid #c0c0c0;
    width: 100%;
}

.get-everything-logo {
    text-align: center;
}

.get-everything-logo img {
    max-height: 80px;
    padding: 0 15px;
}

.get-everything-desc {
    margin: 0 auto;
    max-width: 760px;
    min-height: 120px;
    text-align: center;
}

.get-everything-plugin {
    display: flex;
    margin: 0 auto calc(0.75vw + 15.6px) auto ; /*  rl-row-30 */
    padding: 5px;
    max-width: 760px;
}

.get-everything-plugin > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0.9;
    padding: 15px 10px 0 10px;
    min-width: 170px;
    color: #4d4d4d;
    text-align: center;
    line-height: 1.2;
}

.get-everything-plugin > a:hover,
.get-everything-plugin > a:active,
.get-everything-plugin > a:focus {
    text-decoration: none;
}

.get-everything-plugin > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 3;
}

@media screen and (max-width: 991px) {
    .get-everything-col-wrapper {
        flex-direction: column;
    }

    .get-everything-col-wrapper > .space {
        border-bottom: 1px solid #c0c0c0;
        margin: 30px 0;
    }
}

@media screen and (max-width: 550px) {
    .get-everything-plugin {
        flex-direction: column;
        align-items: center;
    }

    .get-everything-plugin > a {
        margin-bottom: 15px;
    }
}

/* best-deals */
.best-deals {
    background-color: #75706c;
}

.best-deals-product {
    display: flex;
    margin: 0 auto;
    max-width: 760px;
    border: 2px solid #a5a09d;
    background-color: #efebe7;
} 

.best-deals-product > img {
    width: 40%;
} 

.best-deals-product > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
} 

@media screen and (max-width: 991px) {
    .best-deals .flex-container{
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .best-deals-product {
        flex-direction: column;
    } 

    .best-deals-product > img {
        margin-top: 25px;
        border: 2px solid #a5a09d;
    } 
}


/* already-own */
.already-own {
    background-color: #86817d;
}

.already-own .already-subtitle {
    font-size: calc(0.20vw + 19.2px);
    height: calc((0.75vw + 15.6px) * 2 + 46px); /*fake rl-row-30*/
}

.already-own .bundle-card {
    border: 2px solid #a5a09d;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.already-own .bundle-card > div {
    flex: 1;
    background-color: #efebe7;
    padding-left: 10px;
    padding-right: 10px;
}

.already-own .bundle-card > div .bundle-card-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
}

.already-own .bundle-card > div ul {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 582px;
    margin: 0 auto;
    flex: 1;
}

.already-own .bundle-card > div ul li {
    width: 50%;
    text-align: left;
    padding-bottom: 10px;
}

.already-own .bundle-card > div .special-ul > li:first-child {
    width: 129px;
}

.already-own .bundle-card > div .special-ul > li:last-child {
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .already-own .bundle-card > div ul {
        flex-direction: column;
        align-items: center;
    }

    .already-own .bundle-card > div ul li {
        width: 100%;
    }

    .already-own .bundle-card > div .special-ul > li:first-child {
        width: 100%;
    }
    
    .already-own .bundle-card > div .special-ul > li:last-child {
        white-space: initial;
    }
}

@media screen and (max-width: 575px) {
    .already-own .bundle-card > div ul {
        flex-direction: column;
        align-items: center;
    }

    .already-own .bundle-card > div ul li {
        width: 100%;
    }

    .already-own .bundle-card > div .special-ul > li:first-child {
        width: 100%;
    }
    
    .already-own .bundle-card > div .special-ul > li:last-child {
        width: 100%;
    }
}




