html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.blue-header {
    background: #0099e8;
}

.KI-Top {
    position: absolute;
    height: 100px;
    -ms-flex-pack: justify;
    justify-content: center !important;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
}

    .KI-Top, .KI-Top .Top-Left {
        display: -ms-flexbox;
        display: flex;
    }

        .KI-Top .Top-Left {
            margin-left: 0px;
        }

@media (max-width: 37.5em) {
    .KI-Top .Top-Left {
        margin-left: 10px;
    }
}

.KI-Top .Top-Left a {
    display: -ms-flexbox;
    display: flex;
}

.KI-Top .Top-Left img {
    width: 250px;
}

.KI-Top .Top-Right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
}

    .KI-Top .Top-Right ul {
        list-style: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
    }

        .KI-Top .Top-Right ul li {
            display: inline;
            padding: 8px 1px;
            margin-left: 20px;
        }

            .KI-Top .Top-Right ul li a {
                display: inline;
                padding: 0;
                color: #fff;
            }

                .KI-Top .Top-Right ul li a i {
                    vertical-align: text-bottom;
                }

        .KI-Top .Top-Right ul .trial-border {
            border: 2px solid #fff;
            border-radius: 5px;
            cursor: pointer;
            padding: 8px 10px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

            .KI-Top .Top-Right ul .trial-border, .KI-Top .Top-Right ul .trial-border:hover {
                -webkit-transition: all .2s ease-in;
                -ms-transition: all .2s ease-in;
                -moz-transition: all .2s ease-in;
                transition: all .2s ease-in;
            }

                .KI-Top .Top-Right ul .trial-border:hover {
                    background-color: #fff;
                    -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.5);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

                    .KI-Top .Top-Right ul .trial-border:hover a {
                        color: #0099e8;
                    }

.menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

    .menu a {
        padding: 20px;
        display: block;
        text-decoration: none;
        color: #fff;
    }

.menu__item {
    position: relative;
}

    .menu__item:hover > .sub-menu-shadow {
        display: block;
    }

.menu .sub-menu-shadow {
    position: absolute;
    display: none;
}

.dropdown-holder {
    width: 100%;
    left: 0;
    top: 100%;
}

.dropdown-holder, .dropdown__arrow, .dropdown__bg {
    position: absolute;
}

.dropdown__arrow {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    top: -20px;
    opacity: 0;
    transition: .2s ease;
    pointer-events: none;
}

.dropdown__bg {
    width: 1px;
    height: 400px;
    background-color: #fff;
    opacity: 0;
    transition: .25s ease;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.dropdown__bg-bottom {
    background-color: #fafafa;
    position: absolute;
    width: 100%;
    left: 0;
    top: 300px;
    height: 700px;
    transition: .3s ease;
}

.dropdown__wrap {
    overflow: hidden;
    position: absolute;
    transition: .25s ease;
    z-index: 1;
}

    .dropdown__wrap .bottom-section, .dropdown__wrap .top-section {
        padding: 20px;
    }

.dropdown-menu__content {
    position: absolute;
    opacity: 0;
    transition: .25s ease;
    min-width: 200px;
}

    .dropdown-menu__content ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .dropdown-menu__content a {
        color: inherit;
        text-decoration: none;
        display: block;
        padding: 5px 0;
    }

        .dropdown-menu__content a:hover {
            color: #333;
        }

.dropdown-menu.active .dropdown-menu__content {
    opacity: 1;
}

#product .dropdown-menu__content {
    width: 640px;
}

#developer .dropdown-menu__content {
    width: 400px;
}

.col-2 {
    display: -ms-flexbox;
    display: flex;
}

    .col-2 > div, .col-2 > ul {
        -ms-flex: 1 0 150px;
        flex: 1 0 150px;
    }

#product .bottom-section {
    display: none;
}

#product .col-2 li {
    display: block;
    padding: 20px 0 10px;
}

    #product .col-2 li:hover h3, #product .col-2 li:hover p {
        color: #353b3b;
    }

    #product .col-2 li h3 {
        font-size: 14px;
        margin: 0 0 10px;
        color: #0099e8;
        font-weight: 600;
        letter-spacing: .5px;
    }

    #product .col-2 li p {
        color: #999;
        margin: 0;
        font-size: 14px;
        text-transform: none;
        letter-spacing: .7px;
    }

.menu .active a, .menu .active a:hover {
    background: transparent !important;
}

.menu-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #2196f3;
}

.info {
    line-height: 1.7;
}

