/* override */
.slick-tab-initialized .slick-tab .slick-tab-slide.slick-slide {
    height: 60px;
}


/* common */
.rl-bg-f0 {
    background-color: #f0f0f0;
}

.mdl {
    background-image: url("../../images/home/MDL_LOGO_AREA_background.jpg");
    background-size: cover;
}

.bg-scroll {
    background-attachment: fixed;
}

.optimized {
    background-image: url("../../images/default/iclone-unreal-live-link-transfer.jpg");
    height: 40.7vw;
    min-height: 500px;
    max-height: 985px;
}

.optimized .rl-play-wrapper {
    position: static;
}

@media (max-width: 1024px) {
    .optimized {
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .optimized {
        min-height: unset;
        height: auto;
        background-image: unset;
    }

    .optimized .rl-play-wrapper {
        position: absolute;
    }
}

@media (max-width: 425px) {
    .optimized {
        /* min-height: 985px; */
    }
}

.recommended-package {
    background-image: url("../../images/home/Recommended_Pack_background.jpg");
    background-size: cover;
}

@media (max-width: 1199px) {
    .rl-column-6 > div {
        width: calc(100%/6);
    }
}

@media (max-width: 768px) {
    .rl-column-6 > div {
        width: calc(100%/3);
    }
}

.rendering-for-animation {
    background-image: url("../../images/animation/BEST-RENDERING-FOR-ANIMATION_w1920.jpg");
    background-size: cover;
    background-position: center;
    height: 41.66666vw;
    min-height: 500px;
}
.rendering-for-animation .rl-text-desc {
    color: #fff;
}
.rendering-for-animation .rl-popup:hover .rl-play-wrapper {
    transform: scale(1.6);
}
.rendering-for-animation .rl-play-wrapper {
    transform: scale(1.4);
}

.basic-light .img-container {
    display: flex;
    justify-content: space-between;
}
.basic-light .img-container > div {
    width: calc(33.333% - 6px);
}

.ies-library {
    background-image: url("../../images/default/iclone-unreal-live-link-transfer.jpg");
    background-size: cover;
    /*629*/
    height: 32.76vw;
}

@media (max-width: 767px) {
    .rendering-for-animation {
        background-image: none;
        height: auto;
        min-height: auto;
    }

    .basic-light .img-container {
        flex-wrap: wrap;
    }
    .basic-light .img-container > div {
        width: 100%;
    }

    .ies-library {
        background-image: none;
        height: auto;
    }
}

/*------------------------------------
        	$General
------------------------------------*/
.button-sets {
    text-align: center;
}

.button-sets button {
    margin: 10px 10px;
}

.button-sets .btn-default {
    border-radius: 0;
    /*26:1920-18:768*/
    font-size: calc(0.6944444444444444vw + 12.666666666666666px);

    /*60:1920-40:768*/
    height: calc(1.7361111111111112vw + 26.666666666666668px);

    /*200:1920-140:768*/
    width: calc(5.208333333333334vw + 100px);
    line-height: 1;
    outline: none !important;
}

.button-sets .rl-btn-fill {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: #fff;
}

.button-sets .rl-btn-fill:hover {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #82be0f;
}

.button-sets .rl-btn-border {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #82be0f;
}

.button-sets .rl-btn-border:hover {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: #fff;
}

.rl-banner .button-sets .rl-btn-fill:hover {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
}

/*------------------------------------
        	$Banner
------------------------------------*/
.rl-banner {
    /* background-image: url(../../images/default/Main-Banner.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    min-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; 
    position: relative;
}

.rl-banner .scroll-button:hover {
    background-color: #577d0f;
}
.rl-banner .scroll-button .fa-angle-down { 
    color: #fff;
    /*32-48*/ 
    font-size: calc(0.3472222222222222vw + 25.333333333333332px);
}

.rl-banner-text {
    font-size: calc( 26.4px + 0.5vw);
    font-weight: 300;
    color: #e8e8e8;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.btn-play{
    margin: 0 auto;
    width: calc(5.382131324004305vw + 16.66307857911733px);
    height: calc(5.382131324004305vw + 16.66307857911733px);
}

.rl-banner-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rl-banner .button-sets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rl-banner .button-sets .play-button {
    color: #fff;
    font-size: calc( 23.2px + 0.25vw );
}
.rl-banner .button-sets .play-text {
    font-size: calc(0.5vw + 18.4px); /*28:1920-20:320*/
    margin: 0 20px;
}

.rl-banner .rl-play-wrapper {
    pointer-events: none;
    position: static;
    transform: scale(0.75);
}

.rl-banner .rl-rel:hover .rl-play-wrapper {
    transform: scale(1);
}


/*------------------------------------
                banner-video btn
------------------------------------*/

.banner-video-btn {
    position: absolute;
    top: 25%;
    right: -10%;
}

/* 2019-07-12 add */
.s-rl-link-popup,
.s-rl-link-popup:focus,
.s-rl-link-popup:active,
.s-rl-link-popup:focus:active{
    text-decoration: underline;
}

.s-rl-link-popup:hover{
    text-decoration: none;
}


@media (max-width: 767px) {
    .banner-video-btn {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }
}

.banner-video-btn .rl-play-wrapper {
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-width: 40px;
    min-height: 40px;
    pointer-events: none;
    position: static;
    width: calc(2.604166666666667vw + 30px);
    height: calc(2.604166666666667vw + 30px);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner-video-btn .rl-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(0.8680555555555556vw + 3.3333333333333335px) 0 calc(0.8680555555555556vw + 3.3333333333333335px) calc(1.3020833333333335vw + 5px);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    margin-left: calc( 3.2px + 0.25vw );
}

.banner-iray-logo {
    width: calc(21.25vw + 200px);
    padding-top: calc(20px + 1vw);
    padding-bottom: calc(20px + 1vw);
}

.banner-ic-cc-logo {
    position: absolute;
    bottom: calc(4.340277777777778vw + -13.333333333333334px);
}

.banner-ic-cc-logo > img {
    width: calc(14.756944444444445vw + 386.6666666666667px);
    margin-left: 0;
}

@media (max-width: 767px) {
    .banner-ic-cc-logo {
        padding: 0 calc(4.47427293064877vw + 5.682326621923937px);
        bottom: 55px;
    }

    .banner-ic-cc-logo > img {
        width: 100%;
        margin: 0 auto;
    }

    #banner-video .video-wrapper {
        display: none;
    }

    #banner-video img {
        display: block;
    }
}

