@font-face {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-landing/font/fontello.eot);
    src: url(../fonts/icons-landing/font/fontello.eot#iefix) format("embedded-opentype"), url(../fonts/icons-landing/font/fontello.woff2) format("woff2"), url(../fonts/icons-landing/font/fontello.woff) format("woff"), url(../fonts/icons-landing/font/fontello.ttf) format("truetype"), url(../fonts/icons-landing/font/fontello.svg#fontello) format("svg")
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    speak: never;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.icon-check-1:before {
    content: "\e800"
}

.icon-facebook:before {
    content: "\e801"
}

.icon-twitter:before {
    content: "\e802"
}

.icon-star:before {
    content: "\e803"
}

.icon-heart:before {
    content: "\e804"
}

.icon-menu:before {
    content: "\e805"
}

.icon-tags:before {
    content: "\e806"
}

.icon-user:before {
    content: "\e807"
}

.icon-left-open:before {
    content: "\e808"
}

.icon-right-open:before {
    content: "\e809"
}

.icon-cancel:before {
    content: "\e80a"
}

.icon-check:before {
    content: "\e80b"
}

.icon-mail-alt:before {
    content: "\e80c"
}

.icon-help-circled:before {
    content: "\e80d"
}

.icon-down-open:before {
    content: "\e80e"
}

.icon-play:before {
    content: "\e80f"
}

.icon-leaf:before {
    content: "\e810"
}

.icon-down-open-big:before {
    content: "\e811"
}

.icon-play-circled2:before {
    content: "\e812"
}

.icon-pencil:before {
    content: "\e813"
}

.icon-lock:before {
    content: "\e814"
}

.icon-home:before {
    content: "\e815"
}

.icon-info-circled-1:before {
    content: "\e816"
}

.icon-search:before {
    content: "\e817"
}

.icon-eye:before {
    content: "\e818"
}

.icon-eye-slash:before {
    content: "\e819"
}

.icon-attention:before {
    content: "\e81a"
}

.icon-newspaper:before {
    content: "\e81b"
}

.icon-basket-1:before {
    content: "\e81c"
}

.icon-magic-wand:before {
    content: "\e81d"
}

.icon-sparkles:before {
    content: "\e81e"
}

.icon-spin5:before {
    content: "\e838"
}

.icon-arrows-ccw:before {
    content: "\e84d"
}

.icon-globe:before {
    content: "\e869"
}

.icon-attention-alt:before {
    content: "\f12a"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-pinterest:before {
    content: "\f231"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-facebook-squared:before {
    content: "\f30e"
}

.icon-linkedin:before {
    content: "\f318"
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important
}

.splide__pagination {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-active {
    visibility: visible
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: Proxima Nova, Segoe UI, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #424c51;
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 12.5px;
    margin-top: 25px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 30px
}

.h2,
h2 {
    font-size: 24px
}

.h3,
h3 {
    font-size: 19px
}

.h4,
h4 {
    font-size: 17px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 14px
}

p {
    margin: 0 0 12.5px
}

.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 87%
}

cite {
    font-style: normal
}

.mark,
mark {
    background-color: #ffc713;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #424c51
}

.text-primary {
    color: #469fd5
}

a.text-primary:hover {
    color: #2b86bd
}

.text-success {
    color: #70a030
}

a.text-success:hover {
    color: #547924
}

.text-info {
    color: #3a87ad
}

a.text-info:hover {
    color: #2d6987
}

.text-warning {
    color: #dfaa00
}

a.text-warning:hover {
    color: #ac8300
}

.text-danger {
    color: #e01b22
}

a.text-danger:hover {
    color: #b3151b
}

.bg-primary {
    background-color: #469fd5;
    color: #fff
}

a.bg-primary:hover {
    background-color: #2b86bd
}

.bg-success {
    background-color: #8bc53e
}

a.bg-success:hover {
    background-color: #70a030
}

.bg-info {
    background-color: #84bfe3
}

a.bg-info:hover {
    background-color: #5baada
}

.bg-warning {
    background-color: #ffc713
}

a.bg-warning:hover {
    background-color: #dfaa00
}

.bg-danger {
    background-color: #e9454b
}

a.bg-danger:hover {
    background-color: #e01b22
}

.page-header {
    border-bottom: 1px solid #e0e4e6;
    margin: 50px 0 25px;
    padding-bottom: 11.5px
}

ol,
ul {
    margin-bottom: 12.5px;
    margin-top: 0
}

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

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

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

dd,
dt {
    line-height: 1.6
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #424c51;
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    border-left: 5px solid #4e595f;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 12.5px 25px
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    color: #424c51;
    display: block;
    font-size: 80%;
    line-height: 1.6
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #4e595f;
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

blockquote:after,
blockquote:before {
    content: ""
}

address {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 25px
}

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

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 10px
}

body {
    background-color: #f5f5f7;
    color: #2c3235;
    font-family: Proxima Nova, Segoe UI, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #287db1;
    text-decoration: none
}

a:focus,
a:hover {
    color: #1a5172;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%\9
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.6;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out;
    width: 100%\9
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #e0e4e6;
    margin-bottom: 25px;
    margin-top: 25px
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.tooltip {
    display: block;
    filter: alpha(opacity=0);
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1060
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    background-color: #151719;
    border-radius: 3px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.top .tooltip-arrow {
    border-top-color: #151719;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #151719;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #151719;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #151719;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #151719;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #151719;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #151719;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #151719;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0
}

.popover {
    background-clip: padding-box;
    background-color: #f5f5f7;
    border: 1px solid #ccc;
    border: 1px solid rgba(55, 63, 67, .15);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010
}

.popover.top {
    margin-top: -5px
}

.popover.right {
    margin-left: 5px
}

.popover.bottom {
    margin-top: 5px
}

.popover.left {
    margin-left: -5px
}

.popover-title {
    background-color: #ececf0;
    border-bottom: 1px solid #dedee5;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover>.arrow {
    border-width: 6px
}

.popover>.arrow:after {
    border-width: 5px;
    content: ""
}

.popover.top>.arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -6px
}

.popover.top>.arrow,
.popover.top>.arrow:after {
    border-bottom-width: 0;
    border-top-color: currentColor
}

.popover.top>.arrow:after {
    bottom: 1px;
    content: " ";
    margin-left: -5px
}

.popover.right>.arrow {
    left: -6px;
    margin-top: -6px;
    top: 50%
}

.popover.right>.arrow,
.popover.right>.arrow:after {
    border-left-width: 0;
    border-right-color: currentColor
}

.popover.right>.arrow:after {
    bottom: -5px;
    content: " ";
    left: 1px
}

.popover.bottom>.arrow {
    border-bottom-color: currentColor;
    border-top-width: 0;
    left: 50%;
    margin-left: -6px;
    top: -6px
}

.popover.bottom>.arrow:after {
    border-bottom-color: currentColor;
    border-top-width: 0;
    content: " ";
    margin-left: -5px;
    top: 1px
}

.popover.left>.arrow {
    margin-top: -6px;
    right: -6px;
    top: 50%
}

.popover.left>.arrow,
.popover.left>.arrow:after {
    border-left-color: currentColor;
    border-right-width: 0
}

.popover.left>.arrow:after {
    bottom: -5px;
    content: " ";
    right: 1px
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    transform: translateZ(0)
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

.pagination {
    border-radius: 3px;
    display: inline-block;
    margin: 25px 0;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    background-color: #f5f5f7;
    border: 1px solid #dedee5;
    color: #287db1;
    float: left;
    line-height: 1.6;
    margin-left: -1px;
    padding: 5px 14px;
    position: relative;
    text-decoration: none
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: #ddd;
    color: #1a5172
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #469fd5;
    border-color: #469fd5;
    color: #fff;
    cursor: default;
    z-index: 2
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #a0a0b3;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    font-size: 19px;
    padding: 10px 19px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    font-size: 14px;
    padding: 4px 8px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    float: left;
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 3px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1
}

.well {
    background-color: #f5f5f6;
    border: 1px solid #e3e4e4;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    border-radius: 4px;
    padding: 24px
}

.well-sm {
    border-radius: 3px;
    padding: 9px
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 25px
}

.panel-body {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px 15px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    background-color: #f5f5f7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #dedee5;
    padding: 10px 15px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #d2d7da
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 25px
}

.panel-group .panel {
    border-radius: 3px;
    margin-bottom: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #dedee5
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dedee5
}

.panel-default {
    border-color: #dedee5
}

.panel-default>.panel-heading {
    background-color: #f5f5f7;
    border-color: #dedee5;
    color: #2c3235
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dedee5
}

.panel-default>.panel-heading .badge {
    background-color: #2c3235;
    color: #f5f5f7
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dedee5
}

.panel-primary {
    border-color: #469fd5
}

.panel-primary>.panel-heading {
    background-color: #469fd5;
    border-color: #469fd5;
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #469fd5
}

.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: #469fd5
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #469fd5
}

.panel-success {
    border-color: #7bb035
}

.panel-success>.panel-heading {
    background-color: #7bb035;
    border-color: #7bb035;
    color: #fff
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #7bb035
}

.panel-success>.panel-heading .badge {
    background-color: #fff;
    color: #7bb035
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #7bb035
}

.panel-info {
    border-color: #67c4dd
}

.panel-info>.panel-heading {
    background-color: #84bfe3;
    border-color: #67c4dd;
    color: #fff
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #67c4dd
}

.panel-info>.panel-heading .badge {
    background-color: #fff;
    color: #84bfe3
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #67c4dd
}

.panel-warning {
    border-color: #bcb18e
}

.panel-warning>.panel-heading {
    background-color: #fff1c5;
    border-color: #bcb18e;
    color: #1f1b0e
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bcb18e
}

.panel-warning>.panel-heading .badge {
    background-color: #1f1b0e;
    color: #fff1c5
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bcb18e
}

.panel-danger {
    border-color: #e9454b
}

.panel-danger>.panel-heading {
    background-color: #e9454b;
    border-color: #e9454b;
    color: #fff
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e9454b
}

.panel-danger>.panel-heading .badge {
    background-color: #fff;
    color: #e9454b
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e9454b
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 16px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    background-color: #f2f2f2;
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden
}

.dropdown-menu>li>a {
    clear: both;
    color: #2c3235;
    display: block;
    font-weight: 400;
    line-height: 1.6;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f2f2f2;
    color: #2c3235;
    text-decoration: none
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #ebebeb;
    color: #2c3235;
    outline: 0;
    text-decoration: none
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #424c51
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #424c51;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.table__row--clickable {
    cursor: pointer
}

.table__row--clickable:focus {
    outline: 1px solid #469fd5;
    outline-offset: -1px
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 5px 14px;
    white-space: nowrap
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    pointer-events: none
}

.btn-link {
    border-radius: 0;
    color: #287db1;
    cursor: pointer;
    font-weight: 400
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    background-color: transparent;
    color: #1a5172;
    text-decoration: underline
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #424c51;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 4px;
    font-size: 19px;
    line-height: 1.33;
    padding: 10px 19px
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 8px
}

.btn-group-xs>.btn,
.btn-xs {
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    padding: 1px 5px
}

.btn-block {
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .6em .15em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label:empty {
    display: none
}

.label-default {
    background-color: #424c51
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #2c3235
}

.label-primary {
    background-color: #469fd5
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #2b86bd
}

.label-success {
    background-color: #7bb035
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #5f8829
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #ffc713
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #dfaa00
}

.label-danger {
    background-color: #e9454b
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #e01b22
}

.label-orange {
    background-color: #ff9b00
}

.label-orange[href]:focus,
.label-orange[href]:hover {
    background-color: #cc7c00
}

.label-sm {
    font-size: 50%;
    padding: .1em .2em .05em
}

.btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    transition: background-color .1s ease, box-shadow .1s ease, border-color .1s ease, color .1s ease, text-shadow .1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.btn:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px
}

.btn:focus:not(:focus-visible) {
    outline: none
}

.btn[hidden] {
    display: none
}

.btn-block {
    display: flex
}

.btn--icon-only {
    padding: 5px 6px
}

.btn--icon-only.btn-lg {
    padding: 10px
}

.btn--icon-only.btn-sm {
    padding: 4px 5px
}

.btn--icon-only.btn-xs {
    font-size: 14px;
    height: 22px;
    padding: 1px;
    width: 22px
}

.btn__icon {
    margin: 0 7px 0 -3.5px
}

.btn__icon:before {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.btn__icon.btn__icon--right {
    margin: 0 -3.5px 0 7px
}

.btn-lg .btn__icon {
    margin: 0 9.5px 0 -4.75px
}

.btn-lg .btn__icon.btn__icon--right {
    margin: 0 -4.75px 0 9.5px
}

.btn-sm .btn__icon {
    margin: 0 4px 0 -2px
}

.btn-sm .btn__icon.btn__icon--right {
    margin: 0 -2px 0 4px
}

.btn-xs .btn__icon {
    margin: 0 2.5px 0 -1.25px
}

.btn-xs .btn__icon.btn__icon--right {
    margin: 0 -1.25px 0 2.5px
}

.btn>.icon-plus:before {
    bottom: -.05882353em;
    font-size: 1.13333333em;
    position: relative;
    width: .88235294em
}

.btn--remove-column-separator {
    font-size: 14px;
    height: 16px;
    padding: 0;
    width: 16px
}

.btn--remove-column-separator>* {
    height: 14px;
    line-height: 14px
}

.btn-link-dark,
.btn-link-dark:active,
.btn-link-dark:focus,
.btn-link-dark:hover {
    background: transparent;
    box-shadow: none;
    color: #fff
}

.btn-link-dark:hover {
    text-decoration: underline
}

.btn-link-light,
.btn-link-light:active,
.btn-link-light:focus,
.btn-link-light:hover {
    background: transparent;
    box-shadow: none;
    color: #24292b
}

.btn-link-light:hover {
    text-decoration: underline
}

.btn-link-danger,
.btn-link-danger:active,
.btn-link-danger:focus,
.btn-link-danger:hover {
    background: transparent;
    box-shadow: none;
    color: #e9454b
}

.btn-link-danger:hover {
    text-decoration: underline
}

.btn-link-success,
.btn-link-success:active,
.btn-link-success:focus,
.btn-link-success:hover {
    background: transparent;
    box-shadow: none;
    color: #598026
}

.btn-link-success:hover {
    text-decoration: underline
}

.btn.btn.active,
.btn.btn.disabled,
.btn.btn:active,
.btn.btn[disabled],
.open>.dropdown-toggle.btn {
    box-shadow: none
}

.btn.disabled[data-original-title],
.btn[disabled][data-original-title] {
    pointer-events: auto
}

.btn-default:focus,
.btn-default:hover {
    color: #373f43
}

.btn-default:hover {
    background-color: #e5e5e9;
    border-color: rgba(0, 0, 0, .15)
}

.btn-default:active {
    background-color: #d5d5da;
    border-color: rgba(0, 0, 0, .15)
}

.btn-default,
.btn-default.disabled,
.btn-default[disabled] {
    background-color: #f5f5f7;
    border-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    color: #373f43
}

.open>.btn-default.dropdown-toggle {
    background-color: #d5d5da;
    border-color: rgba(0, 0, 0, .15)
}

.btn--border.btn-default:not(:hover):not(:active) {
    background: none;
    border-color: #f5f5f7;
    box-shadow: none;
    color: #f5f5f7;
    text-shadow: none
}

.btn--inverse.btn-default:hover,
.btn-context--inverse .btn-default:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-default:active,
.btn-context--inverse .btn-default:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-default,
.btn--inverse.btn-default.disabled,
.btn--inverse.btn-default[disabled],
.btn-context--inverse .btn-default,
.btn-context--inverse .btn-default.disabled,
.btn-context--inverse .btn-default[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-default.active {
    background: #469fd5;
    border-color: rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-darker:focus,
.btn-darker:hover {
    color: #202527
}

.btn-darker:hover {
    background-color: #ceced7;
    border-color: rgba(0, 0, 0, .15)
}

.btn-darker:active {
    background-color: #bebec9;
    border-color: rgba(0, 0, 0, .15)
}

.btn-darker,
.btn-darker.disabled,
.btn-darker[disabled] {
    background-color: #dedee5;
    border-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    color: #202527
}

.open>.btn-darker.dropdown-toggle {
    background-color: #bebec9;
    border-color: rgba(0, 0, 0, .15)
}

.btn--border.btn-darker:not(:hover):not(:active) {
    background: none;
    border-color: #dedee5;
    box-shadow: none;
    color: #dedee5;
    text-shadow: none
}

.btn--inverse.btn-darker:hover,
.btn-context--inverse .btn-darker:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-darker:active,
.btn-context--inverse .btn-darker:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-darker,
.btn--inverse.btn-darker.disabled,
.btn--inverse.btn-darker[disabled],
.btn-context--inverse .btn-darker,
.btn-context--inverse .btn-darker.disabled,
.btn-context--inverse .btn-darker[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-primary {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff
}

.btn-primary:hover {
    background-color: #3f8fc0;
    border-color: rgba(0, 0, 0, .17)
}

.btn-primary:active {
    background-color: #387faa;
    border-color: rgba(0, 0, 0, .17)
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #469fd5;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-primary.dropdown-toggle {
    background-color: #387faa;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-primary:not(:hover):not(:active) {
    background: none;
    border-color: #469fd5;
    box-shadow: none;
    color: #469fd5;
    text-shadow: none
}

.btn--inverse.btn-primary:hover,
.btn-context--inverse .btn-primary:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-primary:active,
.btn-context--inverse .btn-primary:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-primary,
.btn--inverse.btn-primary.disabled,
.btn--inverse.btn-primary[disabled],
.btn-context--inverse .btn-primary,
.btn-context--inverse .btn-primary.disabled,
.btn-context--inverse .btn-primary[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-success {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-success:focus,
.btn-success:hover {
    color: #fff
}

.btn-success:hover {
    background-color: #6f9e2f;
    border-color: rgba(0, 0, 0, .17)
}

.btn-success:active {
    background-color: #628c2a;
    border-color: rgba(0, 0, 0, .17)
}

.btn-success,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #7bb035;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-success.dropdown-toggle {
    background-color: #628c2a;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-success:not(:hover):not(:active) {
    background: none;
    border-color: #7bb035;
    box-shadow: none;
    color: #7bb035;
    text-shadow: none
}

.btn--inverse.btn-success:hover,
.btn-context--inverse .btn-success:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-success:active,
.btn-context--inverse .btn-success:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-success,
.btn--inverse.btn-success.disabled,
.btn--inverse.btn-success[disabled],
.btn-context--inverse .btn-success,
.btn-context--inverse .btn-success.disabled,
.btn-context--inverse .btn-success[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-danger {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-danger:focus,
.btn-danger:hover {
    color: #fff
}

.btn-danger:hover {
    background-color: #d23e44;
    border-color: rgba(0, 0, 0, .17)
}

.btn-danger:active {
    background-color: #ba373c;
    border-color: rgba(0, 0, 0, .17)
}

.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #e9454b;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-danger.dropdown-toggle {
    background-color: #ba373c;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-danger:not(:hover):not(:active) {
    background: none;
    border-color: #e9454b;
    box-shadow: none;
    color: #e9454b;
    text-shadow: none
}

.btn--inverse.btn-danger:hover,
.btn-context--inverse .btn-danger:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-danger:active,
.btn-context--inverse .btn-danger:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-danger,
.btn--inverse.btn-danger.disabled,
.btn--inverse.btn-danger[disabled],
.btn-context--inverse .btn-danger,
.btn-context--inverse .btn-danger.disabled,
.btn-context--inverse .btn-danger[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-warning {
    font-weight: 600
}

.btn-warning:focus,
.btn-warning:hover {
    color: #4d3c06
}

.btn-warning:hover {
    background-color: #e6b311;
    border-color: rgba(0, 0, 0, .17)
}

.btn-warning:active {
    background-color: #cc9f0f;
    border-color: rgba(0, 0, 0, .17)
}

.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #ffc713;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4d3c06
}

.open>.btn-warning.dropdown-toggle {
    background-color: #cc9f0f;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-warning:not(:hover):not(:active) {
    background: none;
    border-color: #ffc713;
    box-shadow: none;
    color: #ffc713;
    text-shadow: none
}

.btn--inverse.btn-warning:hover,
.btn-context--inverse .btn-warning:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-warning:active,
.btn-context--inverse .btn-warning:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-warning,
.btn--inverse.btn-warning.disabled,
.btn--inverse.btn-warning[disabled],
.btn-context--inverse .btn-warning,
.btn-context--inverse .btn-warning.disabled,
.btn-context--inverse .btn-warning[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-info {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-info:focus,
.btn-info:hover {
    color: #fff
}

.btn-info:hover {
    background-color: #52adc8;
    border-color: rgba(0, 0, 0, .17)
}

.btn-info:active {
    background-color: #499ab2;
    border-color: rgba(0, 0, 0, .17)
}

.btn-info,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #5bc0de;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-info.dropdown-toggle {
    background-color: #499ab2;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-info:not(:hover):not(:active) {
    background: none;
    border-color: #5bc0de;
    box-shadow: none;
    color: #5bc0de;
    text-shadow: none
}

.btn--inverse.btn-info:hover,
.btn-context--inverse .btn-info:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-info:active,
.btn-context--inverse .btn-info:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-info,
.btn--inverse.btn-info.disabled,
.btn--inverse.btn-info[disabled],
.btn-context--inverse .btn-info,
.btn-context--inverse .btn-info.disabled,
.btn-context--inverse .btn-info[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-lighter {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-lighter:focus,
.btn-lighter:hover {
    color: #fff
}

.btn-lighter:hover {
    background-color: rgba(207, 237, 255, .098);
    border-color: hsla(0, 0%, 100%, .1)
}

.btn-lighter:active {
    background-color: rgba(207, 237, 255, .052);
    border-color: hsla(0, 0%, 100%, .065)
}

.btn-lighter,
.btn-lighter.disabled,
.btn-lighter[disabled] {
    background-color: rgba(207, 237, 255, .13);
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-lighter.dropdown-toggle {
    background-color: rgba(207, 237, 255, .052);
    border-color: hsla(0, 0%, 100%, .065)
}

.btn--border.btn-lighter:not(:hover):not(:active) {
    background: none;
    border-color: rgba(207, 237, 255, .13);
    box-shadow: none;
    color: rgba(207, 237, 255, .13);
    text-shadow: none
}

.btn-lighter.active {
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    color: #469fd5
}

.btn-group .btn-lighter+.btn-lighter {
    margin-left: 1px
}

.btn-group .btn-lighter.active {
    background: #469fd5;
    border-color: #469fd5;
    color: #fff
}

.btn-group .btn-darker.active {
    border-color: #469fd5
}

.btn--white {
    font-weight: 600
}

.btn--white:focus,
.btn--white:hover {
    color: #2c3235
}

.btn--white:hover {
    background-color: hsla(0, 0%, 97%, .9);
    border-color: hsla(0, 0%, 100%, .5)
}

.btn--white:active {
    background-color: hsla(0, 0%, 95%, .75);
    border-color: rgba(0, 0, 0, .05)
}

.btn--white,
.btn--white.disabled,
.btn--white[disabled] {
    background-color: #fff;
    border-color: hsla(0, 0%, 100%, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #2c3235
}

.open>.btn--white.dropdown-toggle {
    background-color: hsla(0, 0%, 95%, .75);
    border-color: rgba(0, 0, 0, .05)
}

.btn--border.btn--white:not(:hover):not(:active) {
    background: none;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
    text-shadow: none
}

.btn--white:focus {
    outline: 1px solid #fff;
    outline-offset: 2px
}

.btn--white:focus:not(:focus-visible) {
    outline: none
}

.btn--facebook {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn--facebook:focus,
.btn--facebook:hover {
    color: #fff
}

.btn--facebook:hover {
    background-color: #3b5da0;
    border-color: rgba(0, 0, 0, .17)
}

.btn--facebook:active {
    background-color: #35528e;
    border-color: rgba(0, 0, 0, .17)
}

.btn--facebook,
.btn--facebook.disabled,
.btn--facebook[disabled] {
    background-color: #4267b2;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn--facebook.dropdown-toggle {
    background-color: #35528e;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn--facebook:not(:hover):not(:active) {
    background: none;
    border-color: #4267b2;
    box-shadow: none;
    color: #4267b2;
    text-shadow: none
}

.btn--inverse.btn--facebook:hover,
.btn-context--inverse .btn--facebook:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn--facebook:active,
.btn-context--inverse .btn--facebook:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn--facebook,
.btn--inverse.btn--facebook.disabled,
.btn--inverse.btn--facebook[disabled],
.btn-context--inverse .btn--facebook,
.btn-context--inverse .btn--facebook.disabled,
.btn-context--inverse .btn--facebook[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn--instagram {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn--instagram:focus,
.btn--instagram:hover {
    color: #fff
}

.btn--instagram:hover {
    background-color: #cb2b61;
    border-color: rgba(0, 0, 0, .17)
}

.btn--instagram:active {
    background-color: #b42656;
    border-color: rgba(0, 0, 0, .17)
}

.btn--instagram,
.btn--instagram.disabled,
.btn--instagram[disabled] {
    background-color: #e1306c;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn--instagram.dropdown-toggle {
    background-color: #b42656;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn--instagram:not(:hover):not(:active) {
    background: none;
    border-color: #e1306c;
    box-shadow: none;
    color: #e1306c;
    text-shadow: none
}

.btn--inverse.btn--instagram:hover,
.btn-context--inverse .btn--instagram:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn--instagram:active,
.btn-context--inverse .btn--instagram:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn--instagram,
.btn--inverse.btn--instagram.disabled,
.btn--inverse.btn--instagram[disabled],
.btn-context--inverse .btn--instagram,
.btn-context--inverse .btn--instagram.disabled,
.btn-context--inverse .btn--instagram[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn--google {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn--google:focus,
.btn--google:hover {
    color: #fff
}

.btn--google:hover {
    background-color: #c74433;
    border-color: rgba(0, 0, 0, .17)
}

.btn--google:active {
    background-color: #b13c2e;
    border-color: rgba(0, 0, 0, .17)
}

.btn--google,
.btn--google.disabled,
.btn--google[disabled] {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn--google.dropdown-toggle {
    background-color: #b13c2e;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn--google:not(:hover):not(:active) {
    background: none;
    border-color: #dd4b39;
    box-shadow: none;
    color: #dd4b39;
    text-shadow: none
}

.btn--inverse.btn--google:hover,
.btn-context--inverse .btn--google:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn--google:active,
.btn-context--inverse .btn--google:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn--google,
.btn--inverse.btn--google.disabled,
.btn--inverse.btn--google[disabled],
.btn-context--inverse .btn--google,
.btn-context--inverse .btn--google.disabled,
.btn-context--inverse .btn--google[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn--whatsapp {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn--whatsapp:focus,
.btn--whatsapp:hover {
    color: #fff
}

.btn--whatsapp:hover {
    background-color: #21be5c;
    border-color: rgba(0, 0, 0, .17)
}

.btn--whatsapp:active {
    background-color: #1ea952;
    border-color: rgba(0, 0, 0, .17)
}

.btn--whatsapp,
.btn--whatsapp.disabled,
.btn--whatsapp[disabled] {
    background-color: #25d366;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn--whatsapp.dropdown-toggle {
    background-color: #1ea952;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn--whatsapp:not(:hover):not(:active) {
    background: none;
    border-color: #25d366;
    box-shadow: none;
    color: #25d366;
    text-shadow: none
}

.btn--inverse.btn--whatsapp:hover,
.btn-context--inverse .btn--whatsapp:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn--whatsapp:active,
.btn-context--inverse .btn--whatsapp:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn--whatsapp,
.btn--inverse.btn--whatsapp.disabled,
.btn--inverse.btn--whatsapp[disabled],
.btn-context--inverse .btn--whatsapp,
.btn-context--inverse .btn--whatsapp.disabled,
.btn-context--inverse .btn--whatsapp[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn--youtube {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn--youtube:focus,
.btn--youtube:hover {
    color: #fff
}

.btn--youtube:hover {
    background-color: #e60000;
    border-color: rgba(0, 0, 0, .17)
}

.btn--youtube:active {
    background-color: #c00;
    border-color: rgba(0, 0, 0, .17)
}

.btn--youtube,
.btn--youtube.disabled,
.btn--youtube[disabled] {
    background-color: red;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn--youtube.dropdown-toggle {
    background-color: #c00;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn--youtube:not(:hover):not(:active) {
    background: none;
    border-color: red;
    box-shadow: none;
    color: red;
    text-shadow: none
}

.btn--inverse.btn--youtube:hover,
.btn-context--inverse .btn--youtube:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn--youtube:active,
.btn-context--inverse .btn--youtube:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn--youtube,
.btn--inverse.btn--youtube.disabled,
.btn--inverse.btn--youtube[disabled],
.btn-context--inverse .btn--youtube,
.btn-context--inverse .btn--youtube.disabled,
.btn-context--inverse .btn--youtube[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-sso {
    justify-content: flex-start;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px
}

.btn-sso--lg {
    padding: 10px 15px
}

.btn-sso--full-width {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

img.btn-sso__logo {
    height: auto;
    margin-right: 1em;
    width: 28px
}

img.btn-sso__logo--xs {
    margin-right: .5em;
    width: 20px
}

img.btn-sso__logo--s {
    margin-right: .75em;
    width: 24px
}

img.btn-sso__logo--md {
    width: 35px
}

.btn-sso--border:focus,
.btn-sso--border:hover {
    color: #24292b
}

.btn-sso--border:hover {
    background-color: #e6e6e6;
    border-color: #cecece
}

.btn-sso--border:active {
    background-color: #ccc;
    border-color: #cecece
}

.btn-sso--border,
.btn-sso--border.disabled,
.btn-sso--border[disabled] {
    background-color: #fff;
    border-color: #cecece;
    color: #24292b
}

.open>.btn-sso--border.dropdown-toggle {
    background-color: #ccc;
    border-color: #cecece
}

.btn--border.btn-sso--border:not(:hover):not(:active) {
    background: none;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
    text-shadow: none
}

.btn--inverse.btn-sso--border:hover,
.btn-context--inverse .btn-sso--border:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-sso--border:active,
.btn-context--inverse .btn-sso--border:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-sso--border,
.btn--inverse.btn-sso--border.disabled,
.btn--inverse.btn-sso--border[disabled],
.btn-context--inverse .btn-sso--border,
.btn-context--inverse .btn-sso--border.disabled,
.btn-context--inverse .btn-sso--border[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-sso--paypal {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-sso--paypal:focus,
.btn-sso--paypal:hover {
    color: #fff
}

.btn-sso--paypal:hover {
    background-color: #002b7a;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--paypal:active {
    background-color: #00266c;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--paypal,
.btn-sso--paypal.disabled,
.btn-sso--paypal[disabled] {
    background-color: #003087;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-sso--paypal.dropdown-toggle {
    background-color: #00266c;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-sso--paypal:not(:hover):not(:active) {
    background: none;
    border-color: #003087;
    box-shadow: none;
    color: #003087;
    text-shadow: none
}

.btn--inverse.btn-sso--paypal:hover,
.btn-context--inverse .btn-sso--paypal:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-sso--paypal:active,
.btn-context--inverse .btn-sso--paypal:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-sso--paypal,
.btn--inverse.btn-sso--paypal.disabled,
.btn--inverse.btn-sso--paypal[disabled],
.btn-context--inverse .btn-sso--paypal,
.btn-context--inverse .btn-sso--paypal.disabled,
.btn-context--inverse .btn-sso--paypal[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-sso--mollie {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-sso--mollie:focus,
.btn-sso--mollie:hover {
    color: #fff
}

.btn-sso--mollie:hover {
    background-color: #006be6;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--mollie:active {
    background-color: #005fcc;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--mollie,
.btn-sso--mollie.disabled,
.btn-sso--mollie[disabled] {
    background-color: #07f;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-sso--mollie.dropdown-toggle {
    background-color: #005fcc;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-sso--mollie:not(:hover):not(:active) {
    background: none;
    border-color: #07f;
    box-shadow: none;
    color: #07f;
    text-shadow: none
}

.btn--inverse.btn-sso--mollie:hover,
.btn-context--inverse .btn-sso--mollie:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-sso--mollie:active,
.btn-context--inverse .btn-sso--mollie:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-sso--mollie,
.btn--inverse.btn-sso--mollie.disabled,
.btn--inverse.btn-sso--mollie[disabled],
.btn-context--inverse .btn-sso--mollie,
.btn-context--inverse .btn-sso--mollie.disabled,
.btn-context--inverse .btn-sso--mollie[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-sso--stripe {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-sso--stripe:focus,
.btn-sso--stripe:hover {
    color: #fff
}

.btn-sso--stripe:hover {
    background-color: #5952e6;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--stripe:active {
    background-color: #4f49cc;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--stripe,
.btn-sso--stripe.disabled,
.btn-sso--stripe[disabled] {
    background-color: #635bff;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-sso--stripe.dropdown-toggle {
    background-color: #4f49cc;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-sso--stripe:not(:hover):not(:active) {
    background: none;
    border-color: #635bff;
    box-shadow: none;
    color: #635bff;
    text-shadow: none
}

.btn--inverse.btn-sso--stripe:hover,
.btn-context--inverse .btn-sso--stripe:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-sso--stripe:active,
.btn-context--inverse .btn-sso--stripe:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-sso--stripe,
.btn--inverse.btn-sso--stripe.disabled,
.btn--inverse.btn-sso--stripe[disabled],
.btn-context--inverse .btn-sso--stripe,
.btn-context--inverse .btn-sso--stripe.disabled,
.btn-context--inverse .btn-sso--stripe[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.btn-sso--sendcloud {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.btn-sso--sendcloud:focus,
.btn-sso--sendcloud:hover {
    color: #fff
}

.btn-sso--sendcloud:hover {
    background-color: #1a88e6;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--sendcloud:active {
    background-color: #1779cc;
    border-color: rgba(0, 0, 0, .17)
}

.btn-sso--sendcloud,
.btn-sso--sendcloud.disabled,
.btn-sso--sendcloud[disabled] {
    background-color: #1d97ff;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.open>.btn-sso--sendcloud.dropdown-toggle {
    background-color: #1779cc;
    border-color: rgba(0, 0, 0, .17)
}

.btn--border.btn-sso--sendcloud:not(:hover):not(:active) {
    background: none;
    border-color: #1d97ff;
    box-shadow: none;
    color: #1d97ff;
    text-shadow: none
}

.btn--inverse.btn-sso--sendcloud:hover,
.btn-context--inverse .btn-sso--sendcloud:hover {
    border-color: hsla(0, 0%, 100%, .1)
}

.btn--inverse.btn-sso--sendcloud:active,
.btn-context--inverse .btn-sso--sendcloud:active {
    border-color: rgba(0, 0, 0, .05)
}

.btn--inverse.btn-sso--sendcloud,
.btn--inverse.btn-sso--sendcloud.disabled,
.btn--inverse.btn-sso--sendcloud[disabled],
.btn-context--inverse .btn-sso--sendcloud,
.btn-context--inverse .btn-sso--sendcloud.disabled,
.btn-context--inverse .btn-sso--sendcloud[disabled] {
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.disabled.btn--disabled-gray {
    background: #d7d9d9 !important;
    border-color: #bdbfc1 !important;
    color: #575e61;
    opacity: 1 !important;
    text-shadow: none
}

.btn--loading {
    background: #878c8e !important;
    border-color: #6e7275 !important;
    opacity: 1 !important;
    text-shadow: none
}

.btn--loading.btn-default {
    background: #d7d9d9 !important;
    border-color: #bdbfc1 !important
}

.btn--loading.btn-link {
    background: transparent !important;
    border-color: transparent !important;
    color: #878c8e
}

.btn__spinner {
    align-items: center;
    display: none;
    float: right;
    height: 1.6em;
    margin-left: .4em;
    width: 1em
}

.btn__spinner--appear,
.btn__spinner--enter {
    margin-left: 0;
    margin-right: -1em;
    opacity: 0
}

.btn__spinner--appear-active,
.btn__spinner--enter-active,
.btn__spinner--exit {
    margin-left: .4em;
    margin-right: 0;
    opacity: 1
}

.btn__spinner--exit-active,
.btn__spinner--exit-done {
    margin-left: 0;
    margin-right: -1em;
    opacity: 0
}

.btn__spinner--appear-active,
.btn__spinner--enter-active,
.btn__spinner--exit-active {
    transition: width .15s ease, margin .15s ease, opacity .15s ease
}

.btn--loading .btn__spinner {
    display: inline-flex
}

.btn-lg .btn__spinner {
    height: 1.33em
}

.btn-sm .btn__spinner {
    height: 1.4em
}

.btn--popout {
    transition: transform .2s ease-out 0s
}

.btn--popout:hover {
    transform: translateY(-3px)
}

.btn--round {
    border-radius: 30px
}

.btn--link-list {
    justify-content: flex-start;
    padding: 10px 15px
}

.btn--link-list .btn__icon {
    margin: 0 10px 0 0
}

.btn--link-list .btn__caret {
    margin-left: auto;
    transition: transform .15s ease
}

.btn--link-list:focus .btn__caret,
.btn--link-list:hover .btn__caret {
    transform: translate(5px)
}

.anchor-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #287db1;
    display: inline;
    line-height: normal;
    padding: 0;
    text-decoration: underline
}

.anchor-button:focus,
.anchor-button:hover {
    color: #1a5172
}

.btn--image {
    background-color: transparent !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #c3c5c7 !important;
    box-shadow: none !important;
    color: transparent !important
}

.btn--image:hover {
    border-color: #9b9fa1 !important
}

.btn--image-labels {
    background-position: center 25px;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #65747b;
    height: 155px;
    position: relative
}

.btn--image-labels:before {
    -webkit-backdrop-filter: blur(.7px);
    backdrop-filter: blur(.7px);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 25px;
    transition: background-color .1s ease
}

.btn--image-labels:hover {
    border-color: #59676d
}

.btn--image-labels:hover:before {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, .3)
}

.btn--image-labels>span {
    position: absolute;
    width: 100%
}

.btn--image-labels>span.btn--image-labels__top {
    height: 25px;
    top: 0
}

.btn--image-labels>span.btn--image-labels__bottom {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    padding: .3em
}

.spinner {
    animation: spinner 1s linear infinite;
    border: .1em solid;
    border-radius: 50%;
    border-top: .1em solid transparent;
    display: inline-block;
    height: 1em;
    width: 1em
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.text-lg {
    font-size: 19px
}

.head-underline {
    border-bottom: 1px solid #424c51;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 0 15px 10px
}

.dark {
    color: #2c3235;
    text-decoration: underline
}

.dark:hover {
    color: #090a0b
}

hr.small {
    margin: 8px 0
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

.text--strikethrough {
    position: relative
}

.text--strikethrough:before {
    border-top: 1px solid;
    border-color: inherit;
    content: "";
    left: -1px;
    position: absolute;
    right: -2px;
    top: 50%;
    top: calc(50% - .5px);
    transform: rotate(-12deg)
}

.text--large-sup {
    font-size: .85em;
    top: -.15em
}

.text--large-sub {
    font-size: .85em
}

.text--line-behind {
    align-items: center;
    display: flex;
    flex-direction: row
}

.text--line-behind:after,
.text--line-behind:before {
    border-top: 1px solid;
    content: "";
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    opacity: .2
}

.text--line-behind:before {
    margin-right: 10px
}

.text--line-behind:after {
    margin-left: 10px
}

.text--muted {
    opacity: .5
}

.text--truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text--cta-support {
    color: #424c51;
    font-size: 14px;
    line-height: 1em;
    margin: .5em auto 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 .5em;
    text-align: center
}

.pagination>li>a,
.pagination>li>span {
    border-bottom: 0;
    border-top: 0;
    box-shadow: inset 0 -2px 0 #d9d9e0;
    color: #2c3235;
    transition: background .15s ease, box-shadow .15s ease, color .15s ease
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #dedee5;
    box-shadow: inset 0 -2px 0 #c2c2ce;
    color: #2c3235
}

.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:focus,
.pagination>li.active>span:hover {
    box-shadow: inset 0 -2px 0 #2b86bd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-right: 0
}

.pagination--mobile>li.active>a,
.pagination--mobile>li.active>span {
    margin-left: .5em;
    margin-right: .5em
}

.btn-group {
    display: inline-flex
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn.btn-danger,
.btn-group>.btn.btn-primary,
.btn-group>.btn.btn-success,
.btn-group>.btn.btn.active {
    z-index: 2
}

.btn-group-justified {
    display: flex
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    flex: 1 0 auto
}

@media (max-width:768px) {
    .btn-group.btn-group-responsive {
        width: 100%
    }

    .btn-group.btn-group-responsive>.btn,
    .btn-group.btn-group-responsive>.btn-group {
        margin-bottom: 5px;
        width: 50%
    }

    .btn-group.btn-group-responsive>.btn,
    .btn-group.btn-group-responsive>.btn-group>.btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .btn-group.btn-group-responsive>.btn-group>.btn {
        width: 100%
    }

    .btn-group.btn-group-responsive>.btn-group:nth-child(odd)>.btn,
    .btn-group.btn-group-responsive>.btn:nth-child(odd) {
        border-bottom-left-radius: 3px !important;
        border-left: 0;
        border-top-left-radius: 3px !important
    }

    .btn-group.btn-group-responsive>.btn-group:nth-child(2n)>.btn,
    .btn-group.btn-group-responsive>.btn:nth-child(2n) {
        border-bottom-right-radius: 3px !important;
        border-top-right-radius: 3px !important
    }
}

.panel {
    display: block
}

.panel-border {
    border-color: rgba(55, 63, 67, .15)
}

.panel-heading {
    display: block;
    line-height: 1.2;
    margin: 0;
    position: relative;
    transition: background .2s ease, box-shadow .2s ease, border-radius .2s ease;
    z-index: 1
}

.panel-heading--clickable {
    cursor: pointer
}

.panel-default .panel-heading--clickable:hover {
    background: #ececf0
}

.panel-heading--selected {
    position: relative
}

.panel-heading--selected:after,
.panel-heading--selected:before {
    display: block;
    position: absolute
}

.panel-heading--selected:before {
    bottom: 1px;
    color: #fff;
    font-size: 15px;
    right: -2px;
    z-index: 2
}

.panel-heading--selected:after {
    border-bottom: 30px solid #7bb035;
    border-left: 30px solid transparent;
    bottom: -1px;
    content: "";
    right: -1px;
    z-index: 1
}

.panel-heading--selected .panel-heading {
    border-color: transparent
}

.panel-title {
    font-size: 15px;
    font-weight: 700;
    line-height: inherit
}

@media (min-width:768px) {
    .panel-title {
        font-size: 17px
    }
}

.panel-subtitle {
    font-size: 15px;
    line-height: inherit;
    margin: 2px 0 0
}

.panel-subtitle--large {
    font-size: 17px
}

.panel-footer--muted {
    color: rgba(44, 50, 53, .7)
}

.panel--sidebar,
.panel--sidebar .panel-body,
.panel--sidebar .panel-heading {
    background: none;
    border: 0;
    box-shadow: none
}

.panel--sidebar .panel-heading {
    padding: 0
}

.panel--sidebar .panel-title {
    background: #2c3235;
    color: inherit;
    display: block;
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
    transition: background .15s ease
}

.panel--sidebar .panel-title:hover {
    background: #202527
}

.panel--sidebar .panel-body {
    padding: 10px 0 0
}

.panel-group .panel--sidebar {
    border-radius: 0;
    margin: 0 0 5px
}

.panel-group .panel--sidebar+.panel--sidebar {
    margin-top: 0
}

.panel-group .panel--sidebar .panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.panel-sidebar .panel-default>.panel-heading {
    border: 0;
    padding: 0
}

.panel-sidebar .panel-title {
    background: #202527;
    color: #e2e3e5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-decoration: none;
    width: 100%
}

.panel-sidebar .panel-title:hover {
    background: #1b1f21
}

.panel-sidebar .panel-body {
    padding: 15px 0 0
}

.panel-primary .panel-heading .panel-title {
    text-shadow: 0 1px 2px rgba(24, 75, 106, .3), 0 0 3px rgba(24, 75, 106, .3)
}

.panel-success .panel-heading .panel-title {
    text-shadow: 0 1px 2px rgba(41, 58, 17, .3), 0 0 3px rgba(41, 58, 17, .3)
}

.panel-danger .panel-heading .panel-title {
    text-shadow: 0 1px 2px rgba(133, 16, 20, .3), 0 0 3px rgba(133, 16, 20, .3)
}

.well {
    box-shadow: none;
    position: relative
}

.well--xs {
    --table-container-padding: 5px;
    padding: 5px
}

.well--sm {
    padding: 10px
}

.well-has-icon {
    padding-right: 42px;
    position: relative
}

.well-clickable {
    cursor: pointer
}

.well-clickable:hover {
    background: #f0f0f1
}

.well-clickable:hover .well-icon {
    transform: translate(5px)
}

.well-clickable.is-active {
    background: #469fd5;
    color: #f5f5f7
}

.well-drop {
    border: 2px dashed #ced0d1
}

.well-drop.is-receiving {
    background: #e9f4db;
    border-color: #c6e2a0
}

.well-icon {
    bottom: 0;
    position: absolute;
    right: 6px;
    top: 0;
    transition: all .1s ease-out
}

.well-icon [class^=icon] {
    color: #c0c3c4;
    font-size: 26px;
    line-height: 1;
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%
}

.well-addon {
    background: rgba(0, 0, 0, .1);
    bottom: 0;
    color: rgba(0, 0, 0, .35);
    float: left;
    font-weight: 700;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 75px
}

.well-content {
    float: left;
    margin-left: 80px
}

.well--dummy {
    background: #fff;
    border: 1px solid #d2d7da;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: .75;
    pointer-events: none
}

.well--dummy:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .85));
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0
}

.well--dummy:after,
.well--dummy:before {
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1
}

.well--dummy:after {
    background: linear-gradient(45deg, #fff 33.333%, transparent 0, transparent 66.667%, #fff 0), linear-gradient(-45deg, #fff 33.333%, transparent 0, transparent 66.667%, #fff 0), linear-gradient(45deg, #d2d7da 33.333%, transparent 0, transparent 66.667%, #d2d7da 0), linear-gradient(-45deg, #d2d7da 33.333%, transparent 0, transparent 66.667%, #d2d7da 0);
    background-position: 50% -27px, 50% -27px, 50% -29px, 50% -29px;
    background-size: 26px 56px;
    height: 15px;
    left: -1px;
    right: -1px
}

.well--white {
    background: #fff
}

.well--dark {
    background: #f5f5f7
}

.well--purple {
    background: #fff0ff;
    border-color: #ffb3ff
}

.well--file {
    background: transparent;
    border: 1px solid transparent;
    padding: 0;
    text-align: center;
    transition: background .3s ease, border .3s ease, box-shadow .3s ease
}

.well--file.is-receiving {
    background: rgba(70, 159, 213, .1);
    border-color: #469fd5;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, .3)
}

.well--light {
    background: #f9f9f9
}

.well--large {
    padding: 60px 20px 80px
}

.well-upload {
    opacity: 1;
    transition: opacity .2s
}

.well-upload--uploading {
    opacity: 0
}

.well-preview {
    height: 210px
}

.well-preview img {
    display: block;
    height: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.well-overlay {
    align-items: center;
    background: rgba(0, 0, 0, .1);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.row-features {
    margin-bottom: -10px;
    margin-top: -10px
}

.feature {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0
}

.feature-image {
    flex-shrink: 0;
    width: 50px
}

.feature-image:after,
.feature-image:before {
    content: " ";
    display: table
}

.feature-image:after {
    clear: both
}

.feature-text {
    color: #4e595f;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.feature-image+.feature-text {
    margin-left: 15px
}

.feature-text .tooltip {
    text-transform: none
}

.icon-no-margin:before {
    margin: 0 !important
}

.icon-big {
    display: inline-block;
    font-size: 17px;
    height: 100%;
    max-height: 40px;
    padding: 4px;
    text-align: center
}

.icon-big-font {
    font-size: 19px
}

.icon-toolbar {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    opacity: .5;
    padding: 0 2px 0 6px;
    padding-bottom: 2px
}

.mce-btn-group .icon-toolbar {
    padding: 0 2px
}

.icon-circle {
    --circle-size: 50px;
    --icon-size: 22px;
    background: #57a8d9;
    border-radius: 100%;
    color: #f5f5f7;
    font-size: 22px;
    font-size: var(--icon-size);
    height: 50px;
    height: var(--circle-size);
    line-height: 50px;
    line-height: var(--circle-size);
    text-align: center;
    width: 50px;
    width: var(--circle-size)
}

.icon-circle--small {
    --circle-size: 28px;
    --icon-size: 15px
}

@media (max-width:991px) {
    .icon-circle--responsive {
        --circle-size: 28px;
        --icon-size: 15px
    }
}

.icon-circle--success {
    background: #7bb035
}

.icon--circled {
    align-items: center;
    border-radius: 2em;
    box-shadow: 0 1px 2px rgba(55, 63, 67, .1);
    display: inline-flex;
    height: 2em;
    justify-content: center;
    padding-bottom: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    width: 2em
}

.icon--circled.icon--primary {
    background-color: #469fd5;
    color: #fff
}

.icon--circled.icon--success {
    background-color: #8bc53e;
    color: #fff
}

.icon--circled.icon--danger {
    background-color: #e9454b;
    color: #fff
}

.icon--circled.icon--warning {
    background-color: #ffc713;
    color: #453400
}

.icon--circled.icon--gray {
    background-color: #7e8d95;
    color: #fff
}

.icon--muted {
    opacity: .4
}

.icon--muted.icon--inverse {
    opacity: .6
}

.icon--collapse {
    display: inline-block;
    transform: rotate(180deg);
    transition: transform .4s ease
}

.collapsed .icon--collapse {
    transform: rotate(0deg)
}

@font-face {
    font-display: fallback;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/ProximaNovaRegular/font.woff2?bust=9886f543adf78646f3dd) format("woff2"), url(/assets/fonts/ProximaNovaRegular/font.woff?bust=6c2a69ab34805ad7a092) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/ProximaNovaSemibold/font.woff2?bust=e083928cc285cf8ab829) format("woff2"), url(/assets/fonts/ProximaNovaSemibold/font.woff?bust=0c9202d25bd58bb3f1e0) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/ProximaNovaBold/font.woff2?bust=747b285e6eddba47ba98) format("woff2"), url(/assets/fonts/ProximaNovaBold/font.woff?bust=84e7e31d0de29d54f708) format("woff")
}

.section {
    background: #fff;
    padding: 50px 0;
    position: relative;
    text-align: center
}

.section:after,
.section:before {
    content: " ";
    display: table
}

.section:after {
    clear: both
}

@media (min-width:768px) {
    .section {
        padding: 70px 0
    }
}

.section--colored {
    background: #f5f5f7
}

.section--colored .link {
    color: inherit;
    text-decoration: underline
}

.section--colored hr {
    border-color: #dedee5
}

.section--light {
    background: #f6f6f8
}

.section--primary {
    background: #3596d1
}

.section--primary .heading-subtitle,
.section--primary .subtitle {
    color: #f0f7fc
}

.section--primary .heading-subtitle a,
.section--primary .heading-subtitle a:focus,
.section--primary .heading-subtitle a:hover,
.section--primary .subtitle a,
.section--primary .subtitle a:focus,
.section--primary .subtitle a:hover {
    color: #fff
}

.section--primary .btn:focus {
    outline-color: #fff
}

.section--primary-dark {
    background: #133c55
}

.section--dark {
    background: #373f43
}

.section--dark a:not(.btn) {
    color: inherit
}

.section--success {
    background: #8bc53e
}

.section--danger {
    background: #e9454b
}

.section--danger,
.section--dark,
.section--primary,
.section--primary-dark,
.section--success {
    color: #fff
}

.section--danger .link,
.section--dark .link,
.section--primary .link,
.section--primary-dark .link,
.section--success .link {
    color: #fff;
    text-decoration: underline
}

.section--small {
    padding: 35px 0
}

@media (min-width:768px) {
    .section--small {
        padding: 50px 0
    }
}

.section--smaller {
    padding: 20px 0
}

.section--big {
    padding: 100px 0
}

.navbar+.section {
    padding-top: 110px
}

.navbar+.section--big {
    padding-top: 160px
}

@media (width >=768px) {
    .navbar+.section {
        padding-top: 103px
    }

    .navbar+.section--big {
        padding-top: 153px
    }
}

.section--push-footer {
    flex: 1 0 auto
}

@media (orientation:landscape) {
    .section--cover-viewport {
        min-height: calc(100vh - 50px)
    }
}

.section--rounded-top {
    padding-top: 0
}

.section--rounded-top:before {
    background-color: #f5f5f7;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 3801 144'%3E%3Cpath fill='%23fff' d='M1915 0C897.8 0 214.833 95.667.5 143.5h3800C3595.83 95.667 2932.2 0 1915 0Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100% 100%;
    content: "";
    height: 2em;
    margin-bottom: 4em;
    width: 100%
}

@media (width <=991px) {
    .section--rounded-top:before {
        background-size: 200% 100%
    }
}

.section--rounded-top.section--colored:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 3801 144'%3E%3Cpath fill='%23F5F5F7' d='M1915 0C897.8 0 214.833 95.667.5 143.5h3800C3595.83 95.667 2932.2 0 1915 0Z'/%3E%3C/svg%3E")
}

.hero+.section--rounded-top {
    padding: 50px 0
}

.hero+.section--rounded-top:before {
    display: none
}

.hero.section--cover-viewport+.section--rounded-top,
.masthead+.section--rounded-top {
    padding: 50px 0
}

.hero.section--cover-viewport+.section--rounded-top:before,
.masthead+.section--rounded-top:before {
    display: none
}

@media (min-width:768px) {

    .hero.section--cover-viewport+.section--rounded-top,
    .masthead+.section--rounded-top {
        padding-top: 0
    }

    .hero.section--cover-viewport+.section--rounded-top:before,
    .masthead+.section--rounded-top:before {
        background-color: transparent;
        display: block;
        margin-top: calc(-2em + 1px)
    }
}

.section--rounded-bottom:after {
    background-color: #f5f5f7;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' preserveAspectRatio='none' viewBox='0 0 3801 144'%3E%3Cpath fill='%23fff' d='M1915 0C897.8 0 214.833 95.667.5 143.5h3800C3595.83 95.667 2932.2 0 1915 0Z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 2em;
    position: absolute;
    transform: scale(-1);
    width: 100%
}

.masthead {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    padding-top: 100px;
    position: relative
}

.masthead--large {
    padding-bottom: 100px;
    padding-top: 200px
}

.masthead--duotone {
    background: #287db1;
    background: linear-gradient(-25deg, #3596d1, #1f6087)
}

.masthead__image {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.masthead--duotone .masthead__image {
    background: #287db1;
    background: linear-gradient(-25deg, #3596d1, #1f6087)
}

.masthead__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    opacity: .65;
    width: 100%
}

.masthead--duotone .masthead__image img {
    filter: grayscale(100%) brightness(110%) contrast(125%);
    mix-blend-mode: multiply;
    opacity: .35
}

.masthead__image--centered img {
    -o-object-position: center center;
    object-position: center center
}

.masthead__content {
    margin: auto;
    max-width: 1170px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.navbar+.masthead {
    padding-top: 130px
}

.navbar+.masthead--large .masthead--large {
    padding-top: 230px
}

@media (min-width:768px) {
    .navbar+.masthead {
        padding-top: 123px
    }

    .navbar+.masthead--large {
        padding-top: 223px
    }
}

.heading-section {
    color: #3596d1;
    font-size: 30px;
    letter-spacing: -.0175em;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .heading-section {
        font-size: 36px
    }
}

.section--dark .heading-section,
.section--primary .heading-section,
.section--success .heading-section {
    color: inherit
}

.heading-section--small {
    font-size: 24px
}

@media (min-width:768px) {
    .heading-section--small {
        font-size: 30px
    }
}

.heading-section--smaller {
    font-size: 24px
}

.heading-subtitle {
    font-size: 19px;
    font-weight: 400;
    line-height: inherit;
    margin: 0 auto;
    max-width: 60ch
}

.heading-margin-bottom {
    --spacing-multiplier: 6;
    margin-bottom: 30px;
    margin-bottom: calc(5px*var(--spacing-multiplier))
}

@media (min-width:768px) {
    .heading-margin-bottom {
        --spacing-multiplier: 10
    }
}

.heading-margin-bottom--small {
    --spacing-multiplier: 3
}

@media (min-width:768px) {
    .heading-margin-bottom--small {
        --spacing-multiplier: 5
    }
}

.heading-margin-bottom--large {
    --spacing-multiplier: 10
}

@media (min-width:768px) {
    .heading-margin-bottom--large {
        --spacing-multiplier: 15
    }
}

.heading-margin-bottom--xlarge {
    --spacing-multiplier: 15
}

@media (min-width:768px) {
    .heading-margin-bottom--xlarge {
        --spacing-multiplier: 20
    }
}

.heading-page {
    font-size: 36px;
    letter-spacing: -.0175em;
    margin-top: 0
}

@media (min-width:768px) {
    .heading-page--large {
        font-size: 54px
    }
}

img:not(.own-dimensions) {
    height: auto;
    max-width: 100%
}

.align-left {
    text-align: left
}

a:focus,
button:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none
}

a {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.small,
small {
    font-size: 14px
}

.text-block {
    text-align: left
}

.text-block h2,
.text-block h3,
.text-block__title {
    color: #3596d1;
    letter-spacing: -.0175em
}

.text-block__title {
    color: #3596d1;
    font-family: Proxima Nova, Segoe UI, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .text-block__title {
        font-size: 30px
    }
}

.login-form {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .05);
    color: #2c3235;
    cursor: auto;
    padding: 20px;
    text-align: left
}

.login-form__buttons {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 5px
}

.signup-input {
    -webkit-appearance: none;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #2c3235;
    line-height: 1;
    margin-bottom: 10px;
    padding: 14px;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    width: 100%
}

.signup-input:focus {
    background-color: #fff;
    border-color: #469fd5;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, .2);
    outline: 0
}

.signup-input::-moz-placeholder {
    color: rgba(44, 50, 53, .6);
    line-height: 1;
    opacity: 1
}

.signup-input::placeholder {
    color: rgba(44, 50, 53, .6);
    line-height: 1;
    opacity: 1
}

.signup-input.is-error {
    border-color: #e9454b
}

.signup-input.is-error:focus {
    box-shadow: 0 0 0 2px rgba(233, 69, 75, .2)
}

.signup-title {
    margin-bottom: 20px;
    margin-top: 0
}

.signup-error.is-error {
    background: #e9454b;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 15px
}

.signup-error.is-error a:not(.btn) {
    color: #fff;
    text-decoration: underline
}

.form-group {
    margin-bottom: 10px
}

.form-group:after,
.form-group:before {
    content: " ";
    display: table
}

.form-group:after {
    clear: both
}

.form-label {
    display: inline-block;
    width: 100%
}

@media (min-width:768px) {
    .form-label {
        width: 25%
    }
}

.form-control {
    -webkit-appearance: none;
    background: #f5f5f7;
    border: 1px solid #bcbcca;
    border-radius: 3px;
    float: left;
    max-width: 500px;
    padding: 5px 14px;
    width: 100%
}

.form-control:focus {
    border-color: #469fd5;
    outline: 0
}

.form-control[type=checkbox] {
    margin-top: 5px;
    width: auto
}

select.form-control {
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 15 8'%3E%3Cpath fill-rule='nonzero' d='M7.5 7.794 0 0h15L7.5 7.794z'/%3E%3C/svg%3E") no-repeat 90%
}

.signup-form {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .05);
    display: flex;
    min-height: 100%;
    padding: 0
}

@media (max-width:767px) {
    .signup-form {
        flex-direction: column
    }
}

.signup-form .multi-step-data {
    display: grid
}

.signup-form .multi-step-input {
    grid-column: 1;
    grid-row: 1
}

.signup-form .multi-step-input--hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

@supports (display:grid) {
    .signup-form .multi-step-input--hidden {
        display: block
    }
}

.signup-form .social-login,
.signup-form button[type=submit],
.signup-form--first-step .hidden-step-1,
.signup-form--first-step .social-login,
.signup-form--first-step button[data-step-to-show=prevStep],
.signup-form--first-step button[type=submit] {
    display: none
}

.signup-form--last-step button[type=submit] {
    display: block
}

.signup-form--last-step button[data-step-to-show=nextStep] {
    display: none
}

.signup-form.hide-email-password-step .progress-bar li:nth-child(2) button {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 15px
}

.signup-form.hide-email-password-step .progress-bar li:nth-child(2) button:after,
.signup-form.hide-email-password-step .progress-bar li:nth-child(2) button:before,
.signup-form.hide-email-password-step .progress-bar li:nth-child(3),
.signup-form.hide-email-password-step .progress-bar li:nth-child(4) {
    display: none
}

.signup-form.hide-email-password-step[data-current-step="2"] button[type=submit] {
    display: block
}

.signup-form.hide-email-password-step [data-step-index="3"],
.signup-form.hide-email-password-step[data-current-step="2"] button[data-step-to-show=nextStep] {
    display: none
}

@media (min-width:992px) {

    .signup-form,
    .signup-form .btn-lg {
        font-size: 19px
    }

    .signup-form .h3 {
        font-size: 24px
    }

    .signup-form .h6,
    .signup-form .progress-bar {
        font-size: 16px
    }

    .signup-form .btn {
        font-size: 17px
    }
}

.signup-form__content,
.signup-form__usps {
    flex: 0 1 auto
}

@media (min-width:768px) {

    .signup-form__content,
    .signup-form__usps {
        flex-basis: 50%
    }
}

.signup-form__content {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    margin: auto;
    max-width: 100%;
    padding: 15px;
    width: 30em
}

@media (max-width:360px) {
    .signup-form__content {
        padding-top: 50px
    }
}

@media (min-width:768px) {
    .signup-form__content {
        flex-basis: auto;
        margin: 0 auto;
        padding: 50px 20px;
        width: 36em
    }

    .signup-form__content>* {
        flex: 0 0 auto
    }

    .signup-form__content>:first-child:not(img) {
        margin-top: auto
    }

    .signup-form__content>:last-child {
        margin-bottom: auto
    }
}

.signup-form__content form {
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .signup-form__content form {
        background-color: #fff;
        border: 1px solid #e3e4e4;
        border-radius: 4px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
        margin-left: auto;
        margin-right: auto;
        max-width: 31em;
        min-height: 22em;
        padding: 3em 3em 1em;
        width: 100%
    }
}

.signup-form__content .signup-input {
    background: #fff
}

.website-category-select {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px)
}

.website-category-select .panel {
    display: inline-block;
    flex: 1 1 0;
    margin: 5px;
    min-width: 0;
    text-align: center
}

.website-category-select .panel label {
    font-weight: 400
}

.website-category-select .panel-heading {
    align-items: center;
    border: 0;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (max-width:767px) {
    .website-category-select .panel-heading {
        padding: 5px
    }
}

.website-category-select input[type=radio] {
    margin: 0;
    position: absolute;
    transform: translate(-17px, 2px)
}

@media (min-width:768px) {
    .website-category-select input[type=radio] {
        transform: translate(-20px, 3px)
    }
}

.website-category-select input[type=radio]:focus~p {
    outline: 1px solid #469fd5;
    outline-offset: 4px
}

.website-category-select input[type=radio]:focus:not(:focus-visible)~p {
    outline: none
}

.website-category-select .panel-heading--selected:before {
    bottom: 1px;
    content: "\e80b";
    font-family: fontello;
    font-size: 90%;
    line-height: 1;
    right: 2px
}

.section--signup__container .actions,
.signup-form .actions {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    min-height: 4.25em
}

.section--signup__container .actions__link,
.signup-form .actions__link {
    margin: 10px 0
}

.section--signup__container .actions__back-button,
.signup-form .actions__back-button {
    margin-right: auto;
    padding-right: 10px
}

.section--signup__container .actions .text-button,
.signup-form .actions .text-button {
    color: #287db1;
    text-decoration: underline
}

.section--signup__container .actions .text-button:focus,
.section--signup__container .actions .text-button:hover,
.signup-form .actions .text-button:focus,
.signup-form .actions .text-button:hover {
    color: #1a5172
}

.signup-form__usps {
    background: #6d9c2f;
    color: #fff;
    flex: 0 1 auto;
    justify-content: center;
    padding: 15px;
    position: relative;
    text-align: left
}

@media (min-width:768px) {
    .signup-form__usps {
        background: #f5f5f7;
        color: inherit;
        display: flex;
        flex: 0 1 25em;
        flex-direction: column;
        order: -1
    }

    .signup-form__usps .jw-list li .icon {
        color: #8bc53e
    }
}

@media (min-width:992px) {
    .signup-form__usps {
        padding: 50px
    }
}

@media (min-width:768px) {
    .signup-modal--sign-up-left .signup-form__usps {
        order: 2
    }
}

.signup-form__usps:before {
    background-image: var(--background-image);
    background-position: 50%;
    background-size: cover;
    content: "";
    display: block;
    filter: grayscale(1) brightness(1);
    height: 100%;
    left: 0;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.signup-form__usps>* {
    position: relative
}

.signup-form__usps a {
    color: inherit
}

.signup-form__usps .jw-list .icon {
    color: #fff
}

.signup-form__usps-logo {
    margin-bottom: -10px
}

@media (min-width:768px) {
    .signup-form__usps-logo {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .signup-form__usps-logo {
        margin-bottom: 20px;
        width: 200px
    }
}

.signup-form__ai-website-info {
    color: #7d7d7d;
    font-size: 14px
}

.section--signup__container .actions {
    min-height: auto
}

.section--signup__container .multi-step-input,
.section--signup__container button[type=submit] {
    display: none
}

.section--signup__container[data-current-step="1"] .multi-step-input:first-child {
    display: block
}

.section--signup__container[data-current-step="1"] button[data-step-to-show=prevStep] {
    display: none
}

.section--signup__container[data-current-step="2"] .multi-step-input:nth-child(2),
.section--signup__container[data-current-step="3"] .multi-step-input:nth-child(3) {
    display: block
}

.section--signup__container.signup-form--last-step button[data-step-to-show=nextStep] {
    display: none
}

.section--signup__container.signup-form--last-step button[type=submit] {
    display: block
}

.section--signup__container .multi-step-input--credentials,
.section--signup__container .multi-step-input--website,
.section--signup__container[data-current-step="2"] .actions,
.section--signup__container[data-current-step="3"] .actions {
    margin: 0 auto;
    max-width: 30em
}

.multi-step-input {
    position: relative
}

.arrow-curl-down {
    display: none
}

@media (min-width:992px) {
    .arrow-curl-down {
        display: block;
        left: 100%;
        position: absolute;
        top: 2rem
    }
}

.navbar {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.navbar a {
    text-decoration: none
}

.navbar--style-hidden {
    display: none
}

.navbar-bg .container {
    display: flex;
    flex-wrap: wrap
}

.navbar-group,
.navbar-nav {
    display: flex
}

.navbar-nav {
    margin: 0;
    padding: 0
}

.navbar-nav li {
    display: block;
    list-style: none;
    white-space: nowrap
}

.navbar-toggle {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 30px;
    height: 40px;
    padding: 0;
    width: auto
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background: hsla(0, 0%, 100%, .08);
    color: #fff;
    outline: 0
}

.navbar-toggle+.navbar-toggle {
    margin-left: 10px
}

.navbar-toggle .icon-menu {
    display: inline-flex;
    margin: auto
}

.navbar-toggle .icon-menu:before {
    line-height: 1;
    margin: auto
}

.navbar-toggle__label {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
    padding: 0 2.5px;
    text-align: center;
    text-transform: uppercase
}

.navbar-brand {
    color: #fff !important
}

@media (max-width:767px) {
    .navbar-bg .container {
        flex-direction: column;
        padding: 0
    }

    .navbar-group {
        flex-direction: column
    }

    .navbar-head {
        align-items: center;
        background-color: #2c3235;
        display: flex;
        height: 60px;
        justify-content: flex-end;
        padding: 10px;
        position: relative;
        z-index: 10
    }

    .navbar-logo {
        margin-right: auto;
        padding-right: 10px
    }

    .navbar--style-minimal .navbar-logo {
        margin-left: auto;
        padding-right: 0
    }

    .navbar-nav-signup {
        border-radius: 0;
        box-shadow: none !important;
        display: block;
        padding: 10px 20px
    }

    .navbar-nav {
        flex-direction: column;
        position: relative;
        z-index: 1
    }

    body.is-logged-in .navbar-group.is-last-child--logged-in,
    body:not(.is-logged-in) .navbar-group.is-last-child--logged-out {
        box-shadow: 0 -10px 100px 30px rgba(0, 0, 0, .5)
    }

    .navbar-group--right,
    .navbar-nav {
        opacity: 1;
        transform: translate(0);
        transition: transform .2s ease, opacity .15s ease, box-shadow .3s ease, visibility .2s
    }

    .menu-is-collapsed .navbar-group--right,
    .menu-is-collapsed .navbar-nav {
        box-shadow: none;
        opacity: 0;
        transform: translateY(-100px);
        visibility: hidden
    }

    .menu-is-collapsed .navbar {
        pointer-events: none
    }

    .menu-is-collapsed .navbar .navbar-head,
    .menu-is-collapsed .navbar>:not(.navbar-bg) {
        pointer-events: all
    }

    .navbar-nav li {
        overflow: visible
    }

    .navbar-nav-link {
        background: #373f43;
        border-left: 5px solid;
        border-left-color: inherit;
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 10px 20px 10px 15px
    }

    .navbar-nav li.is-active .navbar-nav-link,
    .navbar-nav-link:active,
    .navbar-nav-link:focus,
    .navbar-nav-link:hover {
        background: #424c51;
        color: #fff;
        outline-offset: -4px;
        text-decoration: none
    }

    .navbar-nav li:nth-child(4n+1) {
        border-color: #469fd5
    }

    .navbar-nav li:nth-child(4n+2) {
        border-color: #ffc713
    }

    .navbar-nav li:nth-child(4n+3) {
        border-color: #8bc53e
    }

    .navbar-nav li:nth-child(4n) {
        border-color: #e9454b
    }
}

@media (min-width:768px) {
    .navbar-bg {
        padding: 10px 0;
        transition: padding .2s ease
    }

    .navbar-group {
        align-items: center;
        height: 53px
    }

    .navbar-group--right {
        margin-left: auto
    }

    .navbar-brand {
        margin-right: 40px
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-nav li {
        display: block
    }

    .navbar-nav-link {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 50px;
        color: #fff !important;
        display: inline-block;
        font-weight: 600;
        margin: 0;
        padding: 7px 14px;
        position: relative
    }

    .navbar-nav-link .icon {
        display: none
    }

    .dropdown:hover .navbar-nav-link,
    .navbar-nav-link:focus-visible,
    .navbar-nav-link:hover {
        background-color: hsla(0, 0%, 100%, .15);
        border-color: hsla(0, 0%, 100%, .2)
    }

    .navbar-nav-link:active {
        background-color: hsla(0, 0%, 100%, .2);
        border-color: hsla(0, 0%, 100%, .3)
    }

    .navbar-nav li.is-active .navbar-nav-link:after {
        background: #8bc53e;
        border-radius: 3px;
        bottom: 0;
        content: "";
        height: 3px;
        left: 14px;
        position: absolute;
        right: 14px
    }

    .navbar-group--right {
        text-align: right
    }

    .navbar-is-scrolling .navbar {
        position: fixed;
        transform: translateY(-100%)
    }

    .navbar-is-scrolling .navbar .navbar-bg {
        background: #373f43;
        padding: 0
    }

    .navbar-is-animate .navbar {
        transition: transform .3s ease
    }

    .navbar-is-fixed .navbar {
        transform: translate(0)
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar-nav-link {
        padding-left: 8px;
        padding-right: 8px
    }

    .navbar-nav li.is-active .navbar-nav-link:after {
        left: 8px;
        right: 8px
    }
}

@media (min-width:768px) {
    .navbar .dropdown .dropdown-menu {
        background-color: #373f43;
        border-radius: 4px;
        margin-top: 3px;
        padding: 5px
    }

    .navbar .dropdown .dropdown-menu>li>a {
        border: 1px solid transparent;
        border-radius: 3px;
        color: #fff;
        padding: 5px 14px
    }

    .navbar .dropdown .dropdown-menu>li>a:focus,
    .navbar .dropdown .dropdown-menu>li>a:hover {
        background-color: hsla(0, 0%, 100%, .15);
        border-color: hsla(0, 0%, 100%, .1)
    }

    .navbar .dropdown .dropdown-menu>li>a:active {
        background-color: hsla(0, 0%, 100%, .2);
        border-color: hsla(0, 0%, 100%, .1)
    }

    .navbar .dropdown .dropdown-menu:before {
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: -3px
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width:767px) {
    .navbar .dropdown-menu {
        background: #424c51;
        border: none;
        border-left: 5px solid;
        border-left-color: inherit;
        border-radius: unset;
        box-shadow: none;
        float: none;
        margin: 0;
        padding: 0;
        position: static
    }

    .navbar .dropdown-menu>li:first-child {
        border-top: 2px solid #373f43
    }

    .navbar .dropdown-menu a {
        color: #fff;
        padding: 5px 19px
    }

    .navbar .dropdown-menu a:focus,
    .navbar .dropdown-menu a:hover {
        background: #4e595f;
        color: #fff
    }
}

.navbar-alert {
    align-items: baseline;
    background: #3596d1;
    color: #fff;
    display: flex;
    font-size: 95%;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
    z-index: 10
}

@media (max-width:768px) {
    .navbar-alert {
        align-items: center;
        line-height: 1.2
    }
}

.navbar-alert--show {
    max-height: 70px
}

.navbar-alert__close {
    background: transparent;
    border: none;
    color: #fff;
    opacity: .6;
    padding: 0
}

@media (min-width:768px) {
    .navbar-alert__close {
        transform: translateY(2px)
    }
}

.navbar-alert a {
    color: inherit;
    text-decoration: underline
}

.navbar-alert a:hover {
    color: #daecf7
}

.navbar-alert u {
    text-decoration: none
}

.navbar-alert__slider {
    overflow: hidden;
    padding: 5px 0;
    width: 100%
}

.navbar-alert__track {
    animation: navbar-alert__slider 10s 6s infinite;
    display: flex;
    justify-content: space-around;
    width: 200vw
}

.navbar-alert__track:hover {
    animation-play-state: paused
}

.navbar-alert__slide {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    width: calc(100vw - 10px)
}

@media (max-width:768px) {
    .navbar-alert__slide {
        justify-content: flex-start;
        padding-left: 5px;
        text-align: left
    }
}

@keyframes navbar-alert__slider {
    0% {
        transform: translateX(0)
    }

    45% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100vw)
    }

    95% {
        transform: translateX(-100vw)
    }

    to {
        transform: translateX(0)
    }
}

@media (min-width:768px) {
    .table-block {
        display: table
    }

    .table-cell-block {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    .table-cell-block .h1 {
        margin-top: 0
    }

    .table-cell-block p:last-child,
    .table-cell-block ul:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {

    .table-cell-block.col-sm-6.col-sm-pull-6,
    .table-cell-block.col-sm-6:first-child {
        padding-right: 8.33333333%
    }

    .table-cell-block.col-sm-6.col-sm-push-6 {
        padding-right: 15px
    }

    .table-cell-block.col-sm-6.col-sm-push-6,
    .table-cell-block.col-sm-6:last-child {
        padding-left: 8.33333333%
    }

    .table-cell-block.col-sm-6.col-sm-pull-6 {
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .table-cell-block.text-block:not(:last-child) {
        padding-right: 8.33333333%
    }
}

@media (max-width:767px) {
    .table-cell-block:first-child {
        text-align: center
    }

    .table-block.container .table-cell-block {
        padding-left: 0;
        padding-right: 0
    }
}

.how-list {
    counter-reset: count-steps;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 20px;
    position: relative;
    text-align: left
}

@media (max-width:767px) {
    .how-list {
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    .how-list {
        flex-direction: row
    }
}

.how-list .step {
    counter-increment: count-steps
}

@media (max-width:767px) {
    .how-list .step {
        flex-wrap: wrap
    }
}

@media (min-width:768px) {
    .how-list .step {
        flex: 1 1 100%
    }

    .how-list .step+.step {
        margin: 0 0 0 20px
    }
}

.how-list .step__content {
    grid-column-gap: 20px;
    align-items: start;
    display: grid;
    grid-template-columns: auto 1fr;
    position: relative
}

@media (max-width:767px) {
    .how-list .step__content {
        margin: 0;
        padding-left: 0
    }
}

.how-list .step__content--centered {
    align-items: center;
    display: flex
}

.how-list .step__content>* {
    grid-column: 2
}

.how-list .step__content:before {
    color: #bbbebf;
    content: counter(count-steps);
    display: block;
    font-size: 30px;
    font-weight: 700;
    grid-column: 1;
    grid-row: 1/span 3;
    line-height: 1.1;
    min-width: 1ch;
    position: relative;
    z-index: 2
}

.section--colored .how-list .step__content:before {
    color: #909090 !important
}

.how-list .step__content button {
    margin-top: 10px
}

@media (max-width:767px) {
    .how-list .step:not(:last-child) .step__content {
        padding-bottom: 60px
    }

    .how-list .step:not(:last-child) .step__content:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' clip-rule='evenodd' viewBox='0 0 35 291'%3E%3Cpath fill='none' stroke='%23ececec' stroke-width='6.67' d='M17.835 3.335v284.322l-14.5-15.967 14.5 15.967 13.5-15.967'/%3E%3C/svg%3E");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 20px;
        content: "";
        display: block;
        left: -.5em;
        position: absolute;
        top: 40px;
        width: 2em
    }

    .section--colored .how-list .step:not(:last-child) .step__content:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' clip-rule='evenodd' viewBox='0 0 35 291'%3E%3Cpath fill='none' stroke='%23D0CECB' stroke-width='6.67' d='M17.835 3.335v284.322l-14.5-15.967 14.5 15.967 13.5-15.967'/%3E%3C/svg%3E")
    }
}

.how-list .step__image {
    flex-basis: 100%;
    padding-bottom: 20px;
    width: 100%
}

@media (max-width:767px) {
    .how-list .step__image {
        padding-left: 0;
        position: relative
    }
}

@media (min-width:768px) {
    .how-list .step__image {
        flex-basis: auto;
        padding-left: 40px
    }
}

@media (min-width:992px) {
    .how-list .step__image {
        display: grid;
        flex-basis: auto;
        grid-template-columns: auto 1fr
    }
}

.how-list .step__image .illustration {
    width: 120px
}

@media (min-width:768px) {
    .how-list .step__image .illustration {
        height: 100px;
        width: auto
    }
}

.how-list .step__image .arrow {
    display: none;
    margin: 0 -1em 0 auto;
    width: 177px
}

.section--colored .how-list .step__image .arrow svg path {
    stroke: #d0d0d0 !important
}

@supports (display:grid) {
    .how-list .step__image .arrow {
        display: block
    }
}

@media (max-width:991px) {
    .how-list .step__image .arrow {
        display: none
    }
}

@media (max-width:767px) {
    .how-list .step:first-child .step__image:before {
        display: none
    }
}

@media (min-width:768px) {
    .how-list .step:nth-child(2n) .step__image .arrow {
        margin-top: auto
    }
}

.section img:not(.no-load) {
    opacity: 0;
    transition: opacity .5s ease-in
}

.section img:not(.no-load).loaded {
    opacity: 1
}

@media (max-width:991px) {

    .section--examples .heading-section,
    .section--examples .heading-subtitle,
    .section--templates .heading-section,
    .section--templates .heading-subtitle {
        padding-left: 15px;
        padding-right: 15px
    }
}

.section--examples .splide__slide,
.section--templates .splide__slide {
    outline: 0
}

@media (min-width:768px) {

    .section--examples .splide__slide,
    .section--templates .splide__slide {
        transform: scale(.65);
        transition: transform .2s ease-in-out
    }

    .section--examples .splide__slide.is-active,
    .section--templates .splide__slide.is-active {
        transform: scale(1)
    }
}

.section--examples .website-example,
.section--templates .website-example {
    margin-bottom: 15px;
    max-width: 90vw
}

.examples-slider--vertical.splide {
    visibility: visible
}

.examples-slider--vertical.splide .splide__list {
    flex-wrap: wrap
}

.examples-slider--vertical.splide .splide__slide {
    padding: 10px 30px
}

.examples-slider--vertical.splide .website-example__image--mobile {
    width: 80px
}

.jw-list {
    line-height: 1.8;
    padding-inline-start: 20px
}

.jw-list li {
    margin-block: 4px
}

.jw-list--checkmark {
    list-style: none;
    padding-inline-start: 0
}

.jw-list--checkmark li {
    margin-block: 0
}

.jw-list--checkmark .icon {
    color: #8bc53e
}

.jw-list--checkmark .icon:before {
    margin: 0 .4em 0 0;
    width: auto
}

.jw-list--big-disc li {
    list-style: none
}

.jw-list--big-disc li:before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: -20px;
    margin-right: 10px;
    opacity: .25;
    width: 10px
}

.jw-list--icon {
    list-style: none;
    padding-inline-start: 0
}

.jw-list--icon .icon {
    padding-right: 5px
}

.footer {
    background: #2c3235;
    color: #fff;
    margin-top: auto
}

.footer-container {
    line-height: 1.8em
}

.footer-list__heading {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.footer-list__links {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-list__links .text-button,
.footer-list__links a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none
}

.footer-list__links .text-button:focus,
.footer-list__links .text-button:hover,
.footer-list__links a:focus,
.footer-list__links a:hover {
    text-decoration: underline
}

.footer-copy {
    font-family: Arial, sans-serif
}

.footer-social-icons {
    font-size: 1.35em;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-social-icons li {
    display: inline-block
}

.footer-social-icons a {
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    text-align: center;
    transition: background-color .15s ease;
    width: 2em
}

.footer-social-icons a:hover {
    background: hsla(0, 0%, 100%, .1)
}

.footer--minimal .list-inline a {
    color: inherit
}

.footer--hidden {
    display: none
}

@media (max-width:767px) {
    .footer-container {
        margin: 0 .5em
    }

    .footer-list {
        border-bottom: 1px solid;
        border-color: hsla(0, 0%, 100%, .2);
        padding-bottom: .8em;
        padding-top: .8em
    }

    .footer-list:first-child {
        border-top-style: solid;
        border-top-width: 1px
    }

    .footer-list__heading i {
        float: right;
        font-size: 1.3em;
        margin-top: .1em
    }

    .footer--minimal .row>*+* {
        margin: 1em 0 0
    }
}

@media (min-width:768px) {
    .footer-container {
        -moz-columns: 0;
        column-count: 0;
        display: flex
    }

    .footer-list {
        flex: 1 0 auto;
        padding: 0 2em 0 0
    }

    .footer-list__heading i {
        display: none
    }

    .footer-list__links {
        display: block;
        height: auto !important
    }

    .footer--minimal .row {
        align-items: baseline;
        display: flex
    }

    .footer--minimal .list-inline {
        text-align: left
    }

    .footer--minimal .footer-social-icons {
        text-align: right
    }
}

.cta-text {
    margin: 0
}

.cta-btn {
    margin-top: 20px
}

@media (min-width:768px) {
    .cta-text {
        float: left;
        margin-top: 10px
    }

    .cta-btn {
        float: right;
        margin-top: 0
    }
}

.jw-element-carousel {
    --speed: 500s;
    display: flex;
    margin: auto;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    overflow: hidden;
    position: relative;
    width: min(1860px, 100%)
}

.jw-element-carousel .jw-element-carousel__element {
    align-items: center;
    background-color: #434c51;
    border-radius: 5px;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .05), 0 1px 2px rgba(0, 0, 0, .1), 2px 2px 6px 0 rgba(0, 0, 0, .16);
    color: #ebecec;
    display: inline-flex;
    font-weight: 700;
    height: 50px;
    justify-content: space-between;
    margin-block: .4em;
    margin-inline: .2em;
    padding: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    transition: .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 215px
}

.jw-element-carousel .jw-element-carousel__element:hover {
    background-color: #4f595f;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .05), 0 2px 4px rgba(0, 0, 0, .15);
    color: #fff;
    transform: translateY(-1px)
}

.jw-element-carousel .jw-element-carousel__element p {
    margin: 0
}

.jw-element-carousel:hover {
    --play-state: paused
}

.jw-element-carousel .jw-element-carousel__animation-container {
    animation: animate var(--speed) linear infinite;
    animation-delay: calc(var(--speed)/-1);
    animation-direction: normal;
    animation-direction: var(--direction, normal);
    animation-play-state: running;
    animation-play-state: var(--play-state, running);
    white-space: nowrap
}

@keyframes animate {
    0% {
        transform: translateX(100%);
        transform: translateX(calc(100% - var(--offset, 0px)))
    }

    to {
        transform: translateX(-100%);
        transform: translateX(calc(-100% - var(--offset, 0px)))
    }
}

.jw-element-carousel .jw-element-carousel__animation-container:nth-child(2) {
    animation: animate2 var(--speed) linear infinite;
    animation-delay: calc(var(--speed)/-2);
    animation-direction: normal;
    animation-direction: var(--direction, normal);
    animation-play-state: running;
    animation-play-state: var(--play-state, running)
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
        transform: translateX(calc(0% - var(--offset, 0px)))
    }

    to {
        transform: translateX(-200%);
        transform: translateX(calc(-200% - var(--offset, 0px)))
    }
}

.jw-element-carousel .jw-element-carousel__icon {
    --size: var(--icon-size-m, 20px);
    --color: var(--icon-color, #fff);
    background-color: #fff;
    background-color: var(--color);
    display: inline-block;
    height: 20px;
    height: var(--size);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    width: var(--size)
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--three-columns {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath d='M29.088 1.888H4.768a2.888 2.888 0 0 0-2.88 2.88v22.016c0 1.6 1.312 2.88 2.88 2.88h24.32c1.6 0 2.912-1.28 2.912-2.88V4.768c0-1.6-1.312-2.88-2.912-2.88zm-8.672 4.608V27.36h-7.008V6.496h7.008zM4.192 26.784V6.496h6.912V27.36H4.768a.595.595 0 0 1-.576-.576zm24.896.576H22.72V6.496h6.976v20.288c0 .32-.288.576-.608.576z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath d='M29.088 1.888H4.768a2.888 2.888 0 0 0-2.88 2.88v22.016c0 1.6 1.312 2.88 2.88 2.88h24.32c1.6 0 2.912-1.28 2.912-2.88V4.768c0-1.6-1.312-2.88-2.912-2.88zm-8.672 4.608V27.36h-7.008V6.496h7.008zM4.192 26.784V6.496h6.912V27.36H4.768a.595.595 0 0 1-.576-.576zm24.896.576H22.72V6.496h6.976v20.288c0 .32-.288.576-.608.576z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--title {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='m12.96 9.984-3.04 8.032q.576 0 2.432.032t2.848.032q.352 0 1.024-.032-1.536-4.512-3.264-8.064zM0 29.728l.032-1.408q.416-.128.992-.224t1.024-.192.896-.256.8-.544.544-.896L8.512 15.2l4.992-12.928h2.304l.192.384 3.648 8.576q.608 1.376 1.92 4.608t2.016 4.896q.288.608 1.056 2.56t1.28 3.008q.352.832.608 1.024.352.288 1.568.544t1.504.352q.128.704.128 1.024 0 .096-.032.256t0 .224q-1.12 0-3.392-.16t-3.424-.128q-1.344 0-3.84.128t-3.168.128q0-.768.064-1.376l2.336-.512q.032 0 .224-.032t.288-.064.256-.096.288-.128.192-.128.16-.192.032-.256q0-.288-.544-1.728t-1.28-3.168-.768-1.792l-8.032-.032q-.448 1.024-1.376 3.488t-.896 2.912q0 .384.256.672t.768.448.864.224 1.024.16.736.064q.032.352.032 1.024 0 .16-.032.512-1.056 0-3.136-.192t-3.104-.192q-.16 0-.48.096t-.384.064q-1.44.256-3.36.256z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='m12.96 9.984-3.04 8.032q.576 0 2.432.032t2.848.032q.352 0 1.024-.032-1.536-4.512-3.264-8.064zM0 29.728l.032-1.408q.416-.128.992-.224t1.024-.192.896-.256.8-.544.544-.896L8.512 15.2l4.992-12.928h2.304l.192.384 3.648 8.576q.608 1.376 1.92 4.608t2.016 4.896q.288.608 1.056 2.56t1.28 3.008q.352.832.608 1.024.352.288 1.568.544t1.504.352q.128.704.128 1.024 0 .096-.032.256t0 .224q-1.12 0-3.392-.16t-3.424-.128q-1.344 0-3.84.128t-3.168.128q0-.768.064-1.376l2.336-.512q.032 0 .224-.032t.288-.064.256-.096.288-.128.192-.128.16-.192.032-.256q0-.288-.544-1.728t-1.28-3.168-.768-1.792l-8.032-.032q-.448 1.024-1.376 3.488t-.896 2.912q0 .384.256.672t.768.448.864.224 1.024.16.736.064q.032.352.032 1.024 0 .16-.032.512-1.056 0-3.136-.192t-3.104-.192q-.16 0-.48.096t-.384.064q-1.44.256-3.36.256z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--text {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='32'%3E%3Cpath d='M6.784 17.344v-2.88h8.96v2.88h-8.96zM19.2 1.6q1.344 0 2.272.928T22.4 4.8v22.4q0 1.28-.928 2.24t-2.272.96h-16q-1.28 0-2.24-.96T0 27.2V4.8q0-1.344.96-2.272T3.2 1.6h16zm0 25.6V4.8h-16v22.4h16zM15.68 8.256v2.816H6.72V8.256h8.96zm0 12.544v2.816H6.72V20.8h8.96z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='32'%3E%3Cpath d='M6.784 17.344v-2.88h8.96v2.88h-8.96zM19.2 1.6q1.344 0 2.272.928T22.4 4.8v22.4q0 1.28-.928 2.24t-2.272.96h-16q-1.28 0-2.24-.96T0 27.2V4.8q0-1.344.96-2.272T3.2 1.6h16zm0 25.6V4.8h-16v22.4h16zM15.68 8.256v2.816H6.72V8.256h8.96zm0 12.544v2.816H6.72V20.8h8.96z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--image {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath d='M11.424 10.272q0 1.44-.992 2.432T8 13.728t-2.432-1.024-.992-2.432.992-2.432T8 6.848t2.432.992.992 2.432zm18.304 6.88v8H4.576v-3.424L10.272 16l2.88 2.848 9.12-9.12zm1.696-12.576H2.848q-.224 0-.384.16t-.192.416v21.696q0 .224.192.416t.384.16h28.576q.224 0 .416-.16t.16-.416V5.152q0-.256-.16-.416t-.416-.16zm2.848.576v21.696q0 1.184-.832 2.016t-2.016.864H2.848q-1.152 0-2.016-.864T0 26.848V5.152q0-1.184.832-2.016t2.016-.864h28.576q1.184 0 2.016.864t.832 2.016z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32'%3E%3Cpath d='M11.424 10.272q0 1.44-.992 2.432T8 13.728t-2.432-1.024-.992-2.432.992-2.432T8 6.848t2.432.992.992 2.432zm18.304 6.88v8H4.576v-3.424L10.272 16l2.88 2.848 9.12-9.12zm1.696-12.576H2.848q-.224 0-.384.16t-.192.416v21.696q0 .224.192.416t.384.16h28.576q.224 0 .416-.16t.16-.416V5.152q0-.256-.16-.416t-.416-.16zm2.848.576v21.696q0 1.184-.832 2.016t-2.016.864H2.848q-1.152 0-2.016-.864T0 26.848V5.152q0-1.184.832-2.016t2.016-.864h28.576q1.184 0 2.016.864t.832 2.016z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--form {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='30' fill='none'%3E%3Cpath fill='%23000' d='M19.2.6c.896 0 1.653.309 2.272.928.619.618.928 1.376.928 2.272v22.4c0 .853-.31 1.6-.928 2.24-.619.64-1.376.96-2.272.96h-16c-.853 0-1.6-.32-2.24-.96C.32 27.8 0 27.053 0 26.2V3.8c0-.896.32-1.654.96-2.272C1.6.908 2.347.6 3.2.6h16ZM4.48 7.256v2.816h13.44V7.256H4.48Zm13.44 15.36V19.8H4.48v2.816h13.44Zm0-6.272v-2.88H4.544v2.88H17.92Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='30' fill='none'%3E%3Cpath fill='%23000' d='M19.2.6c.896 0 1.653.309 2.272.928.619.618.928 1.376.928 2.272v22.4c0 .853-.31 1.6-.928 2.24-.619.64-1.376.96-2.272.96h-16c-.853 0-1.6-.32-2.24-.96C.32 27.8 0 27.053 0 26.2V3.8c0-.896.32-1.654.96-2.272C1.6.908 2.347.6 3.2.6h16ZM4.48 7.256v2.816h13.44V7.256H4.48Zm13.44 15.36V19.8H4.48v2.816h13.44Zm0-6.272v-2.88H4.544v2.88H17.92Z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--product {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='32'%3E%3Cpath d='M8 8q0-.96-.672-1.632t-1.6-.64-1.632.64T3.424 8t.672 1.6 1.632.672 1.6-.672T8 8zm19.04 10.272q0 .96-.64 1.632l-8.768 8.768q-.704.672-1.632.672-.96 0-1.6-.672L1.632 15.904Q.96 15.232.48 14.08T0 12V4.576q0-.928.672-1.6t1.6-.704h7.456q.928 0 2.08.48t1.824 1.152L26.4 16.672q.64.672.64 1.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='32'%3E%3Cpath d='M8 8q0-.96-.672-1.632t-1.6-.64-1.632.64T3.424 8t.672 1.6 1.632.672 1.6-.672T8 8zm19.04 10.272q0 .96-.64 1.632l-8.768 8.768q-.704.672-1.632.672-.96 0-1.6-.672L1.632 15.904Q.96 15.232.48 14.08T0 12V4.576q0-.928.672-1.6t1.6-.704h7.456q.928 0 2.08.48t1.824 1.152L26.4 16.672q.64.672.64 1.6z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--blog {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M22.4 1.6q1.344 0 2.272.928T25.6 4.8v22.4q0 1.28-.928 2.24t-2.272.96H3.2q-1.28 0-2.24-.96T0 27.2V4.8q0-1.344.96-2.272T3.2 1.6h19.2zm0 25.6V4.8H3.2v22.4h19.2zm-8-8v1.6h-8v-1.6h8zm4.8-6.4v1.6h-6.4v-1.6h6.4zm-6.4-1.6V8h6.4v3.2h-6.4zM11.2 8v6.4H6.4V8h4.8zm-1.6 8v1.6H6.4V16h3.2zm1.6 1.6V16h8v1.6h-8zm8 4.8V24H6.4v-1.6h12.8zM16 20.8v-1.6h3.2v1.6H16z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M22.4 1.6q1.344 0 2.272.928T25.6 4.8v22.4q0 1.28-.928 2.24t-2.272.96H3.2q-1.28 0-2.24-.96T0 27.2V4.8q0-1.344.96-2.272T3.2 1.6h19.2zm0 25.6V4.8H3.2v22.4h19.2zm-8-8v1.6h-8v-1.6h8zm4.8-6.4v1.6h-6.4v-1.6h6.4zm-6.4-1.6V8h6.4v3.2h-6.4zM11.2 8v6.4H6.4V8h4.8zm-1.6 8v1.6H6.4V16h3.2zm1.6 1.6V16h8v1.6h-8zm8 4.8V24H6.4v-1.6h12.8zM16 20.8v-1.6h3.2v1.6H16z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--table {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M9.152 24.576v-3.424q0-.256-.16-.416t-.416-.16H2.848q-.224 0-.384.16t-.192.416v3.424q0 .256.192.416t.384.16h5.728q.256 0 .416-.16t.16-.416zm0-6.848v-3.456q0-.224-.16-.384t-.416-.16H2.848q-.224 0-.384.16t-.192.384v3.456q0 .224.192.384t.384.16h5.728q.256 0 .416-.16t.16-.384zm9.12 6.848v-3.424q0-.256-.16-.416t-.384-.16H12q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.728q.224 0 .384-.16t.16-.416zm-9.12-13.728V7.424q0-.256-.16-.416t-.416-.16H2.848q-.224 0-.384.16t-.192.416v3.424q0 .256.192.416t.384.16h5.728q.256 0 .416-.16t.16-.416zm9.12 6.88v-3.456q0-.224-.16-.384t-.384-.16H12q-.256 0-.416.16t-.16.384v3.456q0 .224.16.384t.416.16h5.728q.224 0 .384-.16t.16-.384zm9.152 6.848v-3.424q0-.256-.16-.416t-.416-.16h-5.696q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.696q.256 0 .416-.16t.16-.416zm-9.152-13.728V7.424q0-.256-.16-.416t-.384-.16H12q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.728q.224 0 .384-.16t.16-.416zm9.152 6.88v-3.456q0-.224-.16-.384t-.416-.16h-5.696q-.256 0-.416.16t-.16.384v3.456q0 .224.16.384t.416.16h5.696q.256 0 .416-.16t.16-.384zm0-6.88V7.424q0-.256-.16-.416t-.416-.16h-5.696q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.696q.256 0 .416-.16t.16-.416zm2.304-5.696v19.424q0 1.184-.864 2.016t-2.016.832h-24q-1.152 0-2.016-.832T0 24.576V5.152q0-1.184.832-2.016t2.016-.864h24q1.184 0 2.016.864t.864 2.016z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M9.152 24.576v-3.424q0-.256-.16-.416t-.416-.16H2.848q-.224 0-.384.16t-.192.416v3.424q0 .256.192.416t.384.16h5.728q.256 0 .416-.16t.16-.416zm0-6.848v-3.456q0-.224-.16-.384t-.416-.16H2.848q-.224 0-.384.16t-.192.384v3.456q0 .224.192.384t.384.16h5.728q.256 0 .416-.16t.16-.384zm9.12 6.848v-3.424q0-.256-.16-.416t-.384-.16H12q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.728q.224 0 .384-.16t.16-.416zm-9.12-13.728V7.424q0-.256-.16-.416t-.416-.16H2.848q-.224 0-.384.16t-.192.416v3.424q0 .256.192.416t.384.16h5.728q.256 0 .416-.16t.16-.416zm9.12 6.88v-3.456q0-.224-.16-.384t-.384-.16H12q-.256 0-.416.16t-.16.384v3.456q0 .224.16.384t.416.16h5.728q.224 0 .384-.16t.16-.384zm9.152 6.848v-3.424q0-.256-.16-.416t-.416-.16h-5.696q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.696q.256 0 .416-.16t.16-.416zm-9.152-13.728V7.424q0-.256-.16-.416t-.384-.16H12q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.728q.224 0 .384-.16t.16-.416zm9.152 6.88v-3.456q0-.224-.16-.384t-.416-.16h-5.696q-.256 0-.416.16t-.16.384v3.456q0 .224.16.384t.416.16h5.696q.256 0 .416-.16t.16-.384zm0-6.88V7.424q0-.256-.16-.416t-.416-.16h-5.696q-.256 0-.416.16t-.16.416v3.424q0 .256.16.416t.416.16h5.696q.256 0 .416-.16t.16-.416zm2.304-5.696v19.424q0 1.184-.864 2.016t-2.016.832h-24q-1.152 0-2.016-.832T0 24.576V5.152q0-1.184.832-2.016t2.016-.864h24q1.184 0 2.016.864t.864 2.016z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--product-gallery {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='32'%3E%3Cpath d='M3.2 20.8q.64 0 1.12.48t.48 1.12-.48 1.12T3.2 24H1.6q-.64 0-1.12-.48T0 22.4t.448-1.12T1.6 20.8h1.6zm0-6.4q.64 0 1.12.48T4.8 16t-.48 1.12-1.12.48H1.6q-.64 0-1.12-.48T0 16t.448-1.12T1.6 14.4h1.6zm0-6.4q.64 0 1.12.48T4.8 9.6t-.48 1.12-1.12.48H1.6q-.64 0-1.12-.48T0 9.6t.448-1.12T1.6 8h1.6zm6.4 3.2q-.64 0-1.12-.48T8 9.6t.48-1.12T9.6 8h11.2q.704 0 1.152.48T22.4 9.6t-.48 1.12-1.12.48H9.6zm11.2 3.2q.704 0 1.152.48T22.4 16t-.48 1.12-1.12.48H9.6q-.64 0-1.12-.48T8 16t.48-1.12 1.12-.48h11.2zm0 6.4q.704 0 1.152.48t.448 1.12-.48 1.12-1.12.48H9.6q-.64 0-1.12-.48T8 22.4t.48-1.12 1.12-.48h11.2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='32'%3E%3Cpath d='M3.2 20.8q.64 0 1.12.48t.48 1.12-.48 1.12T3.2 24H1.6q-.64 0-1.12-.48T0 22.4t.448-1.12T1.6 20.8h1.6zm0-6.4q.64 0 1.12.48T4.8 16t-.48 1.12-1.12.48H1.6q-.64 0-1.12-.48T0 16t.448-1.12T1.6 14.4h1.6zm0-6.4q.64 0 1.12.48T4.8 9.6t-.48 1.12-1.12.48H1.6q-.64 0-1.12-.48T0 9.6t.448-1.12T1.6 8h1.6zm6.4 3.2q-.64 0-1.12-.48T8 9.6t.48-1.12T9.6 8h11.2q.704 0 1.152.48T22.4 9.6t-.48 1.12-1.12.48H9.6zm11.2 3.2q.704 0 1.152.48T22.4 16t-.48 1.12-1.12.48H9.6q-.64 0-1.12-.48T8 16t.48-1.12 1.12-.48h11.2zm0 6.4q.704 0 1.152.48t.448 1.12-.48 1.12-1.12.48H9.6q-.64 0-1.12-.48T8 22.4t.48-1.12 1.12-.48h11.2z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--file {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M30.976 20.864q.576.32.864 1.024t.096 1.28l-.896 4.928q-.128.64-.704 1.056t-1.28.416H2.944q-.704 0-1.28-.416T.96 28.096l-.896-4.928q-.32-1.536 1.024-2.304l5.056-3.456H9.28l-5.44 4.16h5.696q.256 0 .384.256l1.28 3.52h9.6l1.28-3.52q.256-.256.384-.256h5.696l-5.44-4.16h3.136zM24.32 10.56 16 18.368 7.68 10.56h5.312V2.368h6.08v8.192h5.248z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M30.976 20.864q.576.32.864 1.024t.096 1.28l-.896 4.928q-.128.64-.704 1.056t-1.28.416H2.944q-.704 0-1.28-.416T.96 28.096l-.896-4.928q-.32-1.536 1.024-2.304l5.056-3.456H9.28l-5.44 4.16h5.696q.256 0 .384.256l1.28 3.52h9.6l1.28-3.52q.256-.256.384-.256h5.696l-5.44-4.16h3.136zM24.32 10.56 16 18.368 7.68 10.56h5.312V2.368h6.08v8.192h5.248z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--audio {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M13.728 6.272v19.456q0 .448-.352.8t-.8.32-.8-.32l-5.952-5.952H1.152q-.48 0-.8-.352t-.352-.8v-6.848q0-.48.352-.8t.8-.352h4.672l5.952-5.952q.32-.32.8-.32t.8.32.352.8zM20.576 16q0 1.344-.768 2.528t-2.016 1.664q-.16.096-.448.096-.448 0-.8-.32t-.32-.832q0-.384.192-.64t.544-.448.608-.384.512-.672.192-.992-.192-1.024-.512-.64-.608-.416-.544-.416-.192-.64q0-.48.32-.832t.8-.32q.288 0 .448.096 1.248.48 2.016 1.664T20.576 16zm4.576 0q0 2.72-1.536 5.056t-4 3.36q-.224.096-.448.096-.48 0-.832-.352t-.32-.8q0-.704.672-1.056 1.024-.512 1.376-.8 1.312-.96 2.048-2.4T22.848 16t-.736-3.104-2.048-2.4q-.352-.288-1.376-.8-.672-.352-.672-1.056 0-.448.32-.8t.8-.352q.256 0 .48.096 2.496 1.056 4 3.36T25.152 16zm4.576 0q0 4.096-2.272 7.552t-6.048 5.056q-.224.096-.448.096-.48 0-.8-.352t-.352-.8q0-.64.704-1.056l.384-.192q.256-.128.416-.192.8-.448 1.472-.896 2.176-1.632 3.424-4.064T27.424 16t-1.216-5.152-3.424-4.064q-.672-.48-1.472-.896-.128-.096-.416-.192t-.384-.192q-.704-.416-.704-1.056 0-.48.352-.8t.8-.352q.224 0 .448.096 3.776 1.632 6.048 5.056T29.728 16z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M13.728 6.272v19.456q0 .448-.352.8t-.8.32-.8-.32l-5.952-5.952H1.152q-.48 0-.8-.352t-.352-.8v-6.848q0-.48.352-.8t.8-.352h4.672l5.952-5.952q.32-.32.8-.32t.8.32.352.8zM20.576 16q0 1.344-.768 2.528t-2.016 1.664q-.16.096-.448.096-.448 0-.8-.32t-.32-.832q0-.384.192-.64t.544-.448.608-.384.512-.672.192-.992-.192-1.024-.512-.64-.608-.416-.544-.416-.192-.64q0-.48.32-.832t.8-.32q.288 0 .448.096 1.248.48 2.016 1.664T20.576 16zm4.576 0q0 2.72-1.536 5.056t-4 3.36q-.224.096-.448.096-.48 0-.832-.352t-.32-.8q0-.704.672-1.056 1.024-.512 1.376-.8 1.312-.96 2.048-2.4T22.848 16t-.736-3.104-2.048-2.4q-.352-.288-1.376-.8-.672-.352-.672-1.056 0-.448.32-.8t.8-.352q.256 0 .48.096 2.496 1.056 4 3.36T25.152 16zm4.576 0q0 4.096-2.272 7.552t-6.048 5.056q-.224.096-.448.096-.48 0-.8-.352t-.352-.8q0-.64.704-1.056l.384-.192q.256-.128.416-.192.8-.448 1.472-.896 2.176-1.632 3.424-4.064T27.424 16t-1.216-5.152-3.424-4.064q-.672-.48-1.472-.896-.128-.096-.416-.192t-.384-.192q-.704-.416-.704-1.056 0-.48.352-.8t.8-.352q.224 0 .448.096 3.776 1.632 6.048 5.056T29.728 16z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--section {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 10.656c0-1.952 1.6-3.552 3.552-3.552h24.896c1.952 0 3.552 1.6 3.552 3.552v10.688c0 1.952-1.6 3.552-3.552 3.552H3.552A3.565 3.565 0 0 1 0 21.344V10.656zm0-8.864C0 .8.8 0 1.792 0h28.416C31.2 0 32 .8 32 1.792c0 .96-.8 1.76-1.792 1.76H1.792C.8 3.552 0 2.752 0 1.792zm0 28.416c0-.96.8-1.76 1.792-1.76h28.416c.992 0 1.792.8 1.792 1.76C32 31.2 31.2 32 30.208 32H1.792A1.79 1.79 0 0 1 0 30.208z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M0 10.656c0-1.952 1.6-3.552 3.552-3.552h24.896c1.952 0 3.552 1.6 3.552 3.552v10.688c0 1.952-1.6 3.552-3.552 3.552H3.552A3.565 3.565 0 0 1 0 21.344V10.656zm0-8.864C0 .8.8 0 1.792 0h28.416C31.2 0 32 .8 32 1.792c0 .96-.8 1.76-1.792 1.76H1.792C.8 3.552 0 2.752 0 1.792zm0 28.416c0-.96.8-1.76 1.792-1.76h28.416c.992 0 1.792.8 1.792 1.76C32 31.2 31.2 32 30.208 32H1.792A1.79 1.79 0 0 1 0 30.208z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--map {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32'%3E%3Cpath d='M8 3.2q3.328 0 5.664 2.336T16 11.2q0 3.392-1.984 7.776t-4.032 7.136L8 28.8q-.32-.384-.864-1.12t-1.92-2.848-2.432-4.16-1.92-4.704T0 11.2q0-3.328 2.336-5.664T8 3.2zm0 12.416q1.792 0 3.072-1.28t1.28-3.072-1.28-3.04T8 6.976 4.96 8.224t-1.248 3.04 1.248 3.072T8 15.616z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32'%3E%3Cpath d='M8 3.2q3.328 0 5.664 2.336T16 11.2q0 3.392-1.984 7.776t-4.032 7.136L8 28.8q-.32-.384-.864-1.12t-1.92-2.848-2.432-4.16-1.92-4.704T0 11.2q0-3.328 2.336-5.664T8 3.2zm0 12.416q1.792 0 3.072-1.28t1.28-3.072-1.28-3.04T8 6.976 4.96 8.224t-1.248 3.04 1.248 3.072T8 15.616z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--comments {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M22.4 4.8q1.344 0 2.272.928T25.6 8v11.2q0 1.28-.928 2.24t-2.272.96H16v4.8l-6.4-4.8H3.2q-1.28 0-2.24-.96T0 19.2V8q0-1.344.96-2.272T3.2 4.8h19.2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M22.4 4.8q1.344 0 2.272.928T25.6 8v11.2q0 1.28-.928 2.24t-2.272.96H16v4.8l-6.4-4.8H3.2q-1.28 0-2.24-.96T0 19.2V8q0-1.344.96-2.272T3.2 4.8h19.2z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--rating {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M29.728 11.552q0 .384-.48.864l-6.464 6.304 1.536 8.928v.384q0 .352-.192.608t-.544.288q-.32 0-.704-.224l-8.032-4.224-8 4.224q-.384.224-.736.224t-.544-.288-.192-.608q0-.128.032-.384l1.536-8.928-6.496-6.304Q0 11.936 0 11.552q0-.672.992-.832l8.96-1.28 4.032-8.128q.352-.736.864-.736t.896.736l4 8.128 8.96 1.28q1.024.16 1.024.832z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32'%3E%3Cpath d='M29.728 11.552q0 .384-.48.864l-6.464 6.304 1.536 8.928v.384q0 .352-.192.608t-.544.288q-.32 0-.704-.224l-8.032-4.224-8 4.224q-.384.224-.736.224t-.544-.288-.192-.608q0-.128.032-.384l1.536-8.928-6.496-6.304Q0 11.936 0 11.552q0-.672.992-.832l8.96-1.28 4.032-8.128q.352-.736.864-.736t.896.736l4 8.128 8.96 1.28q1.024.16 1.024.832z'/%3E%3C/svg%3E")
}

.jw-element-carousel .jw-element-carousel__icon.jw-element-carousel__icon--share {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M20.8 20.8q1.984 0 3.392 1.376T25.6 25.6q0 1.984-1.408 3.392T20.8 30.4t-3.392-1.408T16 25.6q0-.192.032-.448t.032-.384l-8.32-4.992Q6.4 20.8 4.8 20.8q-1.984 0-3.392-1.408T0 16t1.408-3.392T4.8 11.2q1.728 0 2.944.96l8.32-4.992q0-.128-.032-.384T16 6.4q0-1.984 1.408-3.392T20.8 1.6t3.392 1.376T25.6 6.4q0 1.984-1.408 3.392T20.8 11.2q-1.664 0-2.88-1.024l-8.384 4.992q.064.256.064.832 0 .512-.064.768l8.384 4.992q1.152-.96 2.88-.96z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32'%3E%3Cpath d='M20.8 20.8q1.984 0 3.392 1.376T25.6 25.6q0 1.984-1.408 3.392T20.8 30.4t-3.392-1.408T16 25.6q0-.192.032-.448t.032-.384l-8.32-4.992Q6.4 20.8 4.8 20.8q-1.984 0-3.392-1.408T0 16t1.408-3.392T4.8 11.2q1.728 0 2.944.96l8.32-4.992q0-.128-.032-.384T16 6.4q0-1.984 1.408-3.392T20.8 1.6t3.392 1.376T25.6 6.4q0 1.984-1.408 3.392T20.8 11.2q-1.664 0-2.88-1.024l-8.384 4.992q.064.256.064.832 0 .512-.064.768l8.384 4.992q1.152-.96 2.88-.96z'/%3E%3C/svg%3E")
}

.table {
    border: 3px solid #8bc53e;
    border-top: 0;
    width: 100%
}

.table td,
.table th {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 4px 8px
}

.table td:first-child,
.table th:first-child {
    border-left: 0;
    text-align: left
}

.table td:nth-child(2n),
.table th:nth-child(2n) {
    background: #f7f7f7
}

.table .table-heading th {
    background: #8bc53e;
    border: 0;
    color: #fff
}

.table .icon {
    color: #8bc53e
}

.table .icon.text-danger {
    color: #e9454b
}

.table .icon.text-success {
    color: #8bc53e
}

@media (max-width:380px) {
    .table {
        margin: 0 -10px;
        width: auto
    }
}

@media (max-width:330px) {
    .table {
        border-left: 0;
        border-right: 0;
        margin: 0 -15px;
        width: auto
    }
}

@media (min-width:480px) {

    .table td,
    .table th {
        padding: 10px 19px
    }

    .table th {
        padding: 5px 14px
    }
}

.large-how-list {
    counter-reset: count-steps;
    list-style: none;
    padding: 0
}

.large-step {
    counter-increment: count-steps;
    position: relative;
    text-align: left
}

@media (min-width:768px) {
    .large-step {
        align-items: baseline;
        display: flex;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto
    }

    .large-step:before {
        grid-column: 2;
        grid-row: 1
    }

    .large-step:nth-child(2):before {
        transition-delay: .1s
    }

    .large-step:nth-child(3):before {
        transition-delay: .2s
    }
}

.large-step+.large-step {
    margin-top: 40px
}

@media (min-width:768px) {
    .large-step+.large-step {
        margin-top: 100px
    }

    @supports (display:grid) {
        .large-step+.large-step {
            margin-top: 40px
        }
    }
}

.large-step__image {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .large-step__image {
        flex: 1 1 50%;
        grid-column: 1/span 2;
        grid-row: 1;
        margin: 0;
        order: -1;
        text-align: center
    }
}

.large-step__image img {
    height: 6em;
    width: auto
}

@media (min-width:768px) {
    .large-step__image img {
        height: auto;
        max-width: 15em
    }
}

@media (min-width:992px) {
    .large-step__image img {
        max-width: 20em
    }
}

@media (min-width:1200px) {
    .large-step__image img {
        height: 200px;
        max-width: 100%
    }
}

.large-step__content {
    position: relative
}

@media (width >=768px) {
    .large-step__content {
        flex: 1 1 50%;
        grid-column: 3;
        grid-row: 1;
        padding: 0 30px
    }
}

.large-step__content .jw-list {
    margin-left: calc(3em + 10px)
}

@media (width >=768px) {
    .large-step__content .jw-list {
        margin-left: 0
    }
}

.large-step__content .jw-list li {
    list-style-type: disc;
    padding: 0
}

@media (max-width:767px) {
    .large-step__content:not(:last-child):after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' clip-rule='evenodd' viewBox='0 0 35 291'%3E%3Cpath fill='none' stroke='%23ececec' stroke-width='6.67' d='M17.835 3.335v284.322l-14.5-15.967 14.5 15.967 13.5-15.967'/%3E%3C/svg%3E");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -1em;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 3.5em;
        width: 2em
    }
}

.large-step__arrow {
    display: none
}

.large-step__arrow path {
    fill: currentColor;
    opacity: .15
}

@supports (display:grid) {
    @media (min-width:768px) {
        .large-step__arrow {
            align-self: end;
            display: block;
            grid-column: 2;
            grid-row: 1;
            margin: 7em 0 -2em -2em;
            width: 2em
        }
    }

    @media (min-width:1200px) {
        .large-step__arrow {
            margin: 10em 0 -4em -2em
        }
    }
}

@media (min-width:768px) {
    .large-step--opposite .large-step__content {
        grid-column: 1
    }

    .large-step--opposite .large-step__image {
        grid-column: 3;
        order: 2
    }

    .large-step--opposite .large-step__arrow {
        margin-left: 2em
    }
}

.large-step:before,
.large-step__content .heading-section:before {
    background: #bbbebf;
    border-radius: 100%;
    color: #fff;
    content: counter(count-steps);
    display: inline-block;
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 700;
    height: 2em;
    line-height: 2em;
    text-align: center;
    transition: background-color .2s ease;
    width: 2em
}

.large-step:before {
    height: 2em;
    line-height: 2em;
    width: 2em
}

@media (max-width:767px) {
    .large-step:before {
        display: none
    }
}

.large-step__content .heading-section:before {
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 10px;
    width: 1.5em
}

@media (min-width:768px) {
    .large-step__content .heading-section:before {
        display: none
    }
}

.large-step--viewed .large-step__content .heading-section:before,
.large-step--viewed:before {
    background: #8bc53e
}

.splide__list {
    flex-wrap: nowrap
}

.splide__spinner {
    border-color: #c3c5c7
}

.splide__pagination {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    width: 100%
}

.splide__pagination__page {
    background: #c3c5c7;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: .8em;
    padding: 0;
    width: .8em
}

.splide__pagination__page.is-active {
    background: #3596d1
}

.splide__arrow {
    background: none;
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.splide__arrow[disabled] {
    opacity: 0
}

.splide__arrow svg {
    height: 20px;
    opacity: .5;
    width: 20px
}

.splide__arrow path {
    fill: #7d7d7d
}

.splide__arrow--prev {
    left: 0
}

.splide__arrow--prev svg {
    transform: rotate(180deg)
}

.splide__arrow--next {
    right: 0
}

.check-wrap {
    overflow: hidden;
    position: relative
}

.check,
.check-wrap {
    display: inline-block
}

.check {
    background: #8bc53e;
    background: rgba(139, 197, 62, .9);
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all .2s ease-out;
    width: 100px
}

.check-wrap.is-checked .check {
    margin-top: -50px;
    opacity: 1;
    top: 50%
}

@media (max-width:767px) {
    .check {
        display: none
    }
}

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    cursor: pointer;
    display: none;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

.modal.fade {
    opacity: 0;
    transform: scale(.9);
    transition: opacity .2s ease-out, transform .3s ease-out
}

.modal.fade.in {
    opacity: 1;
    transform: scale(1)
}

.modal-backdrop {
    animation: modal-backdrop-open .3s ease;
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400
}

.modal-backdrop.fade.in {
    opacity: .8
}

@keyframes modal-backdrop-open {
    0% {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

.modal-content {
    margin: 50px auto;
    max-width: 500px;
    position: relative;
    transform: translateZ(0);
    width: 90%
}

.modal-content:after,
.modal-content:before {
    content: " ";
    display: table
}

.modal-content:after {
    clear: both
}

@media (min-width:768px) {
    .modal-content {
        max-width: 60em
    }
}

.modal-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 19px;
    opacity: .6;
    position: absolute;
    right: 15px;
    top: 15px
}

.modal-close:hover {
    opacity: .8
}

.signup-modal .modal-close {
    color: inherit;
    z-index: 10
}

.modal-open {
    overflow: hidden !important
}

.modal-open .modal,
.modal-open .modal-backdrop {
    display: block
}

.modal-open .signup-modal {
    display: flex
}

.signup-modal {
    background: #ececf0;
    flex-direction: column
}

.signup-modal .modal-content {
    margin: auto;
    padding: 50px 0 0
}

@media (max-width:767px) {
    .signup-modal .modal-content {
        height: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        width: 100% !important
    }
}

@media (min-width:768px) {
    .signup-modal .modal-content {
        margin: 0;
        max-width: none;
        min-height: 100%;
        padding: 20px;
        width: 100%
    }
}

.signup-modal .modal-close {
    margin: 0;
    padding: 10px;
    right: 0;
    top: 0
}

@media (min-width:768px) {
    .signup-modal .modal-close {
        right: 20px;
        top: 20px;
        z-index: 10
    }

    .signup-modal--sign-up-left .modal-close {
        color: #fff;
        font-size: 1.5em;
        opacity: 1
    }
}

.bounce-button.is-bounce {
    animation: bounce .6s alternate
}

@media (prefers-reduced-motion:reduce) {
    .bounce-button.is-bounce {
        animation: none
    }
}

@keyframes bounce {

    0%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.color-wheel-wrap {
    display: inline-block;
    margin-top: 21px;
    position: relative
}

.color-wheel-dot-wrap {
    height: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.color-wheel-dot {
    background-color: #e31f21;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 20px
}

.color-wheel-color {
    height: 45px;
    left: 73px;
    position: absolute;
    top: 81px;
    width: 55px
}

.color-wheel {
    position: relative
}

.avatar {
    border: 3px solid #dedee5;
    border-radius: 50%
}

.avatar[onclick] {
    cursor: pointer
}

.avatar-btn {
    margin-top: 10px
}

.avatar-wrap {
    margin: 10px 0
}

.avatar-title {
    margin-bottom: 5px;
    margin-top: 15px
}

.avatar-subtitle {
    font-style: italic
}

.trust-slider {
    padding: 0 40px
}

@media (max-width:767px) {
    .trust-slider {
        padding: 0 20px
    }
}

.trust-slider--narrower {
    max-width: 1000px
}

.trust-slider .splide__list {
    flex-wrap: wrap
}

.trust-review {
    background-color: #f5f5f6;
    background: #fff;
    border: 1px solid #e3e4e4;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
    height: 100%;
    margin: 0;
    min-height: 20px;
    padding: 19px;
    position: relative;
    text-align: left
}

.trust-review blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.trust-review__head {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px
}

.trust-review__head>* {
    flex: 1 1 50%
}

.trust-review__head img {
    max-width: 7em
}

.trust-review__head small {
    color: #7d7d7d;
    line-height: 1.3;
    padding-left: 10px;
    text-align: right
}

.trust-review__title {
    line-height: 1.6
}

.testimonial {
    display: flex;
    flex-direction: column;
    height: 100%
}

.trust-summary {
    margin: 0 auto
}

@media (min-width:992px) {
    .trust-summary {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        font-size: 19px;
        max-width: 970px
    }

    .trust-slider+.trust-summary {
        margin-top: 15px
    }
}

.trust-summary--narrower {
    max-width: 820px
}

.trust-summary--small {
    justify-content: center;
    margin-top: 20px
}

.hero--align-left .trust-summary--small {
    justify-content: left
}

.trust-summary--small .trust-summary__meta {
    color: inherit
}

.trust-summary__credits,
.trust-summary__description,
.trust-summary__meta,
.trust-summary__stars {
    flex-basis: 100%;
    margin: 0 5px
}

@media (min-width:992px) {

    .trust-summary__credits,
    .trust-summary__description,
    .trust-summary__meta,
    .trust-summary__stars {
        flex: 0 1 auto;
        margin: 0 10px
    }
}

.trust-summary__description {
    font-size: 24px
}

.trust-summary__stars {
    align-self: center;
    display: block;
    margin-top: 5px
}

@media (min-width:992px) {
    .trust-summary__stars {
        margin-top: 0
    }
}

.trust-summary__stars img {
    width: 10em
}

@media (min-width:992px) {
    .trust-summary__stars img {
        width: 8em
    }
}

.trust-summary__meta {
    color: #7d7d7d;
    margin-top: 15px
}

@media (min-width:992px) {
    .trust-summary__meta {
        color: inherit;
        margin-top: 0
    }
}

.trust-credits,
.trust-summary__credits {
    align-items: flex-end;
    color: #7d7d7d;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-top: 5px
}

@media (min-width:992px) {

    .trust-credits,
    .trust-summary__credits {
        color: inherit;
        margin: 0 0 0 auto
    }
}

.trust-credits img,
.trust-summary__credits img {
    margin: 0 0 3px 5px
}

.reviews .trust-summary {
    margin-bottom: 60px
}

.review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    max-width: 40em;
    text-align: left
}

.review__stars {
    align-self: center;
    flex: 0 1 auto;
    width: 168px
}

.review__content {
    flex: 0 0 100%;
    margin-top: 20px
}

.review__time {
    color: #7d7d7d;
    margin: auto 0 auto auto;
    padding: 10px 0 10px 10px
}

.fb-like-box {
    width: 100% !important
}

.fb-like-box iframe,
.fb-like-box span {
    position: relative !important;
    width: 100% !important
}

.quote {
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    text-align: left
}

.quote--spacious {
    margin-bottom: 50px;
    margin-top: 50px
}

@media (min-width:768px) {
    .quote {
        font-size: 30px
    }

    .quote--small {
        font-size: 19px;
        margin: 0 auto;
        max-width: 600px
    }
}

@media (min-width:992px) {
    .quote--spacious {
        margin-left: -2em
    }
}

.quote:before {
    content: "“";
    left: -.25em;
    position: absolute
}

.quote:after {
    content: "”";
    margin-left: -.125em
}

.quote:after,
.quote:before {
    color: #d5d6d7;
    display: inline-block;
    transform: scale(1.5);
    transform-origin: 50% 40%
}

.jw-rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 1em
}

.jw-rating .jw-rating__star {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none'%3E%3Cpath fill='%23FABD11' d='m11.3.416 2.47 7.6h7.992l-6.465 4.698 2.47 7.601-6.466-4.697-6.466 4.697 2.47-7.6L.839 8.016h7.992l2.47-7.601Z'/%3E%3C/svg%3E");
    height: 22px;
    width: 22px
}

.jw-rating .jw-rating__text {
    font-size: .85em;
    margin-block: 0;
    margin-inline: .5em
}

.jw-rating .jw-rating__text strong {
    font-size: clamp(1.5rem, calc(1rem + 1.2vw), 1.9rem);
    margin-inline: .1em
}

.jw-rating .jw-rating__text a {
    color: gray;
    text-decoration: none
}

.jw-rating .jw-rating__text a:hover {
    text-decoration: underline
}

.overview-container {
    margin: 0 -15px
}

.overview-card {
    float: left;
    padding: 0 15px
}

.overview-card .card:hover .explore-link-wrap {
    opacity: 1
}

.overview-card-inner {
    position: relative
}

.overview-link {
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 15%
}

.overview-link:focus,
.overview-link:hover {
    color: #fff;
    text-decoration: none
}

.overview-btn {
    margin-top: 5px
}

.overview-nav {
    float: right;
    list-style: none;
    margin: 0 15px 15px;
    padding: 0
}

.overview-nav li {
    display: block;
    float: left;
    margin-right: 5px
}

.overview-nav li:after {
    content: "-";
    margin-left: 5px
}

.overview-nav li:last-child:after {
    content: ""
}

.overview-nav li.is-active a {
    text-decoration: underline
}

.overview-nav a {
    color: #2c3235
}

@media (min-width:480px) {
    .overview-card {
        width: 50%
    }

    .overview-link {
        margin-top: 12%
    }
}

@media (min-width:992px) {
    .overview-card {
        width: 33.33%
    }

    .overview-link {
        margin-top: 40px
    }
}

@media (min-width:1200px) {
    .overview-link {
        margin-top: 60px
    }
}

.is-desktop .touch-show,
.is-touch-device.is-mobile .touch-hide {
    display: none !important
}

.is-visible-logged-in,
.is-visible-logged-in--flex {
    display: none
}

.is-logged-in .is-visible-logged-in {
    display: block !important
}

.is-logged-in .is-visible-logged-in--flex {
    display: flex !important
}

.is-logged-in .is-visible-logged-out {
    display: none !important
}

.about-row {
    background: #fff;
    display: flex;
    flex-direction: column
}

.about-row__image-container {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 66%;
    position: relative
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .about-row__image-container {
        background-image: none !important
    }
}

.about-row__image {
    display: none;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .about-row__image {
        display: block;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about-row__body {
    padding: 30px 15px;
    text-align: left
}

.about-row__body h2 {
    margin-top: 0
}

@media (min-width:768px) {
    .about-row {
        flex-direction: row
    }

    .about-row__body,
    .about-row__image-container {
        flex: 0 0 50%;
        max-width: 50%
    }

    .about-row__image-container {
        padding-bottom: 40%
    }

    .about-row__body {
        align-self: center;
        padding: 5rem
    }

    .about-row:nth-child(2n) .about-row__image-container {
        order: 1
    }
}

.lazy-vimeo--loading .lazy-vimeo-placeholder img {
    filter: blur(4px)
}

.lazy-vimeo--loading .lazy-vimeo-play .icon:before {
    animation: spin-loader .5s linear infinite;
    display: inline-block
}

@keyframes spin-loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.lazy-vimeo .lazy-vimeo-placeholder,
.lazy-vimeo .lazy-vimeo-video {
    background: #fff;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0
}

.lazy-vimeo .lazy-vimeo-thumbnail {
    height: 100%;
    width: 100%
}

.lazy-vimeo .lazy-vimeo-play {
    background-color: rgba(23, 35, 34, .75);
    border: none;
    border-radius: 5px;
    bottom: 8px;
    color: #fff;
    font-size: 25px;
    left: 8px;
    padding: 3px 22px;
    position: absolute
}

.lazy-vimeo .lazy-vimeo-play:hover {
    background-color: #469fd5
}

.lazy-vimeo .lazy-vimeo-play--center {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%)
}

.compare-table {
    border: 0;
    table-layout: fixed;
    width: 100%
}

.compare-table td,
.compare-table th {
    background: #fff;
    border-bottom: 0;
    border-left: 1px solid #e3e4e4;
    border-top: 1px solid #e3e4e4;
    padding: 6px 12px;
    transition: background-color .1s ease
}

.compare-table td:not(.compare-table__cell--highlighted):last-child,
.compare-table th:not(.compare-table__cell--highlighted):last-child {
    border-right: 1px solid #e3e4e4
}

.compare-table th {
    font-weight: 400
}

.compare-table tbody:last-child td,
.compare-table tbody:last-child th {
    border-bottom: 1px solid #e3e4e4
}

.compare-table tbody:last-child .compare-table__cell--highlighted {
    border-bottom: 3px solid #7bb035
}

.compare-table__row--banner td,
.compare-table__row--banner th {
    background: none;
    border: 0;
    border-bottom: 1px solid #e3e4e4;
    padding: 4px 8px 3px
}

.compare-table__row--banner td:not(.compare-table__cell--highlighted):last-child,
.compare-table__row--banner th:not(.compare-table__cell--highlighted):last-child {
    border-right: 0
}

.compare-table__row--banner .compare-table__cell--empty {
    border-bottom: 0
}

.compare-table__row--banner .compare-table__cell--highlighted {
    background: #7bb035;
    border-color: #7bb035;
    border-left-width: 3px;
    border-right-width: 3px;
    color: #fff;
    font-weight: 600
}

.compare-table__row--price td,
.compare-table__row--price th {
    padding: 0;
    vertical-align: top
}

.compare-table__row--feature:hover td,
.compare-table__row--feature:hover th {
    background: #f7f7f7
}

.compare-table .compare-table__cell--empty {
    background: transparent;
    border-left: 0
}

.compare-table .compare-table__cell--label {
    background: #f7f7f7;
    color: #8c8c8c;
    font-size: 14px;
    text-transform: uppercase
}

.compare-table .compare-table__cell--description {
    color: #7d7d7d;
    text-align: left
}

.compare-table .compare-table__cell--description[colspan] {
    background: #2c3235;
    color: #fff;
    text-align: left
}

.compare-table .compare-table__cell--description .icon {
    color: #acacad;
    margin-left: auto
}

.compare-table .compare-table__cell--highlighted {
    border-left: 3px solid #7bb035;
    border-right: 3px solid #7bb035
}

.compare-table .compare-table__cell--success .icon {
    color: #7bb035
}

.compare-table .compare-table__cell--grey .icon {
    color: #d0d0d2
}

.compare-table .compare-table__cell--error .icon {
    color: #e73339
}

.compare-table tbody:last-child .compare-table__cell--empty {
    border-bottom: 0
}

.compare-table tbody:not(:last-child) .compare-table__cell--empty {
    border-top: 0
}

.compare-table__feature {
    align-items: flex-start;
    display: flex
}

.compare-table .icon-big {
    font-size: 1.2em;
    line-height: .83333333em;
    vertical-align: middle
}

@media (max-width:767px) {

    .compare-table--mobile-feature-list,
    .compare-table--mobile-feature-list tbody,
    .compare-table--mobile-feature-list thead,
    .compare-table--mobile-feature-list tr {
        display: block
    }

    .compare-table--mobile-feature-list td {
        background: none !important;
        border: none;
        display: none;
        padding: 0
    }

    .compare-table--mobile-feature-list .compare-table__cell--label {
        color: inherit;
        display: block;
        font-family: Proxima Nova, Segoe UI, Arial, sans-serif;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 12.5px;
        margin-top: 25px;
        text-transform: none
    }

    .compare-table--mobile-feature-list .compare-table__cell--label .small,
    .compare-table--mobile-feature-list .compare-table__cell--label small {
        color: #424c51;
        font-size: 65%;
        font-weight: 400;
        line-height: 1
    }

    .compare-table--mobile-feature-list .compare-table__cell--label~.compare-table__cell--label {
        display: none
    }

    .compare-table--mobile-feature-list .compare-table__row--feature .compare-table__cell--description {
        color: inherit;
        display: block;
        margin: 0 0 8px;
        text-align: center
    }
}

.compare-table .pricing-block {
    padding-left: 10px;
    padding-right: 10px
}

.social-links {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.social-links__item {
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    font-size: 2.05rem;
    height: 1.75em;
    justify-content: center;
    margin: 0 5px 5px 0;
    transition: background-color .15s ease;
    width: 1.75em
}

.social-links__item,
.social-links__item:focus,
.social-links__item:hover {
    color: #fff;
    text-decoration: none
}

.social-links__item--twitter {
    background: #000
}

.social-links__item--twitter:focus,
.social-links__item--twitter:hover {
    background: #333
}

.social-links__item--youtube {
    background: red
}

.social-links__item--youtube:focus,
.social-links__item--youtube:hover {
    background: #f66
}

.social-links__item--pinterest {
    background: #df0621
}

.social-links__item--pinterest:focus,
.social-links__item--pinterest:hover {
    background: #ec6a7a
}

.social-links__item--facebook {
    background: #3b5998
}

.social-links__item--facebook:focus,
.social-links__item--facebook:hover {
    background: #627aad
}

.social-links__item--instagram {
    background: #f00975
}

.social-links__item--instagram:focus,
.social-links__item--instagram:hover {
    background: #f5539e
}

.social-links__item--linkedin {
    background: #0072b1
}

.social-links__item--linkedin:focus,
.social-links__item--linkedin:hover {
    background: #4d9cc8
}

.social-links__item [class^=icon-] {
    display: inline-flex
}

.timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.timer__value {
    margin-left: .25em
}

.floating-label {
    --button-size: 38px;
    position: relative
}

.floating-label .signup-input:-moz-placeholder-shown {
    padding-bottom: 16.5px;
    padding-top: 16.5px
}

.floating-label .signup-input:placeholder-shown {
    padding-bottom: 16.5px;
    padding-top: 16.5px
}

.floating-label .signup-input:not(:-moz-placeholder-shown) {
    padding-bottom: 7.75px;
    padding-top: 25.25px
}

.floating-label .signup-input:not(:placeholder-shown) {
    padding-bottom: 7.75px;
    padding-top: 25.25px
}

.floating-label label {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.floating-label .signup-input:-moz-placeholder-shown~label,
.floating-label .signup-input:not(:-moz-placeholder-shown)~label {
    clip: auto;
    color: #65747b;
    display: flex;
    font-weight: 400;
    height: auto;
    left: 15px;
    margin: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(50%);
    transform-origin: 0 0;
    -moz-transition: transform 50ms ease;
    transition: transform 50ms ease;
    width: auto;
    z-index: 1
}

.floating-label .signup-input:not(:placeholder-shown)~label,
.floating-label .signup-input:placeholder-shown~label {
    clip: auto;
    color: #65747b;
    display: flex;
    font-weight: 400;
    height: auto;
    left: 15px;
    margin: 0;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(50%);
    transform-origin: 0 0;
    transition: transform 50ms ease;
    width: auto;
    z-index: 1
}

.floating-label .signup-input:-moz-placeholder-shown~label:after,
.floating-label .signup-input:not(:-moz-placeholder-shown)~label:after {
    content: "\003a"
}

.floating-label .signup-input:not(:placeholder-shown)~label:after,
.floating-label .signup-input:placeholder-shown~label:after {
    content: "\003a"
}

.floating-label .signup-input:not(:-moz-placeholder-shown)~label {
    opacity: 1;
    transform: translateY(3px) scale(.9)
}

.floating-label .signup-input:not(:placeholder-shown)~label {
    opacity: 1;
    transform: translateY(3px) scale(.9)
}

.floating-label .signup-input:not(:-moz-placeholder-shown):focus~label {
    color: #1a5172
}

.floating-label .signup-input:not(:placeholder-shown):focus~label {
    color: #1a5172
}

.floating-label .signup-input:not(:-moz-placeholder-shown).is-error~label {
    color: #b7161c
}

.floating-label .signup-input:not(:placeholder-shown).is-error~label {
    color: #b7161c
}

.floating-label__icon-button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #7d7d7d;
    font-size: 17px;
    height: var(--button-size);
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    width: var(--button-size);
    z-index: 1
}

.floating-label__icon-button>i:before {
    margin: 0;
    width: auto
}

.floating-label__icon-button:focus,
.floating-label__icon-button:hover {
    background-color: rgba(55, 63, 67, .1);
    color: #373f43
}

.floating-label__icon-button:active {
    background-color: rgba(55, 63, 67, .15);
    color: #373f43
}

.floating-label__icon-button:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px
}

.floating-label__icon-button:focus:not(:focus-visible) {
    outline: none
}

.floating-label--has-icon .signup-input {
    padding-right: calc(14px + var(--button-size))
}

.perks {
    list-style: none;
    padding-left: 0
}

.perk {
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 100%
}

@media (min-width:768px) {
    .perk {
        align-items: center;
        display: flex;
        max-width: 970px
    }
}

.perk+.perk {
    margin-top: 50px
}

@media (min-width:768px) {
    .perk+.perk {
        margin-top: 75px
    }
}

.perk--spacious+.perk--spacious {
    margin-top: 75px
}

@media (min-width:768px) {
    .perk--spacious+.perk--spacious {
        margin-top: 150px
    }
}

@media (max-width:767px) {
    .perk__image {
        margin-bottom: 20px;
        max-width: 10em
    }
}

@media (min-width:768px) {
    .perk__image {
        display: flex;
        flex-basis: 40%;
        justify-content: center
    }

    .perk--opposite .perk__image {
        order: 2
    }
}

.perk__image img {
    max-width: 100%
}

@media (min-width:768px) {
    .perk__content {
        flex-basis: 60%;
        margin-left: 75px;
        padding-right: 75px
    }
}

.perk__content h2 {
    margin-top: 0
}

@media (min-width:768px) {

    .perk--wide .perk__content,
    .perk--wide .perk__image {
        margin-left: 0;
        padding-right: 0
    }

    .perk--wide.perk--opposite .perk__content,
    .perk--wide:not(.perk--opposite) .perk__image {
        padding-right: 50px
    }

    .perks--columns {
        display: flex;
        flex-wrap: wrap
    }
}

.perks--columns .perk {
    flex-direction: column
}

@media (min-width:768px) {
    .perks--columns .perk {
        padding: 0 75px;
        width: 50%
    }

    .perks--columns .perk+.perk:not(.perk--opposite) {
        margin-top: -25px
    }

    .perks--columns .perk--opposite {
        margin-top: 150px
    }
}

.perks--columns .perk--opposite .perk__image {
    order: 0
}

@media (min-width:768px) {
    .perks--columns .perk__content {
        margin: 0;
        padding: 0
    }

    .perks--columns .perk__image {
        margin-bottom: 30px;
        width: 100%
    }
}

.perks--columns .perk__image img {
    filter: drop-shadow(0 3.1408px 3.1408px rgba(0, 0, 0, .25))
}

@media (min-width:768px) {
    .perks--columns .perk__image img {
        max-height: 200px
    }
}

.contact-image {
    border-radius: 5px;
    display: inline-flex;
    overflow: hidden
}

.contact-image img {
    max-height: 210px;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-image img:first-child {
    flex-shrink: 1;
    margin-right: 8px;
    min-width: 0;
    -o-object-position: 20% center;
    object-position: 20% center
}

.hero {
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative
}

.hero:after,
.hero:before {
    display: none
}

@media (max-width:767px) {
    .hero {
        overflow: hidden
    }
}

.hero__image {
    background: #000;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__image img,
.hero__image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.hero__image img {
    opacity: .35
}

.hero__image.hero_image--gaze img {
    opacity: .6
}

.hero__content {
    margin: auto;
    max-width: 1170px;
    padding: 0 10px;
    width: 100%;
    z-index: 1
}

@media (min-width:992px) {
    .hero__content {
        grid-column-gap: 30px;
        align-items: center;
        display: flex;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .hero__content--no-media {
        grid-template-columns: 3fr 2fr
    }
}

@media (min-width:992px) and (max-height:599px) {
    .hero__content {
        align-items: flex-start
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hero__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.hero__content>* {
    justify-content: center;
    text-align: center
}

@media (min-width:992px) {
    .hero__content>* {
        flex: 1 1 50%
    }
}

.hero__content>:only-child {
    grid-column: 1/span 2;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:992px) {
    .hero__content>:first-child:not(:only-child) {
        justify-content: flex-start;
        text-align: left
    }

    .hero__content>:last-child:not(:only-child) {
        justify-content: flex-end;
        text-align: right
    }
}

@media (max-width:991px) {
    .hero__content>*+* {
        margin-top: 50px
    }
}

.hero__content .media>* {
    margin-left: auto;
    max-width: 25em
}

@media (min-width:768px) {
    .hero__content .media>* {
        margin-right: auto;
        max-width: 35em
    }
}

.hero__content .embed-responsive-border {
    background: #000;
    border: 8px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2)
}

@media (max-width:767px) {
    .hero__content .btn-success {
        --shadow-color: rgba(0, 0, 0, .5);
        box-shadow: .25em .25em 1em rgba(0, 0, 0, .5);
        box-shadow: .25em .25em 1em var(--shadow-color)
    }

    .hero__content .btn-success:hover {
        --shadow-color: rgba(0, 0, 0, .75)
    }
}

@media (min-width:768px) {
    .set-navbar-background-to-gray .navbar-bg {
        background: #373f43
    }
}

.hero-landing-editor {
    --font-size-h1: clamp(2.86rem, calc(1rem + 8.4933vw), 6.38rem);
    --font-size-h2: clamp(1.4rem, calc(1rem + 1.69vw), 3rem);
    --font-size-usp: clamp(1.296rem, calc(0.95rem + 1.69vw), 1.9rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2890' height='1626' fill='none' preserveAspectRatio='none'%3E%3Cpath fill='%23F5F5F7' fill-rule='evenodd' d='M2889.07.893H.067V1625.06c455.247-145.58 940.446-224.17 1444.003-224.17 503.92 0 989.46 78.71 1445 224.49V.893Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50% -90%;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    color: #2c3235;
    padding-bottom: 1em
}

@media (width < 768px) {
    .hero-landing-editor {
        background-size: 200% 80%
    }
}

.hero-landing-editor .tagline {
    text-wrap: balance;
    padding-top: max(2em, 6vmin) !important;
    padding-inline: clamp(1em, calc(1.5rem + 1.4vw), 8.5rem)
}

.hero-landing-editor .tagline h1.tagline__title {
    font-size: var(--font-size-h1)
}

.hero-landing-editor .tagline h2.tagline__subtitle {
    font-size: var(--font-size-h2)
}

.hero-landing-editor .tagline .tagline__buttons {
    margin-top: 0
}

.hero-landing-editor .tagline .tagline__buttons button.hero-landing-editor__cta {
    font-size: clamp(1.3rem, calc(.95rem + 1.69vw), 1.9rem);
    height: calc(var(--height) - var(--padding)*2);
    text-shadow: unset;
    transition: scale .3s
}

.hero-landing-editor .tagline .tagline__buttons button.hero-landing-editor__cta:hover {
    scale: 1.03
}

.hero-landing-editor .tagline .tagline__buttons p {
    color: #858c8e;
    font-size: clamp(11px, calc(.63rem + .51vw), 1.6rem);
    margin: .8em
}

.hero-landing-editor .tagline .tagline__buttons p a {
    color: #7d989b
}

.hero-landing-editor .tagline .tagline__buttons p a:hover {
    color: #565b5d
}

.hero-landing-editor .tagline .tagline__usps {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-size-usp);
    justify-content: center
}

@media (width < 400px) {

    .hero-landing-editor .tagline .tagline__usps,
    .hero-landing-editor .tagline .tagline__usps>* {
        flex-direction: column
    }
}

@media (min-width:992px) and (min-height:600px) {
    body:not(.is-logged-in) .tagline {
        padding-top: 140px
    }
}

.tagline__subtitle span,
.tagline__title span {
    display: inline-block
}

.tagline__title {
    font-size: 40px;
    letter-spacing: -.0175em;
    margin-top: 0
}

@media (min-width:768px) {
    .tagline__title {
        font-size: 54px
    }
}

.tagline__subtitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    max-width: 28em
}

@media (min-width:768px) {
    .tagline__subtitle {
        font-size: 30px
    }
}

.tagline__buttons {
    margin-top: 20px;
    position: relative
}

@media (min-width:768px) {
    .tagline__buttons {
        margin-top: 35px
    }
}

.tagline__buttons .btn .icon {
    font-size: 1.2rem;
    margin-right: 5px
}

.tagline__usps {
    font-size: 19px;
    justify-content: inherit;
    margin: 20px 0 0;
    text-align: inherit
}

.tagline__usps li {
    flex: 0 1 auto;
    justify-content: inherit;
    margin: 0;
    padding-right: 15px
}

@media (min-width:992px) {
    .tagline__usps.text-center.text-md-left li {
        display: flex
    }
}

.btn {
    border-radius: 100px
}

.btn-group-xs>.btn,
.btn-xs {
    line-height: 1.5;
    margin-bottom: 2px;
    padding: 2px 9px
}

.btn-sso {
    border-radius: 3px
}

@media (max-width:767px) {
    .navbar-nav-signup {
        border-radius: 0
    }
}

.jw-card-container {
    --min-column-width: 300px;
    grid-gap: 2em;
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), 1fr));
    padding-inline: 1em;
    text-align: left
}

.jw-card-container h1,
.jw-card-container h2,
.jw-card-container h3 {
    margin-top: 8px
}

.jw-card {
    --shadow-color: 0deg 0% 90%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 .5px .7px hsla(0, 0%, 90%, .36), 0 1.6px 2px -.8px hsla(0, 0%, 90%, .36), 0 4.1px 5.2px -1.7px hsla(0, 0%, 90%, .36), 0 10px 12.6px -2.5px hsla(0, 0%, 90%, .36);
    box-shadow: 0 .5px .7px hsl(var(--shadow-color)/.36), 0 1.6px 2px -.8px hsl(var(--shadow-color)/.36), 0 4.1px 5.2px -1.7px hsl(var(--shadow-color)/.36), 0 10px 12.6px -2.5px hsl(var(--shadow-color)/.36);
    padding: 2em
}

.jw-card:has(.jw-card__icon) {
    grid-gap: 2em;
    display: grid;
    font-size: .9em;
    gap: 2em;
    grid-template-columns: repeat(2, auto)
}

.jw-card__icon {
    --shadow-color: 0deg 0% 0%;
    border-radius: 10px;
    box-shadow: .7px 1.3px 1.5px -1px rgba(0, 0, 0, .09), 1.7px 3.5px 4px -2.1px rgba(0, 0, 0, .08), 4.4px 8.9px 10.2px -3.1px rgba(0, 0, 0, .07);
    box-shadow: .7px 1.3px 1.5px -1px hsl(var(--shadow-color)/.09), 1.7px 3.5px 4px -2.1px hsl(var(--shadow-color)/.08), 4.4px 8.9px 10.2px -3.1px hsl(var(--shadow-color)/.07)
}

.button-group {
    align-items: flex-start;
    display: inline-flex;
    justify-content: inherit;
    margin-left: -10px
}

@media (min-width:480px) {
    .button-group {
        margin-left: -25px
    }
}

@media (max-width:340px) {
    .button-group .btn-lg {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:380px) {
    .button-group .btn-lg {
        font-size: 16px
    }
}

.button-group__item {
    margin: 10px 0 0 10px
}

@media (min-width:480px) {
    .button-group__item {
        margin-left: 25px
    }
}

.button-group__item .arrow {
    display: block;
    height: 125px;
    margin: 15px 0 10px;
    transform: translateX(50px)
}

@media (max-width:767px) {
    .button-group__item .arrow {
        margin: 0;
        transform: scaleX(-1) translateX(75%) rotate(-20deg)
    }
}

@media (max-width:768px) {
    .button-group__item.has-hero-email-input {
        display: flex;
        flex-direction: column
    }
}

.button-group__item.has-hero-email-input .hero-email-form {
    display: flex
}

.button-group__item.has-hero-email-input .hero-email-form__text {
    font-size: 90%;
    line-height: 1;
    padding: 1rem 25px 1rem 1rem;
    position: absolute;
    top: 6rem;
    width: 100%
}

.button-group__item.has-hero-email-input .signup-input {
    border-radius: 999em;
    margin-bottom: 0;
    margin-right: -5rem;
    padding-right: 5rem
}

@media (min-width:768px) {
    .button-group__item.has-hero-email-input .signup-input {
        width: auto
    }
}

.button-group__item.has-hero-email-input .arrow {
    margin: 50px auto 0
}

@media (max-width:767px) {
    .button-group__item.has-hero-email-input .arrow {
        margin: 3rem 0 0;
        transform: scaleX(-1) translateX(25%) rotate(-20deg)
    }
}

.button-group__item.has-hero-email-input .signup-error {
    margin: 25px 10px;
    position: absolute;
    text-align: left;
    top: 5rem;
    z-index: 1
}

@media (max-width:767px) {
    .button-group__item.has-hero-email-input+.btn {
        display: none
    }
}

@keyframes arrowMoveUp {

    0%,
    50%,
    to {
        transform: translateY(0)
    }

    25%,
    75% {
        transform: translateY(-.35em)
    }
}

.button-group__item .arrow-bounce.is-bounce {
    animation: arrowMoveUp 1s ease-out;
    animation-delay: 2s;
    transform: rotate(1turn)
}

@media (prefers-reduced-motion:reduce) {
    .button-group__item .arrow-bounce.is-bounce {
        animation: none
    }
}

.website-example {
    display: inline-block;
    position: relative
}

.website-example__image {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    opacity: 1 !important
}

.website-example__image--mobile {
    bottom: 0;
    left: -5px;
    position: absolute;
    width: 18vw
}

@media (min-width:768px) {
    .website-example__image--mobile {
        width: auto
    }
}

@media (min-width:992px) {
    .website-example__image--mobile {
        left: -20px
    }
}

.website-example__image--desktop {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .website-example__image--desktop {
        margin-bottom: 20px
    }
}

.country-switch-button {
    all: unset;
    font-weight: 700;
    margin-bottom: 10px
}

.country-switch-button:focus,
.country-switch-button:hover {
    color: hsla(0, 0%, 100%, .8);
    cursor: pointer
}

.country-switch-button .flag-icon,
.country-switch-button .globe-icon {
    margin-right: 10px
}

.country-switch-button .icon-down-open {
    display: inline-block
}

.country-switch-button.is-expanded .icon-down-open {
    transform: scaleY(-1)
}

.country-switch-list {
    font-size: 17px;
    list-style: none;
    margin: 0;
    padding: 5px 0
}

.country-switch-list a {
    align-items: center;
    border-radius: 3px;
    color: inherit;
    display: flex;
    padding: 5px 10px;
    text-decoration: none
}

.country-switch-list a:hover {
    background: rgba(0, 0, 0, .1)
}

.country-switch-list .flag-icon,
.country-switch-list .globe-icon {
    display: flex;
    font-size: inherit;
    justify-content: center;
    margin-right: 10px;
    width: 1.5em
}

.country-switch-list .flag-icon:before,
.country-switch-list .globe-icon:before {
    margin: auto
}

.country-switch-list .flag-icon {
    border: 1px solid #373f43
}

.popover--country-switch .popover-content {
    max-height: 480px;
    overflow-y: auto
}

.popover--country-switch .brand-message {
    background: inherit;
    display: none;
    font-size: 17px;
    height: 100%;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    transition: all .15s ease-in-out;
    width: 100%
}

.popover--country-switch .brand-message__buttons .btn {
    margin: 0 10px 10px 0
}

.popover--country-switch.show-brand-message .brand-message {
    display: block
}

.popover--country-switch.show-brand-message .country-switch-list {
    visibility: hidden
}

.text-with-arrow {
    align-items: center;
    color: #287db1 !important;
    display: inline-flex;
    text-decoration: underline
}

.text-with-arrow:focus,
.text-with-arrow:hover {
    color: #1a5172 !important
}

.text-with-arrow__arrow {
    margin-top: .1em
}

.m-0 {
    margin: 0 !important
}

.p-0 {
    padding: 0 !important
}

.m-1 {
    margin: 5px !important
}

.p-1 {
    padding: 5px !important
}

.m-2 {
    margin: 10px !important
}

.p-2 {
    padding: 10px !important
}

.m-3 {
    margin: 15px !important
}

.p-3 {
    padding: 15px !important
}

.m-4 {
    margin: 20px !important
}

.p-4 {
    padding: 20px !important
}

.m-5 {
    margin: 25px !important
}

.p-5 {
    padding: 25px !important
}

.m-6 {
    margin: 30px !important
}

.p-6 {
    padding: 30px !important
}

.m-7 {
    margin: 35px !important
}

.p-7 {
    padding: 35px !important
}

.m-8 {
    margin: 40px !important
}

.p-8 {
    padding: 40px !important
}

.m-10 {
    margin: 50px !important
}

.p-10 {
    padding: 50px !important
}

.m-15 {
    margin: 75px !important
}

.p-15 {
    padding: 75px !important
}

.m-20 {
    margin: 100px !important
}

.p-20 {
    padding: 100px !important
}

.mx-0 {
    margin-inline: 0 !important
}

.my-0 {
    margin-block: 0 !important
}

.px-0 {
    padding-inline: 0 !important
}

.py-0 {
    padding-block: 0 !important
}

.mx-1 {
    margin-inline: 5px !important
}

.my-1 {
    margin-block: 5px !important
}

.px-1 {
    padding-inline: 5px !important
}

.py-1 {
    padding-block: 5px !important
}

.mx-2 {
    margin-inline: 10px !important
}

.my-2 {
    margin-block: 10px !important
}

.px-2 {
    padding-inline: 10px !important
}

.py-2 {
    padding-block: 10px !important
}

.mx-3 {
    margin-inline: 15px !important
}

.my-3 {
    margin-block: 15px !important
}

.px-3 {
    padding-inline: 15px !important
}

.py-3 {
    padding-block: 15px !important
}

.mx-4 {
    margin-inline: 20px !important
}

.my-4 {
    margin-block: 20px !important
}

.px-4 {
    padding-inline: 20px !important
}

.py-4 {
    padding-block: 20px !important
}

.mx-5 {
    margin-inline: 25px !important
}

.my-5 {
    margin-block: 25px !important
}

.px-5 {
    padding-inline: 25px !important
}

.py-5 {
    padding-block: 25px !important
}

.mx-6 {
    margin-inline: 30px !important
}

.my-6 {
    margin-block: 30px !important
}

.px-6 {
    padding-inline: 30px !important
}

.py-6 {
    padding-block: 30px !important
}

.mx-7 {
    margin-inline: 35px !important
}

.my-7 {
    margin-block: 35px !important
}

.px-7 {
    padding-inline: 35px !important
}

.py-7 {
    padding-block: 35px !important
}

.mx-8 {
    margin-inline: 40px !important
}

.my-8 {
    margin-block: 40px !important
}

.px-8 {
    padding-inline: 40px !important
}

.py-8 {
    padding-block: 40px !important
}

.mx-10 {
    margin-inline: 50px !important
}

.my-10 {
    margin-block: 50px !important
}

.px-10 {
    padding-inline: 50px !important
}

.py-10 {
    padding-block: 50px !important
}

.mx-15 {
    margin-inline: 75px !important
}

.my-15 {
    margin-block: 75px !important
}

.px-15 {
    padding-inline: 75px !important
}

.py-15 {
    padding-block: 75px !important
}

.mx-20 {
    margin-inline: 100px !important
}

.my-20 {
    margin-block: 100px !important
}

.px-20 {
    padding-inline: 100px !important
}

.py-20 {
    padding-block: 100px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.mt-1 {
    margin-top: 5px !important
}

.mr-1 {
    margin-right: 5px !important
}

.mb-1 {
    margin-bottom: 5px !important
}

.ml-1 {
    margin-left: 5px !important
}

.pt-1 {
    padding-top: 5px !important
}

.pr-1 {
    padding-right: 5px !important
}

.pb-1 {
    padding-bottom: 5px !important
}

.pl-1 {
    padding-left: 5px !important
}

.mt-2 {
    margin-top: 10px !important
}

.mr-2 {
    margin-right: 10px !important
}

.mb-2 {
    margin-bottom: 10px !important
}

.ml-2 {
    margin-left: 10px !important
}

.pt-2 {
    padding-top: 10px !important
}

.pr-2 {
    padding-right: 10px !important
}

.pb-2 {
    padding-bottom: 10px !important
}

.pl-2 {
    padding-left: 10px !important
}

.mt-3 {
    margin-top: 15px !important
}

.mr-3 {
    margin-right: 15px !important
}

.mb-3 {
    margin-bottom: 15px !important
}

.ml-3 {
    margin-left: 15px !important
}

.pt-3 {
    padding-top: 15px !important
}

.pr-3 {
    padding-right: 15px !important
}

.pb-3 {
    padding-bottom: 15px !important
}

.pl-3 {
    padding-left: 15px !important
}

.mt-4 {
    margin-top: 20px !important
}

.mr-4 {
    margin-right: 20px !important
}

.mb-4 {
    margin-bottom: 20px !important
}

.ml-4 {
    margin-left: 20px !important
}

.pt-4 {
    padding-top: 20px !important
}

.pr-4 {
    padding-right: 20px !important
}

.pb-4 {
    padding-bottom: 20px !important
}

.pl-4 {
    padding-left: 20px !important
}

.mt-5 {
    margin-top: 25px !important
}

.mr-5 {
    margin-right: 25px !important
}

.mb-5 {
    margin-bottom: 25px !important
}

.ml-5 {
    margin-left: 25px !important
}

.pt-5 {
    padding-top: 25px !important
}

.pr-5 {
    padding-right: 25px !important
}

.pb-5 {
    padding-bottom: 25px !important
}

.pl-5 {
    padding-left: 25px !important
}

.mt-6 {
    margin-top: 30px !important
}

.mr-6 {
    margin-right: 30px !important
}

.mb-6 {
    margin-bottom: 30px !important
}

.ml-6 {
    margin-left: 30px !important
}

.pt-6 {
    padding-top: 30px !important
}

.pr-6 {
    padding-right: 30px !important
}

.pb-6 {
    padding-bottom: 30px !important
}

.pl-6 {
    padding-left: 30px !important
}

.mt-7 {
    margin-top: 35px !important
}

.mr-7 {
    margin-right: 35px !important
}

.mb-7 {
    margin-bottom: 35px !important
}

.ml-7 {
    margin-left: 35px !important
}

.pt-7 {
    padding-top: 35px !important
}

.pr-7 {
    padding-right: 35px !important
}

.pb-7 {
    padding-bottom: 35px !important
}

.pl-7 {
    padding-left: 35px !important
}

.mt-8 {
    margin-top: 40px !important
}

.mr-8 {
    margin-right: 40px !important
}

.mb-8 {
    margin-bottom: 40px !important
}

.ml-8 {
    margin-left: 40px !important
}

.pt-8 {
    padding-top: 40px !important
}

.pr-8 {
    padding-right: 40px !important
}

.pb-8 {
    padding-bottom: 40px !important
}

.pl-8 {
    padding-left: 40px !important
}

.mt-10 {
    margin-top: 50px !important
}

.mr-10 {
    margin-right: 50px !important
}

.mb-10 {
    margin-bottom: 50px !important
}

.ml-10 {
    margin-left: 50px !important
}

.pt-10 {
    padding-top: 50px !important
}

.pr-10 {
    padding-right: 50px !important
}

.pb-10 {
    padding-bottom: 50px !important
}

.pl-10 {
    padding-left: 50px !important
}

.mt-15 {
    margin-top: 75px !important
}

.mr-15 {
    margin-right: 75px !important
}

.mb-15 {
    margin-bottom: 75px !important
}

.ml-15 {
    margin-left: 75px !important
}

.pt-15 {
    padding-top: 75px !important
}

.pr-15 {
    padding-right: 75px !important
}

.pb-15 {
    padding-bottom: 75px !important
}

.pl-15 {
    padding-left: 75px !important
}

.mt-20 {
    margin-top: 100px !important
}

.mr-20 {
    margin-right: 100px !important
}

.mb-20 {
    margin-bottom: 100px !important
}

.ml-20 {
    margin-left: 100px !important
}

.pt-20 {
    padding-top: 100px !important
}

.pr-20 {
    padding-right: 100px !important
}

.pb-20 {
    padding-bottom: 100px !important
}

.pl-20 {
    padding-left: 100px !important
}

@media (min-width:992px) {
    .mr-md-2 {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .mb-sm-0 {
        margin-bottom: 0
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-7 {
        margin-top: 35px
    }

    .mr-sm-4 {
        margin-right: 20px
    }
}

@media (min-width:992px) {
    .mb-md-0 {
        margin-bottom: 0
    }

    .mt-md-0 {
        margin-top: 0
    }

    .mt-md-10 {
        margin-top: 50px
    }
}

@media (min-width:768px) {
    .px-sm-3 {
        padding: 0 15px
    }

    .px-sm-10 {
        padding-left: 50px;
        padding-right: 50px
    }

    .py-sm-5 {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .py-sm-10 {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .pr-sm-5 {
        padding-right: 25px
    }

    .pl-sm-5 {
        padding-left: 25px
    }
}

@media (min-width:501px) {
    .visible-max500 {
        display: none !important
    }
}

@media (max-width:500px) {
    .hidden-max500 {
        display: none !important
    }
}

.is-logged-in .hidden-when-logged-in {
    display: none !important
}

@media (max-width:992px) {
    .part {
        margin-bottom: 50px
    }

    .part:last-child {
        margin-bottom: 0
    }
}

.flex-column-reverse {
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .flex-sm-row {
        flex-direction: row
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.top-20 {
    margin-top: 20px
}

.competitors-reviews {
    margin: 20px -10px
}

@media (min-width:768px) {
    .competitors-reviews {
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .competitors-reviews {
        display: grid;
        grid-template-columns: 3fr 2fr 2fr
    }
}

.competitors-reviews__item {
    background-color: #f5f5f6;
    background: #fff;
    border: 1px solid #e3e4e4;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 10px;
    min-height: 20px;
    padding: 19px;
    position: relative;
    text-align: left;
    text-decoration: none
}

.competitors-reviews__item blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
    .competitors-reviews__item {
        flex: 1 0 20em
    }
}

.competitors-reviews__item:focus,
.competitors-reviews__item:hover {
    color: inherit;
    text-decoration: none
}

.competitors-reviews__item--large {
    border-color: #8bc53e;
    border-width: 2px;
    display: flex;
    text-align: center
}

@media (max-width:991px) {
    .competitors-reviews__item--large {
        flex: 1 0 calc(100% - 20px)
    }
}

@media (min-width:992px) {
    .competitors-reviews__item--large {
        grid-column: 1;
        grid-row: 1/span 2
    }
}

@media (min-width:1200px) {
    .competitors-reviews-disclaimer {
        align-items: baseline;
        display: flex
    }

    .competitors-reviews-disclaimer p {
        margin: 0;
        text-align: left
    }

    .competitors-reviews-disclaimer .trust-credits {
        margin: 0 0 0 auto
    }
}

.panel-heading--selected {
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #7bb035
}

.panel-border>.panel-heading--selected,
.panel-default>.panel-heading--selected {
    background: #f9fcf5
}

.panel-default .panel-heading--selected.panel-heading--clickable:hover {
    background: #f3f9ec
}

.panel-heading__left-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-height: 60px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 30px
}

@media (min-width:768px) {
    .panel-heading__left-icon {
        width: 40px
    }
}

.panel-heading__left-icon input {
    margin-top: 0
}

@media (max-width:768px) {
    .panel-heading {
        padding: 8px 5px
    }
}

.panel-heading.panel-heading--has-left-icon {
    padding-left: 20px
}

@media (min-width:768px) {
    .panel-heading.panel-heading--has-left-icon {
        padding-left: 30px
    }
}

.section:not(.section--colored) .panel-heading {
    border: 1px solid #c3c5c7;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.section:not(.section--colored) .panel-heading.panel-heading--selected {
    border-color: transparent
}

.jw-search-box {
    --border-radius: 99px;
    --box-shadow: 0px 6px 28px 4px rgba(0, 0, 0, .12);
    border-radius: 99px;
    border-radius: var(--border-radius);
    box-shadow: 0 6px 28px 4px rgba(0, 0, 0, .12);
    box-shadow: var(--box-shadow);
    display: flex;
    font-size: 1.125em;
    height: 62px;
    margin: 0 auto;
    max-width: 720px;
    transition: box-shadow .2s, scale .2s
}

.jw-search-box:focus-within {
    --box-shadow: 10px 10px 35px 5px rgba(0, 0, 0, .15);
    scale: 1.02
}

.jw-search-box__input {
    border: 1px solid #e6e6e6;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    color: #2c3235;
    flex: 15 0 auto;
    font-size: inherit;
    padding: 0 20px
}

.jw-search-box__button {
    border-bottom-left-radius: 0;
    border-left-color: rgba(0, 0, 0, .1) !important;
    border-top-left-radius: 0;
    box-shadow: none !important;
    flex: 1 0 auto;
    font-size: inherit
}

.password-strength {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.password-strength__bar-container {
    display: flex;
    flex: 1 0 auto
}

.password-strength__bar {
    background-color: #e1e2e3;
    flex: 1 0 auto;
    height: 6px;
    margin-left: 1px
}

.password-strength__bar:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 0
}

.password-strength__bar:last-child {
    border-radius: 0 3px 3px 0
}

.password-strength__label-container {
    flex: 0 0 auto;
    height: 1em;
    line-height: 1em;
    margin-left: 15px
}

.password-strength__label {
    color: #424c51;
    font-size: 14px;
    height: 0;
    visibility: hidden
}

.password-strength[data-level="0"] .password-strength__bar:nth-child(-n+1) {
    background-color: #e9454b
}

.password-strength[data-level="0"] .password-strength__label:first-child {
    height: auto;
    visibility: visible
}

.password-strength[data-level="1"] .password-strength__bar:nth-child(-n+2) {
    background-color: #ffc713
}

.password-strength[data-level="1"] .password-strength__label:nth-child(2) {
    height: auto;
    visibility: visible
}

.password-strength[data-level="2"] .password-strength__bar:nth-child(-n+3) {
    background-color: #aec631
}

.password-strength[data-level="2"] .password-strength__label:nth-child(3) {
    height: auto;
    visibility: visible
}

.password-strength[data-level="3"] .password-strength__bar:nth-child(-n+4) {
    background-color: #7bb035
}

.password-strength[data-level="3"] .password-strength__label:nth-child(4) {
    height: auto;
    visibility: visible
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn,
.cc-window.cc-theme-popup .cc-compliance .cc-btn {
    align-items: center;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 5px 14px;
    text-decoration: none;
    transition: background-color .1s ease, box-shadow .1s ease, border-color .1s ease, color .1s ease, text-shadow .1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn:focus,
.cc-window.cc-theme-jw .cc-compliance .cc-btn:hover,
.cc-window.cc-theme-popup .cc-compliance .cc-btn:focus,
.cc-window.cc-theme-popup .cc-compliance .cc-btn:hover {
    text-decoration: none
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn.active,
.cc-window.cc-theme-jw .cc-compliance .cc-btn:active,
.cc-window.cc-theme-popup .cc-compliance .cc-btn.active,
.cc-window.cc-theme-popup .cc-compliance .cc-btn:active {
    background-image: none;
    outline: 0
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn.disabled,
.cc-window.cc-theme-jw .cc-compliance .cc-btn[disabled],
.cc-window.cc-theme-popup .cc-compliance .cc-btn.disabled,
.cc-window.cc-theme-popup .cc-compliance .cc-btn[disabled],
fieldset[disabled] .cc-window.cc-theme-jw .cc-compliance .cc-btn,
fieldset[disabled] .cc-window.cc-theme-popup .cc-compliance .cc-btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    pointer-events: none
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn:focus,
.cc-window.cc-theme-popup .cc-compliance .cc-btn:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn:focus:not(:focus-visible),
.cc-window.cc-theme-popup .cc-compliance .cc-btn:focus:not(:focus-visible) {
    outline: none
}

.cc-window.cc-theme-jw .cc-compliance .cc-btn[hidden],
.cc-window.cc-theme-popup .cc-compliance .cc-btn[hidden] {
    display: none
}

.cc-window.cc-theme-jw .cc-compliance .cc-allow,
.cc-window.cc-theme-popup .cc-compliance .cc-allow {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.cc-window.cc-theme-jw .cc-compliance .cc-allow:focus,
.cc-window.cc-theme-jw .cc-compliance .cc-allow:hover,
.cc-window.cc-theme-popup .cc-compliance .cc-allow:focus,
.cc-window.cc-theme-popup .cc-compliance .cc-allow:hover {
    color: #fff
}

.cc-window.cc-theme-jw .cc-compliance .cc-allow:hover,
.cc-window.cc-theme-popup .cc-compliance .cc-allow:hover {
    background-color: #3f8fc0;
    border-color: rgba(0, 0, 0, .17)
}

.cc-window.cc-theme-jw .cc-compliance .cc-allow:active,
.cc-window.cc-theme-popup .cc-compliance .cc-allow:active {
    background-color: #387faa;
    border-color: rgba(0, 0, 0, .17)
}

.cc-window.cc-theme-jw .cc-compliance .cc-allow,
.cc-window.cc-theme-jw .cc-compliance .cc-allow.disabled,
.cc-window.cc-theme-jw .cc-compliance .cc-allow[disabled],
.cc-window.cc-theme-popup .cc-compliance .cc-allow,
.cc-window.cc-theme-popup .cc-compliance .cc-allow.disabled,
.cc-window.cc-theme-popup .cc-compliance .cc-allow[disabled] {
    background-color: #469fd5;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny,
.cc-window.cc-theme-popup .cc-compliance .cc-deny {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny:focus,
.cc-window.cc-theme-jw .cc-compliance .cc-deny:hover,
.cc-window.cc-theme-popup .cc-compliance .cc-deny:focus,
.cc-window.cc-theme-popup .cc-compliance .cc-deny:hover {
    color: #fff
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny:hover,
.cc-window.cc-theme-popup .cc-compliance .cc-deny:hover {
    background-color: rgba(207, 237, 255, .098);
    border-color: hsla(0, 0%, 100%, .1)
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny:active,
.cc-window.cc-theme-popup .cc-compliance .cc-deny:active {
    background-color: rgba(207, 237, 255, .052);
    border-color: hsla(0, 0%, 100%, .065)
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny,
.cc-window.cc-theme-jw .cc-compliance .cc-deny.disabled,
.cc-window.cc-theme-jw .cc-compliance .cc-deny[disabled],
.cc-window.cc-theme-popup .cc-compliance .cc-deny,
.cc-window.cc-theme-popup .cc-compliance .cc-deny.disabled,
.cc-window.cc-theme-popup .cc-compliance .cc-deny[disabled] {
    background-color: rgba(207, 237, 255, .13);
    border-color: hsla(0, 0%, 100%, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.cc-window.cc-theme-jw .cc-compliance .cc-deny.active,
.cc-window.cc-theme-popup .cc-compliance .cc-deny.active {
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    color: #469fd5
}

@media (max-width:500px) {
    .cc-window.cc-theme-popup .cc-compliance .cc-allow {
        font-weight: 600;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
    }

    .cc-window.cc-theme-popup .cc-compliance .cc-allow:focus,
    .cc-window.cc-theme-popup .cc-compliance .cc-allow:hover {
        color: #fff
    }

    .cc-window.cc-theme-popup .cc-compliance .cc-allow:hover {
        background-color: #6f9e2f;
        border-color: rgba(0, 0, 0, .17)
    }

    .cc-window.cc-theme-popup .cc-compliance .cc-allow:active {
        background-color: #628c2a;
        border-color: rgba(0, 0, 0, .17)
    }

    .cc-window.cc-theme-popup .cc-compliance .cc-allow,
    .cc-window.cc-theme-popup .cc-compliance .cc-allow.disabled,
    .cc-window.cc-theme-popup .cc-compliance .cc-allow[disabled] {
        background-color: #7bb035;
        border-color: rgba(0, 0, 0, .17);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
        color: #fff
    }
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom {
    transition: transform .25s ease;
    z-index: 499
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow {
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow:focus,
.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow:hover {
    color: #fff
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow:hover {
    background-color: #6f9e2f;
    border-color: rgba(0, 0, 0, .17)
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow:active {
    background-color: #628c2a;
    border-color: rgba(0, 0, 0, .17)
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow,
.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow.disabled,
.cc-window.cc-theme-jw.cc-banner.cc-bottom .cc-compliance .cc-allow[disabled] {
    background-color: #7bb035;
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #fff
}

.cc-window.cc-theme-jw.cc-banner.cc-bottom.cc-theme-jw--hidden {
    transform: translateY(100%)
}

@media (min-width:480px) {
    .cc-window.cc-floating.cc-theme-popup {
        background-color: #f5f5f7;
        border-radius: 3px;
        bottom: unset;
        color: #2c3235;
        left: 50%;
        max-width: 600px;
        min-width: 480px;
        overflow: unset;
        padding: 40px;
        right: unset;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .cc-window.cc-floating.cc-theme-popup:before {
        background-color: #f5f5f7;
        background-image: url(/assets/img/cookiebar-cookie.svg?bust=0fafb5a914124e62d378);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 75%;
        border-radius: 100%;
        content: "";
        height: 100px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%);
        width: 100px
    }

    .cc-window.cc-floating.cc-theme-popup .cc-header {
        display: block;
        font-size: 24px;
        margin: 20px 0;
        text-align: center
    }

    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow {
        font-weight: 600;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .3)
    }

    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow:focus,
    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow:hover {
        color: #fff
    }

    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow:hover {
        background-color: #6f9e2f;
        border-color: rgba(0, 0, 0, .17)
    }

    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow:active {
        background-color: #628c2a;
        border-color: rgba(0, 0, 0, .17)
    }

    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow,
    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow.disabled,
    .cc-window.cc-floating.cc-theme-popup .cc-compliance .cc-allow[disabled] {
        background-color: #7bb035;
        border-color: rgba(0, 0, 0, .17);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
        color: #fff
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny {
        text-shadow: none
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny:focus,
    .cc-window.cc-floating.cc-theme-popup .cc-deny:hover {
        color: #373f43
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny:hover {
        background-color: #e5e5e9;
        border-color: rgba(0, 0, 0, .15)
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny:active {
        background-color: #d5d5da;
        border-color: rgba(0, 0, 0, .15)
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny,
    .cc-window.cc-floating.cc-theme-popup .cc-deny.disabled,
    .cc-window.cc-floating.cc-theme-popup .cc-deny[disabled] {
        background-color: #f5f5f7;
        border-color: rgba(0, 0, 0, .15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        color: #373f43
    }

    .cc-window.cc-floating.cc-theme-popup .cc-deny.active {
        background: #469fd5;
        border-color: rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
        color: #fff;
        font-weight: 600;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 0 2px rgba(0, 0, 0, .3)
    }

    .cc-window.cc-floating.cc-theme-popup>.cc-link {
        margin-bottom: 20px
    }
}

.jobs-alert {
    background: #3596d1;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 10
}

.jobs-alert a {
    color: inherit;
    text-decoration: underline
}

.jobs-alert a:hover {
    color: #daecf7
}

.contact-in-pricing {
    align-items: center;
    border-radius: 4px;
    bottom: 0;
    font-size: .9em;
    font-weight: 700;
    max-width: 300px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    transition: opacity 0ms ease-in;
    z-index: 3
}

.contact-in-pricing-in {
    animation-duration: 1s;
    animation-name: slidein;
    animation-timing-function: ease-out;
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    transition-duration: .3s
}

.contact-in-pricing__textbox {
    background-color: #fff;
    border: 1px solid #eaeaea;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .15));
    padding: 20px 15px;
    text-align: left;
    transition: filter .3s ease-out, transform .3s ease-out
}

.contact-in-pricing__textbox:hover {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .15));
    transform: translateY(-5px)
}

.contact-in-pricing__textbox .icon-cancel {
    cursor: pointer;
    font-size: 1em;
    position: absolute;
    right: 5px;
    top: 10px
}

.contact-in-pricing__help-icon {
    background-color: #ededed;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #727272;
    display: block;
    float: right;
    font-size: 2em;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-decoration: none;
    width: 50px
}

@keyframes slidein {
    0% {
        bottom: 0
    }

    to {
        bottom: 30px
    }
}

.whatsapp-floater {
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
    color: #14c656;
    display: flex;
    font-size: 4rem;
    height: 6rem;
    justify-content: center;
    margin: 2rem;
    position: fixed;
    right: 0;
    transition: background-color .2s ease-in-out 0s, box-shadow .2s ease-in-out 0s, transform .2s ease-in-out 0s;
    width: 6rem;
    z-index: 101
}

@media (min-width:768px) {
    .whatsapp-floater {
        display: none
    }
}

.whatsapp-floater:active,
.whatsapp-floater:hover {
    background-color: #e4f6eb;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .3);
    color: #14c656;
    transform: translateY(-2px)
}

.whatsapp-floater:before {
    background-color: red;
    border-radius: 100%;
    content: "";
    height: 1rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: 1rem
}

.whatsapp-floater .icon {
    transform: translateY(3%)
}

.whatsapp-chat-window {
    bottom: 5rem;
    max-width: 360px;
    opacity: 0;
    position: fixed;
    right: 2rem;
    transform: scaleX(0) scaleY(0);
    transition: bottom .3s ease, opacity .3s ease;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: calc(100% - 4rem);
    z-index: 100
}

.whatsapp-chat-window:before {
    background: rgba(0, 0, 0, .15);
    bottom: -100vh;
    content: "";
    left: -100vw;
    opacity: 0;
    position: fixed;
    right: -100vw;
    top: -100vh;
    transition: none;
    z-index: -1
}

.whatsapp-chat-window--open {
    bottom: 10rem;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.whatsapp-chat-window--open:before {
    opacity: 1;
    transition: opacity .1s ease-in-out 75ms
}

.whatsapp-chat-window__wrap {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.whatsapp-chat-window__header {
    background-color: #095e54;
    color: #fff;
    display: flex;
    gap: 2rem;
    line-height: 1;
    padding: 2.4rem 2rem
}

.whatsapp-chat-window__close {
    cursor: pointer;
    margin-left: auto;
    opacity: .5
}

.whatsapp-chat-window__avatar {
    position: relative
}

.whatsapp-chat-window__avatar img {
    border-radius: 100%;
    height: 5rem;
    width: 5rem
}

.whatsapp-chat-window__avatar:before {
    background-color: #14c656;
    border-radius: 100%;
    content: "";
    height: 1rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: 1rem
}

.whatsapp-chat-window__chat {
    background-color: #e6ddd4;
    max-height: 38rem;
    padding: 2rem;
    position: relative
}

.whatsapp-chat-window__chat:before {
    background-image: url(/assets/img/whatsapp-chat-floater-mobile-bg.png?bust=2a27c3b8dd24971b4a2c);
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .08;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.whatsapp-chat-window__chat-bubble {
    background-color: #fff;
    border-radius: 0 .8rem .8rem;
    color: #111;
    font-size: 90%;
    margin-top: .5rem;
    max-width: calc(100% - 6rem);
    padding: .7rem 1.4rem .6rem;
    position: relative;
    z-index: 2
}

.whatsapp-chat-window__chat-bubble:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.9rem;
    left: -1.2rem;
    position: absolute;
    top: 0;
    width: 1.2rem
}

.whatsapp-chat-window__chat-bubble__text {
    line-height: 1
}

.whatsapp-chat-window .whatsapp-chat-window__cta {
    background-color: #14c656;
    color: #fff;
    margin: 2rem
}

.tooltip-inner {
    font-weight: 400;
    max-width: 100vw;
    padding: 5px 10px;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .tooltip-inner {
        white-space: normal
    }
}

.tooltip--wrap .tooltip-inner {
    max-width: 360px;
    text-align: left;
    white-space: normal
}

@media screen and (max-width:767px) {
    .tooltip--wrap .tooltip-inner {
        max-width: 320px
    }
}

.tooltip.in {
    opacity: 1
}

.webshop-promo__img {
    margin-bottom: 50px;
    transform: translateX(15px)
}

@media (min-width:768px) {
    .webshop-promo__img {
        margin-bottom: 0;
        max-width: 900px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 45vw
    }
}

.templates-section__design {
    cursor: pointer
}

.templates-section__design .templates-section__action {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease
}

.templates-section__design:hover .templates-section__action {
    background: rgba(70, 159, 213, .75);
    background: linear-gradient(270deg, rgba(91, 170, 218, .75), rgba(49, 148, 208, .75));
    opacity: 1
}

.templates-section__design:hover .templates-section__image {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.templates-section__design:hover .templates-section__image img {
    animation: mimicScroll 10s .5s infinite
}

.templates-section .templates-section__image {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow .6s ease
}

@keyframes mimicScroll {
    0% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-16%)
    }

    15% {
        transform: translateY(-16%)
    }

    25% {
        transform: translateY(-32%)
    }

    30% {
        transform: translateY(-32%)
    }

    40% {
        transform: translateY(-50%)
    }

    50% {
        transform: translateY(-50%)
    }

    70% {
        transform: translateY(0)
    }
}

.prefill-content-selector {
    margin-inline: auto
}

.prefill-content-selector__panel-select .panel-heading {
    background: #fafafa;
    height: 100%;
    position: relative
}

.prefill-content-selector__panel-select .panel-heading:hover {
    background: #fff
}

.prefill-content-selector__label {
    background: #7bb035;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-size: 90%;
    font-weight: 700;
    left: -1px;
    padding: 8px;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px)
}

.panel-heading--selected .prefill-content-selector__label {
    box-shadow: -2px 0 0 0 #7bb035, 2px 0 0 0 #7bb035
}

.hero-announcement {
    background-color: #fff;
    border-radius: 20px;
    color: #373f43;
    display: inline-block;
    font-size: 90%;
    margin-block: 1em;
    padding: 3px 10px;
    text-decoration: none
}

.hero-announcement:hover {
    background-color: #f2f2f2;
    text-decoration: none
}

.hero-announcement .hero-announcement__label {
    border: none;
    border-radius: 17px;
    display: inline-block;
    outline: 3px solid #469fd5;
    outline-offset: -1px;
    padding: .25em .6em .1em;
    transform: translateY(-1px)
}

html {
    scroll-behavior: smooth
}

:target {
    scroll-margin-top: 53px
}

.has-promotion-bar :target {
    scroll-margin-top: 88px
}

.default-content-form-landing {
    --default-content-form-landing-scale: 0.25;
    bottom: 0;
    left: 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 15px;
    z-index: 2
}

@media (width > 768px) {
    .default-content-form-landing {
        --default-content-form-landing-scale: 0.3
    }
}

.default-content-form-landing .default-content-form {
    background-color: #f7f5f0;
    border: calc(3px/var(--default-content-form-landing-scale)) solid #ececec;
    border-radius: calc(20px/var(--default-content-form-landing-scale));
    box-shadow: 0 calc(16px/var(--default-content-form-landing-scale)) calc(40px/var(--default-content-form-landing-scale)) 0 rgba(0, 0, 0, .2);
    margin: 0;
    padding: 60px 20px;
    pointer-events: none;
    transform: scale(var(--default-content-form-landing-scale));
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 130%
}

.default-content-form-landing .default-content-form h1 {
    text-align: center
}

.default-content-form-landing .default-content-form .default-content-form__content {
    margin-inline: auto;
    max-width: 30em
}

.ai-default-content-section__image {
    border-radius: 20px;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .2);
    margin-top: 8%;
    width: 70%
}

.section--colored .section-apps-and-integrations__icons {
    background: #fff
}

.section-apps-and-integrations {
    grid-gap: 4em;
    display: grid;
    gap: 4em;
    grid-template-columns: repeat(2, 1fr);
    padding: 2em;
    text-align: left
}

@media (width < 768px) {
    .section-apps-and-integrations {
        grid-template-columns: 1fr;
        text-align: center
    }
}

.section-apps-and-integrations__text {
    align-self: center
}

.section-apps-and-integrations__icons {
    grid-gap: 20px;
    --offset: 248px;
    aspect-ratio: 1/1;
    background: #f5f5f7;
    border-radius: 1em;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    justify-self: center;
    max-width: 440px;
    overflow: hidden;
    padding: 2em;
    width: 100%
}

.section-apps-and-integrations__icons img {
    --shadow-color: 0deg 0% 0%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    box-shadow: .3px .5px .6px rgba(0, 0, 0, .1), .7px 1.3px 1.5px -1px rgba(0, 0, 0, .09), 1.7px 3.5px 4px -2.1px rgba(0, 0, 0, .08), 4.4px 8.9px 10.2px -3.1px rgba(0, 0, 0, .07);
    box-shadow: .3px .5px .6px hsl(var(--shadow-color)/.1), .7px 1.3px 1.5px -1px hsl(var(--shadow-color)/.09), 1.7px 3.5px 4px -2.1px hsl(var(--shadow-color)/.08), 4.4px 8.9px 10.2px -3.1px hsl(var(--shadow-color)/.07);
    max-width: unset;
    transition: transform .3s linear;
    width: 100%
}

.section-apps-and-integrations__icons>img:nth-child(4n+1) {
    transform: translateY(calc(var(--scroll-position)*1px - var(--offset)))
}

.section-apps-and-integrations__icons>img:nth-child(4n+2) {
    transform: translateY(calc(var(--scroll-position)*-1px))
}

.section-apps-and-integrations__icons>img:nth-child(4n+3) {
    transform: translateY(calc(var(--scroll-position)*1px - var(--offset)))
}

.section-apps-and-integrations__icons>img:nth-child(4n+4) {
    transform: translateY(calc(var(--scroll-position)*-1px))
}

.section-apps-and-integrations__icons>img:nth-child(4n+5) {
    transform: translateY(calc(var(--scroll-position)*1px - var(--offset)))
}

.section-customer-quote {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em
}

.section-customer-quote .section-customer-quote__image {
    flex: 1;
    min-width: 200px;
    translate: 0 20px
}

.section-customer-quote .section-customer-quote__text {
    flex: 1;
    min-width: 300px;
    padding-left: 3em;
    text-align: left
}

.section-customer-quote .section-customer-quote__text blockquote {
    border-left: unset;
    font-size: 2.5rem;
    padding: unset;
    padding-left: 0;
    position: relative
}

.section-customer-quote .section-customer-quote__text blockquote:after {
    color: #469fd5;
    content: "\201C";
    font-size: 6em;
    font-weight: 900;
    height: 50px;
    left: -50px;
    line-height: 77px;
    opacity: .2;
    position: absolute;
    top: 0
}

.section-customer-quote .section-customer-quote__text a {
    text-decoration: none
}

.section-customer-quote .section-customer-quote__text a:hover {
    text-decoration: underline
}

.jw-element-accordion__heading {
    color: #287db1;
    cursor: pointer;
    list-style: none
}

.jw-element-accordion__heading::-webkit-details-marker,
.jw-element-accordion__heading::marker {
    display: none
}

.jw-element-accordion__heading:hover {
    color: #1a5172;
    text-decoration: underline
}

.footer-list .jw-element-accordion__heading {
    color: #fff
}

.jw-element-accordion__item .icon-down-open:before {
    transition: transform .2s ease-out
}

.jw-element-accordion__item[open] .icon-down-open:before {
    transform: rotate(180deg)
}

.jw-element-accordion__content--open-start {
    max-height: 0;
    overflow: hidden
}

.jw-element-accordion__content--open-active {
    max-height: var(--computedHeight);
    transition: max-height .2s ease-out
}

.jw-element-accordion__content--close-start {
    max-height: var(--computedHeight)
}

.jw-element-accordion__content--close-active {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

@media (min-width:992px) {
    .jw-element-accordion--mobile-only .jw-element-accordion__heading {
        color: currentColor;
        pointer-events: none
    }
}

.pricing-table {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:500px) {
    .pricing-table {
        margin: 0 -15px;
        padding: 0 1px
    }
}

@supports (display:flex) {

    .pricing-table:after,
    .pricing-table:before {
        display: none
    }
}

@media (max-width:500px) {
    .pricing-column:not(.splide__slide) {
        margin: 0 -1px;
        padding: 0;
        width: calc(50% + 1px)
    }
}

@media (min-width:501px) {
    .pricing-column:not(.splide__slide) {
        display: flex;
        flex-direction: column
    }
}

.pricing-block {
    padding: 20px
}

@media (max-width:500px) {
    .pricing-block {
        padding: 20px 10px
    }

    .pricing-block.pricing-block--has-label {
        margin-top: 48px
    }
}

@media (min-width:501px) {
    .pricing-block {
        flex: 1 1 auto;
        max-width: 270px
    }
}

.pricing-block--bordered {
    background-color: #fff;
    border: 1px solid #e3e4e4;
    border-radius: 4px;
    margin: 14px 0
}

.section:not(.section--colored) .pricing-block--bordered {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .075)
}

.pricing-block--bordered.pricing-block--has-label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative
}

.pricing-block--discourage {
    opacity: .7
}

@media (min-width:768px) {
    .pricing-block--highlight {
        border: 1px solid rgba(0, 0, 0, .25);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 5px 16px rgba(0, 0, 0, .1)
    }
}

.pricing-block--highlighted-border {
    border: 3px solid #7bb035
}

.pricing-block--highlighted-border .pricing-block__label {
    left: -3px;
    right: -3px
}

.pricing-block__heading {
    font-size: 1.8em;
    margin: 0 0 12px
}

.pricing-block__price {
    color: #7d7d7d;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin: 1.2em 0 10px
}

.pricing-block__price-value {
    color: #424c51;
    font-size: 39px;
    font-weight: 700;
    margin: .12em 0
}

.pricing-block__price-value.exp-transparent-price .exp-transparent-price__term {
    font-size: 14px;
    font-weight: 400;
    left: -.2em;
    line-height: 0;
    position: relative;
    top: -.85em
}

.pricing-block__price-value small {
    font-size: 30px;
    font-weight: 400;
    margin-right: -.2em;
    position: relative;
    top: -.1em
}

.pricing-block__price-value sup {
    font-size: 19px;
    left: -.2em;
    top: -.6em
}

.pricing-block__price-value--text {
    margin: .25em 0 .3em
}

.pricing-block__price--text .pricing-block__price-value {
    font-size: 26px;
    margin: 40px 0
}

.pricing-block__price-text {
    font-size: 14px;
    line-height: 1.6
}

.pricing-block__price-tax {
    font-size: .8em;
    font-style: italic;
    opacity: .5
}

.pricing-block__no-starting-cost {
    color: #7d7d7d;
    font-size: 14px
}

.pricing-block__subtitle {
    color: #3596d1;
    font-style: italic;
    margin: 12px 0 0
}

.pricing-block__small {
    color: #7d7d7d;
    display: block;
    margin-bottom: -8px;
    margin-top: 12px
}

.pricing-block__badge {
    background: url(/assets/img/badge-90.png?bust=0542c606ba033d83ce54);
    background-size: contain;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 90px;
    line-height: 1.1;
    padding-top: 29px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -30px;
    transform: rotate(10deg);
    transition: transform .2s ease-out;
    width: 90px
}

@media (max-width:1199px) {
    .pricing-block__badge {
        font-size: 10.88888889px;
        height: 70px;
        padding-top: 22px;
        width: 70px
    }
}

.pricing-block__badge:hover {
    color: #fff;
    text-decoration: none;
    transform: rotate(0deg)
}

.pricing-block__label {
    background: #ddddde;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    height: 35px;
    left: -1px;
    padding: 6px 8px;
    position: absolute;
    right: -1px;
    top: -35px
}

.pricing-block--highlighted .pricing-block__label {
    background: #7bb035;
    font-weight: 600
}

.pricing-block__feature-list ul {
    border-top: 1px solid #e0e4e6;
    display: inline-block;
    list-style: none;
    margin: 16.8px 0;
    padding: 16.8px 0 0
}

.pricing-block__feature-item {
    display: flex;
    margin: 3px 0;
    text-align: left
}

.pricing-block__feature-item .pricing-block__feature-item-text {
    display: block;
    max-width: 22ch
}

.pricing-block__feature-item .pricing-block__feature-item-text--no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pricing-block__feature-item:before {
    color: #8bc53e;
    content: "\e80b";
    font-family: fontello;
    margin-right: 10px;
    width: 10px
}

.pricing-block__feature-item--warning:before {
    color: #e9454b;
    content: "\e80a";
    margin-left: 1px;
    margin-right: 9px
}

.pricing-block__feature-item--danger:before {
    color: #ffc713;
    content: "\e80d";
    margin-left: 2px;
    margin-right: 8px
}

.pricing-block__feature-item .pricing-block__highlighted-feature {
    background-color: rgba(87, 168, 217, .26);
    border: 1px solid #57a8d9;
    border-radius: 3px;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin: -.2em -.3em;
    max-width: 22ch;
    padding: .2em .3em
}

.pricing-block__feature-item .pricing-block__highlighted-feature--warning {
    background-color: rgba(233, 69, 75, .26);
    border-color: #e9454b
}

.cycle-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cycle-toggle .panel-select {
    position: relative
}

@media (min-width:480px) {
    .cycle-toggle .panel-select {
        padding-left: 10px;
        padding-right: 20px
    }
}

.cycle-toggle .panel-select+.panel-select {
    margin-left: -1px
}

.cycle-toggle .panel-select:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.cycle-toggle .panel-select:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.cycle-toggle .panel-select:not(:first-child):not(:last-child) {
    border-radius: 0
}

@media (max-width:767px) {
    .cycle-toggle .panel-select__heading {
        font-size: .9em;
        margin-top: 1px
    }
}

.cycle-toggle .panel .panel-heading {
    position: relative;
    transition: none
}

.cycle-toggle .panel .panel-title {
    padding-left: 10px;
    padding-right: 10px
}

.cycle-toggle .panel+.panel {
    margin-left: -4px
}

.cycle-toggle .panel .panel-heading--selected,
.cycle-toggle .panel-select--checked {
    z-index: 2
}

.cycle-toggle .panel {
    border: 1px solid #d7d9d9
}

.cycle-toggle .panel-heading--selected {
    background: #f5fafd;
    box-shadow: 0 0 1px 0 #3596d1
}

.pricing-columns--with-features .pricing-block__show-all-features,
.pricing-columns:not(.pricing-columns--with-features) .pricing-block__all-features {
    display: none
}

.pricing-block__all-features,
.pricing-block__show-all-features {
    color: #4e595f;
    margin: 15px 0 0
}

.pricing-block__show-all-features {
    display: flex;
    justify-content: center;
    width: 100%
}

.pricing-block__all-features {
    list-style: none;
    padding: 0;
    text-align: left
}

.pricing-block__all-features li {
    display: flex
}

.pricing-block__all-features li:before {
    color: #7bb035;
    content: "\e80b";
    font-family: fontello;
    margin-right: 10px
}

@media (max-width:991px) {
    .pricing-columns--slider {
        padding: 0
    }
}

@media (max-width:767px) {
    .pricing-columns--slider .pricing-column {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:991px) {
    .pricing-columns--slider .pricing-block {
        height: 100%;
        margin: 0 auto;
        max-width: 22em
    }
}

.pricing-columns--slider .splide__list {
    display: flex;
    justify-content: center;
    padding-top: 35px !important
}

@media (min-width:768px) and (max-width:991px) {
    .pricing-table--wrap .pricing-columns--slider .splide__list {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .pricing-columns--slider .splide:not(.splide--slide) .splide__list {
        flex-wrap: wrap
    }
}

@media (width > 768px) {
    .pricing-columns--slider .splide:not(.splide--slide) .pricing-column {
        flex: 0 1 33%;
        padding: 0 5px
    }
}

@media (width > 1200px) {
    .pricing-columns--slider .splide:not(.splide--slide) .pricing-column {
        flex: 0 1 33%;
        padding: 0 15px
    }
}

.pricing-columns--slider .splide__slider {
    display: flex;
    flex-direction: column
}

.pricing-columns--slider .splide__track {
    padding-bottom: 20px
}

@media (max-width:991px) {
    .pricing-columns--slider .splide__pagination {
        margin: 0 auto 15px;
        max-width: calc(22em + 10px);
        order: -1;
        padding: 0 5px;
        width: 100%
    }
}

@media (min-width:992px) {
    .pricing-columns--slider .splide__pagination {
        display: none
    }
}

.pricing-columns--slider .splide__pagination li {
    flex: 1 1 auto;
    margin: 0
}

.pricing-columns--slider .splide__arrow--prev {
    left: 0
}

@media (min-width:480px) {
    .pricing-columns--slider .splide__arrow--prev {
        left: calc(50vw - 15em)
    }
}

.pricing-columns--slider .splide__arrow--next {
    right: 0
}

@media (min-width:480px) {
    .pricing-columns--slider .splide__arrow--next {
        right: calc(50vw - 15em)
    }
}

.pricing-columns--slider.pricing-columns--with-features .splide__arrow {
    top: 20em
}

.pricing-columns--slider .splide__pagination__page {
    background: none;
    border: 0;
    border-bottom: .3em solid #cfcfd2;
    border-radius: 0;
    height: auto;
    padding: 5px;
    width: 100%
}

.pricing-columns--slider .splide__pagination__page:focus,
.pricing-columns--slider .splide__pagination__page:hover {
    border-bottom: .3em solid #b5b5b9
}

.pricing-columns--slider .splide__pagination__page.is-active {
    border-color: #3596d1;
    font-weight: 700
}

@media (max-width:991px) {
    .pricing-columns--scroll-clearer .pricing-column {
        --pricing-column-padding: 10px;
        padding: 10px;
        padding: var(--pricing-column-padding)
    }

    .pricing-columns--scroll-clearer .pricing-column:first-child {
        margin-left: calc(10vw + var(--pricing-column-padding)*2/2)
    }

    .pricing-columns--scroll-clearer .pricing-column:last-child {
        margin-right: calc(10vw + var(--pricing-column-padding)*2/2)
    }
}

@media (max-width:350px) {
    .pricing-columns--scroll-clearer .pricing-column {
        --pricing-column-padding: 5px
    }
}

.fi,
.fib {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.fi {
    display: inline-block;
    line-height: 1em;
    position: relative;
    width: 1.33333333em
}

.fi:before {
    content: "\00a0"
}

.fi.fis {
    width: 1em
}

.flag-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    width: 1.33333333em
}

.flag-icon:before {
    content: "\00a0"
}

.flag-icon.fis {
    width: 1em
}

.flag-icon-at {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/at.svg?bust=8dc68995ec419a9440a2)
}

.flag-icon-au {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/au.svg?bust=dc25bf8b44e402f1e074)
}

.flag-icon-be {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/be.svg?bust=6cac03795313d7c043bb)
}

.flag-icon-ca {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/ca.svg?bust=ad1527142564751eb7b8)
}

.flag-icon-ch {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/ch.svg?bust=0d84f2aff4cb8fb5193b)
}

.flag-icon-de {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/de.svg?bust=a491da9c1549a36b293a)
}

.flag-icon-dk {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/dk.svg?bust=33bba71c12896b2df189)
}

.flag-icon-ee {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/ee.svg?bust=2b95c4e2e07a2e7d305a)
}

.flag-icon-es {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/es.svg?bust=426a1551c98dbbe2a847)
}

.flag-icon-fi {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/fi.svg?bust=4dc3dbe18574c3b3c8a6)
}

.flag-icon-fr {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/fr.svg?bust=cc4d943dbac895a562d1)
}

.flag-icon-gb {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/gb.svg?bust=fcfef6780b36bef53738)
}

.flag-icon-hu {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/hu.svg?bust=966f49336f7466efd6f8)
}

.flag-icon-ie {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/ie.svg?bust=1c12635a2932de4b8036)
}

.flag-icon-it {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/it.svg?bust=1d72a5dec3acd0737635)
}

.flag-icon-mx {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/mx.svg?bust=d326007cf87dba95a56c)
}

.flag-icon-nl {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/nl.svg?bust=f685765a298db5ba59fd)
}

.flag-icon-no {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/no.svg?bust=859a13561a1b24bfa65f)
}

.flag-icon-nz {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/nz.svg?bust=dd987077e71e1288a73d)
}

.flag-icon-pl {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/pl.svg?bust=f7adaa942c63ca98f1d2)
}

.flag-icon-pt {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/pt.svg?bust=a36b3d87508ad8f6a6bc)
}

.flag-icon-ru {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/ru.svg?bust=ab61f31edf4ad95b5ae0)
}

.flag-icon-se {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/se.svg?bust=e9e24cfb2d85c7e39aaf)
}

.flag-icon-tr {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/tr.svg?bust=4dd4b60c8a5e3dad5e65)
}

.flag-icon-us {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/us.svg?bust=8886b28b10e3ec0756a9)
}

.flag-icon-xx {
    background-image: url(/assets/module-files/flag-icons/flags/4x3/xx.svg?bust=05e0208dd04ae4cb0bc1)
}

.template-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: grid;
    row-gap: 15px
}

.template-list--big {
    grid-template-columns: repeat(1, 1fr)
}

@media (width > 480px) {
    .template-list--big {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (width > 1200px) {
    .template-list--big {
        grid-template-columns: repeat(3, 1fr)
    }
}

.template-list--toolpanel {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 15px
}

@media (width > 360px) {
    .template-list--toolpanel {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (width > 480px) {
    .template-list--toolpanel {
        grid-template-columns: repeat(1, 1fr)
    }
}

.template-list--animation {
    animation: template-list--appear .5s ease-out
}

@keyframes template-list--appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.template-list--animation .template-list__header,
.template-list--animation .template-list__item {
    --initial-offset: calc((var(--index) + 2)*100px);
    animation: template-list__item--appear .5s cubic-bezier(.215, .61, .355, 1)
}

@keyframes template-list__item--appear {
    0% {
        transform: translateY(200px);
        transform: translateY(var(--initial-offset))
    }

    to {
        transform: translate(0)
    }
}

.template-item {
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.template-item .template-item__image-container {
    padding-top: 73.7%
}

.template-item--tall .template-item__image-container {
    padding-top: 130%
}

.template-item:not(.template-item--selected):hover .template-item__block {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .16), 0 2px 20px rgba(0, 0, 0, .13);
    transform: translateY(-5px)
}

.template-item:not(.template-item--selected):hover .template-item__description {
    opacity: 1
}

.template-item:not(.template-item--selected):hover .template-item__overlay--when-picking {
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    user-select: auto
}

.template-item:not(.template-item--selected):hover .template-item__mobile-preview {
    opacity: 1;
    transform: translateZ(0)
}

@supports selector(:has(:focus-visible)) {
    .template-item:not(.template-item--selected):has(:focus-visible) .template-item__block {
        box-shadow: 0 6px 10px rgba(0, 0, 0, .16), 0 2px 20px rgba(0, 0, 0, .13);
        transform: translateY(-5px)
    }

    .template-item:not(.template-item--selected):has(:focus-visible) .template-item__description {
        opacity: 1
    }

    .template-item:not(.template-item--selected):has(:focus-visible) .template-item__overlay--when-picking {
        opacity: 1;
        pointer-events: auto;
        -webkit-user-select: initial;
        -moz-user-select: initial;
        user-select: auto
    }

    .template-item:not(.template-item--selected):has(:focus-visible) .template-item__mobile-preview {
        opacity: 1;
        transform: translateZ(0)
    }
}

@supports (not selector(:has(:focus-visible))) and (selector(:focus-within)) {
    .template-item:not(.template-item--selected):focus-within .template-item__block {
        box-shadow: 0 6px 10px rgba(0, 0, 0, .16), 0 2px 20px rgba(0, 0, 0, .13);
        transform: translateY(-5px)
    }

    .template-item:not(.template-item--selected):focus-within .template-item__description {
        opacity: 1
    }

    .template-item:not(.template-item--selected):focus-within .template-item__overlay--when-picking {
        opacity: 1;
        pointer-events: auto;
        -webkit-user-select: initial;
        -moz-user-select: initial;
        user-select: auto
    }

    .template-item:not(.template-item--selected):focus-within .template-item__mobile-preview {
        opacity: 1;
        transform: translateZ(0)
    }
}

.template-item--selected .template-item__border--when-selected,
.template-item--selected .template-item__overlay--when-selected {
    visibility: visible
}

.template-item--selected .template-item__description {
    opacity: 1
}

.template-item__block {
    border-radius: 3px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .13), 0 1px 10px rgba(0, 0, 0, .1);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
    width: 100%;
    will-change: transform
}

@media (width < 480px) {
    .template-item__block.template-item__block--max-height {
        max-height: max(56svh, 315px);
        overflow: hidden
    }
}

.template-item__description {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5em;
    justify-content: center;
    margin-top: .5em;
    opacity: .6;
    transition: opacity .25s ease
}

.template-list--big .template-item__description {
    font-size: 1.1em
}

.template-item__border {
    border: 2px solid #469fd5;
    border-radius: 5px;
    inset: -3px;
    position: absolute
}

.template-item__border--when-selected {
    visibility: hidden
}

.template-item__image-container {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.is-darkblue .template-item__image-container,
.section--primary-dark .template-item__image-container {
    background: #0f2e40
}

.template-list--toolpanel .template-item__image-container {
    background: #202527
}

.template-item__image {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: absolute;
    width: 100%
}

.template-item__badge {
    height: 106.06601718px;
    left: -1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: -1px;
    width: 106.06601718px;
    z-index: 1
}

.template-item__badge>div {
    height: 40px;
    top: 51.92388155px;
    width: 130px
}

.template-item__badge span {
    font-size: 11.53868344px;
    height: 20px;
    line-height: 20px
}

.template-list--big .template-item__badge {
    height: 131.5218613px;
    width: 131.5218613px
}

.template-list--big .template-item__badge>div {
    height: 52px;
    top: 61.13708499px;
    width: 160px
}

.template-list--big .template-item__badge span {
    font-size: 15.00028847px;
    height: 26px;
    line-height: 26px
}

.template-item__badge>div {
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: 0 100%
}

.template-item__badge span {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.template-item__badge span.pro {
    background-color: #e9454b;
    color: #fff
}

.template-item__badge span.new {
    background-color: #469fd5;
    color: #fff
}

.template-item__mark {
    bottom: 5px;
    position: absolute;
    right: 5px
}

.template-item__overlay {
    background: rgba(0, 0, 0, .4) linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
    border-radius: 3px;
    display: flex;
    inset: 0;
    overflow: hidden;
    position: absolute
}

.template-item__overlay--prominent {
    background: rgba(70, 159, 213, .95);
    background: linear-gradient(270deg, rgba(91, 170, 218, .95), rgba(49, 148, 208, .95))
}

.template-item__overlay--when-picking {
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.template-item__overlay--when-selected {
    visibility: hidden
}

.template-item--tall .template-item__overlay {
    flex-direction: column
}

.template-item__button-container {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 10px
}

.template-item__mobile-preview-container {
    display: flex;
    flex: 0 0 50%;
    justify-content: center
}

.template-item--tall .template-item__mobile-preview-container {
    flex: 0 0 66%
}

.template-item__mobile-preview {
    background: hsla(0, 0%, 100%, .95);
    border-radius: 13px 13px 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translate3d(0, 5%, 0);
    transition: transform .25s ease, opacity .25s ease;
    width: 55%
}

.template-item__mobile-preview:before {
    align-self: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 20px;
    content: "";
    display: block;
    flex: 0 0 2%;
    margin: 5% 0;
    width: 25%
}

.template-item__mobile-image-container {
    border-radius: 4px 4px 0 0;
    flex: 1 0 auto;
    margin: 0 3%;
    min-width: 0;
    overflow: hidden;
    position: relative
}

.template-item__mobile-image-container:after {
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    content: "";
    display: block;
    height: 100%;
    position: relative
}

.template-item__mobile-image {
    height: auto;
    inset: 0;
    min-height: 1px;
    position: absolute;
    width: 100%
}

.text-button {
    background: none;
    border: 0;
    color: inherit;
    display: inline-flex;
    padding: 0
}

.text-button:focus,
.text-button:hover {
    cursor: pointer;
    text-decoration: underline
}

.text-button .icon {
    text-decoration: none
}

.text-button--link {
    color: #287db1;
    text-decoration: underline
}

.text-button--link:focus,
.text-button--link:hover {
    color: #1a5172
}

.text-button--muted {
    opacity: .8
}

.focus-underline {
    text-decoration: none
}

.focus-underline:focus,
.focus-underline:hover {
    text-decoration: underline
}

.no-underline {
    text-decoration-line: none !important
}

.text-color {
    color: #2c3235
}

.color-brand-success {
    color: #8bc53e
}

.color-brand-success-dark {
    color: #7bb035
}

.color-brand-success-light {
    color: #e9f4db
}

.background-brand-success-light {
    background: #e9f4db
}

.text-primary {
    color: #3596d1
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.full-width {
    width: 100%
}

.max-width-100 {
    max-width: 100%
}

.full-height {
    height: 100%
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

@media (min-width:768px) {
    .d-sm-flex {
        display: flex
    }
}

.justify-content-center {
    justify-content: center
}

.justify-content-space-between {
    justify-content: space-between
}

.justify-content-end {
    justify-content: flex-end
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-end {
    align-items: flex-end
}

.flex-wrap {
    flex-wrap: wrap
}

.mt-10 {
    margin-top: 50px
}

.mt-auto {
    margin-top: auto
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.flex-column {
    flex-direction: column
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.gap {
    gap: 5px
}

.gap-2 {
    gap: 10px
}

.gap-4 {
    gap: 20px
}

.d-grid {
    display: grid
}

.grid-auto-flow-row {
    grid-auto-flow: row
}

@media (min-width:768px) {
    .grid-auto-flow-row-sm {
        grid-auto-flow: row !important
    }
}

.grid-auto-flow-column {
    grid-auto-flow: column
}

@media (min-width:768px) {
    .grid-auto-flow-column-sm {
        grid-auto-flow: column !important
    }
}

.optimal-line-length {
    max-width: 45em !important
}

.visually-hidden {
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

@media (min-width:768px) {
    .mt-sm-10 {
        margin-top: 50px
    }
}

.aspect-ratio {
    position: relative
}

.aspect-ratio__inner {
    display: block;
    height: 0
}

.aspect-ratio__inner>* {
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0
}

.aspect-ratio--1x1 .aspect-ratio__inner {
    padding-top: 100%
}

.aspect-ratio--16x9 .aspect-ratio__inner {
    padding-top: 56.25%
}

.explore-block-container {
    padding: 0 10px;
    position: relative
}

@media (min-width:768px) {
    .explore-block-container {
        padding: 0
    }

    .explore-block-container:after,
    .explore-block-container:before {
        content: " ";
        display: table
    }

    .explore-block-container:after {
        clear: both
    }
}

.explore-block {
    word-wrap: break-word;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(55, 63, 67, .08), 0 2px 5px rgba(105, 105, 132, .12);
    margin: 0 auto 20px;
    padding: 10px;
    position: relative;
    width: 375px
}

.explore-block:after,
.explore-block:before {
    content: " ";
    display: table
}

.explore-block:after {
    clear: both
}

@media (max-width:767px) {
    .explore-block {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .explore-block {
        float: left;
        margin: 0 0 20px
    }
}

.explore-block-inner {
    max-height: 440px;
    overflow: hidden;
    position: relative
}

.explore-block-inner--small {
    max-height: 350px
}

.explore-link-wrap {
    align-items: center;
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .2s ease-out;
    width: 100%
}

.explore-link-wrap .btn {
    margin-bottom: 45px
}

.explore-block:hover .explore-link-wrap {
    opacity: 1
}

@media (max-width:767px) {
    .explore-image {
        height: auto;
        max-width: 100%
    }
}

.floating-ui {
    width: -moz-max-content;
    width: max-content
}

.floating-ui * {
    --floating-ui-arrow-origin: initial;
    --floating-ui-available-width: initial;
    --floating-ui-available-height: initial
}

.floating-ui--hidden {
    display: none !important
}

.popper__arrow {
    position: absolute
}

.popper__arrow:after,
.popper__arrow:before {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.popper__arrow:before {
    content: "";
    display: block
}

[data-popper-placement^=top]>.popper__arrow:after,
[data-popper-placement^=top]>.popper__arrow:before {
    border-bottom-width: 0 !important;
    border-top-color: currentColor !important;
    top: 0
}

[data-popper-placement^=left]>.popper__arrow:after,
[data-popper-placement^=left]>.popper__arrow:before {
    border-left-color: currentColor !important;
    border-right-width: 0 !important;
    left: 0
}

[data-popper-placement^=right]>.popper__arrow:after,
[data-popper-placement^=right]>.popper__arrow:before {
    border-left-width: 0 !important;
    border-right-color: currentColor !important;
    right: 0
}

[data-popper-placement^=bottom]>.popper__arrow:after,
[data-popper-placement^=bottom]>.popper__arrow:before {
    border-bottom-color: currentColor !important;
    border-top-width: 0 !important;
    bottom: 0
}

.floating-tooltip {
    animation: show-tooltip .1s ease-out;
    background: #151719;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    max-width: 400px;
    padding: 4px 8px;
    pointer-events: none;
    transform-origin: var(--floating-ui-arrow-origin);
    will-change: transform, opacity;
    z-index: 1060
}

@media screen and (max-width:767px) {
    .floating-tooltip {
        max-width: 350px
    }
}

.floating-tooltip>.popper__arrow {
    height: 10px;
    width: 10px
}

.floating-tooltip>.popper__arrow:before {
    border-width: 5px
}

.floating-tooltip[data-popper-placement^=top]>.popper__arrow {
    bottom: -10px
}

.floating-tooltip[data-popper-placement^=top]>.popper__arrow:before {
    border-top-width: 5px
}

.floating-tooltip[data-popper-placement^=left]>.popper__arrow {
    right: -10px
}

.floating-tooltip[data-popper-placement^=left]>.popper__arrow:before {
    border-left-width: 5px
}

.floating-tooltip[data-popper-placement^=right]>.popper__arrow {
    left: -10px
}

.floating-tooltip[data-popper-placement^=right]>.popper__arrow:before {
    border-right-width: 5px
}

.floating-tooltip[data-popper-placement^=bottom]>.popper__arrow {
    top: -10px
}

.floating-tooltip[data-popper-placement^=bottom]>.popper__arrow:before {
    border-bottom-width: 5px
}

.floating-tooltip .popper__arrow {
    color: #151719
}

@keyframes show-tooltip {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media (prefers-reduced-motion:reduce) {
    .floating-tooltip {
        animation: none
    }
}

.popover>.popper__arrow {
    height: 12px;
    width: 12px
}

.popover>.popper__arrow:before {
    border-width: 6px
}

.popover>.popper__arrow:after {
    border-width: 6px;
    content: "";
    display: block
}

.popover[data-popper-placement^=top]>.popper__arrow {
    bottom: -12px
}

.popover[data-popper-placement^=top]>.popper__arrow:before {
    border-top-width: 6px
}

.popover[data-popper-placement^=top]>.popper__arrow:after {
    border-top-width: 6px;
    top: -1px
}

.popover[data-popper-placement^=left]>.popper__arrow {
    right: -12px
}

.popover[data-popper-placement^=left]>.popper__arrow:before {
    border-left-width: 6px
}

.popover[data-popper-placement^=left]>.popper__arrow:after {
    border-left-width: 6px;
    left: -1px
}

.popover[data-popper-placement^=right]>.popper__arrow {
    left: -12px
}

.popover[data-popper-placement^=right]>.popper__arrow:before {
    border-right-width: 6px
}

.popover[data-popper-placement^=right]>.popper__arrow:after {
    border-right-width: 6px;
    right: -1px
}

.popover[data-popper-placement^=bottom]>.popper__arrow {
    top: -12px
}

.popover[data-popper-placement^=bottom]>.popper__arrow:before {
    border-bottom-width: 6px
}

.popover[data-popper-placement^=bottom]>.popper__arrow:after {
    border-bottom-width: 6px;
    bottom: -1px
}

.popover .arrow,
.popover>.popper__arrow {
    color: rgba(55, 63, 67, .255)
}

.popover .arrow:after,
.popover>.popper__arrow:after {
    color: #f5f5f7
}

.popover {
    box-shadow: 0 2px 5px rgba(55, 63, 67, .15);
    color: #2c3235;
    display: block;
    padding: 0;
    position: static
}

.popover-title {
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    padding: 12.5px 15px
}

.popover-image {
    border-bottom: 1px solid #ddddde;
    border-top: 1px solid #ddddde;
    max-width: 100%
}

.popover-with-icon .popover-content {
    padding-right: 30px
}

.popover-sm {
    font-size: 14px
}

.popover-sm .popover-content {
    padding: 5px 7px
}

.popover-inverse.popover {
    background-color: #373f43;
    color: #fff
}

.popover-inverse .arrow,
.popover-inverse .arrow:after,
.popover-inverse>.popper__arrow,
.popover-inverse>.popper__arrow:after {
    color: #373f43
}

.popover--white.popover {
    background-color: #fff;
    border-color: rgba(55, 63, 67, .15);
    color: #2c3235
}

.popover--white .arrow,
.popover--white>.popper__arrow {
    color: rgba(55, 63, 67, .15)
}

.popover--white .arrow:after,
.popover--white>.popper__arrow:after {
    color: #fff
}

.popover-container {
    display: none;
    position: absolute;
    top: 0;
    width: 300px
}

.popover-container .popover,
.popover-container.popover-is-open {
    display: block
}

.popover-navigation {
    padding: 0 14px 9px
}

.popover-navigation:after,
.popover-navigation:before {
    content: " ";
    display: table
}

.popover-navigation:after {
    clear: both
}

.popover-content {
    padding: 10px 15px
}

.popover-content label {
    margin-bottom: 0
}

.popover-content table {
    border-collapse: separate;
    border-spacing: 3px;
    white-space: nowrap
}

.popover-content td {
    padding-left: 10px;
    padding-top: 3px;
    text-align: right;
    vertical-align: middle
}

.popover-content td:first-child {
    padding-left: 0;
    padding-top: 0;
    text-align: left
}

.popover-content td:last-child {
    padding-top: 0
}

.popover-content td[colspan="2"] label {
    margin-bottom: 5px
}

.popover-textarea {
    font-size: inherit;
    height: 100px;
    line-height: 1.5;
    padding: .5em .8em;
    resize: none;
    white-space: normal;
    width: 200px
}

.popover-close {
    background: none;
    border: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px
}

.popover-close:hover {
    opacity: .8
}

.popover-counter {
    opacity: .5
}

.progress-bar {
    font-size: 14px;
    list-style: none;
    margin-bottom: 40px;
    padding: 0
}

.progress-bar,
.progress-bar__item {
    display: flex;
    justify-content: center
}

.progress-bar__item {
    --background: #f5f5f6;
    --color: #2c3235;
    --border: #afb2b4;
    align-items: center;
    background-color: #f5f5f6;
    background-color: var(--background);
    border: 1px solid #afb2b4;
    border-color: var(--border);
    box-sizing: border-box;
    color: #2c3235;
    color: var(--color);
    height: 28px;
    line-height: 1;
    outline: none;
    padding: 0 7.5px 0 21.5px;
    position: relative;
    white-space: nowrap
}

button.progress-bar__item:focus,
button.progress-bar__item:hover {
    --background: #e5e6e7
}

button.progress-bar__item:active {
    --background: #dbdcdd
}

.progress-bar__item:after,
.progress-bar__item:before {
    border: solid transparent;
    border-right-width: 0 !important;
    content: "";
    height: 0;
    left: calc(100% - 1px);
    position: absolute;
    width: 0;
    z-index: 1
}

.progress-bar__item:before {
    border-left-color: var(--border);
    border-width: 14px;
    top: -1px;
    transform: translateX(.707px)
}

.progress-bar__item:after {
    border-left-color: var(--background);
    border-width: 13px;
    top: 0
}

.progress-bar__item.is-done {
    --background: #e9f4db;
    --color: #181f0f;
    --border: #7bb035;
    position: relative
}

button.progress-bar__item.is-done:focus,
button.progress-bar__item.is-done:hover {
    --background: #d6ebbb
}

button.progress-bar__item.is-done:active {
    --background: #cde6ac
}

.progress-bar__item.is-active {
    --background: #7bb035;
    --color: #fff;
    --border: #7bb035;
    font-weight: 700
}

button.progress-bar__item.is-active:focus,
button.progress-bar__item.is-active:hover {
    --background: #70a030
}

button.progress-bar__item.is-active:active {
    --background: #6a982e
}

@media (min-width:768px) {
    .signup-form .progress-bar__item.is-active {
        --background: #c5e29f;
        --border: #7bb035;
        --color: #181f0f
    }

    .signup-form .progress-bar__item.is-active:active,
    .signup-form .progress-bar__item.is-active:focus,
    .signup-form .progress-bar__item.is-active:hover {
        --background: #b9dc8b
    }
}

li:first-child .progress-bar__item {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding-left: 15px
}

li:last-child .progress-bar__item {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 15px
}

li:last-child .progress-bar__item:after,
li:last-child .progress-bar__item:before {
    display: none
}

.progress-bar__item:focus {
    outline: 1px solid #469fd5;
    outline-offset: 2px
}

.progress-bar__item:focus:not(:focus-visible) {
    outline: none
}

.progress-bar--with-checks .progress-bar__check {
    font-size: 1.1em;
    line-height: 1;
    opacity: 0;
    transform: scale(.7);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    visibility: hidden;
    width: 0
}

.progress-bar--with-checks .progress-bar__check:before {
    margin: 0 !important
}

.progress-bar--with-checks .is-done .progress-bar__check {
    opacity: 1;
    transform: scale(1) translateX(-3px);
    visibility: visible
}

.progress-bar--with-checks .progress-bar__content {
    margin-left: 7px;
    margin-right: 7px;
    transition: transform .2s ease
}

.progress-bar--with-checks .is-done .progress-bar__content {
    transform: translateX(7px)
}

.progress-bar--with-titles .progress-bar__item .step-number:after {
    content: "."
}

.progress-bar--with-titles .progress-bar__item .step-number+.step-title {
    margin-left: .2em
}

@media (max-width:991px) {
    .progress-bar--with-titles .progress-bar__item:not(.is-active) .step-title {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .progress-bar--with-titles .progress-bar__item:not(.is-active) .step-number {
        font-weight: 700
    }

    .progress-bar--with-titles .progress-bar__item:not(.is-active) .step-number:after {
        display: none
    }

    .progress-bar--with-titles .progress-bar__item.is-active .step-number {
        font-weight: 400
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

body {
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.container {
    max-width: 1170px;
    width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.container--narrow {
    max-width: 970px
}

.container--more-narrow {
    max-width: 750px
}

@media (min-width:768px) and (max-width:991px) {
    .container--narrow-sm {
        max-width: 750px
    }
}

.container--wide {
    max-width: 1530px
}

.container--full-width {
    max-width: none
}

.dimmed-text {
    color: #7d7d7d
}

.section--primary-dark .dimmed-text {
    color: #97bbd0
}