/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------cssresetend--------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
}

p, li {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300;
}

#topnavarea.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
}

/*-----Link Style-----*/
a {
    color: #0c999b;
    text-decoration: none;
}


a.underline {
    text-decoration: underline;
}

a:hover {
    color: #0c999b;
    text-decoration: underline;
}

a:focus,
a:active,
a:active:focus {
    color: #0c999b;
    outline: none;
    text-decoration: underline;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
}

/*----------Layout--------- */

.rl-container {
    padding-right: 15px;
    padding-left: 15px;
}

.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}

.rl-row-1024 {
    max-width: 1024px;
    margin: 0 23%;
    padding-right: 15px;
    padding-left: 15px;
}

.rl-row-1100 {
    max-width: 1100px;
    margin: 0 21%;
    padding-right: 15px;
    padding-left: 15px;
}

/*--- flex system ---*/
.flex-container,
.flex-system {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .justify-start {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*--------section------ */

.rl-banner {
    background-image: url(../../images/Character-1/01_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 31.25vw; /*600px*/
    /*min-height: 600px;*/
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: relative;
}

.rl-banner-other {
    background-image: url(../../images/Character-1/01_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 21vw;
    min-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.rl-hidden {
    display: none !important;
}

/*------------banner-align------------ */
/*------------Left------------ */
.rl-banner-lefttop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-leftcenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-leftbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*------------Center------------ */
.rl-banner-centertop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-centercenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-centerbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*------------Right------------ */
.rl-banner-righttop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rl-banner-rightcenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-rightbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.rl-banner-but {
    font-size: calc(0.8750000000000001vw + 13.2px);

    /*30(1920px)-16(320px)*/
    border: #0c999b 1px solid;
    background-color: transparent;
    color: #0c999b;
    padding-top: calc(4px + 0.3125vw);
    padding-bottom: calc(4px + 0.3125vw);
    padding-right: calc(12px + 0.9375vw);
    padding-left: calc(12px + 0.9375vw);
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.rl-flex-wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.rl-flex-center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.rl-banner-but:hover {
    background-color: #0c999b;
    color: #ffffff;
}

.rl-banner-but-black {
    font-size: calc(0.8750000000000001vw + 13.2px);

    /*30(1920px)-16(320px)*/
    border: #0c999b 1px solid;
    background-color: #0c999b;
    color: #ffffff;
    padding-top: calc(4px + 0.3125vw);
    padding-bottom: calc(4px + 0.3125vw);
    padding-right: calc(12px + 0.9375vw);
    padding-left: calc(12px + 0.9375vw);
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.rl-banner-but-black svg {
    fill: #fff;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.rl-banner-but-black:hover {
    background-color: transparent;
    color: #0c999b;
}

.rl-banner-but-black:hover svg {
    fill: #0c999b;
}

/*------------------------------------
        	$Font Face
------------------------------------*/
@font-face {
    font-family: "HelveticaLTStd";
    src: local("HelveticaLTStd"), url("../../fonts/HelveticaLTStd-Comp.ttf") format("truetype"), url("../../fonts/HelveticaLTStd-Comp.otf") format("opentype"), url("../../fonts/HelveticaLTStd-Comp.eot") format("embedded-opentype"), url("../../fonts/HelveticaLTStd-Comp.woff") format("woff"), url("../../fonts/HelveticaLTStd-Comp.svg") format("svg");
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.font-helvetica {
    font-family: HelveticaLTStd, 'Roboto', sans-serif;
}

/*--------text-size------ */
.rl-text-lg {
    font-size: calc(6.25vw + 20px);

    /*1920-140 ,320-40*/
    line-height: 1;
    font-weight: 500;

    /* text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); */
}

.rl-text-md {
    font-size: calc(0.625vw + 48px);

    /*1920-60 320-50*/
    font-weight: 300;
    line-height: 1.1;
}
.rl-text-md1 {
    font-size: calc(0.875vw + 27.2px);
    font-weight: 300;
    line-height: 1.1;
}


.rl-text-md2 {
    font-size: calc(1.25vw + 36px);

    /*1920:60, 320-40*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md3 {
    font-size: calc(1.875vw + 44px);

    /*1920:80, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md4 {
    font-size: calc(2.5vw + 52px);

    /*1920:80, 320-50*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-md5 {
    font-size: calc(5vw + 49px);
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-sm {
    font-size: calc( 26.4px + 0.5vw);

    /*36*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-xs {
    font-size: calc( 22.8px + 0.375vw);

    /*30*/
    font-weight: 300;
    line-height: 1.1;
}

.rl-text-xs1 {
    font-size: calc( 18.8px + 0.375vw);
    /*30*/
    font-weight: 300 !important;
    line-height: 1.1;
}

.rl-text-xs2 {
    font-size: calc(1.0625vw + 9.6px);

    /*30-13*/
    font-weight: 300;
    line-height: 1.1;
}


/* ----- title font size -------*/
.rl-text-title-xxl,
.rl-text-60 {
    font-size: calc(1.3888888888888888vw + 33.333333333333336px);
}

.rl-text-title-xl,
.rl-text-48 {
    /* 48 -> 28 */
    font-size: calc(1.25vw + 24px);
}

.rl-text-title-lg,
.rl-text-42 {
    /* 42 -> 26 */
    font-size: calc(1vw + 22.8px);
}

.rl-text-title-md,
.rl-text-36 {
    /* 36 -> 24 */
    font-size: calc(0.75vw + 21.6px);
}

.rl-text-title-sm,
.rl-text-30 {
    /* 30 -> 22 */
    font-size: calc(0.5vw + 20.4px);
}

.rl-text-title-xs,
.rl-text-28 {
    /* 28 -> 20 */
    font-size: calc(0.5vw + 18.4px);
}

/* ------ desc font size ----- */
.rl-text-desc-lg {
    font-size: calc(0.25vw + 19.2px);
    /* 24 -> 20 */
}

.rl-text-desc-md {
    font-size: calc(0.125vw + 17.6px);
    /* 20 -> 18 */
}

.rl-text-desc-sm{
    font-size: calc(0.125vw + 15.6px);
    /* 18 -> 16 */
}

.rl-text-desc-xs{
    font-size: calc(0.125vw + 13.6px);
    /* 16 -> 14 */
}

.rl-text-desc-xs1 {
    font-size: calc(0.125vw + 10.6px); /* 1920~320 13~11px */
}

.rl-text-desc {
    font-size: calc(0.125vw + 15.6px);
    line-height: 1.5;
    font-weight: 300;
}

.rl-text-announcement {
    font-size: 20px;
}

.rl-row-80-50 {
    /*padding-top:80, padding-bottom:50*/
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

/*--- text weight ---*/
.rl-text-bold {
    font-weight: bold;
}

.rl-text-medium {
    font-weight: 500;
}

.rl-text-regular {
    font-weight: 400;
}

.rl-text-light {
    font-weight: 300;
}

/*--------text-align------ */

.rl-text-center {
    text-align: center;
}

.rl-text-left {
    text-align: left;
}

.rl-text-right {
    text-align: right;
}

/*----- 130px ----- */

.rl-row-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: calc(4.375vw + 46px);
}

.rl-row-top-130 {
    padding-top: calc(4.375vw + 46px);
}

.rl-row-bottom-130 {
    padding-bottom: calc(4.375vw + 46px);
}

/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
}

.rl-row-bottom-80 {
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 80px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
}

.rl-row-bottom-70 {
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
}

.rl-row-bottom-60 {
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
}

.rl-row-bottom-50 {
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
}

.rl-row-bottom-40 {
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
    padding-top: calc(0.75vw + 15.6px);
}

.rl-row-bottom-30 {
    padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rl-row-top-25 {
    padding-top: 25px;
}

.rl-row-bottom-25 {
    padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
}

.rl-row-bottom-20 {
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
}

.rl-row-bottom-15 {
    padding-bottom: 15px;
}


/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
}

.rl-row-bottom-10 {
    padding-bottom: 10px;
}



/*-----img------ */

.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-mask-container img {
    width: 100%;
}

.img-mask-container:hover .img-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    -webkit-box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

.img-mask-container:hover .img-mask-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    -webkit-box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 60px 25px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/*-----bg-color------ */

.rl-bg-black1 {
    background-color: #535353;
}

.rl-bg-black2 {
    background-color: #434343;
}

.rl-bg-black3 {
    background-color: #000000;
}

.rl-bg-lightblack {
    background-color: #191919;
}

.rl-bg-lightblack2 {
    background-color: #3b3b3b;
}

.rl-bg-white {
    background-color: #fff;
}

.rl-bg-gray {
    background-color: #d2d2d2;
}

.rl-bg-gray2 {
    background-color: #e6e6e6;
}

.rl-color-white {
    color: #fff;
}

.rl-color-gray {
    color: #969696;
}

.rl-color-black {
    color: #000;
}

.rl-color-black1 {
    color: #282828;
}

.rl-color-black2 {
    color: #434343;
}

.rl-color-black3 {
    color: #010101;
}

.rl-color-black4 {
    color: #313131;
}

.rl-color-black5 {
    color: #646464;
}

.rl-color-green {
    color: #0c999b;
}

.rl-banner-text {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-weight: 600;
    text-transform: uppercase;
}

.rl-uppercase {
    text-transform: uppercase;
}

/*--------line height------ */
.rl-lineheight-15,
.rl-lh-15 {
    line-height: 1.5;
}

.rl-lineheight-12,
.rl-lh-12 {
    line-height: 1.2;
}

.rl-lineheight-13,
.rl-lh-13 {
    line-height: 1.3;
}

.rl-lineheight-14,
.rl-lh-14 {
    line-height: 1.4;
}

.rl-lineheight-11,
.rl-lh-11 {
    line-height: 1.1;
}


/*------------------------------------$Play button------------------------------------ */
/*------------------------------------
                playbutton
------------------------------------*/
.rl-rel {
    position: relative;
    display: block;
}

.rl-play {
    width: 0;
    height: 0;
    border-top: solid calc(0.125vw + 18px) transparent;
    border-right: solid 0px transparent;
    border-bottom: solid calc(0.125vw + 18px) transparent;
    border-left: solid calc(0.4375vw + 22px) #fff;
    margin-left: 7px;
}


.rl-play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(55px + 2.5vw);
    height: calc(55px + 2.5vw);
    border-radius: 50%;
    margin: calc( (( 55px + 2.5vw) / 2) * (-1)) 0 0 calc( (( 55px + 2.5vw) / 2) * (-1));
    border: 3px solid #e4e4e4;
    background: #0009;
    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);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.rl-rel:hover .rl-play-wrapper {
    transform: scale(1.05, 1.05);
}

.rl-play-wrapper.right-bottom {
    right: calc(20px + 2vw);
    bottom: calc(10px + 2vw);
    left: auto;
    top: auto;
}

.rl-play-wrapper.small,
.rl-play-wrapper.right-bottom.small {
    right: 20px;
    bottom: 20px;
    width: calc(60px + 1vw);
    height: calc(60px + 1vw);
    margin: calc( (( 60px + 1vw) / 2) * (-1)) 0 0 calc( (( 60px + 1vw) / 2) * (-1));
}

/* mutiple column */

.rl-text-center {
    text-align: center;
}

.rl-text-left {
    text-align: left;
}

.rl-text-right {
    text-align: right;
}

/* small button */
.rl-play-wrapper.small-button {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 82px;
    height: 82px;
    transform: scale(0.8049);
}

.rl-play-wrapper.small-button .rl-play {
    border-top: solid 16px transparent;
    border-right: solid 0px transparent;
    border-bottom: solid 16px transparent;
    border-left: solid 24px #fff;
}

.rl-rel:hover .rl-play-wrapper.small-button {
    transform: scale(0.95);
}

/*cols */

.rl-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.rl-cards > div {
    width: 100%;
}

.rl-column-2 > div {
    width: calc(100% / 2);
}

.rl-column-2-50 > div {
    width: calc(100% / 2 - 25px);
}

.rl-column-3 > div {
    width: calc(100% / 3);
}

.rl-column-4 > div {
    width: calc(100% / 4);
}

.rl-column-5 > div {
    width: calc(100% / 5);
}

.rl-column-6 > div {
    width: calc(100% / 6);
}

.rl-column-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* two-col */

.rl-column-space-7dot5 > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.rl-column-space-15 > div {
    /*15, 7.5*/
    padding-left: calc(0.5vw + 5.4px);
    padding-right: calc(0.5vw + 5.4px);
}

.rl-column-space-20 > div {
    /*20, 7.5*/
    padding-left: calc(0.8125vw + 4.4px);
    padding-right: calc(0.8125vw + 4.4px);
}

.rl-column-space-25 > div {
    /*25, 7.5*/
    padding-left: calc(1.125vw + 3.4px);
    padding-right: calc(1.125vw + 3.4px);
}

.rl-column-space-30 > div {
    /*30, 7.5*/
    padding-left: calc(1.4375vw + 2.4px);
    padding-right: calc(1.4375vw + 2.4px);
}

.rl-column-space2-wrapper {
    overflow: hidden;
}

.rl-column-space2-7dot5 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.rl-column-space2-15 {
    margin-left: calc((0.5vw + 5.4px) * (-1));
    margin-right: calc((0.5vw + 5.4px) * (-1));
}

.rl-column-space2-20 {
    margin-left: calc((0.8125vw + 4.4px) * (-1));
    margin-right: calc((0.8125vw + 4.4px) * (-1));
}

.rl-column-space2-25 {
    margin-left: calc((1.125vw + 3.4px) * (-1));
    margin-right: calc((1.125vw + 3.4px) * (-1));
}

.rl-column-space2-30 {
    margin-left: calc((1.4375vw + 2.4px) * (-1));
    margin-right: calc((1.4375vw + 2.4px) * (-1));
}

.rl-column-space2-50 {
    margin-left: calc((2.6875vw + -1.6px) * (-1));
    margin-right: calc((2.6875vw + -1.6px) * (-1));
}

.rl-column-space2-73 {
    margin-left: calc((4.125vw + -6.2px) * (-1));
    margin-right: calc((4.125vw + -6.2px) * (-1));
}

.rl-column-space2-7dot5 > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.rl-column-space2-15 > div {
    padding-left: calc(0.5vw + 5.4px);
    padding-right: calc(0.5vw + 5.4px);
}

.rl-column-space2-20 > div {
    padding-left: calc(0.8125vw + 4.4px);
    padding-right: calc(0.8125vw + 4.4px);
}

.rl-column-space2-25 > div {
    padding-left: calc(1.125vw + 3.4px);
    padding-right: calc(1.125vw + 3.4px);
}

.rl-column-space2-30 > div {
    padding-left: calc(1.4375vw + 2.4px);
    padding-right: calc(1.4375vw + 2.4px);
}

.rl-column-space2-50 > div {
    padding-left: calc(2.6875vw + -1.6px);
    padding-right: calc(2.6875vw + -1.6px);
}

.rl-column-space2-73 > div {
    padding-left: calc(4.125vw + -6.2px);
    padding-right: calc(4.125vw + -6.2px);
}

.rl-column-icons-wrapper {
    max-width: 240px;
    margin: 0 auto;
}

.rl-column-icons-wrapper a {
    text-decoration: none;
}

/*.rl-column-icons-wrapper a:hover .rl-skin-icon-desc {
  color: #fff;
}*/

.rl-column-icons-wrapper.rl-column-2 {
    max-width: 480px;
}

.rl-column-icons-wrapper.rl-column-3 {
    max-width: 720px;
}

.rl-column-icons-wrapper.rl-column-4 {
    max-width: 960px;
}

.rl-column-icons-wrapper.rl-column-5 {
    max-width: 1200px;
}

.rl-column-icons-wrapper.rl-column-6 {
    max-width: 1440px;
}

.rl-skin-icon-desc {
    font-weight: 300;
    line-height: 1.5;
}

.rl-icons-link {
    width: 60px;
    max-width: 100%;
}

/*.rl-skin-icons-link {
  fill: #fff;
}

.rl-skin-icons-link-black {
  fill: #080808;
}*/

/*.icons-link-wrapper:hover {
  background-color: #3d3d3d;
}

.icons-link-wrapper:hover .rl-icons-link {
  fill: #fff;
}*/

.rl-skin-icons-wrapper {
    /*border: 1px solid #3c3c3c;
    background-color: rgba(0,0,0,0.1);*/
}

.rl-skin-icons-wrapper .rl-skin-icon {
    fill: #fff;
}

.rl-skin-icons-wrapper .rl-skin-icon-text {
    color: #fff;
}

.rl-skin-icons-wrapper:hover {
    /*border: 1px solid #3c3c3c;*/
    background-color: #3c3c3c;
}

.rl-skin-icons-wrapper:hover .rl-skin-icon {
    fill: #0c999b;
}

.rl-skin-icons-wrapper:hover .rl-skin-icon-text {
    color: #0c999b;
}

.rl-skin-icons-black-wrapper {
    /*border: 1px solid #a0a0a0;
    background-color: rgba(255,255,255,0.5);*/
}

.rl-skin-icons-black-wrapper .rl-skin-icon {
    fill: #080808;
}

.rl-skin-icons-black-wrapper .rl-skin-icon-text {
    color: #080808;
}

.rl-skin-icons-black-wrapper:hover {
    /*border: 1px solid #a0a0a0;*/
    background-color: #a0a0a0;
}

.rl-skin-icons-black-wrapper:hover .rl-skin-icon {
    fill: #fff;
}

.rl-skin-icons-black-wrapper:hover .rl-skin-icon-text {
    color: #fff;
}

.rl-column-icons {
    padding: calc(0.9375vw + 7px);

    /*25 -> 10*/
    height: 100%;
}

/*--- Spotlight (two cloumns layout) ---*/

/*--- Layout ---*/

.rl-spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.rl-spotlight-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rl-spotlight-body-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.rl-spotlight-body-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.rl-spotlight-body-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.rl-spotlight-media-center {
    text-align: center;
}

.rl-spotlight-media-left {
    text-align: left;
}

.rl-spotlight-media-right {
    text-align: right;
}

.rl-spotlight-body-gap150 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(8.125vw + -6px);
    flex: 0 0 calc(8.125vw + -6px);

    /*1920:150, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap120 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(6.25vw + 0px);
    flex: 0 0 calc(6.25vw + 0px);

    /*1920:120, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(5vw + 4px);
    flex: 0 0 calc(5vw + 4px);

    /*1920:100, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(3.4375000000000004vw + 9px);
    flex: 0 0 calc(3.4375000000000004vw + 9px);

    /*1920:75, 320:20*/
    min-height: 1px;
}

.rl-spotlight-body-gap35 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    min-height: 1px;
}

.rl-spotlight-body-gap20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    min-height: 1px;
}

.rl-spotlight-body-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
}

.rl-spotlight-body-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-height: 1px;
}

.rl-spotlight-body-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-height: 1px;
}