/*------------------------------------
        	    entry
------------------------------------*/
.feature-entry {
    --column-gap: 20px;
    --virtual-production-area-content-column-gap: 4px;
    --column-width: calc((100% - var(--column-gap) * 2 - var(--virtual-production-area-content-column-gap)) / 4);
    display: grid;
    column-gap: var(--column-gap);
    grid-template-columns: var(--column-width) var(--column-width) calc(var(--column-width) * 2 + 4px);
    border-bottom: 1px solid #404040;
}

.feature-entry__virtual-production-area-content {
    display: grid;
    column-gap: 4px;
    grid-template-columns: repeat(2, 1fr)
}

.plugin-entry {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.connect-line {
    display: flex;
    justify-content: center;
    width: 100%;
}

.connect-line::before {
    content: '';
    height: 20px;
    border-left: 2px solid #82be0f;
}

.connect-line.connect-line--two::before {
    border-right: 2px solid #82be0f;
    width: 67%;
    border-top: 2px solid #82be0f;
}

.fade-card {
    --fade-card__title-padding-x: 10px;
    --fade-card__content-padding-x: calc(1.5625vw + 20px);
    position: relative;
    display: block;
}

.fade-card__icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    z-index: 1;
}

.fade-card .fade-card__title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px var(--fade-card__title-padding-x);
    width: 100%;
    min-height: calc(1.8vw + 50px); 
    background-color: rgba(64, 64, 64, .8);
    line-height: 1.2;
    transition: opacity .3s ease-out;
}

