* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

body {
    -moz-user-select: none;

}

div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

* {
    font-size: 100%;
}

#guide {
    /* visibility: hidden; */
}

#container {
    width: 160px;
    height: 600px;
    /* height: 1461px; */
    box-sizing: border-box;
    border: 1px solid #ec8627;
    overflow: hidden;
    visibility: hidden;
}

div {
    position: absolute;
}

sup {
    line-height: 0px;
}

.wrapper {
    width: 160px;
    height: 600px;
    top: -1px;
    left: -1px;
}

.hotspot {
    position: absolute;
    width: 160px;
    height: 600px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    /* visibility: hidden; */
}

#scrollBg {
    width: 5px;
    height: 49px;
    background: #bbbbbb;
    border: 1px solid #ffffff;
}

#scrollBar {
    width: 5px;
    left: -1px;
    background-color: #224b86;
    ;
    border: 1px #ffffff solid;
    cursor: pointer;

    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* -------------------- ISI -------------------- */

#isiHeader {
    width: 158px;
    height: 30px;
    background-color: #ffffff;

    -webkit-transform: translate(0px, 399px);
    -moz-transform: translate(0px, 399px);
    -ms-transform: translate(0px, 399px);
    -o-transform: translate(0px, 399px);
    transform: translate(0px, 399px);
}

#ihText {
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 700;
    color: #171c8f;
    line-height: 13px;
    margin: 4px 0px 0px 10px;
}

#isiBtnP {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 4px;
    top: 5px;
    cursor: pointer;
}

#isiBtnM {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    right: 4px;
    top: 22px;
    cursor: pointer;
}

#isiHeaderBottom {
    width: 158px;
    height: 30px;
    background-color: #eeeeee;
    font-family: 'Raleway', sans-serif;
    -webkit-transform: translate(0px, 570px);
    -moz-transform: translate(0px, 570px);
    -ms-transform: translate(0px, 570px);
    -o-transform: translate(0px, 570px);
    transform: translate(0px, 570px);

    visibility: hidden;
    opacity: 0;

    transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
}

#IRI_mainContainer {
    /*background-color: #fff;*/
    /*width: 298px;*/
    /*height: 248px;*/
    visibility: hidden;
    opacity: 0;

    transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
}

#isiContainer {
    width: 158px;
    height: 154px;
    cursor: default;
    top: -1px;
    background-color: #fff;
    -webkit-transform: translate(0px, 430px);
    -moz-transform: translate(0px, 430px);
    -ms-transform: translate(0px, 430px);
    -o-transform: translate(0px, 430px);
    transform: translate(0px, 430px);
}

#isiContent {
    width: 152px;
    padding-left: 6px;


    -webkit-transform: translate(px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#isiContent > * {
    position: static;
    margin-bottom: 2px;
}

#ihTextBottom {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    top: 0px;
    color: #0f1a8c;
    cursor: pointer;
    line-height: 12px;
    /* text-decoration: underline; */
     width: 153px; 
}

.isiBlackBold {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3px;
}

.isiBlackNormal {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3px;
}

.isiBlueBold {
    color: #171c8f;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 3px;
}

.isiBullet {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 6px;
    padding-bottom: 3px;
}

.bullet_or{
    position: absolute;
    left: 0px;
    font-weight: 700;
    line-height: 13px;
    color: #ff8200;
}


.reg_sup {
    position: relative;
    font-size: 6px;
    top: 1px;
    padding-right: 0px;
}

#isiLogo {
    position: absolute;
    bottom: -25px;
    right: 11px;
    width: 60px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}


/* -------------------- frame -------------------- */

.bg {
    position: absolute;
    width: 160px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo {
    position: absolute;
    width: 160px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.limitations {
    position: absolute;
    width: 160px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.frame1 {
    position: absolute;
    width: 160px;
    height: 600px;
}
.frame2 {
    position: absolute;
    width: 160px;
    height: 600px;
}
.frame3 {
    position: absolute;
    width: 160px;
    height: 600px;
}

.f1copy{
    font-size: 18px;
    color: #fcaf17;
    font-weight: 400;
    font-family: 'Open Sans';
    position: absolute;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f1t1{
    /*top: 205px;*/
    top: 219px;
    left: 9px;
}
#f1t2{
    /*top: 224px;*/
    /* top: 239px; */
    /* left: 27px; */
}
#f1t3{
    /*top: 243px;*/
    /* top: 258px; */
    /* left: 29px; */
}
#f1t4{
    /*top: 263px;*/
    top: 240px;
    left: 11px;
}
#f1t5_1{
    /*top: 281px;*/
    top: 240px;
    left: 115px;
}
#f1t5{
    /*top: 281px;*/
    top: 262px;
    left: 23px;
}
#f1t6{
    /*top: 301px;*/
    top: 284px;
    left: 23px;
}
#f1t7{
    /*top: 320px;*/
    /* top: 335px; */
    /* left: 29px; */
}