.rl-spotlight-body-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-height: 1px;
}

.rl-spotlight-body-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-height: 1px;
}

.rl-spotlight-body-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-height: 1px;
}

.rl-spotlight-body-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-height: 1px;
}

.rl-spotlight-body-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-height: 1px;
}

.rl-spotlight-body-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-height: 1px;
}

/*--- button ---*/

.rl-button {
    /* display: inline-block;
    line-height: 34px;
    min-width: 200px;
    text-align: center;
    text-decoration: none; */

    font-size: 1.125rem;
    font-weight: bold;
    white-space: normal;
    width: 100%;
    max-width: 240px;
}

.rl-button:hover,
.rl-button:focus,
.rl-button:active:focus {
    text-decoration: none;
}

.rl-button-right {
    float: right;
}

.rl-button-left {
    float: left;
}

.rl-button-center {
    display: block;
    margin: 0 auto;
}

.rl-button-default,
.rl-button-default:active,
.rl-button-default:active:focus,
.rl-button-default:focus {
    color: #fff;
    background-color: #0c999b;
    border: 2px solid #0c999b;
    border-radius: 0;
    outline: none;
}

.rl-button-default .fa-lg {
    vertical-align: -9%;
}

.rl-button-default:hover {
    color: #0c999b;
    background-color: transparent;
    border: 2px solid #0c999b;
}

