.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #f7f3e4
}

.noUi-handle {
    border: 1px solid #47475b;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

[disabled] .noUi-connect {
    background: #d3d0c9
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}


/* Style 2 */

.interactive-val {
    outline: 0!important;
    font-family: Muli, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    width: auto;
    color: #9d4edd;
    font-size: 40px;
    line-height: 1;
    text-align: right;
    width: 239px;
    padding: 2px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: border-color .15s ease-in-out
}

.interactive-val:hover {
    border: 1px solid #939395
}

.interactive-val:focus {
    border: 1px solid #28bcbb
}

.money-slider-wrap {
    max-width: 690px;
    margin-right: 0;
    margin-left: auto;
    min-height: 100px
}

.noUi-horizontal {
    height: 11px;
    border: none
}

.noUi-horizontal.noUi-target {
    background: #e1e1e1;
    border-radius: 15px;
    box-shadow: none
}

.noUi-horizontal .noUi-connect {
    background: linear-gradient(to right, #e0aaff 0, #957fef 100%)
}

.noUi-horizontal .noUi-connects {
    border-radius: 15px
}

.noUi-horizontal .noUi-handle {
    width: 42px;
    height: 42px;
    top: -15px;
    outline: 0!important;
    background-color: #7161ef;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(40, 176, 185, .32);
    transition: background .15s ease-in, box-shadow .15s ease-in
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -21px
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    width: 13px;
    height: 13px;
    background: 0 0;
    top: 50%;
    border-bottom: 3px solid rgba(255, 255, 255, .5)
}

.noUi-horizontal .noUi-handle:before {
    border-left: 3px solid rgba(255, 255, 255, .5);
    -webkit-transform: translate(-5px, -50%) rotate(45deg);
    transform: translate(-5px, -50%) rotate(45deg)
}

.noUi-horizontal .noUi-handle:after {
    border-right: 3px solid rgba(255, 255, 255, .5);
    -webkit-transform: translate(3px, -50%) rotate(-45deg);
    transform: translate(3px, -50%) rotate(-45deg)
}

.noUi-horizontal .noUi-handle:hover {
    background-color: #47a0ff;
    box-shadow: 0 0 0 4px rgba(40, 176, 185, .32)
}

.noUi-value {
    font-size: 18px;
    color: #999
}

.noUi-marker-horizontal.noUi-marker-large {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background: #e1e1e1
}

.noUi-pips-horizontal {
    padding: 6px 0
}

.tci-header {
    font-weight: 700 !important;
    text-align: center;
    font-size: 45px;
    margin-bottom: 24px;
}

.tci-money-currency,
.tci-money-desc {
    position: relative
}

.tci-body {
    padding: 0 40px;
    font-size: 22px;
    margin-bottom: 60px
}

.tci-money-currency {
    font-size: .58em;
    top: -.62em;
    margin-right: 3px
}

.tci-money-desc {
    font-size: .33em;
    top: .6em
}

@supports (-webkit-background-clip:text) {
    .its-item-lg-wrap {
        background: linear-gradient(to bottom, #6bd9d5 0, #5296e3 100%);
        -webkit-background-clip: text;
        color: transparent
    }
}

@-webkit-keyframes btnClickColor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes btnClickColor {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes btnClickShadow {
    50% {
        box-shadow: 0 5px 9px rgba(0, 0, 0, .37)
    }
}

@keyframes btnClickShadow {
    50% {
        box-shadow: 0 5px 9px rgba(0, 0, 0, .37)
    }
}

@media (max-width:1599px) {
    .money-slider-wrap {
        max-width: 650px
    }
    .noUi-value {
        font-size: 17px
    }
    .tci-header {
        font-size: 50px;
    }
}

@media (max-width:1439px) {
    .header-body {
        height: 85px
    }
    .interactive-val {
        font-size: 37px;
        width: 225px
    }
    .money-slider-wrap {
        max-width: 600px;
        min-height: 85px
    }
    .noUi-value {
        font-size: 16px
    }
    .tci-header {
        font-size: 50px;
    }
    .tci-body {
        font-size: 21px
    }
}

@media (max-width:1365px) {
    .header-body {
        height: 80px
    }
    .interactive-val {
        font-size: 35px;
        width: 212px
    }
    .money-slider-wrap {
        max-width: 530px
    }
}

@media (max-width:1199px) {
    .interactive-val {
        font-size: 32px;
        width: 199px;
        margin-bottom: 30px;
    }
    .money-slider-wrap {
        max-width: 366px;
        min-height: 80px
    }
    .noUi-value {
        font-size: 14px
    }
    .tci-header {
        font-size: 45px
    }
    .tci-body {
        font-size: 19px;
        margin-bottom: 50px
    }
}

@media (max-width:991px) {
    .header-body {
        height: 73px
    }
    .interactive-val {
        font-size: 30px;
        width: 185px
    }
    .money-slider-wrap {
        max-width: 330px;
        min-height: 75px
    }
    .noUi-value {
        font-size: 12px;
        padding-top: 3px
    }
    .noUi-pips-horizontal {
        padding: 7px 0
    }
    .tci-header {
        font-size: 45px;
        margin-bottom: 16px
    }
    .tci-body {
        font-size: 17px;
        margin-bottom: 38px;
        padding: 0 29px
    }
}

@media (max-width:767px) {
    .header-body {
        height: 70px
    }
    .interactive-val {
        text-align: center
    }
    .money-slider-wrap {
        margin: 0 auto;
        max-width: 530px;
        min-height: 65px
    }
    .tci-header {
        font-size: 45px
    }
    .tci-body {
        font-size: 18px;
        padding: 0 35px;
        text-align: center
    }
}

@media (max-width:639px) {
    .money-slider-wrap {
        padding: 0 27px
    }
}

@media (max-width:575px) {
    .header-body>div {
        transition: opacity .41s linear, -webkit-transform .41s ease-out;
        transition: opacity .41s linear, transform .41s ease-out;
        transition: opacity .41s linear, transform .41s ease-out, -webkit-transform .41s ease-out
    }
    .interactive-val {
        font-size: 27px;
        width: 170px
    }
    .tci-header {
        font-size: 45px
    }
}

@media (max-width:477px) {
    .wrap-div-01>div {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 27px
    }
    .wrap-div-01>div:last-child {
        margin-bottom: 0
    }
    .interactive-val {
        margin-bottom: 27px
    }
    .money-slider-wrap {
        padding: 0 20px
    }
    .noUi-value {
        font-size: 11px
    }
    .tci-header {
        font-size: 45px
    }
    .tci-body {
        font-size: 17px;
        margin-bottom: 31px
    }
}

@media (max-width:374px) {
    .interactive-val {
        font-size: 26px
    }
    .money-slider-wrap {
        padding: 0 16px
    }
    .noUi-value {
        font-size: 9px;
        padding-top: 6px
    }
    .tci-header {
        font-size: 45px
    }
    .tci-body {
        padding: 0 20px;
        font-size: 16px
    }
}