@font-face{
    font-family: "Proxima Nova Rg";
    src: local("Proxima Nova Rg"), url("../fonts/proximanovarg.eot"); /* IE9*/
    src: local("Proxima Nova Rg"), url("../fonts/proximanovarg.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/proximanovarg.woff2") format("woff2"), /* chrome firefox */
    url("../fonts/proximanovarg.woff") format("woff"), /* chrome firefox */
    url("../fonts/proximanovarg.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("../fonts/proximanovarg.svg#Proxima Nova Rg") format("svg"); /* iOS 4.1- */
}
@font-face{
    font-family: "Kai";
    /*src: local("Kai"), url("../fonts/ISOCPEUR.eot");
    src: local("Kai"), url("../fonts/ISOCPEUR.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ISOCPEUR.woff2") format("woff2"),
    url("../fonts/ISOCPEUR.woff") format("woff"),
    url("../fonts/ISOCPEUR.ttf") format("truetype"),
    url("../fonts/ISOCPEUR.svg#ISOCPEUR") format("svg");*/
    src: local("Kai"), url("../fonts/ISOCPEUR.ttf") format("truetype");
}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    font-weight: lighter !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style-type: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
    color: #545253;
    font-family: "Proxima Nova Rg";
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
.wow{
    visibility: hidden;
}

strong{
    color: inherit;
    font-weight: bold !important;
}
sup{
    color: inherit;
    vertical-align: super !important;
}

.kai{
    color: inherit;
    font-family: Kai;
}
.response_text {
    font-size: 30px !important;
    line-height: 30px;
}
.heightened_text {
    line-height: 27px;
}
.play{
    width: 40px;
    margin: 0 auto;
}
.round_btn{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 22px 10px 20px 22px;
    text-align: center;
    background-color: #dde8b1;
    border-radius: 50%;
    cursor: pointer;
}

.watch_btn {
    cursor: pointer;
    opacity: 0.8;
}
.watch_btn:hover {
    opacity: 1;
}

.uc{
    text-transform: uppercase !important;
}
.lc{
    text-transform: lowercase !important;
}

.row{
    clear: both;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.col{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col_left{
    width: 52%;
}
.col_right{
    width: 48%;
}
.col_in{
    width: 50%;
}

.text_black{
    color: #000 !important;
}
.text_dark{
    color: #312624 !important;
}
.text_purple{
    color: #8851be !important;
}
.text_purple2{
    color: #cfb1e8 !important;
}
.text_green{
    color: #8aef75 !important;
}
.text_yellow{
    color: #dde8b0 !important;
}
.text_yellow2{
    color: #dde7b1 !important;
}
.text_dim{
    color: #e7e0d6 !important;
}
.text_white{
    color: #fff !important;
}

.pane{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.p1{
    background-image: url("img/kai_bg_01.jpg");
}
.p2{
    background-image: url("img/kai_bg_02.png");
}
.p3{
    background-image: url("img/kai_bg_03.png");
}
.p4{
    background-image: url("img/kai_bg_04.jpg");
}
.p5{
    background-image: url("img/ikaui-montaje-02-iwatch.jpg");
}
.p6{
    background-image: url("img/ikaui-montaje-03-compare.jpg");
}
.p7{
    background-image: url("img/ikaui-montaje-01.jpg");
}
.p8{
    background-image: url("img/kai_bg_08-2.png");
}

.brown{
    background: #b69b86;
    background: -webkit-linear-gradient(left, #a39b86 , #c99a86);
    background: -o-linear-gradient(right, #a39b86, #c99a86);
    background: -moz-linear-gradient(right, #a39b86, #c99a86);
    background: linear-gradient(to right, #a39b86 , #c99a86);
}
.brown2{
    margin: 0 auto;
    border-radius: 20px;
    background: #c1aa98;
    background: -webkit-linear-gradient(left, #b8a897 , #c9aa98);
    background: -o-linear-gradient(right, #b8a897, #c9aa98);
    background: -moz-linear-gradient(right, #b8a897, #c9aa98);
    background: linear-gradient(to right, #b8a897 , #c9aa98);
}
.brown2 p{
    color: #000;
    text-align: right;
    font-style: italic;
    opacity: 0.8;
}
.brown2 .digit{
    color: #fff;
}
.brown2 strong{
    color: #fff;
}

.watch{
    clear: both;
    background-color: #918378;
    border: 2px solid #c8be9e;
    border-radius: 20px;
    overflow: hidden;
}
.watch p{
    color: #695f56;
    font-style: normal;
    text-align: left;
}

.white{
    background: #fff;
    text-align: center;
}
.white_2{
    background: -webkit-linear-gradient(left, #eef3fa , #d5d6d7);
    background: -o-linear-gradient(right, #eef3fa, #d5d6d7);
    background: -moz-linear-gradient(right, #eef3fa, #d5d6d7);
    background: linear-gradient(to right, #eef3fa , #d5d6d7);
}
.intro-header {
    display: flex;
    margin: 0 auto;
    padding: 60px 0 0 0;
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.intro-header > h2 {
    font-size: 36px;
}
.intro-header .company-info {
    display: flex;
    align-items: center;
}
.intro-header .company-info .logo-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    padding-top: 15px;
}
.intro-header .company-info .logo-wrapper h1 {
    font-size: 80px;
}
.intro-header .company-info .logo-wrapper p {
    margin-top: -5px;
}
.intro-header .company-info .logo-wrapper p sup {
    font-size: 12px;
    padding-left: 4px;
}
.intro-header .company-info .logo-wrapper p strong {
    font-size: 17.5px;
}
.intro-header .company-info img {
    width: 150px;
}
.embed-player {
    width: 1000px;
    margin: 50px auto 0 auto;
}
.center_box{
    margin: 0 auto;
    text-align: center;
}
.center_box hr{
    background-color: #b2b79a;
    border: 0;
    box-shadow: none;
}
.center_box .watch{
    border: 0;
    background: rgba(160, 160, 160, 0.8);
}
.center_box .watch p{
    text-align: left;
}

.pane-text {
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
}

.quote_box{
    margin: 0 auto;
    text-align: center;
}
.quote_req{
    position: relative;
    background-image: url("img/kai_black_bg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.quote_req h3{
    position: relative;
}
.quote_req h3:before,
.quote_req h3:after{
    position: absolute;
    top: 0;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.quote_req h3:before{
    background-image: url("img/kai_quotes_01.png");
}
.quote_req h3:after{
    background-image: url("img/kai_quotes_02.png");
}
.quote_req .text_yellow{
    border-bottom: 2px solid #515545;
}
.quote_req .caret{
    position: absolute;
    z-index: 2;
}
.quote_res p{
    color: #a6c9ba;
}
.quote_res .bullet{
    width: 16px;
}

.steps_res{
    margin: 0 auto;
    text-align: center;
    color: #a6c9ba;
}
.steps_res .caret{
    margin: 0 auto;
    vertical-align: top;
}
.steps_container{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.steps_container:before,
.steps_container:after{
    position: absolute;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.steps_container:before{
    background-image: url("img/kai_quotes_01.png");
}
.steps_container:after{
    background-image: url("img/kai_quotes_02.png");
}

.braces_wrapper{
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border-top: 2px solid #373737;
}
.braces_wrapper:before{
    position: absolute;
    content: "";
    background-image: url("img/kai_bullet_02.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.braces_box{
    position: relative;
    margin: 0 auto;
    color: #a6c9ba;
    text-align: center;
    background: #2c352a;
}
.braces_box:before,
.braces_box:after{
    position: absolute;
    top: 0;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.braces_box:before{
    background-image: url("img/kai_brace_01.png");
}
.braces_box:after{
    background-image: url("img/kai_brace_02.png");
}
.braces_box .text_yellow{
    border-bottom: 2px solid #515545;
}

.steps_container2{
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.steps_container2 .col_step{
    position: relative;
    border-radius: 10px;
}
.steps_container2 .col_step + .col_step:before{
    position: absolute;
    content: "";
    background: #dee9b1;
    z-index: 2;
}
.steps_container2 .col_step + .col_step:after{
    position: absolute;
    content: "";
    background-image: url("img/kai_arrow_tip.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}
.steps_container2 .digit{
    position: absolute;
    z-index: 2;
}
.steps_container2 .col_box{
    display: table;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.steps_container2 .icon_box,
.steps_container2 .pic_box,
.steps_container2 .end_box{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.steps_container2 .pic_box{
    background: #83aba3;
}
.steps_container2 .end_box{
    border: 4px solid #83aba3;
}

.qb_1{
    position: absolute;
    bottom: 0;
}
.qb_2,
.qb_5{
    position: absolute;
    top: 0;
}
.qb_3,
.qb_4{
    position: absolute;
    top: 0;
}

.d_box{
    position: relative;
    text-align: left;
}
.d2{
    position: relative;
    background: #f7fdfc;
}
.d2:before{
    position: absolute;
    content: "";
    background-image: url("img/kai_bullet_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.l1{
    text-align: center;
}
.l2{
    text-align: center;
    font-weight: bold;
}
.l3{
    font-weight: bold;
}
.l4{
    color: #656a53;
}
.l5{
    font-style: italic;
    font-weight: bold;
}
.l6{
    color: #565858;
}
.c1{
    color: #854dbc;
}
.c2{
    color: #595e45;
}
.c3{
    color: #111111;
}
.c4{
    color: #a0a0a0;
}
.c5{
    color: #488432;
}
.c6{
    color: #418c46;
    font-weight: bold;
}
.l3 .c3{
    font-style: italic;
}
.d3:before{
    position: absolute;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

.brown3{
    position: relative;
    margin: 0 auto;
    border-radius: 20px;
    background: #c1aa98;
    background: -webkit-linear-gradient(left, #aca694 , #c99b86);
    background: -o-linear-gradient(right, #aca694, #c99b86);
    background: -moz-linear-gradient(right, #aca694, #c99b86);
    background: linear-gradient(to right, #aca694 , #c99b86);
}
.brown3 p{
    color: #d4c6bb;
    text-align: center;
    font-style: italic;
    opacity: 0.8;
}
.brown3 .round_btn{
    position: absolute;
    color: #61605b;
}


@media screen and (max-width: 575px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
        text-shadow: 0px 0px 1px #333;
    }
    sup{
        font-size: 20px;
    }

    .pane{
        height: 100vh;
    }
    .p1{
        height: 1100px;
        background-position: left center;
    }
    .p2{
        min-height: 200px;
        height: auto;
    }
    .p3{
        min-height: 200px;
        height: auto;
    }

    .brown{
        padding: 20px;
    }
    .brown2{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown2 .col_left,
    .brown2 .col_right{
        float: none;
        width: 100%;
    }
    .brown2 .col_right{
        margin-top: 15px;
    }
    .brown2 p{
        font-size: 18px;
    }
    .brown2 .digit{
        font-size: 32px;
    }
    .brown2 strong{
        font-size: 24px;
    }

    .watch{
        padding: 15px;
    }
    .watch p{
        font-size: 26px;
        margin: 5px 0;
        line-height: 1.1;
    }

    .white{
        padding: 30px 20px;
    }
    .white p{
        font-size: 30px;
    }

    .center_box{
        width: 100%;
    }
    .center_box h2:first-child{
        padding: 70px 0;
    }
    .center_box .logo{
        width: 280px;
        height: 444px;
        /* max-width: 100%; */
    }
    .center_box hr{
        height: 3px;
        margin: 30px 0;
    }
    .center_box .watch{
        width: 350px;
        margin: 100px auto;
    }

    .intro-header {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 60px 0 0 0;
        max-width: 1000px;
        justify-content: space-around;
        align-items: center;
    }
    .intro-header > h2 {
        font-size: 28px;
        text-align: center;
    }
    .intro-header .company-info {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    .intro-header .company-info .logo-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        padding-top: 15px;
        text-align: center;
    }
    .intro-header .company-info .logo-wrapper h1 {
        font-size: 60px;
    }
    .intro-header .company-info .logo-wrapper p sup {
        font-size: 8px;
        padding-left: 0;
    }
    .intro-header .company-info .logo-wrapper p strong {
        font-size: 13px;
    }
    .intro-header .company-info img {
        width: 120px;
    }
    .embed-player {
        width: 300px;
        margin: 50px auto 0 auto;
    }

    .pane-text {
        margin-top: 30px;
        font-size: 16px;
    }

    .quote_box{
        width: 94%;
    }
    .quote_req{
        padding: 40px 50px;
        line-height: 1.4;
    }
    .quote_req .logo{
        height: 70px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    .quote_req h3:before,
    .quote_req h3:after{
        width: 20px;
        padding: 20px 5px;
        background-size: 20px;
    }
    .quote_req h3:before{
        left: -35px;
    }
    .quote_req h3:after{
        right: -35px;
    }
    .quote_req .text_yellow{
        padding-bottom: 2px;
    }
    .quote_req .caret{
        width: 300px;
        left: calc(50% - 150px);
        bottom: -11px;
    }
    .quote_res p{
        font-size: 22px;
        padding: 30px;
    }

    .steps_res{
        width: 100%;
        font-size: 20px;
    }
    .steps_res p{
        padding: 0 0 20px;
    }
    .steps_res .caret{
        width: 300px;
    }
    .steps_container{
        width: 100%;
        padding: 10px 30px 30px;
        font-size: 18px;
        line-height: 1.2;
    }
    .steps_container:before,
    .steps_container:after{
        top: 25px;
        width: 50px;
        height: 50px;
        background-size: 20px;
    }
    .steps_container:before{
        left: -10px;
    }
    .steps_container:after{
        right: -10px;
    }

    .braces_wrapper{
        padding: 0 0 20px;
    }
    .braces_wrapper:before{
        top: -10px;
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .braces_box{
        width: 94%;
        padding: 30px 10px;
        font-size: 18px;
    }
    .braces_box:before,
    .braces_box:after{
        width: 15px;
        height: 100%;
        background-size: 14px;
    }
    .braces_box:before{
        left: -5px;
    }
    .braces_box:after{
        right: -5px;
    }
    .braces_box .text_yellow{
        padding-bottom: 2px;
    }

    .col_step{
        width: 33%;
        padding-top: 20px;
    }
    .col_step_4{
        margin-left: 70px;
    }
    .steps_container2{
        width: 100%;
        padding: 0 10px 30px;
    }
    .steps_container2 .col_step{
        width: 90px;
        margin-top: 35px;
        padding: 4px;
        border: 2px solid #dee9b1;
    }
    .steps_container2 .col_step_end{
        margin-top: 75px;
    }
    .steps_container2 .col_step + .col_step{
        margin-left: 38px;
    }
    .steps_container2 .col_step + .col_step_4{
        margin-left: 70px;
    }
    .steps_container2 .col_step + .col_step:before{
        top: calc(50% - 3px);
        left: -40px;
        width: 40px;
        height: 6px;
    }
    .steps_container2 .col_step + .col_step:after{
        top: calc(50% - 12px);
        left: -30px;
        width: 20px;
        height: 25px;
        background-size: 20px 25px;
    }
    .steps_container2 .col_step + .col_step_end:before{
        top: calc(50% - 3px);
    }
    .steps_container2 .col_step + .col_step_end:after{
        top: calc(50% - 12px);
    }
    .steps_container2 .col_step + .col_step_4:before,
    .steps_container2 .col_step + .col_step_4:after{
        display: none;
    }
    .steps_container2 .digit{
        top: -20px;
        left: calc(50% - 16px);
    }
    .steps_container2 .pos{
        width: 32px;
        height: 32px;
    }
    .steps_container2 .col_box{
        height: 85px;
        border: 1px solid #b7b9b8;
    }
    .steps_container2 .icon_box,
    .steps_container2 .pic_box,
    .steps_container2 .end_box{
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    .steps_container2 .icon_1{
        width: 64px;
    }
    .steps_container2 .icon_2{
        width: 64px;
    }
    .steps_container2 .icon_3{
        width: 56px;
    }
    .steps_container2 .icon_4{
        width: 56px;
    }
    .steps_container2 .icon_5{
        height: 64px;
    }
    .steps_container2 .icon_6{
        width: 48px;
    }
    .steps_container2 .pic{
        width: 100%;
    }

    .qb_1,
    .qb_2,
    .qb_3,
    .qb_4,
    .qb_5{
        left: 3%;
    }
    .qb_6{
        width: 300px;
    }
    .qb_6 p{
        padding: 400px 60px 30px;
    }
    .qb_7{
        width: 100%;
        line-height: 1.2;
        padding: 10px 0 40px;
    }

    .d1{
        width: 100%;
    }
    .d2{
        margin-top: -85px;
        padding: 15px 0 15px 20px;
    }
    .d2:before{
        top: 20px;
        left: -11px;
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .d2 p{
        font-size: 20px;
        line-height: 1.2;
    }
    .l1{
        font-size: 36px !important;
        line-height: 1;
        word-spacing: 6px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .l2{
        font-size: 24px !important;
    }
    .l6{
        font-size: 18px !important;
    }
    .l6.fst{
        margin-top: 50px;
    }
    .c1{
        font-size: 48px !important;
    }
    .d3{
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
    .d3 img{
        width: 100%;
        height: 100%;
    }
    .d3:before{
        bottom: -80px;
        left: 20px;
        width: 230px;
        height: 235px;
        background-image: url("img/kai_line_b.png");
        background-size: 230px 235px;
    }

    .brown3{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown3 p{
        font-size: 36px;
        margin: 30px auto;
    }
    .brown3 .round_btn{
        bottom: -50px;
        right: 25px;
        font-size: 32px;
        padding: 27px 10px 20px 10px;
    }
    .center_box h2.last{
        padding: 50px 0;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
        text-shadow: 0px 0px 1px #333;
    }
    strong{
        text-shadow: 0px 0px 1px #333;
    }
    sup{
        font-size: 20px;
    }

    .pane{
        height: 100vh;
    }
    .p1{
        height: 1200px;
        background-position: left center;
    }
    .p2{
        min-height: 200px;
        height: auto;
    }
    .p3{
        min-height: 200px;
        height: auto;
    }

    .brown{
        padding: 30px;
    }
    .brown2{
        width: 100%;
        max-width: 800px;
        padding: 10px;
    }
    .brown2 p{
        font-size: 18px;
    }
    .brown2 p:first-child{
        margin-top: 10px;
    }
    .brown2 .digit{
        font-size: 28px;
    }
    .brown2 strong{
        font-size: 24px;
    }

    .watch{
        padding: 15px;
    }
    .watch p{
        font-size: 26px;
        margin: 5px 0;
        line-height: 1.1;
    }

    .white{
        padding: 30px;
    }
    .white p{
        font-size: 36px;
    }

    .center_box{
        width: 500px;
    }
    .center_box h2:first-child{
        padding: 60px;
    }
    .center_box .logo{
        height: 200px;
        max-width: 100%;
    }
    .center_box hr{
        height: 3px;
        margin: 30px 0;
    }
    .center_box .watch{
        width: 350px;
        margin: 100px auto;
    }

    .quote_box{
        width: 480px;
    }
    .quote_req{
        padding: 40px 50px;
        line-height: 1.2;
    }
    .quote_req .logo{
        height: 70px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    .quote_req h3:before,
    .quote_req h3:after{
        width: 20px;
        padding: 20px;
        background-size: 20px;
    }
    .quote_req h3:before{
        left: -50px;
    }
    .quote_req h3:after{
        right: -50px;
    }
    .quote_req .text_yellow{
        padding-bottom: 5px;
    }
    .quote_req .caret{
        width: 300px;
        left: calc(50% - 150px);
        bottom: -11px;
    }
    .quote_res p{
        font-size: 22px;
        padding: 30px;
    }

    .steps_res{
        width: 500px;
        font-size: 20px;
    }
    .steps_res p{
        padding: 0 0 20px;
    }
    .steps_res .caret{
        width: 300px;
    }
    .steps_container{
        width: 576px;
        padding: 30px;
        font-size: 16px;
        line-height: 1.1;
    }
    .steps_container:before,
    .steps_container:after{
        top: 30px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .steps_container:before{
        left: 10px;
    }
    .steps_container:after{
        right: 10px;
    }

    .braces_wrapper{
        padding: 0 0 30px;
    }
    .braces_wrapper:before{
        top: -10px;
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .braces_box{
        width: 600px;
        padding: 30px 0;
        font-size: 20px;
    }
    .braces_box:before,
    .braces_box:after{
        width: 16px;
        height: 100%;
        background-size: 16px;
    }
    .braces_box:before{
        left: -5px;
    }
    .braces_box:after{
        right: -5px;
    }
    .braces_box .text_yellow{
        padding-bottom: 2px;
    }

    .col_step{
        width: 20%;
    }
    .steps_container2{
        width: 576px;
        padding: 30px 15px;
    }
    .steps_container2 .col_step{
        width: 80px;
        padding: 5px;
        border: 2px solid #dee9b1;
    }
    .steps_container2 .col_step_end{
        margin-top: 40px;
    }
    .steps_container2 .col_step + .col_step{
        margin-left: 36px;
    }
    .steps_container2 .col_step + .col_step:before{
        top: 73px;
        left: -40px;
        width: 40px;
        height: 5px;
    }
    .steps_container2 .col_step + .col_step:after{
        top: 62px;
        left: -27px;
        width: 18px;
        height: 26px;
        background-size: 18px 26px;
    }
    .steps_container2 .col_step + .col_step_end:before{
        top: 33px;
    }
    .steps_container2 .col_step + .col_step_end:after{
        top: 22px;
    }
    .steps_container2 .digit{
        top: -14px;
        left: 26px;
    }
    .steps_container2 .pos{
        width: 26px;
        height: 26px;
    }
    .steps_container2 .col_box{
        height: 70px;
        border: 2px solid #b7b9b8;
    }
    .steps_container2 .icon_box,
    .steps_container2 .pic_box,
    .steps_container2 .end_box{
        width: 100%;
        height: 100%;
        padding: 4px;
    }
    .steps_container2 .icon_1{
        width: 48px;
        height: 38px;
    }
    .steps_container2 .icon_2{
        width: 50px;
        height: 36px;
    }
    .steps_container2 .icon_3{
        width: 42px;
        height: 36px;
    }
    .steps_container2 .icon_4{
        width: 48px;
        height: 48px;
    }
    .steps_container2 .icon_5{
        width: 44px;
        height: 50px;
    }
    .steps_container2 .icon_6{
        width: 36px;
        height: 36px;
    }
    .steps_container2 .pic{
        width: 54px;
        max-height: 54px;
    }

    .qb_1{
        left: calc(50% - 240px);
    }
    .qb_2,
    .qb_5{
        right: 50px;
    }
    .qb_3,
    .qb_4{
        left: 50px;
    }
    .qb_6{
        width: 300px;
    }
    .qb_6 p{
        padding: 250px 40px 20px;
    }
    .qb_7{
        width: 420px;
        line-height: 1.2;
        padding: 0 0 40px;
    }

    .d1{
        width: 100%;
    }
    .d2{
        margin-top: -210px;
        padding: 20px 0 20px 50px;
    }
    .d2:before{
        top: 20px;
        left: 15px;
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .d2 p{
        font-size: 20px;
        line-height: 1.2;
    }
    .l1{
        font-size: 36px !important;
        line-height: 1;
        word-spacing: 6px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .l2{
        font-size: 24px !important;
    }
    .l6{
        font-size: 18px !important;
    }
    .l6.fst{
        margin-top: 30px;
    }
    .c1{
        font-size: 48px !important;
    }
    .d3{
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
    .d3 img{
        width: 100%;
        height: 100%;
    }
    .d3:before{
        bottom: 50px;
        left: 50px;
        width: 300px;
        height: 225px;
        background-image: url("img/kai_line_b.png");
        background-size: 300px 225px;
    }

    .brown3{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown3 p{
        font-size: 36px;
        margin: 30px auto;
    }
    .brown3 .round_btn{
        bottom: -50px;
        right: 100px;
        font-size: 32px;
        padding: 27px 10px 20px 10px;
    }
    .center_box h2.last{
        padding: 30px 0 50px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 24px;
        text-shadow: 0px 0px 1px #333;
    }
    strong{
        text-shadow: 0px 0px 1px #333;
    }
    sup{
        font-size: 20px;
    }

    .pane{
        height: 100vh;
    }
    .p1{
        height: 1200px;
    }
    .p2{
        min-height: 200px;
        height: auto;
    }
    .p3{
        min-height: 200px;
        height: auto;
    }

    .brown{
        padding: 30px;
    }
    .brown2{
        width: 100%;
        max-width: 800px;
        padding: 15px;
    }
    .brown2 p{
        font-size: 18px;
    }
    .brown2 p:first-child{
        margin-top: 10px;
    }
    .brown2 .digit{
        font-size: 32px;
    }
    .brown2 strong{
        font-size: 24px;
    }

    .watch{
        padding: 15px;
    }
    .watch p{
        font-size: 26px;
        margin: 5px 0;
        line-height: 1.1;
    }

    .white{
        padding: 30px;
    }
    .white p{
        font-size: 36px;
    }

    .center_box{
        width: 500px;
    }
    .center_box h2:first-child{
        padding: 60px;
    }
    .center_box .logo{
        height: 200px;
        max-width: 100%;
    }
    .center_box hr{
        height: 3px;
        margin: 30px 0;
    }
    .center_box .watch{
        width: 350px;
        margin: 100px auto;
    }
    .intro-header {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 60px 0 0 0;
        max-width: 1000px;
        align-items: center;
    }
    .intro-header > h2 {
        font-size: 28px;
        text-align: center;
    }
    .intro-header .company-info {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    .intro-header .company-info .logo-wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        margin-left: 0;
        text-align: center;
    }
    .intro-header .company-info .logo-wrapper h1 {
        font-size: 60px;
    }
    .intro-header .company-info .logo-wrapper p sup {
        font-size: 8px;
        padding-left: 0;
    }
    .intro-header .company-info .logo-wrapper p strong {
        font-size: 13px;
    }
    .intro-header .company-info img {
        width: 120px;
    }
    .embed-player {
        width: 700px;
        margin: 50px auto 0 auto;
    }

    .quote_box{
        width: 500px;
    }
    .quote_req{
        padding: 50px;
        line-height: 1.4;
    }
    .quote_req .logo{
        height: 70px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    .quote_req h3:before,
    .quote_req h3:after{
        width: 25px;
        padding: 25px;
        background-size: 25px;
    }
    .quote_req h3:before{
        left: -50px;
    }
    .quote_req h3:after{
        right: -50px;
    }
    .quote_req .text_yellow{
        padding-bottom: 5px;
    }
    .quote_req .caret{
        width: 300px;
        left: calc(50% - 150px);
        bottom: -11px;
    }
    .quote_res p{
        font-size: 22px;
        padding: 30px;
    }

    .steps_res{
        width: 500px;
        font-size: 20px;
    }
    .steps_res p{
        padding: 0 0 20px;
    }
    .steps_res .caret{
        width: 300px;
    }
    .steps_container{
        width: 768px;
        padding: 30px;
        font-size: 22px;
        line-height: 1.2;
    }
    .steps_container:before,
    .steps_container:after{
        top: 30px;
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .steps_container:before{
        left: 10px;
    }
    .steps_container:after{
        right: 10px;
    }

    .braces_wrapper{
        padding: 0 0 30px;
    }
    .braces_wrapper:before{
        top: -10px;
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .braces_box{
        width: 600px;
        padding: 30px 0;
        font-size: 20px;
    }
    .braces_box:before,
    .braces_box:after{
        width: 16px;
        height: 100%;
        background-size: 16px;
    }
    .braces_box:before{
        left: -5px;
    }
    .braces_box:after{
        right: -5px;
    }
    .braces_box .text_yellow{
        padding-bottom: 2px;
    }

    .col_step{
        width: 20%;
    }
    .steps_container2{
        width: 768px;
        padding: 40px 25px;
    }
    .steps_container2 .col_step{
        width: 100px;
        padding: 6px;
        border: 2px solid #dee9b1;
    }
    .steps_container2 .col_step_end{
        margin-top: 40px;
    }
    .steps_container2 .col_step + .col_step{
        margin-left: 54px;
    }
    .steps_container2 .col_step + .col_step:before{
        top: 88px;
        left: -58px;
        width: 58px;
        height: 5px;
    }
    .steps_container2 .col_step + .col_step:after{
        top: 73px;
        left: -40px;
        width: 25px;
        height: 35px;
        background-size: 25px 35px;
    }
    .steps_container2 .col_step + .col_step_end:before{
        top: 48px;
    }
    .steps_container2 .col_step + .col_step_end:after{
        top: 33px;
    }
    .steps_container2 .digit{
        top: -20px;
        left: 30px;
    }
    .steps_container2 .pos{
        width: 36px;
        height: 36px;
    }
    .steps_container2 .col_box{
        height: 85px;
        border: 2px solid #b7b9b8;
    }
    .steps_container2 .icon_box,
    .steps_container2 .pic_box,
    .steps_container2 .end_box{
        width: 100%;
        height: 100%;
        padding: 6px;
    }
    .steps_container2 .icon_1{
        width: 50px;
        height: 40px;
    }
    .steps_container2 .icon_2{
        width: 50px;
        height: 36px;
    }
    .steps_container2 .icon_3{
        width: 50px;
        height: 46px;
    }
    .steps_container2 .icon_4{
        width: 50px;
        height: 56px;
    }
    .steps_container2 .icon_5{
        width: 44px;
        height: 50px;
    }
    .steps_container2 .icon_6{
        width: 50px;
        height: 50px;
    }
    .steps_container2 .pic{
        width: 60px;
        max-height: 60px;
    }

    .qb_1{
        left: calc(50% - 250px);
    }
    .qb_2,
    .qb_5{
        right: 50px;
    }
    .qb_3,
    .qb_4{
        left: 50px;
    }
    .qb_6{
        width: 300px;
    }
    .qb_6 p{
        padding: 400px 60px 30px;
    }
    .qb_7{
        width: 420px;
        line-height: 1.2;
        padding: 0 0 40px;
    }

    .d1{
        width: 400px;
        padding: 0 50px;
    }
    .d2{
        margin-top: 220px;
        padding: 25px 40px;
    }
    .d2:before{
        top: 25px;
        left: -10px;
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .d2 p{
        font-size: 20px;
        line-height: 1.2;
    }
    .l1{
        font-size: 32px !important;
        line-height: 1;
        word-spacing: 6px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .l2{
        font-size: 24px !important;
        text-shadow: 0px 0px 1px #333;
    }
    .l3{
        text-shadow: 0px 0px 1px #333;
    }
    .l5{
        text-shadow: 0px 0px 1px #595e45;
    }
    .l6{
        font-size: 18px !important;
    }
    .l6.fst{
        margin-top: 25px;
    }
    .c1{
        font-size: 48px !important;
    }
    .c6{
        text-shadow: 0px 0px 1px #418c46;
    }
    .d3{
        position: absolute;
        top: 150px;
        right: 15px;
        width: 470px;
        height: 550px;
        z-index: 2;
    }
    .d3 img{
        width: 100%;
        height: 100%;
    }
    .d3:before{
        bottom: 130px;
        left: -215px;
        width: 345px;
        height: 85px;
        background-image: url("img/kai_line.png");
        background-size: 345px 85px;
    }

    .brown3{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown3 p{
        font-size: 36px;
        margin: 30px auto;
    }
    .brown3 .round_btn{
        bottom: -50px;
        right: 100px;
        font-size: 32px;
        padding: 27px 10px 20px 10px;
    }
    .center_box h2.last{
        padding: 30px 0 50px;
    }
}


@media screen and (min-width: 1025px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 26px;
        text-shadow: 0px 0px 1px #333;
    }
    strong{
        text-shadow: 0px 0px 1px #333;
    }
    sup{
        font-size: 20px;
    }

    .pane{
        height: 100vh;
    }
    .p1{
        height: 1500px;
    }
    .p2{
        min-height: 200px;
        height: auto;
    }
    .p3{
        min-height: 200px;
        height: auto;
    }

    .brown{
        padding: 50px;
    }
    .brown2{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown2 p{
        font-size: 20px;
    }
    .brown2 p:first-child{
        margin-top: 10px;
    }
    .brown2 .digit{
        font-size: 36px;
    }
    .brown2 strong{
        font-size: 24px;
    }

    .watch{
        padding: 20px;
    }
    .watch p{
        font-size: 26px;
        margin: 5px 0;
        line-height: 1.1;
    }

    .white{
        padding: 50px;
    }
    .white p{
        font-size: 36px;
    }

    .center_box{
        width: 500px;
    }
    .center_box h2:first-child{
        padding: 50px 0 50px;
    }
    .center_box .logo{
        width: 45%;
        height: 45%;
        /* max-width: 100%; */
    }
    .center_box hr{
        height: 3px;
        margin: 30px 0;
    }
    .center_box .watch{
        width: 350px;
        margin: 180px auto;
    }

    .quote_box{
        width: 500px;
    }
    .quote_req{
        padding: 70px;
        line-height: 1.4;
    }
    .quote_req .logo{
        height: 70px;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    .quote_req h3:before,
    .quote_req h3:after{
        width: 50px;
        padding: 30px;
        background-size: 30px;
    }
    .quote_req h3:before{
        left: -85px;
    }
    .quote_req h3:after{
        right: -85px;
    }
    .quote_req .text_yellow{
        padding-bottom: 5px;
    }
    .quote_req .caret{
        width: 300px;
        left: calc(50% - 150px);
        bottom: -11px;
    }
    .quote_res p{
        font-size: 22px;
        padding: 30px;
    }

    .steps_res{
        width: 500px;
        font-size: 22px;
    }
    .steps_res p{
        padding: 10px 0 30px;
    }
    .steps_res .caret{
        width: 300px;
    }
    .steps_container{
        width: calc(100% - 100px);
        padding: 30px;
        font-size: 22px;
        line-height: 1.2;
    }
    .steps_container:before,
    .steps_container:after{
        top: 25px;
        width: 60px;
        height: 60px;
        background-size: 30px;
    }
    .steps_container:before{
        left: -20px;
    }
    .steps_container:after{
        right: -20px;
    }

    .braces_wrapper{
        padding: 0 0 30px;
    }
    .braces_wrapper:before{
        top: -10px;
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .braces_box{
        width: 800px;
        padding: 50px 0;
        font-size: 22px;
    }
    .braces_box:before,
    .braces_box:after{
        width: 20px;
        height: 100%;
        background-size: 20px;
    }
    .braces_box:before{
        left: -5px;
    }
    .braces_box:after{
        right: -5px;
    }
    .braces_box .text_yellow{
        padding-bottom: 2px;
    }

    .col_step{
        width: 20%;
    }
    .steps_container2{
        width: 1220px;
        padding: 50px 0 30px;
    }
    .steps_container2 .col_step{
        width: 180px;
        padding: 10px;
        border: 3px solid #dee9b1;
    }
    .steps_container2 .col_step_end{
        margin-top: 75px;
    }
    .steps_container2 .col_step + .col_step{
        margin-left: 80px;
    }
    .steps_container2 .col_step + .col_step:before{
        top: 159px;
        left: -85px;
        width: 85px;
        height: 8px;
    }
    .steps_container2 .col_step + .col_step:after{
        top: 138px;
        left: -60px;
        width: 40px;
        height: 50px;
        background-size: 40px 50px;
    }
    .steps_container2 .col_step + .col_step_end:before{
        top: 85px;
    }
    .steps_container2 .col_step + .col_step_end:after{
        top: 64px;
    }
    .steps_container2 .digit{
        top: -25px;
        left: 60px;
    }
    .steps_container2 .pos{
        width: 50px;
        height: 50px;
    }
    .steps_container2 .col_box{
        height: 130px;
        border: 2px solid #b7b9b8;
    }
    .steps_container2 .icon_box,
    .steps_container2 .pic_box,
    .steps_container2 .end_box{
        width: 150px;
        height: 150px;
        padding: 10px;
    }
    .steps_container2 .icon_1{
        width: 130px;
        height: 90px;
    }
    .steps_container2 .icon_2{
        width: 130px;
        height: 80px;
    }
    .steps_container2 .icon_3{
        width: 100px;
        height: 80px;
    }
    .steps_container2 .icon_4{
        width: 90px;
        height: 90px;
    }
    .steps_container2 .icon_5{
        width: 130px;
        height: 130px;
    }
    .steps_container2 .icon_6{
        width: 70px;
        height: 70px;
    }
    .steps_container2 .pic{
        width: 130px;
        max-height: 130px;
    }

    .qb_1{
        left: calc(50% - 250px);
    }
    .qb_2,
    .qb_5{
        right: 100px;
    }
    .qb_3,
    .qb_4{
        left: 100px;
    }
    .qb_6{
        width: 300px;
    }
    .qb_6 p{
        padding: 400px 60px 30px;
    }
    .qb_7{
        width: 420px;
        line-height: 1.4;
        padding: 10px 0 40px;
    }

    .d1{
        width: 540px;
        padding: 40px 80px;
    }
    .d2{
        margin-top: 200px;
        padding: 40px 80px;
    }
    .d2:before{
        top: 35px;
        left: 25px;
        width: 36px;
        height: 36px;
        background-size: 36px;
    }
    .d2 p{
        font-size: 24px;
        line-height: 1.2;
    }
    .l1{
        font-size: 40px !important;
        line-height: 1.1;
        word-spacing: 6px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .l2{
        font-size: 28px !important;
        text-shadow: 0px 0px 1px #333;
    }
    .l3{
        text-shadow: 0px 0px 1px #333;
    }
    .l5{
        text-shadow: 0px 0px 1px #595e45;
    }
    .l6{
        font-size: 18px !important;
    }
    .l6.fst{
        margin-top: 50px;
    }
    .c1{
        font-size: 48px !important;
    }
    .c6{
        text-shadow: 0px 0px 1px #418c46;
    }
    .d3{
        position: absolute;
        top: 100px;
        right: 50px;
        width: 700px;
        height: 800px;
        z-index: 2;
    }
    .d3 img{
        width: 100%;
        height: 100%;
    }
    .d3:before{
        bottom: 190px;
        left: -460px;
        width: 650px;
        height: 120px;
        background-image: url("img/kai_line.png");
        background-size: 650px 120px;
    }

    .brown3{
        width: 100%;
        max-width: 800px;
        padding: 20px;
    }
    .brown3 p{
        font-size: 36px;
        margin: 30px auto;
    }
    .brown3 .round_btn{
        bottom: -50px;
        right: 100px;
        font-size: 32px;
        padding: 27px 10px 20px 10px;
    }
    .center_box h2.last{
        padding: 50px 0;
    }
}