.Top-Right .menu a {
    position: relative;
}

    .Top-Right .menu a:focus, .Top-Right .menu a:hover {
        outline: none;
    }

    .Top-Right .menu a:after, .Top-Right .menu a:before {
        display: inline-block;
        opacity: 0;
        transition: transform .3s,opacity .2s;
    }

    .Top-Right .menu a:before {
        margin-right: 10px;
        content: "[";
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    .Top-Right .menu a:after {
        margin-left: 10px;
        content: "]";
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .Top-Right .menu a:focus:after, .Top-Right .menu a:focus:before, .Top-Right .menu a:hover:after, .Top-Right .menu a:hover:before {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.menu__item a:after, .menu__item a:before, .trial-border a:after, .trial-border a:before {
    content: "" !important;
}

@media (max-width: 37.5em) {
    .Top-Right {
        display: none !important;
    }
}

@media (max-width: 37.5em) {
    .mobile-nav {
        display: block;
    }
}

div.burger {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 11px;
    left: 21px;
    cursor: pointer;
}

div.x, div.y, div.z {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 2px;
    transition: all .2s ease-out;
    height: 3px;
    width: 26px;
}

div.y {
    top: 18px;
}

div.z {
    top: 37px;
}

div.collapse {
    top: 20px;
    transition: all 70ms ease-out;
}

div.rotate30 {
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

div.rotate30, div.rotate150 {
    transition: all 50ms ease-out;
}

div.rotate150 {
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

div.rotate45 {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.rotate45, div.rotate135 {
    transition: all .1s ease-out;
}

div.rotate135 {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

div.navbar {
    height: 73px;
    background: #385e97;
}

div.menu-bg {
    width: 320px;
    height: 568px;
    position: absolute;
    top: 0;
    left: 0;
    background: #40435b;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1);
}

    div.menu-bg.animate {
        opacity: .9;
        transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1);
    }

div.menu {
    height: 568px;
    width: 160px;
}

.menu-splitL, .menu-splitR {
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 0;
    width: 160px;
}

.menu-splitR {
    left: 160px;
}

div.menu ul li {
    list-style: none;
    width: 320px;
    margin-top: 40px;
    text-align: center;
    font-size: 19px;
    transition: all 0.15s cubic-bezier(0, 0.995, 0.99, 1);
}

    div.menu ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 3px;
    }

section > div {
    transition: transform 1s;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

div.menu li.animate {
    font-size: 19px;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-splitL li:first-of-type {
    margin-left: 44px;
    transition-delay: .12s;
}

.menu-splitL li.animate:first-of-type {
    margin-left: 0;
    transition-delay: 0s;
}

.menu-splitL li:nth-of-type(2) {
    margin-left: 41px;
    transition-delay: .09s;
}

.menu-splitL li.animate:nth-of-type(2) {
    margin-left: 0;
    transition-delay: .05s;
}

.menu-splitL li:nth-of-type(3) {
    margin-left: 57px;
    transition-delay: 46ms;
}

.menu-splitL li.animate:nth-of-type(3) {
    margin-left: 0;
    transition-delay: .1s;
}

.menu-splitL li:nth-of-type(4) {
    margin-left: 61px;
    transition-delay: .03s;
}

.menu-splitL li.animate:nth-of-type(4) {
    margin-left: 0;
    transition-delay: .15s;
}

.menu-splitL li:nth-of-type(5) {
    margin-left: 59px;
    transition-delay: 0s;
}

.menu-splitL li.animate:nth-of-type(5) {
    margin-left: 0;
    transition-delay: .2s;
}

.menu-splitR li:first-of-type {
    margin-left: -201px;
    transition-delay: .12s;
}

.menu-splitR li.animate:first-of-type {
    margin-left: -160px;
    transition-delay: 0s;
}

.menu-splitR li:nth-of-type(2) {
    margin-left: -203px;
    transition-delay: 69ms;
}

.menu-splitR li.animate:nth-of-type(2) {
    margin-left: -160px;
    transition-delay: .05s;
}

.menu-splitR li:nth-of-type(3) {
    margin-left: -214px;
    transition-delay: .06s;
}

.menu-splitR li.animate:nth-of-type(3) {
    margin-left: -160px;
    transition-delay: .1s;
}

.menu-splitR li:nth-of-type(4) {
    margin-left: -217px;
    transition-delay: .03s;
}

.menu-splitR li.animate:nth-of-type(4) {
    margin-left: -160px;
    transition-delay: .15s;
}

.menu-splitR li:nth-of-type(5) {
    margin-left: -217px;
    transition-delay: 0s;
}

.menu-splitR li.animate:nth-of-type(5) {
    margin-left: -160px;
    transition-delay: .2s;
}

footer {
    background: #f0f4f7;
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 37.5em) {
    footer {
        padding-bottom: 20px;
    }
}

footer .footer-last {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

@media (max-width: 37.5em) {
    footer .footer-last {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .footer-last img {
    width: 280px;
    height: 45px;
}

@media (max-width: 37.5em) {
    footer .footer-last img {
        margin-bottom: 20px;
        margin-left: 0;
    }
}

footer .footer-last .footer-copy {
    margin-right: 35px;
}

@media (max-width: 37.5em) {
    footer .footer-last .footer-copy {
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}

footer .footer-last .footer-copy p {
    display: inline;
    color: #899aaf;
    font-size: 12px;
}

footer .footer-last .footer-copy ul {
    display: inline;
    list-style: none;
    margin-left: 0;
}

    footer .footer-last .footer-copy ul li {
        display: inline;
        margin-right: 20px;
        color: #899aaf;
        font-size: 14px;
    }

@media (max-width: 37.5em) {
    footer .footer-last .footer-copy ul li {
        padding: 0 15px;
    }
}

footer hr {
    border-bottom: 2px solid #e3ebf1;
    margin-top: 40px;
}

@media (max-width: 37.5em) {
    footer hr {
        margin-top: 0;
    }
}

footer .footer-padding {
    padding-top: 45px;
}

@media (max-width: 37.5em) {
    footer .footer-links {
        padding: 0 20px;
        margin-bottom: 40px;
    }
}

footer .footer-links .social-wrap ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-links .social-wrap li {
    display: inline;
}

footer .footer-links .social-wrap svg {
    width: 27px;
    height: 27px;
}

footer .footer-links .button1 {
    margin: 0 auto;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 30px;
    margin-bottom: 10px;
    color: #009ae2;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 20px -5px rgba(54, 54, 54, 0.2);
}

    footer .footer-links .button1:hover {
        background: #009ae2;
        color: #fff;
        transition: all .4s ease;
    }

footer .footer-links .sign-news {
    color: #899aaf;
    font-weight: 400;
    font-size: 16px;
}

footer .footer-links input {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #8493aa;
    background: #f0f4f7;
    padding-left: 0;
    color: #899aaf;
    margin-bottom: 20px;
}

    footer .footer-links input:focus {
        box-shadow: none;
        border: 0;
        border-bottom: 2px solid #009ae2;
        background: #f0f4f7;
    }

    footer .footer-links input::-webkit-input-placeholder {
        color: #899aaf;
    }

    footer .footer-links input::-moz-placeholder {
        color: #899aaf;
    }

    footer .footer-links input:-ms-input-placeholder {
        color: #899aaf;
    }

    footer .footer-links input:-moz-placeholder {
        color: #899aaf;
    }

footer .footer-links p {
    color: #434551;
    font-size: 17px;
    font-weight: 500;
}

footer .footer-links ul {
    margin-left: 0;
    list-style: none;
}

    footer .footer-links ul li {
        margin-bottom: 5px;
    }

        footer .footer-links ul li a {
            color: #899aaf;
            font-size: 16px;
            text-decoration: none;
        }

            footer .footer-links ul li a:hover {
                color: #009ae2;
                transition: all .2s ease;
            }

@media (max-width: 37.5em) {
    footer .footer-links ul li a {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

body, h1, h2, h3 {
    font-family: Lato,sans-serif;
}

body {
    background-color: #0099e8;
}

.button:focus {
    outline: 0;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.reveal {
    height: 90%;
    outline: 0;
    border-radius: 8px;
    background-color: #0099e8;
    border: 0;
}

    .reveal .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .reveal .container h3 {
            margin: 20px 0;
            margin-bottom: 40px;
            color: #fff;
        }

    .reveal .close-button span {
        color: #fff;
    }

    .reveal .btn-1 {
        width: 100%;
        padding: 15px;
        font-size: 20px;
        border-radius: 3px;
    }

    .reveal .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2;
    }

    .reveal .input-group {
        width: 80%;
    }

@media (max-width: 37.5em) {
    .reveal .input-group {
        width: 100%;
    }
}

.reveal .input-group .input-flex {
    margin-bottom: 50px;
}

.reveal .input-group .tz {
    color: #fff;
    font-size: 20px;
    margin-top: -25px;
    margin-bottom: 3px;
}

.reveal .input-group p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px;
    margin-right: 60px;
}

.reveal .input-group .button-group label {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 3px;
    padding: 13px 25px;
}

.reveal .input-group .button-group input {
    display: none;
}

    .reveal .input-group .button-group input:checked + label, .reveal .input-group .button-group input:checked + label:active {
        background-color: #2ecc71;
    }

.reveal .input-group .select-width {
    width: 98%;
}

@media (max-width: 37.5em) {
    .reveal .input-group .select-width {
        width: 100%;
    }
}

.reveal .input-group select {
    width: 100%;
    background-color: #005682;
    border-radius: 4px;
    border: 3px solid #005682;
    padding: 0 5px;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    outline: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    box-shadow: none;
}

    .reveal .input-group select::-webkit-input-placeholder {
        color: #fff;
    }

    .reveal .input-group select:-moz-placeholder {
        color: #fff;
    }

    .reveal .input-group select:focus, .reveal .input-group select:hover {
        outline: 0;
        box-shadow: none;
    }

.reveal .input-group input {
    width: 100%;
    background-color: #005682;
    border-radius: 4px;
    border: 3px solid #005682;
    padding: 22px 5px;
    margin-bottom: 20px;
    color: #fff;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: none;
}

    .reveal .input-group input::-webkit-input-placeholder {
        color: #fff;
    }

    .reveal .input-group input:-moz-placeholder {
        color: #fff;
    }

    .reveal .input-group input:focus, .reveal .input-group input:hover {
        outline: 0;
        box-shadow: none;
    }

    .reveal .input-group input[type=text][required]:focus + label[placeholder]:before {
        color: #fff;
    }

    .reveal .input-group input[type=text][required]:focus + label[placeholder]:before, .reveal .input-group input[type=text][required]:valid + label[placeholder]:before {
        transition-duration: .2s;
        color: #fff;
        -ms-transform: translate(-0.4em, -2em) scale(1);
        transform: translate(-0.4em, -2em) scale(1);
    }

    .reveal .input-group input[type=text][required]:invalid + label[placeholder][alt]:before {
        content: attr(alt);
    }

    .reveal .input-group input[type=text][required] + label[placeholder] {
        display: block;
        pointer-events: none;
        line-height: 1.25em;
        text-align: left;
        padding-left: 10px;
        margin-top: calc(-4em - 7px);
        margin-bottom: 2em;
        padding-top: 8px;
    }

        .reveal .input-group input[type=text][required] + label[placeholder]:before {
            content: attr(placeholder);
            display: inline-block;
            color: #d9d9d9;
            font-size: 20px;
            white-space: nowrap;
            transition: .3s ease-in-out;
        }

.fs-form-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.overview .fs-form-wrap {
    height: auto;
}

.fs-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 20px;
    width: 100%;
}

    .fs-title h1 {
        margin: 0;
    }

.fs-form {
    position: relative;
    text-align: left;
    font-size: 2.5em;
}

.no-js .fs-form {
    padding: 0 0 6em;
}

.fs-form-full {
    top: 32%;
    margin: 0 auto;
    width: 70%;
}

.fs-form-full, .fs-message-error {
    max-width: 960px;
}

.fs-form-overview {
    width: 100%;
    height: 100%;
    color: #3b3f45;
    font-size: 1.2em;
}

    .fs-form-overview .fs-fields {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

        .fs-form-overview .fs-fields li {
            margin: 0;
            padding: 0;
            margin-bottom: 25px;
            width: 50%;
        }

            .fs-form-overview .fs-fields li label {
                padding-bottom: 0 !important;
            }

        .fs-form-overview .fs-fields:before {
            display: block;
            margin-top: .5em;
            margin-bottom: 1em;
            color: #3b3f45;
            content: "Review & Submit";
            font-weight: 700;
            font-size: 1.85em;
        }

.fs-form.fs-show {
    animation: a .5s;
}

@keyframes a {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fs-form.fs-show .fs-fields {
    animation: b .5s;
}

@keyframes b {
    0% {
        top: 100px;
    }
}

.fs-form-full .fs-fields > li, .fs-message-error, .fs-message-final, .fs-nav-dots, .fs-numbers, .fs-progress, button.fs-continue {
    visibility: hidden;
}

.no-js .fs-form-full .fs-fields > li {
    visibility: visible;
}

.fs-show {
    visibility: visible !important;
}

.fs-form-wrap button {
    border: none;
    background: none;
}

    .fs-form-wrap button[disabled] {
        opacity: .3;
        pointer-events: none;
    }

    .fs-form-wrap button:focus, .fs-form-wrap input:focus {
        outline: none;
    }

.fs-form .fs-submit {
    display: none;
}

.fs-fields {
    margin: 0 auto;
    top: 0;
    list-style: none;
    height: 75vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .fs-fields, .fs-fields > li {
        position: relative;
        padding: 0;
    }

        .fs-fields > li {
            z-index: 1;
            margin: 0;
            border: none;
        }

            .fs-fields > li:hover {
                z-index: 6;
            }

.js .fs-form-full .fs-fields > li {
    position: absolute;
    width: 100%;
}

.fs-form-overview .fs-fields > li, .no-js .fs-form .fs-fields > li {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.fs-fields > li label {
    position: relative;
}

    .fs-fields > li label.fs-field-label {
        display: inline-block;
        padding: 0 5px 1em 0;
        font-weight: 700;
        font-size: 20px;
        pointer-events: none;
    }

.fs-form-full .fs-fields > li label[data-info]:after {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    content: "i";
    vertical-align: top;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    font-family: Georgia,serif;
    line-height: 20px;
    cursor: pointer;
    pointer-events: auto;
}

.fs-form-full .fs-fields > li label[data-info]:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 0 10px;
    min-width: 200px;
    content: attr(data-info);
    font-size: .4em;
    color: #6a7b7e;
    opacity: 0;
    transition: opacity .3s,transform .3s;
    transform: translate3d(0, -5px, 0);
    pointer-events: none;
}

.fs-form-full .fs-fields > li label[data-info]:hover:before {
    opacity: 1;
    transform: translateZ(0);
}

.fs-form-full .fs-fields > li .fs-info:hover, .fs-form-full .fs-fields > li label:hover ~ .fs-info {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.fs-fields input {
    display: block;
    margin: 0;
    padding: 0 0 .15em;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    color: #0099e8;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 1.5em;
    border-radius: 0;
    height: 65px;
    box-shadow: none;
}

    .fs-fields input:invalid {
        box-shadow: none;
    }

.fs-form-overview .fs-fields input {
    border-bottom-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    border: 0;
}

.fs-fields [required] {
    background-image: url(../img/abacusstar.svg);
    background-position: 100% 0;
    background-size: 18px;
    background-repeat: no-repeat;
}

.fs-fields input:focus {
    background-color: #f0f4f7;
    border: 0;
    border-bottom: 2px solid #0099e8;
    box-shadow: none;
}

.fs-form-overview .fs-fields input:focus {
    background-color: #fffed8;
}

.fs-form-overview .fs-fields input {
    font-size: 1.2em;
}

.fs-fields .fs-radio-custom input[type=radio] {
    position: absolute;
    display: block;
    margin: 30px auto 20px;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.fs-fields > li .fs-radio-custom span {
    float: left;
    position: relative;
    margin-right: 3%;
    padding: 10px;
    max-width: 200px;
    width: 30%;
    text-align: center;
    font-weight: 700;
    font-size: 50%;
}

    .fs-fields > li .fs-radio-custom span label {
        color: rgba(0, 0, 0, 0.4);
        transition: color .3s;
    }

.fs-form-overview .fs-fields > li .fs-radio-custom span {
    max-width: 140px;
    font-size: 75%;
}

.fs-fields > li .fs-radio-custom label {
    display: block;
    padding-top: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.fs-fields .fs-radio-custom label:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-size: 85%;
    background-repeat: no-repeat;
    content: "";
    opacity: .5;
    transition: opacity .2s;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fs-fields .fs-radio-custom label.radio-mobile:after {
    background-image: url(../img/mobile.svg);
}

.fs-fields .fs-radio-custom label.radio-social:after {
    background-image: url(../img/social.svg);
}

.fs-fields .fs-radio-custom label.radio-conversion:after {
    background-image: url(../img/conversion.svg);
}

.fs-fields .fs-radio-custom label:hover:after, .fs-fields input[type=radio]:checked + label:after, .fs-fields input[type=radio]:focus + label:after {
    opacity: 1;
}

.fs-fields .fs-radio-custom input[type=radio]:checked + label {
    color: #0099e8;
}

.fs-form-overview .fs-fields .fs-radio-custom input[type=radio]:checked + label {
    color: rgba(0, 0, 0, 0.8);
}

.fs-fields textarea {
    padding: .25em;
    width: 100%;
    height: 200px;
    border: 2px solid #0099e8;
    background-color: transparent;
    color: #0099e8;
    font-weight: 700;
    font-size: .85em;
    resize: none;
    box-shadow: none;
}

.fs-form-overview .fs-fields textarea {
    height: 100px;
    color: rgba(0, 0, 0, 0.5);
}

.fs-fields textarea:focus {
    outline: none;
}

.fs-form-overview .fs-fields textarea {
    padding: 0;
    border-color: transparent;
}

.fs-form div.cs-select.cs-skin-boxes {
    display: block;
}

.fs-form-overview .cs-skin-boxes > span {
    border-radius: 5px;
    width: 90px;
    height: 70px;
    font-size: .8em;
}

    .fs-form-overview .cs-skin-boxes > span:before {
        padding-top: 50px;
        box-shadow: 0 20px 0 #292c30,inset 0 -5px #292c30;
    }

.fs-fields input::-webkit-input-placeholder, .fs-fields textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.1);
}

.fs-fields input:-moz-placeholder, .fs-fields input::-moz-placeholder, .fs-fields textarea:-moz-placeholder, .fs-fields textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.1);
}

.fs-fields input:-ms-input-placeholder, .fs-fields textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1);
}

.fs-fields input:focus::-webkit-input-placeholder {
    color: transparent;
}

.fs-nav-dots {
    position: absolute;
    top: 50%;
    right: 60px;
    left: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .fs-nav-dots button {
        position: relative;
        display: block;
        padding: 0;
        margin: 16px 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        transition: transform .3s ease,opacity .3s ease;
    }

        .fs-nav-dots button:after, .fs-nav-dots button:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.5);
            content: "";
            text-indent: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .fs-nav-dots button:after {
            background-color: rgba(0, 0, 0, 0.4);
        }

        .fs-nav-dots button.fs-dot-current, .fs-nav-dots button:after {
            transform: perspective(1000px) rotateY(180deg);
        }

            .fs-nav-dots button.fs-dot-current:before, .fs-nav-dots button:hover:before, .fs-progress {
                background: #0099e8;
            }

.fs-progress {
    position: absolute;
    top: 20px;
    width: 0;
    height: .5em;
    transition: width .3s ease-in-out;
}

.fs-numbers {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.4);
    margin: 40px;
    width: 2em;
    font-weight: 700;
    font-size: 2em;
    cursor: default;
}

    .fs-numbers:after {
        position: absolute;
        width: 100%;
        text-align: center;
        content: "/";
        font-weight: 300;
        opacity: .4;
        left: 0;
    }

    .fs-numbers span {
        float: right;
        width: 40%;
        text-align: center;
    }

    .fs-numbers .fs-number-current {
        float: left;
    }

    .fs-numbers .fs-number-new {
        position: absolute;
        left: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .fs-numbers.fs-show-next .fs-number-new {
        animation: c .4s both;
    }

@keyframes c {
    0% {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.fs-numbers.fs-show-next .fs-number-current {
    animation: d .4s both;
}

@keyframes d {
    to {
        transform: translateY(-100%);
    }
}

.fs-numbers.fs-show-prev .fs-number-new {
    animation: e .4s both;
}

@keyframes e {
    0% {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.fs-numbers.fs-show-prev .fs-number-current {
    animation: f .4s both;
}

@keyframes f {
    to {
        transform: translateY(100%);
    }
}

button.fs-continue, button.fs-submit {
    padding: .6em 1.5em;
    border: 3px solid #0099e8;
    border-radius: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
}

.fs-form-overview .fs-submit, .no-js .fs-form .fs-submit {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.fs-form-overview .fs-submit {
    border-color: #0099e8;
    color: #0099e8;
}

button.fs-continue {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 190px 50px 0;
    font-size: 1.25em;
}

    button.fs-continue:hover, button.fs-submit:focus, button.fs-submit:hover {
        background: #0099e8;
        color: #fff;
    }

.fs-continue:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 3;
    text-align: center;
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
    content: "or press ENTER";
    font-size: .65em;
    pointer-events: none;
}

.fs-message-error {
    position: absolute;
    bottom: 75%;
    left: 50%;
    z-index: 5;
    max-width: 960px;
    width: 70%;
    color: #eb7e7f;
    font-weight: 700;
    font-size: 1em;
    opacity: 0;
    transform: translate3d(-50%, -5px, 0);
}

    .fs-message-error.fs-show {
        opacity: 1;
        transition: transform .3s,opacity .3s;
        transform: translate3d(-50%, 0, 0);
    }

.fs-form li.fs-current {
    visibility: visible;
}

.fs-form li.fs-hide, .fs-form li.fs-show {
    pointer-events: none;
}

.fs-form .fs-display-next .fs-hide {
    visibility: visible;
}

    .fs-form .fs-display-next .fs-hide .fs-anim-lower, .fs-form .fs-display-next .fs-hide .fs-anim-upper {
        animation: g 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    }

    .fs-form .fs-display-next .fs-hide .fs-anim-lower {
        animation-delay: .1s;
    }

@keyframes g {
    to {
        opacity: 0;
        transform: translate3d(0, -500px, 0);
    }
}

.fs-form .fs-display-next .fs-show .fs-anim-lower, .fs-form .fs-display-next .fs-show .fs-anim-upper {
    animation: h 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

.fs-form .fs-display-next .fs-show .fs-anim-lower {
    animation-delay: .25s;
}

@keyframes h {
    0% {
        opacity: 0;
        transform: translate3d(0, 500px, 0);
    }
}

.fs-form .fs-display-prev .fs-hide {
    visibility: visible;
}

    .fs-form .fs-display-prev .fs-hide .fs-anim-lower, .fs-form .fs-display-prev .fs-hide .fs-anim-upper {
        animation: i 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    }

    .fs-form .fs-display-prev .fs-hide .fs-anim-upper {
        animation-delay: .1s;
    }

@keyframes i {
    to {
        opacity: 0;
        transform: translate3d(0, 500px, 0);
    }
}

.fs-form .fs-display-prev .fs-show .fs-anim-lower, .fs-form .fs-display-prev .fs-show .fs-anim-upper {
    animation: j 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}

.fs-form .fs-display-prev .fs-show .fs-anim-upper {
    animation-delay: .25s;
}

@keyframes j {
    0% {
        opacity: 0;
        transform: translate3d(0, -500px, 0);
    }
}

input[type=text]::-ms-clear {
    display: none;
}

@media screen and (max-width: 52.5em) {
    body {
        min-height: 500px;
    }

    .fs-form-wrap {
        font-size: 70%;
    }

    .fs-form {
        top: 6em;
        right: 2em;
        left: 0;
        padding: 0 3.75em 0 1em;
        width: auto;
        font-size: 2em;
    }

        .fs-form.fs-form-overview {
            top: 0;
            right: 0;
            padding: 1.5em 1em 8em;
            font-size: 1.5em;
        }

    .fs-title {
        padding: 20px;
    }

    .fs-numbers {
        margin: 20px;
    }

    .fs-nav-dots {
        right: 25px;
    }

    button.fs-continue {
        right: 20px;
        bottom: 20px;
        margin: 0;
        padding: 50px 0 0 50px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 2em;
    }

        button.fs-continue:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "\27A1";
            text-align: center;
            font-size: 1em;
            line-height: 50px;
        }

    .fs-continue:after {
        content: "";
    }

    button.fs-submit {
        width: 100%;
        font-size: 1.25em;
    }

    .fs-message-error {
        bottom: 1.75em;
        left: 0;
        padding: 0 90px 0 2em;
        width: 100%;
        font-size: 1.5em;
        transform: translate3d(0, -5px, 0);
    }

        .fs-message-error.fs-show {
            transform: translateZ(0);
        }
}

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 4;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    div.cs-select:focus {
        outline: none;
    }

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select > span {
    padding-right: 3em;
}

    .cs-select .cs-selected span:after, .cs-select > span:after {
        speak: none;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cs-select > span:after {
        content: "\25BE";
        right: 1em;
    }

.cs-select .cs-selected span:after {
    content: "\2713";
    margin-left: 1em;
}

.cs-select.cs-active > span:after {
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
    z-index: 9;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .cs-select ul span {
        padding: 1em;
    }

    .cs-select ul li.cs-focus span {
        background-color: #ddd;
    }

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-boxes {
    background: transparent;
    font-size: .65em;
    font-weight: 700;
    max-width: 300px;
    z-index: 8;
    color: #fff;
}

@media screen and (max-width: 30em) {
    div.cs-skin-boxes {
        font-size: 1em;
    }
}

.cs-skin-boxes > span {
    border: 3px solid #292c30;
    border-radius: 5px;
    width: 150px;
    height: 140px;
    font-size: .5em;
    padding: 0 0 0 10px;
    background: #555b64;
}

div.cs-skin-boxes:focus > span {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.cs-skin-boxes > span:before {
    content: "";
    display: block;
    padding-top: 110px;
    margin-left: -10px;
    box-shadow: 0 25px 0 #292c30,inset 0 -10px #292c30;
}

.cs-skin-boxes.cs-active > span:after, .cs-skin-boxes > span:after {
    top: auto;
    -ms-transform: none;
    transform: none;
}

.cs-skin-boxes .cs-options {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    background: #3b3f45;
    font-size: 12px;
    opacity: 0;
    transition: opacity .3s,visibility 0s .3s;
}

.cs-skin-boxes.cs-active .cs-options {
    opacity: 1;
    transition: opacity .3s;
}

.cs-skin-boxes .cs-options ul {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.cs-skin-boxes .cs-options li {
    width: 20%;
    height: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    opacity: 0;
    color: rgba(255, 255, 255, 0.6);
    border: 10px solid transparent;
    background-clip: padding-box;
    transform: scale3d(0.8, 0.8, 1);
    box-shadow: inset 0 -6em 0 -2em #282b30,inset 0 -1px 1px #000;
    transition: transform .3s,opacity .3s;
}

@media screen and (max-width: 30em) {
    .cs-skin-boxes .cs-options li {
        box-shadow: none;
        border-width: 3px;
        border-radius: 8px;
    }
}

.cs-skin-boxes.cs-active .cs-options li {
    opacity: 1;
    transform: scaleX(1);
}

    .cs-skin-boxes.cs-active .cs-options li:nth-child(2) {
        transition-delay: .01s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(3) {
        transition-delay: .02s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(4) {
        transition-delay: .03s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(5) {
        transition-delay: .04s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(6) {
        transition-delay: .05s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(7) {
        transition-delay: .06s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(8) {
        transition-delay: .07s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(9) {
        transition-delay: .08s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(10) {
        transition-delay: .09s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(11) {
        transition-delay: .1s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(12) {
        transition-delay: .11s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(13) {
        transition-delay: .12s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(14) {
        transition-delay: .13s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(15) {
        transition-delay: .14s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(16) {
        transition-delay: .15s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(17) {
        transition-delay: .16s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(18) {
        transition-delay: .17s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(19) {
        transition-delay: .18s;
    }

    .cs-skin-boxes.cs-active .cs-options li:nth-child(20) {
        transition-delay: .19s;
    }

.cs-skin-boxes .cs-options li.cs-selected:after {
    content: "\2714";
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size: 2em;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) translate3d(0, -1em, 0);
}

.cs-skin-boxes .cs-options li.cs-selected span:after {
    content: "";
}

@media screen and (max-width: 30em) {
    .cs-skin-boxes .cs-options li.cs-selected:after {
        transform: translate3d(-50%, -50%, 0);
    }
}

.cs-skin-boxes .cs-options li.color-588c75 {
    background-color: #588c75;
}

.cs-skin-boxes .cs-options li.color-b0c47f {
    background-color: #b0c47f;
}

.cs-skin-boxes .cs-options li.color-f3e395 {
    background-color: #f3e395;
}

.cs-skin-boxes .cs-options li.color-f3ae73 {
    background-color: #f3ae73;
}

.cs-skin-boxes .cs-options li.color-da645a {
    background-color: #da645a;
}

.cs-skin-boxes .cs-options li.color-79a38f {
    background-color: #79a38f;
}

.cs-skin-boxes .cs-options li.color-c1d099 {
    background-color: #c1d099;
}

.cs-skin-boxes .cs-options li.color-f5eaaa {
    background-color: #f5eaaa;
}

.cs-skin-boxes .cs-options li.color-f5be8f {
    background-color: #f5be8f;
}

.cs-skin-boxes .cs-options li.color-e1837b {
    background-color: #e1837b;
}

.cs-skin-boxes .cs-options li.color-9bbaab {
    background-color: #9bbaab;
}

.cs-skin-boxes .cs-options li.color-d1dcb2 {
    background-color: #d1dcb2;
}

.cs-skin-boxes .cs-options li.color-f9eec0 {
    background-color: #f9eec0;
}

.cs-skin-boxes .cs-options li.color-f7cda9 {
    background-color: #f7cda9;
}

.cs-skin-boxes .cs-options li.color-e8a19b {
    background-color: #e8a19b;
}

.cs-skin-boxes .cs-options li.color-bdd1c8 {
    background-color: #bdd1c8;
}

.cs-skin-boxes .cs-options li.color-e1e7cd {
    background-color: #e1e7cd;
}

.cs-skin-boxes .cs-options li.color-faf4d4 {
    background-color: #faf4d4;
}

.cs-skin-boxes .cs-options li.color-fbdfc9 {
    background-color: #fbdfc9;
}

.cs-skin-boxes .cs-options li.color-f1c1bd {
    background-color: #f1c1bd;
}

.cs-skin-boxes .cs-options span {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 30em) {
    .cs-skin-boxes .cs-options span {
        display: none;
    }
}

.cs-skin-boxes .cs-options li span:hover, .cs-skin-boxes li.cs-focus span, .cs-skin-boxes li.cs-selected span {
    color: #fff;
}

.hero-home {
    height: 100vh;
    background: url(../images/hero-f8fee21a1b.png) no-repeat 50% fixed;
    background-size: cover;
}

    .hero-home, .hero-home .hero-text {
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .hero-home .hero-text {
            -webkit-align-items: center;
            -webkit-justify-content: center;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }

            .hero-home .hero-text .input-group {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0 280px;
                z-index: 2;
            }

@media (max-width: 37.5em) {
    .hero-home .hero-text .input-group {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero-home .hero-text .input-group .input-flex {
    width: 70%;
}

@media (max-width: 37.5em) {
    .hero-home .hero-text .input-group .input-flex {
        margin-bottom: 30px;
    }
}

.hero-home .hero-text .input-group input {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid #fff;
    padding: 22px 5px;
    margin-bottom: 0;
    color: #fff;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
}

    .hero-home .hero-text .input-group input::-webkit-input-placeholder {
        color: #fff;
    }

    .hero-home .hero-text .input-group input:-moz-placeholder {
        color: #fff;
    }

    .hero-home .hero-text .input-group input:focus, .hero-home .hero-text .input-group input:hover {
        outline: 0;
        box-shadow: none;
    }

    .hero-home .hero-text .input-group input[required]:focus {
        border-color: #fff;
    }

        .hero-home .hero-text .input-group input[required]:focus + label[placeholder]:before {
            color: #fff;
        }

        .hero-home .hero-text .input-group input[required]:focus + label[placeholder]:before, .hero-home .hero-text .input-group input[required]:valid + label[placeholder]:before {
            transition-duration: .2s;
            -ms-transform: translate(-0.4em, -1.8em) scaleY(0.9);
            transform: translate(-0.4em, -1.8em) scaleY(0.9);
        }

    .hero-home .hero-text .input-group input[required]:invalid + label[placeholder][alt]:before {
        content: attr(alt);
    }

    .hero-home .hero-text .input-group input[required] + label[placeholder] {
        display: block;
        pointer-events: none;
        line-height: 1.25em;
        text-align: left;
        padding-left: 10px;
        margin-top: calc(-3em - 2px);
        margin-bottom: 2em;
        padding-top: 8px;
    }

        .hero-home .hero-text .input-group input[required] + label[placeholder]:before {
            content: attr(placeholder);
            display: inline-block;
            color: #fff;
            font-size: 20px;
            white-space: nowrap;
            transition: .3s ease-in-out;
        }

.hero-home .hero-text .button {
    box-shadow: 0 8px 40px -15px #262626;
    margin: 0 auto;
    background: #fff;
    font-weight: 800;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 50px;
    margin-top: -10px;
    color: #0099e8;
}

    .hero-home .hero-text .button:focus, .hero-home .hero-text .button:hover {
        background-color: #29b564;
        color: #fff;
        box-shadow: 0 20px 40px -20px #404040;
    }

.hero-home h1 {
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    letter-spacing: 1.5px;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 50px;
}

@media (max-width: 37.5em) {
    .hero-home h1 {
        font-size: 27px;
    }
}

.hero-home p {
    color: #fff;
    letter-spacing: 1.5px;
    padding: 0 150px;
    margin-bottom: 40px;
    font-size: 22px;
}

@media (max-width: 37.5em) {
    .hero-home p {
        padding: 0 5px;
        font-size: 17px;
        margin-bottom: 30px;
    }
}

.hero-home img {
    margin: 0 auto;
    margin-bottom: 50px;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1);
}

@media (max-width: 37.5em) {
    .hero-home img {
        margin-bottom: 30px;
        width: 50px;
    }
}

.hero-home img:hover {
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.1);
    transition: all .2s ease-in;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hero-home img:focus {
    outline: none;
}

.used-by {
    background: #0099e8;
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 37.5em) {
    .used-by {
        height: auto;
    }

        .used-by img {
            padding: 30px;
        }
}

.features-home {
    background: #f0f4f7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 50px;
    padding-bottom: 0;
    color: #434551;
    text-align: center;
}

@media (max-width: 37.5em) {
    .features-home {
        padding: 30px 10px;
        padding-bottom: 0;
    }
}

.features-home h2 {
    font-size: 35px;
    font-weight: 400;
}

@media (max-width: 37.5em) {
    .features-home h2 {
        font-size: 22px;
    }
}

.features-home .ub-block {
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 37.5em) {
    .features-home .ub-block {
        padding-top: 20px;
    }
}

.features-home .ub-block .ub-single {
    width: 370px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

@media (max-width: 37.5em) {
    .features-home .ub-block .ub-single {
        padding: 20px 5px;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.features-home .ub-block .ub-single svg {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.features-home .ub-block .ub-single h3 {
    font-size: 22px;
}

.features-home .ub-block .ub-single p {
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: .4px;
}

@media (max-width: 37.5em) {
    .features-home .ub-block .ub-single p {
        text-align: center;
    }
}

.features-home .feature-block {
    padding-top: 100px;
}

@media (max-width: 37.5em) {
    .features-home .feature-block {
        padding-top: 30px;
    }
}

.features-home .feature-block h3 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px;
}

@media (max-width: 37.5em) {
    .features-home .feature-block h3 {
        font-size: 24px;
    }
}

.features-home .feature-block p {
    font-size: 22px;
}

@media (max-width: 37.5em) {
    .features-home .feature-block p {
        font-size: 18px;
    }
}

.clients-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 170px;
    color: #434551;
    background: #fff;
}

@media (max-width: 37.5em) {
    .clients-home {
        padding: 50px 10px;
    }
}

.clients-home h2 {
    margin-bottom: 50px;
}

@media (max-width: 37.5em) {
    .clients-home h2 {
        font-size: 30px;
    }
}

.clients-home .quote {
    margin-bottom: 30px;
}

.clients-home p {
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}

@media (max-width: 37.5em) {
    .clients-home p {
        font-size: 17px;
        line-height: 25px;
    }
}

.clients-home .customers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
}

@media (max-width: 37.5em) {
    .clients-home .customers {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.clients-home .customers .cust-active {
    cursor: pointer;
}

    .clients-home .customers .cust-active p {
        color: #434551 !important;
    }

    .clients-home .customers .cust-active img {
        filter: grayscale(0) !important;
    }

.clients-home .customers .cust-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 37.5em) {
    .clients-home .customers .cust-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.clients-home .customers .cust-wrap p {
    text-align: left;
    margin-bottom: 0;
    color: #ccc;
}

@media (max-width: 37.5em) {
    .clients-home .customers .cust-wrap p {
        font-size: 14px;
    }
}

.clients-home .customers .cust-wrap img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 50%;
    margin-right: 15px;
    filter: grayscale(100%);
}

@media (max-width: 37.5em) {
    .clients-home .customers .cust-wrap img {
        margin-bottom: 15px;
    }
}

.demo-home {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #009ae2;
    padding: 50px 0;
    color: #fff;
}

    .demo-home h3 {
        font-weight: 400;
        margin-bottom: 45px;
    }

    .demo-home .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 250px;
        z-index: 2;
    }

@media (max-width: 37.5em) {
    .demo-home .input-group {
        padding: 0 20px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.demo-home .input-group .input-flex {
    width: 70%;
}

.demo-home .input-group input {
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 3px solid #fff;
    padding: 22px 5px;
    margin-bottom: 0;
    color: #fff;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
}

    .demo-home .input-group input::-webkit-input-placeholder {
        color: #fff;
    }

    .demo-home .input-group input:-moz-placeholder {
        color: #fff;
    }

    .demo-home .input-group input:focus, .demo-home .input-group input:hover {
        outline: 0;
        box-shadow: none;
    }

    .demo-home .input-group input[required]:focus {
        border-color: #fff;
    }

        .demo-home .input-group input[required]:focus + label[placeholder]:before {
            color: #fff;
        }

        .demo-home .input-group input[required]:focus + label[placeholder]:before, .demo-home .input-group input[required]:valid + label[placeholder]:before {
            transition-duration: .2s;
            -ms-transform: translate(-0.4em, -1.8em) scaleY(0.9);
            transform: translate(-0.4em, -1.8em) scaleY(0.9);
        }

    .demo-home .input-group input[required]:invalid + label[placeholder][alt]:before {
        content: attr(alt);
    }

    .demo-home .input-group input[required] + label[placeholder] {
        display: block;
        pointer-events: none;
        line-height: 1.25em;
        text-align: left;
        padding-left: 10px;
        margin-top: calc(-3em - 2px);
        margin-bottom: 2em;
        padding-top: 8px;
    }

        .demo-home .input-group input[required] + label[placeholder]:before {
            content: attr(placeholder);
            display: inline-block;
            color: #fff;
            font-size: 20px;
            white-space: nowrap;
            transition: .3s ease-in-out;
        }

.demo-home .button {
    box-shadow: 0 8px 40px -15px #262626;
    margin: 0 auto;
    background: #fff;
    font-weight: 800;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 50px;
    margin-top: -10px;
    color: #0099e8;
}

    .demo-home .button:focus, .demo-home .button:hover {
        background-color: #29b564;
        color: #fff;
        box-shadow: 0 20px 40px -20px #404040;
    }

@media (max-width: 37.5em) {
    .demo-home .button {
        margin-top: 20px;
    }
}

.carousel {
    background: #f0f4f7;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f0f4f7), color-stop(100%, #fff));
    background: linear-gradient(180deg, #f0f4f7 0, #fff);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

    .carousel .box {
        width: 100%;
        height: 60vh;
        border-radius: 12px;
    }

    .carousel .glide__bullets > * {
        background-color: #b5e6ff;
    }

    .carousel .glide__bullets > .active {
        background-color: #0099e8;
    }

    .carousel .glide {
        overflow: hidden;
    }

    .carousel .glide__wrapper {
        padding-top: 30px;
        padding-bottom: 100px;
    }

@media (max-width: 37.5em) {
    .carousel .glide__wrapper {
        padding: 0;
    }
}

.carousel .glide__track {
    overflow: visible;
    height: 60vh;
}

.carousel .glide__slide {
    transition: all .2s ease;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateZ(0);
}

    .carousel .glide__slide.active {
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .carousel .glide__slide.pre {
        transform: perspective(50em) rotateY(15deg);
    }

    .carousel .glide__slide.following {
        transform: perspective(50em) rotateY(-15deg);
    }

.carousel .glide--horizontal .carousel .glide__bullets {
    bottom: 25%;
}

@media (max-width: 37.5em) {
    .carousel .glide--horizontal .carousel .glide__bullets {
        bottom: 15%;
    }
}

.home-model {
    width: 60%;
}

@media (max-width: 37.5em) {
    .home-model {
        width: 100%;
    }
}

.home-model .input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home-model .input-flex {
    margin-top: 20px;
    margin-bottom: 20px !important;
    width: 280px;
}

@media (max-width: 37.5em) {
    .home-model .input-flex {
        width: 100%;
    }
}

.hero-tutorial {
    height: 100vh;
    background: url(../images/tutorial-hero-a32b405cfb.png) no-repeat 50% fixed;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
}

    .hero-tutorial, .hero-tutorial .hero-text {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .hero-tutorial .hero-text {
            -webkit-align-items: center;
            -webkit-justify-content: center;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }

            .hero-tutorial .hero-text .button {
                margin: 0 auto;
                background: #00cc7b;
                font-weight: 800;
                font-size: 20px;
                border-radius: 5px;
                padding: 15px 30px;
                margin-bottom: 35px;
            }

        .hero-tutorial h1 {
            color: #fff;
            font-weight: 800;
            font-size: 40px;
            letter-spacing: 1.5px;
            margin: 0;
            margin-bottom: 10px;
            padding-top: 50px;
        }

        .hero-tutorial p {
            color: #fff;
            letter-spacing: 1.5px;
            padding: 0 150px;
            margin-bottom: 40px;
            font-size: 21px;
        }

        .hero-tutorial img {
            margin: 0 auto;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

            .hero-tutorial img, .hero-tutorial img:hover {
                -webkit-transition: all .2s ease-in;
                -ms-transition: all .2s ease-in;
                -moz-transition: all .2s ease-in;
                transition: all .2s ease-in;
            }

                .hero-tutorial img:hover {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.5);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

.filter-tutorial {
    padding: 40px 100px;
    background: #fff;
}

    .filter-tutorial .filter-cond {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
    }

        .filter-tutorial .filter-cond .active {
            color: #000;
        }

        .filter-tutorial .filter-cond p {
            margin-bottom: 0;
            text-transform: uppercase;
            color: #899aaf;
        }

.other-tutorial {
    z-index: 7;
    background: #fff;
    padding: 30px 120px;
    padding-top: 180px;
}

    .other-tutorial .row {
        padding-bottom: 60px;
    }

    .other-tutorial .big img {
        width: 100%;
        z-index: 7;
    }

    .other-tutorial .big p {
        color: #353b3b;
        letter-spacing: .5px;
        font-size: 15px;
    }

    .other-tutorial img {
        width: 350px;
    }

        .other-tutorial img:after {
            content: "fsf";
            height: 40px;
            width: 40px;
            position: absolute;
        }

    .other-tutorial p {
        color: #424452;
        font-weight: 700;
    }

.hero-login {
    padding-bottom: 60px !important;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .hero-login .red {
        margin-top: -10px;
        color: #d9534f;
        border: 1px solid #d9534f;
        border-radius: 4px;
        padding: 7px 10px;
    }

    .hero-login .red-box {
        margin: 10px -80px;
        margin-top: -20px;
    }

    .hero-login .hero-card {
        padding: 40px 130px;
        background-color: #fff;
        margin: 0 auto;
        color: #434551;
        border-radius: 8px;
        margin-top: 100px;
    }

        .hero-login .hero-card h3 {
            font-weight: 700;
            font-size: 26px;
        }

        .hero-login .hero-card .new-user {
            margin-bottom: 0;
        }

            .hero-login .hero-card .new-user a {
                color: #434551;
                font-weight: 800;
            }

        .hero-login .hero-card .btn {
            cursor: pointer;
            padding: 10px 50px;
            background-color: #2ecc71;
            color: #fff;
            text-transform: uppercase;
            font-weight: 800;
            letter-spacing: .5px;
            margin-top: 30px;
            margin-bottom: 20px;
            border-radius: 4px;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        }

            .hero-login .hero-card .btn:hover {
                background-color: #29b564;
            }

        .hero-login .hero-card .flex-wrap {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: -10px -20px;
        }

            .hero-login .hero-card .flex-wrap a, .hero-login .hero-card .flex-wrap label {
                color: #424452;
                font-size: 15px;
            }

        .hero-login .hero-card .form-field {
            text-align: left;
            margin: 0 -20px;
            padding: 5px 0;
        }

            .hero-login .hero-card .form-field label {
                color: #434551;
            }

                .hero-login .hero-card .form-field label span {
                    color: #d9534f;
                    font-weight: 900;
                }

            .hero-login .hero-card .form-field input {
                box-shadow: none;
                border-radius: 5px;
                border: 1.5px solid #d8dde6;
                margin-top: 3px;
            }

.waves {
    background: #0099e8;
}

    .waves img {
        width: 100%;
        margin-bottom: -2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
    }

.hero-features {
    background: #f0f4f7;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
}

    .hero-features, .hero-features .hero-text {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .hero-features .hero-text {
            -webkit-align-items: center;
            -webkit-justify-content: center;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            margin-top: 90px;
        }

            .hero-features .hero-text .button {
                margin: 0 auto;
                background: #00cc7b;
                font-weight: 800;
                font-size: 20px;
                border-radius: 5px;
                padding: 15px 30px;
            }

                .hero-features .hero-text .button:hover {
                    background-color: #29b564;
                }

        .hero-features h1 {
            color: #434551;
            font-weight: 800;
            font-size: 40px;
            letter-spacing: 1.5px;
            margin: 0;
            margin-bottom: 10px;
            padding-top: 50px;
        }

        .hero-features p {
            color: #434551;
            letter-spacing: 1.5px;
            padding: 0 150px;
            margin-bottom: 40px;
            font-size: 20px;
        }

        .hero-features img {
            width: 90%;
            margin-top: 40px;
            border-radius: 5px 5px 0 0;
            box-shadow: 0 -3px 29px -10px rgba(0, 0, 0, 0.26);
        }

        .hero-features a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .hero-features .img-hero {
            width: 90px;
            position: absolute;
            box-shadow: none;
            border-radius: 0;
            margin-top: 0;
            bottom: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            outline: none;
            transform: scale(1);
            cursor: pointer;
        }

            .hero-features .img-hero, .hero-features .img-hero:hover {
                -webkit-transition: all .2s ease-in;
                -ms-transition: all .2s ease-in;
                -moz-transition: all .2s ease-in;
                transition: all .2s ease-in;
            }

                .hero-features .img-hero:hover {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.5);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

                .hero-features .img-hero:focus {
                    outline: none;
                }

.miss-features {
    padding-top: 70px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #434551;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .miss-features .sprite svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .miss-features .three-lay {
        padding: 70px 10px;
    }

    .miss-features .tick {
        margin-left: 0;
        padding-top: 50px;
        list-style: none;
    }

        .miss-features .tick li {
            margin-bottom: 20px;
            font-size: 18px;
            margin-left: 20px;
        }

            .miss-features .tick li:before {
                content: url(../images/tick-b9842eab50.svg);
                height: 30px;
                width: 20px;
                position: relative;
                left: -10px;
            }

    .miss-features h2 {
        font-size: 40px;
        moz-binding: 20px;
    }

    .miss-features p {
        line-height: 30px;
    }

    .miss-features .title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

        .miss-features .title h4 {
            margin-bottom: 0;
        }

.sep-features {
    background: #f0f4f7;
    height: 100vh;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

    .sep-features img {
        position: absolute;
        border-radius: 7px;
        width: 85%;
        box-shadow: 0 -3px 29px -10px rgba(0, 0, 0, 0.26);
    }

    .sep-features .feature-block {
        padding-top: 10px;
        padding-bottom: 30px;
    }

        .sep-features .feature-block h6 {
            font-weight: 500;
            font-size: 18px;
        }

        .sep-features .feature-block p {
            color: #434551;
            padding-right: 100px;
        }

    .sep-features ul li {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sep-features h3 {
        color: #434551;
        font-size: 40px;
        font-weight: 300;
    }

.rearrange {
    background: #fff;
}

    .rearrange img {
        margin-left: -570px;
    }

.top-shadow {
    position: relative;
    z-index: 3;
    box-shadow: 0 -8px 20px -8px rgba(0, 0, 0, 0.2);
}

.pricing {
    background-color: #f0f4f7;
    padding-top: 80px;
}

.twitter-seperate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .twitter-seperate .btn {
        margin-top: 17px !important;
    }

    .twitter-seperate .sprite {
        margin-top: 25px;
    }

        .twitter-seperate .sprite svg {
            height: 50px;
        }

.btnproceed {
    background-color: #0099E8 !important;
}

.socialwrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/*Refferal*/
.refferal_body {
    max-width: 950px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

    .refferal_body .hero-card {
        padding: 40px 0 !important;
    }

.text-center {
    text-align: center;
}

.t_plan {
    background: #f4fbff;
    padding: 10px;
    margin-top: 20px;
    margin: 20px 100px;
    border-radius: 5px;
    border: 1px solid #ececec;
}

    .t_plan ul {
        list-style-type: none;
    }

        .t_plan ul li {
            padding: 10px;
            float: left;
            margin-left: 60px;
            font-size: 15px;
        }

            .t_plan ul li strong {
                opacity: 0.8;
            }

            .t_plan ul li span {
                display: block;
                font-size: 20px;
            }

.sharing {
    background: #ffffff;
    margin-top: 20px;
    padding: 10px 0;
}

    .sharing .share {
        width: 24.9999%;
        float: left;
        padding: 10px;
        border: 1px solid #dcdcdc;
        border-right: 0;
    }

        .sharing .share span {
            font-weight: bold;
            color: #3e3e3e;
        }

            .sharing .share span[class*="ion"] {
                display: inline-block;
                color: #ffffff;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 3px;
                margin-right: 10px;
            }

        .sharing .share .ion-social-facebook {
            background: #4267b2;
        }

        .sharing .share .ion-android-mail {
            background: #e44939;
        }

        .sharing .share .ion-social-twitter {
            background: #1ba0f2;
        }

        .sharing .share .ion-link {
            background: #96b2bb;
        }

.note_thanks {
    padding: 0 40px;
    line-height: 1em;
    margin-top: 30px !important;
}


@media(min-width:240px) and (max-width:1024px) {
    .sharing .share {
        width: 49.9999%;
        float: left;
    }

    .refferal_body .hero-card {
        margin-top: 80px;
    }

    .t_plan ul li {
        margin-left: 10px;
    }
}

@media(min-width:240px) and (max-width:500px) {
    .t_plan {
        margin: 10px 0;
    }

        .t_plan ul li {
            margin-left: 0px !important;
            text-align: left;
        }

    .sharing .share {
        width: 100%;
        float: none;
        text-align: left;
    }
}
/*End refferal*/
/*referal page deisgn after logout start*/
.ref_logout .ref_logout_card {
    width: 1180px;
    padding: 20px;
}

    .ref_logout .ref_logout_card .rl_banner h3 {
        font-size: 34px;
        letter-spacing: 0.2em;
    }

.rl_body p {
    font-size: 18px;
}

.rl_banner {
    padding: 20px;
    border-radius: 5px;
}

.rl_body {
}

.rl_title {
    color: #0099e8;
}

    .rl_title h3 {
        font-size: 30px !important;
    }

.rl_container {
    padding: 0 20px;
}

.rl_step1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .rl_step1 span:after {
        position: absolute;
        content: "";
        width: 350px;
        height: 1px;
        border: 1px dashed #b5e1e7;
        top: 50%;
        left: 100%;
    }

    .rl_step1.noafter span:after {
        content: none;
    }

    .rl_step1 span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #0099e8;
        color: #0099e8;
        font-size: 24px;
        line-height: 50px;
        margin: 0 auto;
        margin-top: -25px;
        background: #ffffff;
        display: block;
        position: relative;
    }

    .rl_step1 p {
        opacity: 0.8;
    }

    .rl_step1 span, .rl_step1 strong {
        display: block;
        margin-bottom: 10px;
    }

    .rl_step1 strong {
        font-size: 18px;
    }

.rewards {
    margin-top: 20px;
}

.rl_banner img {
    display: block;
    margin: 0 auto;
    width: 80px;
}

.rewards strong {
    display: block;
    margin-top: 5px;
}

.rewards span {
    display: block;
}

.reward_image {
    position: relative;
    border: 4px double #dcdcdc;
}


.rl_body .button {
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 50px;
    text-transform: capitalize;
    background: #0099e8;
}

.hero-login .hero-card .thanks {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -5px
}

.sharing {
    background: #ffffff;
    margin-top: 20px;
    padding: 10px 0;
}

    .sharing .share {
        width: 27.9999%;
        float: left;
        padding: 10px;
        border: 1px solid #dcdcdc;
        border-right: 0;
    }

        .sharing .share span {
            font-weight: bold;
            color: #3e3e3e;
        }


.note_thanks {
    padding: 0 40px;
    line-height: 1em;
    margin-top: 30px !important;
}


@media(min-width:240px) and (max-width:1024px) {
    .sharing .share {
        width: 49.9999%;
        float: left;
    }

    .refferal_body .hero-card {
        margin-top: 80px;
    }

    .t_plan ul li {
        margin-left: 10px;
    }
}

@media(min-width:240px) and (max-width:500px) {
    .t_plan {
        margin: 10px 0;
    }

        .t_plan ul li {
            margin-left: 0px !important;
            text-align: left;
        }

    .sharing .share {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.note_thanks small {
    color: #FF9800;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

.terms_modal {
    background: #ffffff;
}

    .terms_modal .close-button span {
        color: #000000 !important;
    }

.terms_button a.button {
    margin-right: 15px;
}

.terms_button a.button_cancel {
    background: #dcdcdc;
    color: #474747;
}

.sharing .share span[class*="ion"] {
    display: inline-block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}


.sharing .share .ion-social-facebook {
    background: #4267b2;
}

.sharing .share .ion-android-mail {
    background: #e44939;
}

.sharing .share .ion-social-twitter {
    background: #1ba0f2;
}

.sharing .share .ion-link {
    background: #96b2bb;
}

.login_link {
    color: #969696;
    display: block;
    margin-top: 0px;
}

.btn-notint {
    color: #373737;
    display: block;
}

.last_share {
    border-right: 1px solid #dcdcdc !important;
}

.sharing .share .ion-social-linkedin {
    background: #0177b5;
}

.orlogin .button {
    background: #2c6e90;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.copy_link_ion a {
    font-weight: bold;
    color: #3e3e3e;
}

.copy_link_ion .ion-link {
    display: inline-block;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background: #96b2bb;
    font-size: 20px;
    margin-right: 10px;
}

.emailShare {
    height: 3.7rem !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    padding: 12px 50px;
    text-transform: capitalize;
}

.ReferralPlan {
    color: red
}
/*referal page deisgn after logout start*/

/* notifiaction */
.ui-pnotify {
    position: fixed !important;
    top: 10% !important;
    z-index: 1150 !important;
}

    .ui-pnotify.stack-bottomright {
        /* These are just CSS default values to reset the PNotify CSS. */
        right: auto;
        top: auto;
        left: auto;
        bottom: auto;
    }

.ui-pnotify-text {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10%;
    text-align: left;
    word-wrap: break-word;
}

.ui-pnotify-icon {
    margin-right: .4em;
    display: block;
}

.ui-pnotify .ui-pnotify-icon span {
    font-size: 18px;
}

.ui-pnotify.ki_alert_gray_div {
    margin: 0 auto;
    right: 0px;
    bottom: 0;
    top: auto !important;
    left: 0px;
    height: 50px;
    width: 25% !important;
}

    .ui-pnotify.ki_alert_gray_div .ui-pnotify-icon, .ui-pnotify.ki_alert_blue_div .ui-pnotify-icon {
        margin-right: .4em;
    }

        .ui-pnotify.ki_alert_gray_div .ui-pnotify-icon span, .ui-pnotify.ki_alert_blue_div .ui-pnotify-icon span {
            font-size: 27px;
        }

.ki_alert_gray_div .ui-pnotify-icon, .ki_alert_gray_div .ui-pnotify-icon span, .ki_alert_blue_div .ui-pnotify-icon, .ki_alert_blue_div .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

.ki_alert_gray_div .ui-pnotify-text, .ki_alert_blue_div .ui-pnotify-text {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}

.ki_alert_gray_div .ui-pnotify-container {
    margin: 0 auto;
    background: #444444;
    color: #ffffff;
    border: 0;
}

.ki_alert_gray_div ui-pnotify-shadow {
    box-shadow: none;
}

.ki_alert_blue_div .ui-pnotify-container {
    background: #1f3f9b;
    color: #ffffff;
    border: 0;
}

.ki_alert_blue_div {
    background: #1f3f9b;
    border-radius: 0;
    padding: 0px;
}

.ki_alert_gray_div {
    background: #444444;
    border-radius: 0;
    text-align: center;
    padding: 0px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}