.rl-button-lg {
    font-size: 1.5rem;
    min-width: calc(7.5vw + 236px); /*380-260*/
    width: auto;
    max-width: initial;
}

.rl-button-md {
    font-size: 1.125rem;
    font-weight: 400;
    min-width: 200px;
}

.rl-button-sm {
    font-size: 1rem;
    font-weight: 300;
}

.rl-main-banner-button {
    display: inline-block;
    line-height: 34px;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ;
    font-size: 20px;
    padding: 1px 20px;
}

.rl-button-default,
.rl-button-default:active,
.rl-button-default:active:focus,
.rl-button-default:focus {
    color: #fff;
    background-color: #0c999b;
    border: 2px solid #0c999b;
    border-radius: 0;
    outline: none;
}

.rl-button-default:hover {
    color: #0c999b;
    background-color: transparent;
    border: 2px solid #0c999b;
}

.rl-button-default.rl-button-default--mask:hover {
    color: #ffffff;
    background-color: #00000040;
}

.rl-button-border,
.rl-button-border:active,
.rl-button-border:active:focus,
.rl-button-border:focus {
    color: #fff;
    background-color: transparent;
    border: 2px solid #0c999b;
    border-radius: 0;
    outline: none;
}

.rl-button-border.rl-button-border--mask {
    color: #ffffff;
    background-color: #00000040;
}