/* #circle{
    position: absolute;
    overflow: hidden;
    width: 84px;
    height: 84px;

    border-radius: 50%;
    left: 37px;

    top: 122px;
    opacity: 0; 
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
} */

#circle{
    position: absolute;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    width: 86px;
    height: 86px;
    left: 41px;
    /*top: 107px;*/
    top: 122px;
    opacity: 0; 
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

/* #icon_cont{
    position: absolute;
    overflow: hidden;
    width: 92px;
    height: 96px;
    left: 37px;
    top: 0px;
    opacity: 1; 
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
} */

#icon_1 {
    position: absolute;
    width: 82px;
    height: 82px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    left: 3px;

    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}


#f2t1{
    position: absolute;
    width: 165px;
    top: 3px;
    left: -1px;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 700;
    color: #fffefe;
    line-height:11px;
    opacity: 0;
    text-align: center;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f2t2{
    position: absolute;
    width: 165px;
    /*top: 207px;*/
    top: 221px;
    left: -1px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #fcaf17;
    text-align: center;
    line-height: 19px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}


#limit_text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 9px;
    top: 372px;
    left: 4px;
    opacity: 0;
    text-align: center;
    line-height: 12px;
    color: #444444;
}

#limit_sup1 {
    font-size: 6px;
}

#f3t1{
    position: absolute;
    width: 135px;
    /*top: 103px;*/
    top: 117px;
    left: 12px;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: #fcaf17;
    text-align: center;
    line-height: 21px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f3t2{
    position: absolute;
    width: 125px;
    /* top: 15px; */
    top: 211px;
    left: 18px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#f2sup1 {
    position: relative;
    font-size: 8px;
    top: 0px;
    padding-right: 0px;
}



#f3sup1 {
    position: relative;
    font-size: 43px;
    top: 1px;
    left: 4px;
    padding-right: 0px;
}

#f3sup2 {
    position: relative;
    font-size: 8px;
    top: 1px;
    padding-right: 0px;
}

#f3sup3 {
    position: absolute;
    font-size: 6px;
    top: 7px;
    left: 4px;
    padding-right: 0px;
}

.cta {
    position: absolute;
    width: 150px;
    height: 28px;
    background-color: #ff831e;
    border-radius: 5px;
    top: 280px;
    left: 5px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.ctaText {
    position: absolute;
    width: 70px;
    height: 20px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    top: 4px;
    left: 42px;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.ctaArrow {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 111px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

.icon_2 {
    position: absolute;
    width: 82px;
    height: 82px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -79px;
    left: 3px;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;

    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;

    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.hole {
    position: absolute;
    width: 30px;
    height: 55px;
    background-color: #122783;
    margin: auto;
    border-radius: 45%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;

    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#price{
    position: absolute;
    width: 30px;
    /* top: 15px; */
    top: 129px;
    left: 17px;
    font-family: 'Open Sans';
    font-size: 72px;
    font-weight: 700;
    color: #e9a948;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#zero {
    margin-left: -5px;
    position: absolute;
    width: 30px;
    /* top: 15px; */
    top: 129px;
    left: 81px;
    font-family: 'Open Sans';
    font-size: 72px;
    font-weight: 700;
    color: #e9a948;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}

#footnote2{
    position: absolute;
    width: 160px;
    height: 45px;
    bottom: 234px;
    left: 0px;
    /* background-color: #ebebeb; */
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 8px;
    padding-top: 5px;
    line-height: 10px;
    opacity: 0;

    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}


/* Property Work's For FireFox Only */
@-moz-document url-prefix() {

    .icon_2 {
        image-rendering: -moz-auto;         /* Firefox */
        image-rendering: auto;
    }

    #f2sup1 {
        position: relative;
        font-size: 8px;
        top: -2px;
        padding-right: 0px;
    }

    #f2sup2 {
        position: relative;
        font-size: 8px;
        top: -2px;
        padding-right: 0px;
    }

}

/* Property Work's For Internet Explorer Edge Only */
@supports (-ms-ime-align: auto) {}

/* Property Work's For Internet Explorer 11, 10 Only */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .reg_sup {
        position: relative;
        font-size: 6px;
        top: 2px;
        padding-right: 0px;
    }

    #f2sup2 {
        position: relative;
        font-size: 8px;
        top: -1px;
        padding-right: 0px;
    }

    #price{
        position: absolute;
        width: 30px;
        /* top: 15px; */
        top: 148px;
        left: 27px;
        font-family: 'Open Sans';
        font-size: 72px;
        font-weight: 700;
        color: #e9a948;
        opacity: 0;

        transition: all .8s ease-in-out;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
    }

    #f3sup1 {
        position: relative;
        font-size: 49px;
        top: 15px;
        left: 3px;
        padding-right: 0px;
    }

    #f3sup3 {
        position: absolute;
        font-size: 6px;
        top: 8px;
        left: 5px;
        padding-right: 0px;
    }

}

