html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

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: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

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-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: #E7EBF6;
    background: linear-gradient(to right, rgba(231, 235, 246, 0.1) 0, rgba(231, 235, 246, 0.6) 50%, rgba(231, 235, 246, 0.1) 100%);
    margin-top: 24px;
    margin-bottom: 24px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 24px;
    margin-bottom: 24px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 24px 0
}

figcaption {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0
}

img,
svg {
    display: block
}

table {
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%
}

tr {
    border-bottom: 1px solid #E7EBF6
}

th {
    text-align: left
}

th,
td {
    padding: 10px 16px
}

th:first-child,
td:first-child {
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

html {
    font-size: 20px;
    line-height: 30px
}

body {
    color: #333;
    font-size: 1rem
}

body,
button,
input,
select,
textarea {
    font-family: "Raleway", sans-serif
}

a {
    color: #0181F6;
    text-decoration: none
}

a:hover,
a:active {
    outline: 0;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #333;
    font-weight: 700
}

h1,
.h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 58px;
        letter-spacing: -0.1px
    }
}

h2,
.h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.1px
    }
}

h3,
.h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h3,
    .h3 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.1px
    }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

@media (max-width: 640px) {
    .h1-mobile {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.1px
    }
    .h2-mobile {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.1px;
    }
    .h3-mobile {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.1px
    }
    .h4-mobile,
    .h5-mobile,
    .h6-mobile {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
    br {
        display: none;
    }
}

.text-light {
    color: rgba(255, 255, 255, 0.8)
}

.text-light a {
    color: rgba(255, 255, 255, 0.8)
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
    color: #fff !important
}

.text-sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

.text-xs {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px
}

h1,
h2,
.h1,
.h2 {
    margin-top: 48px;
    margin-bottom: 16px
}

h3,
.h3 {
    margin-top: 36px;
    margin-bottom: 12px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

p {
    margin-top: 0;
    margin-bottom: 24px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    color: #919EB7;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px
}

blockquote::before {
    content: "\201C"
}

blockquote::after {
    content: "\201D"
}

blockquote p {
    display: inline
}

address {
    color: #5B6A87;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E7EBF6;
    padding: 24px 0;
    margin: 0 0 24px
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
    font-family: "Courier 10 Pitch", Courier, monospace
}

pre,
code,
kbd,
tt,
var {
    background: #F4F7FE
}

pre {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px;
    padding: 2px 4px
}

abbr,
acronym {
    cursor: help
}

mark,
ins {
    text-decoration: none
}

small {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

b,
strong {
    font-weight: 700
}

button,
input,
select,
textarea,
label {
    font-size: 20px;
    line-height: 30px
}

.container,
.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width: 641px) {
    .header-brand i {
        font-size: 30px !important;
        margin-right: 5px !important;
        margin-left:20px !important;
        /*background: -webkit-linear-gradient(#08e090, #6A72E4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
    .hero-media img, .hero-media svg {
        max-width: 376px !important;
        transform: perspective(1000px) rotateY(-6deg) translateY(6%) !important;
    }
    .hide-in-mobile {
        display:none;
    }
}

@media (min-width: 481px) {
    .container,
    .container-sm {
        padding-left: 24px;
        padding-right: 24px
    }
}

.container {
    max-width: 1128px
}

.container-sm {
    max-width: 848px
}

.container .container-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    background-color: #fff;
    color: #0181F6 !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #0181F6
}

.text-secondary {
    color: #FF9083
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E7EBF6;
    background: linear-gradient(to right, rgba(231, 235, 246, 0.1) 0, rgba(231, 235, 246, 0.6) 50%, rgba(231, 235, 246, 0.1) 100%)
}

.has-bottom-divider {
    position: relative
}

.has-bottom-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E7EBF6;
    background: linear-gradient(to right, rgba(231, 235, 246, 0.1) 0, rgba(231, 235, 246, 0.6) 50%, rgba(231, 235, 246, 0.1) 100%)
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.m-8 {
    margin: 8px
}

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

.m-16 {
    margin: 16px
}

.mt-16 {
    margin-top: 16px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.m-24 {
    margin: 24px
}

.mt-24 {
    margin-top: 24px
}

.mr-24 {
    margin-right: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.ml-24 {
    margin-left: 24px
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.m-48 {
    margin: 48px
}

.mt-48 {
    margin-top: 48px
}

.mr-48 {
    margin-right: 48px
}

.mb-48 {
    margin-bottom: 48px
}

.ml-48 {
    margin-left: 48px
}

.m-56 {
    margin: 56px
}

.mt-56 {
    margin-top: 56px
}

.mr-56 {
    margin-right: 56px
}

.mb-56 {
    margin-bottom: 56px
}

.ml-56 {
    margin-left: 56px
}

.m-64 {
    margin: 64px
}

.mt-64 {
    margin-top: 64px
}

.mr-64 {
    margin-right: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.ml-64 {
    margin-left: 64px
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

.pb-32 {
    padding-bottom: 18px
}

.pl-32 {
    padding-left: 32px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.p-48 {
    padding: 48px
}

.pt-48 {
    padding-top: 48px
}

.pr-48 {
    padding-right: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.pl-48 {
    padding-left: 48px
}

.p-56 {
    padding: 56px
}

.pt-56 {
    padding-top: 56px
}

.pr-56 {
    padding-right: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.pl-56 {
    padding-left: 56px
}

.p-64 {
    padding: 64px
}

.pt-64 {
    padding-top: 64px
}

.pr-64 {
    padding-right: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.pl-64 {
    padding-left: 64px
}

.sr .has-animations .is-revealing {
    visibility: hidden
}

.button {
    display: inline-flex;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #fff;
    background: linear-gradient(65deg, #fff 0, #DEEFFF 100%);
    color: #0181F6 !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 2px
}

.button-shadow {
    position: relative
}

.button-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 24px rgba(29, 43, 76, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease
}

.button-shadow:hover::before {
    box-shadow: 0 8px 24px rgba(29, 43, 76, 0.25)
}

.button-sm {
    padding: 8px 24px;
    height: 32px
}

.button-sm.button-shadow::before {
    box-shadow: 0 4px 16px rgba(29, 43, 76, 0.12)
}

.button-sm.button-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(29, 43, 76, 0.25)
}

.button-primary {
    color: #fff !important;
    transition: background .15s ease
}

.button-primary {
    background: #5e72e4;
}

.button-primary:hover {
    background: #5e72e4;
}

.button-primary.button-shadow::before {
    box-shadow: 0 8px 16px rgba(32,43,54, 0.25)
}

.button-primary.button-shadow:hover::before {
    box-shadow: 0 8px 16px rgba(32,43,54, 0.4)
}

.button-primary .button-sm.button-shadow::before {
    box-shadow: 0 4px 16px rgba(32,43,54, 0.25)
}

.button-primary .button-sm.button-shadow:hover::before {
    box-shadow: 0 4px 16px rgba(32,43,54, 0.4)
}

.button-block {
    display: flex
}

.accordion {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding: 0
}

.accordion li::before,
.accordion li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E7EBF6
}

.accordion li+li::before {
    content: normal
}

.accordion p {
    margin-top: 0
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    color: #333;
    font-weight: 600
}

.accordion-title span {
    width: calc(100% - 32px)
}

.accordion-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .15s ease-in-out, opacity .15s
}

.is-open .accordion-body {
    opacity: 1
}

.accordion-body p:last-child {
    margin-bottom: 24px
}

.accordion-icon {
    position: relative;
    width: 16px;
    height: 16px
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #0181F6;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.accordion-icon::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.accordion-icon::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.is-open .accordion-icon {
    cursor: pointer
}

.is-open .accordion-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.is-open .accordion-icon::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-header {
    position: relative;
    padding: 24px 0
}

@media (min-width: 641px) {
    .accordion {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.1px
    }
    .site-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 16%;
        width: 84%;
        height: 500px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiNGNkY4RkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
        background-size: 1140px 500px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 641px) {
    .site-header::before {
        top: -50%;
        left: 20%;
        width: 80%;
        height: 651px;
        background-size: 1480px 651px;
    }
}

.newsletter-form {
    max-width: 312px;
    margin: 0 auto;
}
@media (min-width: 641px) {
    .field-grouped {
        display: flex;
    }
}

.hero-browser {
    position: relative;
    margin-top: 80px;
}

.bubble-1 svg,
.bubble-2 svg,
.bubble-3 svg,
.bubble-4 svg {
    height: auto
}

.bubble-1 {
    top: -15px;
    left: 70px
}

.bubble-1 svg {
    width: 34px
}

.bubble-2 {
    bottom: -43px;
    right: -1px;
}

.bubble-2 svg {
    width: 78px
}

.bubble-3 {
    left: -40px;
    bottom: -40px
}

.bubble-3 svg {
    width: 143px
}

.bubble-4 {
    top: -25px;
    right: -54px
}

.bubble-4 svg {
    width: 104px
}

@media (min-width: 641px) {
    .hero {
        padding-bottom: 50;
    }
    .hero-paragraph {
        margin-bottom: 40px;
        padding-left: 72px;
        padding-right: 72px
    }
    .bubble-1 svg,
    .bubble-2 svg,
    .bubble-3 svg,
    .bubble-4 svg {
        width: auto
    }
    .bubble-1 {
        top: 85px;
        left: -30px
    }
    .bubble-2 {
        bottom: -73px;
        right: -60px;
    }
    .bubble-3 {
        left: -140px;
        bottom: -120px
    }
    .bubble-4 {
        top: -35px;
        right: -110px
    }
}

#js-menu, .header-brand {
    z-index:999 !important;
}
.main-button {
    font-size: 22px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    background: #5e72e4 !important;
}

@media (min-width: 641px) {
    .bubble-4 {
        top: -35px;
        right: -110px;
    }
    .bubble-1 {
        top: 85px;
        left: -30px;
    }
    .bubble-2 {
        bottom: -73px;
        right: -60px;
    }
}

.bubble-1, .bubble-2, .bubble-3, .bubble-4 {
    position: absolute;
}

.header-sun {
    position: absolute;
    top: -88px;
    right: -60px
}

.hero-browser-inner {
    position: relative;
}

.site-header-inner {
    position: relative;
    display: flex;
    align-items: center
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 24px
}

.header-links a:not(.button):hover,
.header-links a:not(.button):active {
    color: #fff
}

@media (min-width: 641px) {
    .header-sun {
        left: 440px;
        right: auto
    }
}

@media (min-width: 1025px) {
    .header-sun {
        left: auto;
        right: 43%
    }
}

.hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-paragraph {
    margin-bottom: 32px
}

.hero-illustration {
    position: relative;
    margin-top: 124px;
    padding-bottom: 124px
}

.hero-media {
    position: relative
}

.hero-media img,
.hero-media svg {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    box-shadow: -2px 3px 48px rgba(24,37,56,0.12);
    -webkit-transform: perspective(1000px) rotateY(10deg) translateY(2%);
    transform: perspective(1000px) rotateY(-6deg) translateY(17%);
}

.hero-shapes {
    position: absolute;
    top: -76px;
    right: calc(50% - 264px)
}

.hero-shapes svg {
    width: 395px;
    height: auto
}

@media (min-width: 641px) {
    .hero {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-inner {
        display: flex
    }
    .hero-copy {
        padding-right: 48px;
        min-width: 512px
    }
    .hero-illustration {
        margin-top: -80px;
        padding-bottom: 0
    }
    .hero-media img,
    .hero-media svg {
        max-width: none;
        width: 527px
    }
    .hero-shapes {
        top: -168px;
        right: auto;
        left: 85px
    }
    .hero-shapes svg {
        width: 724px
    }
}

@media (min-width: 1025px) {
    .hero-copy {
        padding-right: 88px;
        min-width: 552px
    }
}

.clients {
    margin-top: 30px;
}

.clients .section-inner {
    padding-top: 30px;
    padding-bottom: 30px
}

.clients ul {
    display: flex;
    flex-wrap: wrap
}

.clients li {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0
}

@media (min-width: 641px) {
    .clients .section-inner {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .clients ul {
        justify-content: space-around
    }
    .clients li {
        width: auto
    }
}

.feature-extended {
    padding-top: 48px
}

.feature-extended-image,
.feature-extended-body {
    width: 100%
}

.feature-extended-image {
    margin-bottom: 24px
}

.feature-extended-image img,
.feature-extended-image svg {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    overflow: visible
}

.feature-extended-body {
    text-align: center
}

@media (min-width: 641px) {
    .features-extended .section-paragraph {
        padding-left: 72px;
        padding-right: 72px;
        margin-bottom: 0
    }
    .feature-extended {
        display: flex;
        align-items: center;
        padding-top: 90px
    }
    .feature-extended:nth-child(even) .feature-extended-image {
        order: 1
    }
    .feature-extended-image,
    .feature-extended-body {
        width: auto;
        padding: 0 24px
    }
    .feature-extended-image {
        margin-bottom: 0
    }
    .feature-extended-image svg {
        max-width: none;
        width: 320px
    }
    .feature-extended-body {
        text-align: left
    }
}

@media (min-width: 1025px) {
    .features-extended {
        position: relative
    }
    .features-extended::before {
        content: '';
        position: absolute;
        top: -200px;
        left: -440px;
        width: 725px;
        height: 651px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzI1IiBoZWlnaHQ9IjY1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICA8ZGVmcz4gICAgPHBhdGggZD0iTTY3OC42MDMgNjQzLjg1OGMxMTEuODItNTkuMTE1LTE1Ljc3LTE4NS4zNDQtMTUuNzctMzIxLjQ4MyAwLTEzNi4xMzgtLjI4NC0zNDAuMzcxLTEzNi40MjItMzIxLjEwNS0xMzYuMTM4IDE5LjI2Ni05NC4yODggMTg3LjE2Ny00NDEuOSAyNjkuMTQ4LTM0Ny42MTQgODEuOTggNDgyLjI3MyA0MzIuNTU0IDU5NC4wOTIgMzczLjQ0eiIgaWQ9ImEiLz4gIDwvZGVmcz4gIDx1c2UgZmlsbD0iI0Y0RjdGRSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNzI0LjUxOCAwKSIgeGxpbms6aHJlZj0iI2EiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
        background-repeat: no-repeat
    }
    .feature-extended {
        padding-left: 40px;
        padding-right: 40px
    }
    .feature-extended-image,
    .feature-extended-body {
        padding: 0 40px
    }
    .feature-extended-image img,
    .feature-extended-image svg {
        width: 480px
    }
}

.testimonials .section-inner {
    padding-top: 0
}

.testimonials .section-title {
    margin-bottom: 48px
}

.testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px
}

.testimonials-wrap:first-child {
    margin-top: -12px
}

.testimonials-wrap:last-child {
    margin-bottom: -12px
}

.testimonial {
    padding: 12px;
    width: 344px;
    max-width: 344px;
    flex-grow: 1
}

.testimonial-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 32px 24px
}

.testimonial-inner>* {
    width: 100%
}

.testimonial-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px #E7EBF6;
    mix-blend-mode: multiply
}

@supports (-ms-ime-align: auto) {
    .testimonial-inner::before {
        box-shadow: 0 16px 48px rgba(29, 43, 76, 0.12)
    }
}

.testimonial-header img {
    width: 56px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 0 16px 24px #E7EBF6
}

@supports (-ms-ime-align: auto) {
    .testimonial-header img {
        box-shadow: 0 16px 24px rgba(29, 43, 76, 0.12)
    }
}

.testimonial-body p {
    margin-bottom: 12px
}

.testimonial-footer {
    align-self: flex-end
}

.testimonial-name {
    font-weight: 600;
    color: #333
}

.testimonial-footer {
    margin-bottom: 40px
}

@media (min-width: 641px) {
    .testimonials .section-title {
        margin-bottom: 64px
    }
    .testimonial {
        width: 498px;
        max-width: 498px
    }
}

@media (min-width: 1025px) {
    .testimonials {
        position: relative
    }
    .testimonials::before {
        content: '';
        position: absolute;
        top: 127px;
        left: calc(50% - 530px);
        width: 1071px;
        height: 598px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3MSIgaGVpZ2h0PSI1OTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgPGRlZnM+ICAgIDxwYXRoIGQ9Ik0xMDUwLjMxIDU5Mi4xOTVjNjcuMDEtNTIuNzMtNTYuNTItODAuNzgtNTYuNTItMjE3LjUxIDAtMTM2LjcyOCA1Ni41Mi0zMzMtODEuNjktMzcwLjI3Qzc3My44OTMtMzIuODU1IDM2OS4zOCAxNzYuNjk4IDUxLjc1MyAyMjUuMDg3LTI2NS44NzYgMjczLjQ3NSA5ODMuMyA2NDQuOTI2IDEwNTAuMzEgNTkyLjE5NXoiIGlkPSJhIi8+ICA8L2RlZnM+ICA8dXNlIGZpbGw9IiNGNEY3RkUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDEwNzAuMzU4IDApIiB4bGluazpocmVmPSIjYSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
        background-repeat: no-repeat
    }
    .testimonials .section-title {
        margin-bottom: 80px
    }
    .testimonial:nth-child(odd) {
        margin-top: 48px
    }
    .testimonial:first-child {
        position: relative;
        margin-top: 136px
    }
    .testimonial:first-child::before {
        content: '';
        display: block;
        position: absolute;
        top: -136px;
        left: calc(50% - 44px);
        width: 89px;
        height: 82px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODkiIGhlaWdodD0iODIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cGF0aCBmaWxsPSIjQTNBOUYxIiBkPSJNODQuMjUzIDBMNjAuNDI5IDIxLjk3MSA0OC4zNjIgNTEuMzM3IDY0LjA2NiA4MS4xNmwxOS40MzMtMTkuMzU4LTE4LjQxNC0yNS45NTZMODguNDI0IDMuNzI5eiIvPiAgICA8cGF0aCBmaWxsPSIjNkE3MkU0IiBkPSJNMTIuMTE2IDIxLjk1OUwwIDUxLjMzN2wxNS43NTggMjkuODI5IDE5LjM3NC0xOS4zNjMtMTguNDM5LTI1Ljk1N0w0MC4xOTYgMy43NDEgMzYuMDA2LjAxeiIvPiAgPC9nPjwvc3ZnPg==)
    }
}

.pricing .section-title {
    margin-bottom: 48px
}

.pricing .accordion {
    margin-top: 12px;
    margin-bottom: 0
}

.pricing-tables-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px
}

.pricing-tables-wrap:first-child {
    margin-top: -12px
}

.pricing-tables-wrap:last-child {
    margin-bottom: -12px
}
.pricing-check-icon {
    color:#0ab21b;
}
.pricing-check-icon-partial {
    color: #FFCC00 !important;
}
.pricing-notchecked-icon {
    
}

.pricing-table {
    padding: 10px;
    width: 200px;
    max-width: 344px;
    flex-grow: 1
}

.pricing-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 24px 15px;
    height: 100%
}

.pricing-table-inner>* {
    position: relative;
    width: 100%
}

.pricing-table-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px #E7EBF6;
    mix-blend-mode: multiply
}

@supports (-ms-ime-align: auto) {
    .pricing-table-inner::before {
        box-shadow: 0 16px 48px rgba(29, 43, 76, 0.12)
    }
}

.pricing-table-title {
    font-weight: 600;
    color: #333;
    text-align:center;
}

.pricing-table-price {
    font-family: Lato, serif;
    font-weight: 700;
    text-align:center;
    font-size: 16px;
}

.pricing-table-features {
}

.pricing-table-features li {
    align-items: center;
    margin-bottom: 12px;
    text-align: center;
    justify-content: center;
}

.pricing-table-features li .list-icon {
    display: inline-flex;
    width: 16px;
    height: 12px;
    margin-right: 12px
}

.pricing-table-cta {
    align-self: flex-end;
	margin-bottom:1rem;
}

.pricing-table-primary .pricing-table-inner {
    background: #0181F6
}

.pricing-table-primary .pricing-table-title {
    color: #fff
}
.pricing-table-cta .button {
    padding: 16px 0 !important;
	border-radius: 5px;
}

.container .container-sm.pricing-faqs {
    max-width: 664px
}

.hero-inner {
    display: block;
}

@media (min-width: 641px) {
    .pricing .section-title {
        margin-bottom: 64px
    }
    .pricing .accordion {
        margin-top: 36px
    }
}

@media (min-width: 1025px) {
    .pricing {
        position: relative
    }
    .pricing::before {
        content: '';
        position: absolute;
        top: 160px;
        right: -506px;
        width: 725px;
        height: 651px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzI1IiBoZWlnaHQ9IjY1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxwYXRoIGQ9Ik02NzguNjAzIDY0My44NThjMTExLjgyLTU5LjExNS0xNS43Ny0xODUuMzQ0LTE1Ljc3LTMyMS40ODMgMC0xMzYuMTM4LS4yODQtMzQwLjM3MS0xMzYuNDIyLTMyMS4xMDUtMTM2LjEzOCAxOS4yNjYtOTQuMjg4IDE4Ny4xNjctNDQxLjkgMjY5LjE0OC0zNDcuNjE0IDgxLjk4IDQ4Mi4yNzMgNDMyLjU1NCA1OTQuMDkyIDM3My40NHoiIGZpbGw9IiNGNEY3RkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
        background-repeat: no-repeat
    }
}

.is-boxed {
    background: #F4F7FE
}

.body-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.boxed-container {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 16px 48px #E7EBF6
}

@supports (-ms-ime-align: auto) {
    .boxed-container {
        box-shadow: 0 16px 48px rgba(29, 43, 76, 0.12)
    }
}

main {
    flex: 1 0 auto
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-bottom: 60px
    }
}

.site-footer {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #919EB7;
    margin-top: 80px
}

.site-footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIyNjciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBkPSJNLjMzOC44NDJDMTY3LjQ1NSA4My4zOTQgNjQ3LjM0MiA4My4zOTQgMTQ0MCAuODQyVjI2N0guMzM4Qy0xNjYuNzggNy4wMS0xNjYuNzgtODEuNzEuMzM4Ljg0MnoiIGZpbGw9IiMxRDJCNEMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-size: 1440px 300px;
    background-repeat: no-repeat
}

.site-footer a {
    color: #919EB7;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    color: #fff;
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 24px
}

.footer-links li+li,
.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li a {
    padding: 8px
}

@media (min-width: 641px) {
    .site-footer {
        margin-top: 116px
    }
    .site-footer::before {
        height: 267px;
        background-size: 1440px 267px
    }
    .site-footer-inner {
        justify-content: space-between
    }
    .footer-brand,
    .footer-links,
    .footer-social-links,
    .footer-copyright {
        flex: 50%
    }
    .footer-brand,
    .footer-copyright {
        justify-content: flex-start
    }
    .footer-links,
    .footer-social-links {
        justify-content: flex-end
    }
    .footer-links {
        order: 1;
        margin-bottom: 0
    }
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl-next:focus, .owl-prev:focus {outline: none;}
.owl-theme .owl-dots .owl-dot {outline:none;}

.header-brand a {
    color: #333;
    font-weight: 800 !important;
    font-size:20px !important;
}

.header-brand i {
    font-size: 30px;
    margin-right: 7px;
    /*background: -webkit-linear-gradient(#08e090, #6A72E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.extra-header-links {
    float: left;
    width: 500px;
}
.header-link {
    margin-left: 41px;
    color: #5B6A87;
    text-decoration: none;
    font-size: 19px;
}

.navbar {
    font-size: 18px;
    padding-bottom: 10px;
}

.main-nav {
    list-style-type: none;
    display: none;
}

.nav-links,
.logo {
    text-decoration: none;
    color: #333;
}

.main-nav li {
    text-align: center;
    margin: 15px auto;
}

.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.navbar a {
    outline: none;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight:500;
    font-size:16px;
}

.navbar-toggle {
    position: absolute;
    top: 21px;
    right: 30px;
    cursor: pointer;
    color: #333;
    font-size: 24px;
}

.active {
    display: block;
}

@media (max-width: 1050px) {
    .pricing-table-desktop {
        display:none;
    }
    .pricing-table-mobile {
        display:flex !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar {
        display: flex;
        justify-content: left;
        padding-bottom: 0;
        height: 70px;
        align-items: center;
    }

    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .main-nav li {
        margin: 0;
    }

    .nav-links {
        margin-left: 40px;
    }

    .logo {
        margin-top: 0;
    }

    .navbar-toggle {
        display: none;
    }
}
#js-menu {
    margin-bottom: 3px !important;
    padding-left: 20px !important;
}
.pricing-inner.section-inner {
    padding-top: 0px;
}
#pricing-start-now { 
    margin-top:30px;
}
.lights-toggle {
    color: rgba(107,122,144,0.64);
    margin-bottom:30px;
    text-align:center;
}
.switch[type="checkbox"] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    opacity: 0;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.switch[type="checkbox"]+label {
    display: inline-flex;
    position: relative;
    line-height: 36px;
    padding-left: 78px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.switch[type="checkbox"]:checked+label::before {
    background: #ff9d34;
    background: linear-gradient(to right, #FFBC48 0, #FE7E1F 100%);
}
.switch[type="checkbox"]:checked+label::before {
    background: #535FD7;
}
.switch[type="checkbox"]+label::before {
    background: #41a5ea;
    background: linear-gradient(to right, #2FEAFC 0, #535FD7 100%);
}
.switch[type="checkbox"]+label::before {
    top: 0;
    left: 0;
    width: 64px;
    height: 36px;
    border-radius: 18px;
    background: #535FD7;
}
.switch[type="checkbox"]+label::before, .switch[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    display: block;
}
.switch[type="checkbox"]:checked+label::after {
    left: 34px;
}
.switch[type="checkbox"]+label::after {
    background: #fff;
}
.switch[type="checkbox"]+label::after {
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #fff;
    transition: all .15s ease-out;
}
.switch[type="checkbox"]+label::before, .switch[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    display: block;
}
.upgrade-btn-yearly {
    display:none;
}
.billed-annualy-text {
    font-size: 11px;
    clear: both;
    font-weight:400;
}
.fixedbar {
    background: #6A72E4; 
    bottom: 0px; 
    color:#fff; 
    left:0; 
    padding: 0px 0; 
    position:fixed; 
    font-size:16px; 
    width:100%; 
    z-index:99999; 
    float:left; 
    vertical-align:middle; 
    margin: 0px 0 0; 
    opacity: 0.95;
    font-weight: 400;
}
.close-box {
    position: absolute;
    color:white;
    right: 13px;
    top: 12px;
}
  .boxfloat {
  text-align:center; 
  width:920px; 
  margin:0 auto;
}
#tips, #tips li {
    margin:0; 
    padding:0; 
    list-style:none
}
#tips {
    width:920px; 
    font-size:18px; 
    line-height:92%;
}
#tips li {
    padding: 15px 0; 
}
#tips li a{
    color: white;
}
#tips li a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .fixedbar {
        display:none;
    }
    .clients img {
        padding:initial !important;
        height: 36px !important;
    }
}
.clients img {
    height: 48px;
    padding: 8px 0px;
}
.clients-extended-header {
    margin-bottom:35px
}
.disabled-upgrade-button {
    background: gray;
    pointer-events: none;
}
.pricing-table-price-amount, #plans-toggle-text {
    font-family: Lato;
    color:#333 !important;
}
.pricing-table-mobile {
    display:none;
}
.tooltipster-content {
    font-size: 16px !important;
}
.most-popular-plan::before {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    font-size: 15px;
    letter-spacing: initial;
    line-height: 1.67;
    font-weight: 300;
    text-transform: initial;
    display: block;
    border-radius: 4px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    content: "Most Popular";
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
}
.pricing-uncheck-icon {
    color: rgba(107,122,144,0.64);
}
.company-logo {
    max-width: 100%;
    height: 44px;
    margin: 0 auto;
}
#company-logo4 {
    max-height: 32px;
    margin-top: 6px;
}
#company-logo1 {
    margin-top: 8px;
}
#company-logo2 {
    width: 168px;
}
#customers-logos-title {
    font-size: 0.9rem;
    margin-top: 3rem;
    margin-bottom: 0px;
}
.card-body {
    padding: 1.25rem;
}
#logo-icon {
    width: 15px;
    margin-right: 10px;
    vertical-align: sub;
    display: inline-block;
}

.range-slider {
    width: 95%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    height: 2px;
    background: #959799;
    outline: none;
  }
  .range-slider .ui-slider-handle {
    position: absolute;
    margin: -2px 0 0 -9px;
    border-radius: 100%;
    background: #007aff;
    border: 0;
    height: 16px;
    width: 16px;
    outline: none;
    cursor: pointer;
}
.range-slider .ui-slider-handle:hover,
.range-slider .ui-slider-handle:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.range-slider .ui-slider-range {
    background: #007aff;
}
.range-slider .currentVal {
    position: absolute;
    font-size: 13px;
    color: #333;
    left:0;
    font-family: Lato;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-top: -28px;
}

.logo-carousel .slick-slide {
    margin: 0px 28px;
  }
  
  .logo-carousel {
    overflow: inherit;
  }
  
  .logo-carousel .slick-slide img {
    height:44px;
  }
  
  .logo-carousel .slick-track::before,
  .logo-carousel .slick-track::after {
    display: table;
    content: '';
  }
  
  .logo-carousel .slick-track::after {
    clear: both;
  }
  
  .logo-carousel .slick-track {
    padding: 1rem 0;
  }
  
  .logo-carousel .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .logo-carousel .slick-slide.slick-loading img {
    display: none;
  }
  
  .logo-carousel .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .logo-carousel .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .logo-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
  }
  
  .logo-carousel .slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
  }
  
  .logo-carousel .slick-arrow.slick-prev {
    left: -40px;
  }
  
  /* Media Queries */
  
  @media (max-width: 768px) {
    .logo-carousel .slick-arrow {
      width: 1rem;
      height: 1rem;
    }
  }
  .logo-carousel{
    display: none;
  }
  .logo-carousel.slick-initialized{
    display: block;
  }