.rl-button-border:hover {
    background-color: #0c999b;
    color: #ffffff;
}

.rl-btn-fill {
    background-color: #0c999b;
    border: 2px solid #0c999b;
    border-radius: 0;
    color: #fff;
    font-size: 1.25vw;

    /*24/1920*/
    font-weight: 400;
    outline: none !important;
    /* margin-top: calc(0.625vw + 8px); */

    /*20-10*/
}

.rl-btn-fill:hover,
.rl-btn-fill:active,
.rl-btn-fill:focus {
    background-color: transparent;
    color: #0c999b;
}

.rl-btn-fill-new {
    width: 100%;
    background-color: #666;
    border: none;
    color: #fff;
    line-height: normal;
    font-size: 1.125rem;

    /*border-radius: 0;  */
}

.rl-btn-fill-new:hover,
.rl-btn-fill-new:active,
.rl-btn-fill-new:active:focus {
    background-color: #999 !important;
    color: #fff !important;
    outline: none;
}

.rl-btn-fill-new:focus {
    background-color: #999;
    color: #fff;
    outline: none;
}

.rl-btn-fill3,
.rl-btn-fill3:focus, 
.rl-btn-fill3:active, 
.rl-btn-fill3:active:focus{
    background-color: #0c999b;
    border: 2px solid #0c999b;
    color: #fff;
    /*line-height: normal;*/
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.rl-btn-fill3:hover{
    background-color: transparent !important;
    border: 2px solid #0c999b;
    color: #0c999b !important;
    outline:none;
}

.rl-btn-portal {
    font-size: 20px;
    padding: 10px;
    background-color: #4b4b4b;
}

.default-btn.lg.appstore {
    padding-top: 0;
    padding-bottom: 0;
}

.default-btn.lg.appstore > img {
    height: 78px;
}

.default-btn.lg.appstore > img.hover {
    display: none;
}

.default-btn.lg.appstore:hover img.hover {
    display: block;
}

.default-btn.lg.appstore:hover img.default {
    display: none;
}

.rl-box1 {
    padding: calc(24.6px + 1.0625vw) calc(28px + 2.1875vw);
    background: #fff;
}

.rl-feature-nav-other {
    background-color: #232323;
    font-family: 'roboto';
    margin: 0px;
    width: 100%;
    height: calc(0.625vw + 48px);
}

.rl-feature-nav-other.fixed {
    position: fixed;
    left: 0px;
    top: 60px;
    z-index: 1;
}

.rl-feature-nav-other .rl-other-item.active {
    color: #0c999b;
}

.rl-other-main {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(0.625vw + 48px);
}

.rl-other-item {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding-right: calc(1.5625vw + 5px);
    padding-left: calc(1.5625vw + 5px);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    line-height: calc(0.625vw + 48px);
}

.rl-other-item:hover a,
.rl-other-item.active a {
    color: #0c999b;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rl-other-item a {
    color: #fff;
    text-decoration: none;
}

.rl-other-splite {
    display: inline-block;
    color: #888;
    line-height: calc(0.625vw + 48px);
}

.rl-svg-btn {
    fill: #0c999b;
}

.rl-svg-btn:hover {
    fill: #ffffff;
}

/*slide*/

.rl-slide1 .slick-slide {
    outline: none !important;
}

.rl-slide1 .slick-dots {
    bottom: 20px;
}

.rl-slide1.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.rl-slide1 .slick-dots li button:before {
    color: #4d4d4d;
    opacity: 0.7;
}

.rl-slide1 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0c999b;
}