.fade-card .fade-card__content {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px var(--fade-card__content-padding-x); /* 1920~320 50~25px */
    width: 100%;
    height: 100%;
    background-color: rgba(64, 64, 64, .8);
    line-height: 1.2;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.feature-entry .feature-entry__wide-image {
    display: none;
}

.fade-card:hover .fade-card__title {
    opacity: 0;
}

.fade-card:hover .fade-card__content {
    opacity: 1;
}

a.fade-card:hover {
    text-decoration: none;
}

@media screen and (max-width: 1600px) and (min-width: 1441px), (max-width: 1300px) {
    .feature-entry {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-entry__virtual-production-area {
        grid-column: 1 / 3;
    }

    .feature-entry__virtual-production-area-content {
        column-gap: 20px;
    }

    .fade-card .feature-entry__narrow-image {
        display: none;
    }

    .feature-entry .feature-entry__wide-image {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .fade-card .fade-card__title {
        min-height: 70px
    }

    .fade-card .feature-entry__narrow-image {
        display: block;
    }

    .feature-entry .feature-entry__wide-image {
        display: none;
    }

    .plugin-entry {
        grid-template-columns: 1fr;
    }
    
}

@media screen and (max-width: 550px) {
    .feature-entry {
        grid-template-columns: 1fr
    }

    .feature-entry__virtual-production-area {
        grid-column: 1 / 2;
    }

    .feature-entry__virtual-production-area-content {
        grid-template-columns: 1fr;
    }

    .fade-card .feature-entry__narrow-image {
        display: none;
    }

    .feature-entry .feature-entry__wide-image {
        display: block;
    }
}



/*------------------------------------
            time code
------------------------------------*/
.supports-recording-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.supports-recording-items > div {
    width: calc((100% - (4 * 5px)) / 5);
    margin-right: 5px;
    margin-bottom: 5px;
}

.supports-recording-items > div:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .supports-recording-items > div {
        width: calc((100% - (2 * 5px)) / 3);
    }

    .supports-recording-items > div:nth-child(3n) {
        margin-right: 0;
    }
}


@media screen and (max-width: 767px) {
    .supports-recording-items {
        justify-content: flex-start;
    }

    .supports-recording-items > div {
        width: calc((100% - (2 * 5px)) / 2);
    }

    .supports-recording-items > div:nth-child(2n) {
        margin-right: 0;
    }
}

.bg-grainy-gradients {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(10, 10, 10) 16%, rgba(27, 27, 27, 0.4) 44%, rgba(27, 27, 27, .2) 61%, rgba(0, 0, 0, 0) 87%);
}

.progressive-production-image-text {
    color: #e6e6e6;
}

@media screen and (min-width: 768px) {
    .progressive-production {
        margin-left: -2.7%;
    }

    .progressive-production-image-text {
        display: grid;
        grid-template-columns: 8fr 6.8fr 5.5fr;
        justify-content: center;
        color: #e6e6e6;
        text-align: center;
        list-style: none;
    }

    .progressive-production-image-text span {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .progressive-production-image-text {
        max-width: 500px;
        margin: auto;
    }
}


/*------------------------------------
    content-banner
------------------------------------*/
.rl-title {
    font-size: calc(1.25vw + 26px); /*1920:50, 320:30*/
}

.rl-title-main {
    color: rgba(0, 0, 0, 0.8);
    font-size: calc(2.1875vw + 23px); /*1920:65, 320:30*/
    padding-bottom: 40px;
}

.rl-content-body {
    padding-top: calc(5.920344456404736vw + -28.670613562970935px); /*1920:85, 991:30*/
}

.rl-content-body .rl-title,
.rl-content-body .rl-text-desc {
    color: #fff;
}

.rl-content-body .rl-number {
    font-size: 300px;
    font-style: italic;
}

.rl-title-banner {
    background-image: url(../../images/default/Banner_title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rl-content-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    /* cursor: pointer; */
    height: 23.4375vw; /*450/1920*/
    min-height: 550px;
    max-height: 700px;
}

.rl-content-banner .title {
    color: #fff;
}

.rl-content-banner .rl-text-desc {
    font-weight: 400;
}

.rl-content-banner.post-effect {
    height: 35.4375vw;
    background-image: url(../../images/home/Post_Effect.jpg);
}

.rl-content-banner.tone-mapper {
    background-image: url(../../images/home/Tone_Mapper.jpg);
}

.rl-content-banner.render-pass {
    background-image: url(../../images/home/Render_Pass.jpg);
}

.render-pass .rl-play-wrapper {
    left: 10%;
    right: auto;
}

.rl-content-banner .more-link {
    font-size: calc(0.25vw + 19.2px); /*24-20*/
}

/*------------------------------------
        	$PRICING
------------------------------------*/
.rl-packageTable-listTitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1rem;
}

.version-table .rl-packageTable-withoutLine {
    border: none;
}

.rl-packageTable-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.rl-packageTable-flex div:first-of-type {
    padding-right: 5px;
}

.rl-packageTable-note {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rl-packageTable-note li {
    width: calc((100% - 90px) / 3);
    padding-right: calc(1.5625vw + 10px);
}

.rl-packageTable-2nd {
    margin-left: 30px;
}

.rl-packageTable-3nd {
    margin-left: 60px;
}

.rl-version-table .rl-row-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.rl-version-table .rl-col-flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px calc( 16px + 1.25vw);
    position: relative;
    overflow: hidden;
}

.rl-version-table {
    padding-right: 15px;
    padding-left: 15px;
}

.rl-version-table .rl-btn-paidupdate {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rl-version-table > div {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.rl-version-table .recommend-text {
    color: #82be0f;
    font-size: calc(0.625vw + 24px); /*36-26*/
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.version-table {
    float: none;
    display: inline-block;
    border: 2px solid lightgray;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    height: 100%;
    width: 100%;
}

.version-table.recommend {
    border: 8px solid #82be0f;
}

.version-table hr {
    box-sizing: content-box;
    height: 0;
    /* margin-top: 1rem; */
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.version-table .version {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding:  calc(0.625vw + 18px);
    background-color: #000;
    min-height: 220px;
}

.version-table .version .version-label {
    background-color: #76B900;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: calc(0.5vw + 7px);
    font-weight: 500;

    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    padding: 3px;

    -webkit-transform: translate(-35%, 70%) rotate(-35deg);
    -ms-transform: translate(-35%, 70%) rotate(-35deg);
    transform: translate(-35%, 70%) rotate(-35deg);
}

.version-table .version .v-label-title {
    font-size: 1vw;
    -ms-transform: scale(0.7); /* IE 9 */
    -webkit-transform: scale(0.7); /* Safari */
    transform: scale(0.7);
    display: inline-block;
}

.version-table .version .v-label-price {
    font-size: 1.3vw;
}

.version-table .version .product-type {
    /* min-height: 120px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: calc(0.75vw + 25px);
}

.version-table .version .pricewithtext {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7rem;
    color: white;
    background: #333;
    border: 10px solid #fff;
    height: 150px;
    width: 150px;
    padding-top: 30px;
    margin: 10px auto -110px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.version-table ul.info {
    margin: 90px 0 0 0;
}

.version-table ul.info li {
    /*border-top: 1px solid #e0e0e0;*/
    padding: 10px;
}

.rl-btn-download > svg {
    width: calc(0.625vw + 23px);
    height: calc(0.625vw + 23px);
}

.rl-btn-download .rl-btn-text {
    font-size: calc(0.25vw + 19.2px);
    font-weight: 400;
    padding: calc(0.1875vw + 5.4px) calc(2.8125vw + 6px);
}

.rl-color-white {
    color: #fff;
}

.rl-table-package {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
}

.rl-price-icon{
    width: calc(0.9375vw + 59px);
    height: calc(1.25vw + 77px);
    display: block;
    margin: 0 5px;
}

.rl-price-desc-wrapper{
    padding: 20px
}

.rl-price-ul li{
    width: calc( (100% - 15px) / 2 );
}

@media (max-width: 1440px) {
    .rl-content-body {
        border-top: 1px solid #333;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rl-content-banner {
        min-height: unset;
        max-height: unset;
    }

    .rl-content-banner:first-child .rl-content-body {
        border-top: none;
    }

    .rl-content-banner:last-child .rl-content-body {
        padding-bottom: 0;
    }

    .rl-content-banner .rl-hidden {
        display: block !important;
    }

    .rl-content-banner .rl-spotlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .rl-content-banner.render-pass, .rl-content-banner.tone-mapper, .rl-content-banner.post-effect {
        background-image: unset;
        background-color: #f0f0f0;
        height: auto;
    }

    .rl-content-banner .title {
        color: #333;
    }

    .rl-content-body .rl-title, .rl-content-body .rl-text-desc {
        color: #333;
    }

    .render-pass .rl-play-wrapper {
        left: 0;
        right: 0;
    }

    .rl-content-banner .rl-spotlight-body-gap150 {
        flex: 0 1 40px;
    }
}

/*------------------------------------
        	$Media Query
------------------------------------*/

@media screen and (max-width: 1250px) {
    .rl-logo-adjust {
        margin-right: 0;
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .rl-price-ul li {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .rl-content-banner-rightside {
        background-position: 30% 50%;
    }

    .rl-content-banner-leftside {
        background-position: 50% 50%;
    }

    .rl-banner-wrapper{
        margin-top: calc(2.1528525296017222vw + 8.665231431646932px);
    }

    /* price */
    /*rl flex box*/
    .rl-version-table .rl-row-flex {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .rl-version-table .rl-btn-paidupdate {
        width: 90%;
    }

    .version-table {
        width: 100%;
        display: block;
        /* margin-bottom: 30px; */
        margin-right: 0;
        margin-left: 0;
    }

    .rl-packageTable-note li {
        width: 100%;
        padding-right: 0;
    }

    .rl-version-table {
        padding-right: 0;
        padding-left: 0;
    }

    .version-table .version {
        min-height: auto;
    }
    .version-table .version .product-type {
        margin-top: 20px;
    }

    .version-table .version .version-label {
        font-size: calc(1.5vw + 6px);
        width: 55%;
    }
    .version-table .version .v-label-title{
        font-size: 2.1vw;
    }
    .version-table .version .v-label-price{
        font-size: 2.6vw;
    }
}

@media screen and (max-width: 767px) {
    .rl-banner .button-sets {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rl-banner .button-sets .play-text {
        margin-left: 0;
    }

    .btn-play{
        width: 65px;
        height: 65px;
    }

    .rl-banner-wrapper{
        margin-top: 15px;
    }
}

.popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 50%;
    margin: 20px auto;
    text-align: center;
}

.MDL-img-wrap > div:hover img.visible {
    display: none !important;
}

.MDL-img-wrap > div:hover img.hidden {
    display: block !important;
}

.product-brief {
    display: flex; 
    background-color: #eee; 
    padding: 5px; 
    margin-top: 30px;  
}

.product-brief .product {
    display: flex;
    align-items: center;
    padding: calc(10px + 0.5vw);
}

.product-brief .product img {
    width: 80px;
    height: 80px;
    margin-right: calc(10px + 0.5vw);
}

.product-brief .product a {
    font-weight: 400;
}

.product-brief .splitter {
     width: 1px; 
     border-left: 1px solid #aaa; 
     margin: calc(10px + 0.5vw);
}

.rl-bg-dark-theme{
    background-color: #000;
    color: #fff;
}

.cc-setup-area{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .cc-setup-area-img-wrapper{
        width:90px;
    }

    .cc-setup-area-space{
        width: 10px;
    }

    .cc-setup-area-desc{
        width: calc(100% - 90px - 10px);
    }

.rl-bonus-label{
    background-color: #76B900;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: calc(0.375vw + 12.8px);
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    top: 1.3vw;
    left: -6%;
    width: 20%;
    padding-bottom: 5px;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg);
    padding: 3px;
    text-align: center;
    min-width: 130px;
}

@media screen and (max-width: 767px) {
    .product-brief {
        flex-direction: column;
    }

    .product-brief .product {
        align-items: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .rl-version-table .rl-package{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-setup-area{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
    }

    .cc-setup-area-img-wrapper{
        display: none;
    }

    .rl-bonus-label{
        top: 1.5vw;
        left: -8%;
    }
}