/* slide arrows */

.rl-slide .slick-arrow {
    z-index: 50;
}

.rl-slide .slick-prev {
    left: 5px;
}

.rl-slide .slick-next {
    right: 5px;
}

.rl-slide-rel {
    position: relative;
}

.rl-slide-banner {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
}

.rl-slide-banner.rokoko {
    width: 60%;
}

.rl-slide-banner img {
    width: 42vw;
    max-width: calc(1920px * 42 / 100);
}

.rl-slide-banner img.rokoko {
    width: 49.5vw;
    max-width: calc(1920px * 49.5 / 100);
}

.rl-slide-banner img.leapmotion {
    width: 25vw;
    max-width: calc(1920px * 25 / 100);
}

.rl-slide-banner.liveface img {
    width: 32vw;
    max-width: calc(1920px * 32 / 100);
}

.rl-slide-banner.left {
    top: 35%;
}

.rl-slide-banner.left.leapmotion {
    top: 35%;
    width: 55%;
}

.rl-slide-banner.lefttop {
    top: 25%;
}

.rl-slide-banner.lefttop.liveface {
    top: 17%;
}

.rl-slide-banner.righttop {
    width: 40%;
    top: 15%;
    right: 10%;
}

.rl-slide-banner .rl-slide-banner-text {
    font-size: calc(0.87vw + 13.33px); /*1920~768 30~20px*/
    line-height:1.3;
}

@media screen and (min-width: 1921px) {
    .rl-slide-banner .rl-slide-banner-text {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .rl-slide-banner {
        max-width: 1140px !important;
        width: 100%;
    }

    .rl-slide-banner.left {
        top: 30%;
    }

    .rl-slide-banner.left.leapmotion {
        top: 23%;
        width: 100%;
    }
}

.rl-slide-text {
    width: 100%;
    position: absolute;
    bottom: 56px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.rl-slide-text p {
    font-family: 'roboto';
    font-size: 18px;
    font-weight: 300;
}

.rl-arrow {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(98, 98, 98, 0.8);
    height: calc(0.8750000000000001vw + 27.2px);
    width: calc(0.8750000000000001vw + 27.2px);
    text-align: center;
    border-style: none;
}

.rl-arrow i.fa {
    color: #fff;
    font-size: calc(17.6px + 0.75vw);
}

.rl-prev {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.rl-next {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.banner-wrapper .prev1 {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.banner-wrapper .next1 {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

/*adjust origin slick arrow*/

.rl-slide1 .slick-prev:before,
.rl-slide1 .slick-next:before {
    color: #fff;
}

.rl-slide1 .slick-arrow:before {
    font-family: FontAwesome;
    font-size: calc(0.125vw + 27.6px);

    /*30->28*/
    line-height: 1;
    font-weight: 900;
}

.rl-slide1 .slick-prev,
.rl-slide1 .slick-next {
    width: calc(0.8750000000000001vw + 27.2px);
    height: calc(0.8750000000000001vw + 27.2px);
    background-color: rgba(98, 98, 98, 0.5);
    border-radius: 50%;
}

.rl-slide1 .slick-prev {
    left: calc(1.25vw + 6px);
}

.rl-slide1 .slick-next {
    right: calc(1.25vw + 6px);
}

.rl-slide1 .slick-prev:before {
    content: '\f104';
}

.rl-slide1 .slick-next:before {
    content: '\f105';
}

.rl-slide1 .slick-prev.slick-disabled,
.rl-slide1 .slick-next.slick-disabled {
    background-color: rgba(98, 98, 98, 0.4);
    cursor: auto;
}

.rl-slide1 .slick-arrow {
    z-index: 1;
}

.rl-hr {
    border-top: 2px;
}

.rl-hr-color-gray {
    border-color: #3c3c3c;
}

.rl-logos {
    min-height: 150px;
}

/*fadIneup*/

.rl-animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.rl-animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.rl-animatedFadeInUp {
    opacity: 0;
}

/*--- rl-declareBoard ---*/

.rl-declareBoard-header-common {     background-image: url(../../images/Home-Subtitle-BG.jpg);     background-repeat: no-repeat;     background-position: center; }

.rl-declareBoard-header-subtitle {
    background-image: url(../../images/Subtitle-BG.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.rl-declareBoard-header-common {
    background-attachment: fixed;
    background-size: cover;

    /* background-position: left; */
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.rl-declareBoard-header .title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.divider {
    border-bottom: 1px solid #999;
}

.divider.dotted {
    border-bottom: 2px dotted #c9c9c9;
}

.wip-block {
    display: flex;
    align-content: stretch;
}

.wip-block .wip-item {
    flex: 1;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
}

.wip-block .wip-item:nth-child(1) {
    align-items: flex-start;
}

.wip-block .wip-item:nth-child(3) {
    align-items: flex-end;
}

.wip-block .wip-item ul {
    text-align: left;
}

.wip-block .wip-item .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.wip-block .wip-item .content > a {
    text-align: center;
    color: inherit;
    text-decoration: none;
}

.wip-block .wip-item .content div {
    text-align: center;
}

.wip-block .wip-item .title {
    display: inline-block;
    color: #009ace;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.wip-block .wip-item .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}

.wip-block .wip-item .date {
    font-size: 20px;
    font-weight: 300;
}

.wip-block .circle {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 0;
    border: 3px solid #009ace;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: white;
}

.wip-block .circle-fill {
    background: #009ace;
}

.wip-block .circle .line {
    z-index: 2;
    position: absolute;
    border-bottom: 3px solid #009ace;
    left: 39px;
    top: 18px;
}

.wip-block .wip-item .content > a:hover .circle {
    animation: Breathe 1s linear 0s infinite alternate;
    -moz-animation: Breathe 1s linear 0s infinite alternate;
    -ms-animation: Breathe 1s linear 0s infinite alternate;
    -webkit-animation: Breathe 1s linear 0s infinite alternate;
}

@keyframes Breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.flex-container-svg {
    display: flex;
    align-content: center;
    align-items: center;
}

.flex-justify-space-between {
    justify-content: space-between;
}

.flex-justify-space-around {
    justify-content: space-around;
}

.flex-container .flex-left {
    flex: 7;
    padding: 15px;
    order: 1;
}

.flex-container .flex-right {
    flex: 5;
    padding: 15px;
    order: 2;
}

.flex-container .flex-left-reverse {
    flex: 5;
    padding: 15px;
    order: 1;
}

.flex-container .flex-right-reverse {
    flex: 7;
    padding: 15px;
    order: 2;
}

@keyframes rl-fadeinup {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes rl-fadeinup {
    from {
        -o-transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes rl-fadeinup {
    from {
        -moz-transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes rl-fadeinup {
    from {
        -webkit-transform: translate3d(0, 40px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rl-animated.rl-fadeinup {
    -webkit-animation-name: rl-fadeinup;
    -moz-animation-name: rl-fadeinup;
    -o-animation-name: rl-fadeinup;
    animation-name: rl-fadeinup;
}

/*--- magnificPopup overwrite ---*/
.mfp-iframe-holder .mfp-content {
    max-width: 80%;
}

.mfp-survey-monkey .mfp-inline-holder .mfp-content {
    width: auto;
}

.mfp-survey-monkey.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: -40px;
    top: -40px;
}

/*------------------------------------
                  modal
------------------------------------*/
.fa.fa-info-circle.info-dialog-icon {
    cursor: pointer;
    font-size: 16px;
}

.info-dialog.modal.in {
    display: flex !important;
    padding: 0 !important;
}

.info-dialog.modal.in .modal-dialog {
    margin: auto;
}

.info-dialog .modal-content {
    border-radius: 0;
    padding: 30px;
}

.info-dialog .modal-content ul li:not(:first-child) {
    padding-top: 20px;
}

.rl-dialog-buy-button-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 767px;
    margin: 0 auto;
}

.rl-dialog-buy-button + .rl-dialog-buy-button{
    margin-left: calc(2.5vw + 12px);
}

@media screen and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 900px;
    }
}

/*mediaquery*/

@media screen and (max-width: 1440px) {
    .rl-row-1440 {
        margin: 0 4.17%;
    }

    .rl-row-1100 {
        margin: 0 12%;
    }

    .rl-row-1024 {
        margin: 0 15%;
    }
}

@media screen and (max-width: 1199px) {
    .rl-text-center-lg {
        text-align: center;
    }

    .rl-text-left-lg {
        text-align: left;
    }

    .rl-text-right-lg {
        text-align: right;
    }

    .rl-column-5 > div,
    .rl-column-6 > div {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 991px) {
    .rl-row-1440,
    .rl-row-1100,
    .rl-row-1024 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin: 0 auto;
    }

    .rl-text-center-md {
        text-align: center;
    }

    .rl-text-left-md {
        text-align: left;
    }

    .rl-text-right-md {
        text-align: right;
    }

    .rl-column-4 > div,
    .rl-column-6 > div {
        width: calc(100% / 2);
    }

    .rl-spotlight-body-md-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 1px;
    }

    .rl-spotlight-body-md-2 {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        min-height: 1px;
    }

    .rl-spotlight-body-md-3 {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        min-height: 1px;
    }

    .rl-spotlight-body-md-4 {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
        min-height: 1px;
    }

    .rl-spotlight-body-md-5 {
        -webkit-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
        min-height: 1px;
    }

    .rl-spotlight-body-md-6 {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6;
        min-height: 1px;
    }

    .rl-spotlight-body-md-7 {
        -webkit-box-flex: 7;
        -ms-flex: 7;
        flex: 7;
        min-height: 1px;
    }

    .rl-spotlight-body-md-8 {
        -webkit-box-flex: 8;
        -ms-flex: 8;
        flex: 8;
        min-height: 1px;
    }

    .rl-spotlight-body-md-9 {
        -webkit-box-flex: 9;
        -ms-flex: 9;
        flex: 9;
        min-height: 1px;
    }
}

@media (max-width: 768px) {
    .rl-slide-banner.righttop {
        top: 5%;
    }

    .rl-slide-banner.lefttop {
        top: 18%;
    }
}

@media (max-width: 767px) {
    .flex-container {
        flex-direction: column !important;
        align-items: left;
    }
    
    .rl-slide-banner.left {
        width: 100%;
        top: auto;
        bottom: 10%;
    }

    .rl-slide-banner.left.leapmotion {
        top: auto;
        width: 100%;
    }

    .rl-slide-banner.lefttop {
        width: 100%;
        top: auto;
        bottom: 10%;
    }

    .rl-slide-banner.righttop {
        width: 100%;
        top: auto;
        bottom: 10%;
        right: 0;
    }

    .rl-slide-banner.left > div,
    .rl-slide-banner.lefttop > div,
    .rl-slide-banner.righttop > div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rl-slide-banner img,
    .rl-slide-banner img.rokoko {
        width: 75vw;
    }

    .rl-slide-banner.lefttop.accuface {
        top: 10%;
        left: 35%;
    }
    .rl-slide-banner img.accuface {
        width: 55vw;;
    }

    .rl-slide-banner img.leapmotion {
        width: 45vw;
    }

    .rl-visible {
        display: none !important;
    }

    .rl-hidden {
        display: block !important;
    }

    .rl-banner-xs {
        background-image: url(https://www.reallusion.com//content/Banner/1218/MobileBanner_20170524014230.jpg);
        height: calc(44.742729306487696vw + 256.8232662192394px);
        min-height: inherit;
    }

    .rl-banner-other-xs {
        background-image: url(https://www.reallusion.com//content/Banner/1218/MobileBanner_20170524014230.jpg);
        height: calc(11.185682326621924vw + 314.20581655480987px);
        min-height: inherit;
    }

    .rl-text-center-sm {
        text-align: center;
    }

    .rl-text-left-sm {
        text-align: left;
    }

    .rl-text-right-sm {
        text-align: right;
    }

    .rl-column-2 > div,
    .rl-column-2-50 > div,
    .rl-column-3 > div,
    .rl-column-4 > div,
    .rl-column-5 > div,
    .rl-column-6 > div {
        width: 100%;
    }

    .rl-column-icons-wrapper > div {
        width: calc(100% / 2);
    }

    /*--- Spotlight (two cloumns layout) ---*/
    /*--- Layout ---*/
    .rl-spotlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

    .rl-spotlight-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .rl-banner-mobile-leftbot {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .rl-banner-mobile-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .rl-banner-mobile-bot-60 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .rl-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .rl-text-center-xs {
        text-align: center;
    }

    .rl-text-left-xs {
        text-align: left;
    }

    .rl-text-right-xs {
        text-align: right;
    }
}

@media screen and (max-width: 500px) {
    .rl-dialog-buy-button-wrapper{
        -ms-flex-wrap:wrap;flex-wrap:wrap
    }
    
    .rl-dialog-buy-button + .rl-dialog-buy-button{
        margin-left: 0;
        margin-top: 15px;
    }
}

.iframe-bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.iframe-bg-wrapper iframe{
    width: 100vw;
    min-width: 1632px;
    height: 100%;
    position: absolute;
}

/*------------------------------------
        bg-video-container
------------------------------------*/
.bg-video-container {
    position: relative;
    padding-bottom: calc(100% * var(--video-aspect-ratio));
}

.bg-video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.bg-video-container__content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-video-container.bg-video-container--center-mode {
    height: var(--video-min-height);
    overflow: hidden;
}

.bg-video-container.bg-video-container--center-mode iframe {
    left: 50%;
    transform: translateX(-50%);
    min-width: var(--video-min-width);
    min-height: var(--video-min-height);
}
