.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    position: relative;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    z-index: 7
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border-left: 1px dashed #e2e4e7;
    color: #555d66;
    border-bottom: 1px dashed #e2e4e7;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 2px solid currentcolor
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: 50%;
        flex-grow: 0
    }
}

@media (min-width:600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 32px
    }

    .wp-block-column:nth-child(even) {
        margin-left: 32px
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }

    .wp-block-column:not(:last-child) {
        margin-right: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image::after,
.wp-block-cover::after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image::after,
    .wp-block-cover::after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 60%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 16px * 2)/ 3);
        margin-right: 16px
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 16px * 3)/ 4);
        margin-right: 16px
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 16px * 4)/ 5);
        margin-right: 16px
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 16px * 5)/ 6);
        margin-right: 16px
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 16px * 6)/ 7);
        margin-right: 16px
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 16px * 7)/ 8);
        margin-right: 16px
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc((100% / 2) - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc((100% / 3) - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc((100% / 4) - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc((100% / 5) - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc((100% / 6) - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid
}

.wp-block-media-text {
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8% 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

p.is-small-text {
    font-size: 14px
}

p.is-regular-text {
    font-size: 16px
}

p.is-large-text {
    font-size: 36px
}

p.is-larger-text {
    font-size: 48px
}

p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns {
    display: flex
}

.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: calc(100% / 2)
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: calc(100% / 3)
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: calc(100% / 4)
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px
}

.wp-block-preformatted pre {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
}

.wp-block-quote {
    margin: 20px 0
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid currentColor;
    word-break: break-all
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local(OpenSans-Light), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local(OpenSans-Regular), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local(OpenSans-SemiBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local(OpenSans-ExtraBold), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: 'FontAwesome';
    src: url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.eot#1650147427);
    src: url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.eot#1650147427) format("embedded-opentype"), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.woff2#1650147427) format("woff2"), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.woff#1650147427) format("woff"), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.ttf#1650147427) format("truetype"), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

hr,
img {
    border: 0
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding-right: 0 !important
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

a {
    color: #1a66ff;
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: underline
}

a.link--dark {
    color: #32323d
}

a.link--dark:hover {
    color: #191919;
    text-decoration: underline
}

a.link--secondary {
    color: #73738f
}

a.link--secondary:active,
a.link--secondary:focus,
a.link--secondary:hover {
    color: gray-5;
    text-decoration: underline
}

path[id*=_bounds] {
    fill: none;
    stroke: none
}

svg.icon {
    height: 16px;
    width: 16px;
    vertical-align: sub
}

svg.icon use {
    fill: currentColor
}

body,
html {
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    color: #32323d;
    font-weight: 400
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

h1,
h2,
h3 {
    color: #32323d
}

*,
:after,
:before {
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: none
}

main[role=main] {
    display: block
}

h1.display {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem
}

h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media only screen and (min-width:1024px) {
    h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 700
    }
}

h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 0
}

@media only screen and (min-width:1024px) {
    h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        font-weight: 500
    }
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 500;
    margin: 0
}

.noscroll {
    overflow: hidden
}

.metadata {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #73738f
}

.modal-container {
    z-index: 999
}

.bot-bait,
[v-cloak] {
    display: none
}

.tooltip {
    padding: 8px;
    z-index: 100
}

@media only screen and (min-width:640px) {
    .tooltip {
        width: auto
    }
}

.tooltip .tooltip-inner {
    z-index: inherit;
    background: #fff;
    width: 96vw;
    border: 1px solid #e8e8eb;
    border-radius: 2px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 24px;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    position: relative;
    width: 360px
}

.tooltip .tooltip-arrow {
    z-index: 1;
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: transparent
}

.tooltip .tooltip-arrow:after,
.tooltip .tooltip-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid !important;
    position: absolute;
    border-color: #fff;
    border: transparent
}

.tooltip[x-placement^=right] .tooltip-arrow:after,
.tooltip[x-placement^=top] .tooltip-arrow:after {
    -webkit-filter: drop-shadow(-2px 3px 1px rgba(0, 0, 50, .12));
    filter: drop-shadow(-2px 3px 1px rgba(0, 0, 50, .12))
}

.tooltip[x-placement^=left] .tooltip-arrow:after {
    -webkit-filter: drop-shadow(1px 3px 1px rgba(0, 0, 50, .12));
    filter: drop-shadow(1px 3px 1px rgba(0, 0, 50, .12))
}

.tooltip[x-placement^=top] {
    margin-bottom: -1px
}

.tooltip[x-placement^=top] .tooltip-arrow:after,
.tooltip[x-placement^=top] .tooltip-arrow:before {
    border-width: 8px 8px 0;
    position: fixed
}

.tooltip[x-placement^=top] .tooltip-arrow:before {
    border-top-color: #fff;
    top: calc(100% - 9px)
}

.tooltip[x-placement^=top] .tooltip-arrow:after {
    border-bottom-color: #e8e8eb;
    top: 100%
}

.tooltip[x-placement^=bottom] {
    margin-top: -1px
}

.tooltip[x-placement^=bottom] .tooltip-arrow:after,
.tooltip[x-placement^=bottom] .tooltip-arrow:before {
    border-width: 0 8px 8px;
    margin-top: 0;
    margin-bottom: 0
}

.tooltip[x-placement^=bottom] .tooltip-arrow:before {
    border-bottom-color: #e8e8eb;
    top: -8px
}

.tooltip[x-placement^=bottom] .tooltip-arrow:after {
    top: -7px;
    border-bottom-color: #fff
}

.tooltip[x-placement^=right] {
    margin-left: -1px
}

.tooltip[x-placement^=right] .tooltip-arrow:after,
.tooltip[x-placement^=right] .tooltip-arrow:before {
    border-width: 8px 8px 8px 0
}

.tooltip[x-placement^=right] .tooltip-arrow:before {
    border-right-color: #e8e8eb
}

.tooltip[x-placement^=right] .tooltip-arrow:after {
    border-right-color: #fff
}

.tooltip[x-placement^=left] {
    margin-right: -1px
}

.tooltip[x-placement^=left] .tooltip-arrow:after,
.tooltip[x-placement^=left] .tooltip-arrow:before {
    border-width: 8px 0 8px 8px;
    margin-left: 0;
    margin-right: 0
}

.tooltip[x-placement^=left] .tooltip-arrow:before {
    border-left-color: #e8e8eb
}

.tooltip[x-placement^=left] .tooltip-arrow:after {
    border-left-color: #fff
}

.brand-footer {
    width: 100%;
    z-index: 90;
    color: #fff;
    background-color: #000032
}

.brand-footer.brand-footer a:active,
.brand-footer a:hover {
    text-decoration: none
}

.brand-footer a {
    color: hsla(0, 0%, 100%, .6)
}

.brand-footer a:hover {
    color: #fff
}

.brand-footer__wrapper {
    display: flex;
    flex-flow: row wrap;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 64px
}

.brand-footer__logo-container {
    display: flex;
    align-items: start;
    flex-direction: row;
    width: 100%;
    height: 104px
}

.brand-stars ul,
.brand-avg-stars ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.brand-stars li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    padding: .2px 0 0 .7px;
    text-align: center
}

.brand-stars li i {
    font-size: 16px;
    color: inherit
}

.brand-stars li.active {
    border: 1px solid #7f0251;
    color: #7f0251
}

.brand-stats {
    margin-top: 0;
    align-items: flex-end;
    margin-bottom: 15px
}

.brand-stats h5 {
    font-size: 17px
}

.brand-avg-stars h4 {
    font-size: 20px
}

#post-content {
    display: none
}

.style-header {
    position: relative
}

.read-more-btn {
    color: #115740;
    font-weight: 500
}

.read-more-btn:hover {
    color: #115740;
    text-decoration: underline
}

@media only screen and (min-width:768px) {
    .brand-footer__logo-container {
        height: 144px
    }
}

@media only screen and (min-width:1024px) {
    .brand-footer__logo-container {
        height: 160px
    }
}

.brand-footer__logo {
    margin-top: auto;
    margin-bottom: auto;
    height: 32px;
    width: 130.3005px
}

.brand-footer__header {
    margin-bottom: 24px;
    margin-top: 0;
    color: #fff
}

.brand-footer__section {
    order: 0;
    width: 248px;
    margin-bottom: 24px
}

.brand-footer__country-selector-section {
    width: 100%;
    margin-bottom: 24px
}

@media only screen and (min-width:1280px) {
    .brand-footer__country-selector-section {
        width: 248px;
        order: 1
    }
}

.brand-footer__country-selector-section__wrapper {
    max-width: 372px
}

.brand-footer__link {
    margin-bottom: 24px;
    padding-right: 24px
}

.brand-footer__link .btn-install-app {
    color: hsla(0, 0%, 100%, .6)
}

.brand-footer__link .btn-install-app:hover {
    color: #fff
}

.brand-footer__links {
    list-style: none;
    margin: 0;
    padding: 0
}

.brand-footer__links--large {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

.brand-footer__links--horizontal-phone {
    display: flex
}

.brand-footer__links--horizontal-phone>* {
    margin-right: 16px
}

.brand-footer__links--horizontal-phone>:last-child {
    margin-right: 0
}

@media only screen and (min-width:400px) {
    .brand-footer__links--horizontal-phone {
        display: block
    }

    .brand-footer__links--horizontal-phone>* {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) {
    .brand-footer__links--horizontal-when-possible {
        display: flex
    }

    .brand-footer__links--horizontal-when-possible>* {
        margin-right: 24px
    }

    .brand-footer__links--horizontal-when-possible>:last-child {
        margin-right: 0
    }
}

.brand-footer__legal {
    width: 100%;
    order: 2
}

@media only screen and (min-width:768px) {
    .brand-footer__legal {
        display: flex;
        flex-direction: row
    }
}

.brand-footer__legal__copyright-text {
    color: hsla(0, 0%, 100%, .4)
}

@media only screen and (min-width:768px) {
    .brand-footer__legal__copyright-text {
        flex: 1;
        text-align: right
    }
}

.notification-bar {
    padding: 16px 0;
    width: 100%;
    text-align: center
}

.notification-bar--success {
    background-color: #00e99c;
    color: #000032;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    z-index: 1000
}

.notification-bar--success hr {
    border-top-color: #04ffac
}

.notification-bar--success a {
    text-decoration: underline;
    transition: all .1s ease-in
}

.notification-bar--success a:hover {
    opacity: .5;
    text-decoration: underline
}

.notification-bar--warning {
    background-color: #ffce00;
    color: #000032;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    z-index: 1000
}

.notification-bar--warning hr {
    border-top-color: #ffdd4d
}

.notification-bar--warning a {
    text-decoration: underline;
    transition: all .1s ease-in
}

.notification-bar--warning a:hover {
    opacity: .5;
    text-decoration: underline
}

.notification-bar--error {
    background-color: #ffce00;
    color: #000032;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    z-index: 1000
}

.notification-bar--error hr {
    border-top-color: #ffdd4d
}

.notification-bar--error a {
    text-decoration: underline;
    transition: all .1s ease-in
}

.notification-bar--error a:hover {
    opacity: .5;
    text-decoration: underline
}

.notification-bar--info {
    background-color: #f2f2f5;
    color: #000032;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 50, .12);
    z-index: 1000
}

.notification-bar--info hr {
    border-top-color: #f2f2f2
}

.notification-bar--info a {
    text-decoration: underline;
    transition: all .1s ease-in
}

.notification-bar--info a:hover {
    opacity: .5;
    text-decoration: underline
}

.notification-bar--inline.notification-bar {
    position: static;
    top: unset
}

.notification-bar--hidden {
    display: none
}

.notification-bar .container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    align-items: center
}

.notification-bar .notification-msg {
    padding-right: 10px;
    flex: 1
}

.notification-bar .close-btn {
    color: #000032;
    background-color: transparent;
    border: none;
    width: 32px;
    line-height: 32px;
    height: 32px;
    margin: 0
}

.notification-bar .close-btn:hover {
    cursor: pointer;
    font-weight: 700
}

.btn-install-app {
    display: none;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0
}

.btn-install-app--active {
    display: block
}

.search-field {
    position: relative;
    box-sizing: border-box !important;
    -webkit-appearance: none
}

.autocomplete-suggestions {
    color: #7e7e7e;
    border-top: 1px solid #d4d4d4;
    background: #fff;
    overflow: auto;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .35);
    text-align: left
}

.autocomplete-suggestions .autocomplete-no-suggestion,
.autocomplete-suggestions .autocomplete-suggestion {
    padding: 6px 15px
}

.autocomplete-suggestions .businessunit-suggestion {
    white-space: nowrap
}

.autocomplete-suggestions .businessunit-suggestion__display-name {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202020
}

.autocomplete-suggestions .businessunit-suggestion__identifying-name {
    font-size: 12px;
    overflow: hidden;
    opacity: .65;
    text-overflow: ellipsis
}

.autocomplete-suggestions .category-suggestion .category-box-icon {
    width: 30px
}

.autocomplete-suggestions em {
    color: #368cd7;
    font-style: normal;
    font-weight: 700
}

.autocomplete-selected {
    background: #d4d4d4
}

.autocomplete-selected__arrow,
.showall-suggestion__arrow {
    display: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.autocomplete-suggestions {
    border: none;
    box-shadow: 1px 2px 10px -2px rgba(1, 1, 1, .33), 0 2px 7px 0 rgba(22, 65, 89, .05) !important;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 80
}

@media only screen and (max-width:1023px) {
    .header__search-form .autocomplete-suggestions {
        top: 57px !important;
        width: 100vw !important;
        left: -20px !important
    }
}

.autocomplete-suggestion {
    padding: 0 !important;
    display: flex;
    justify-content: space-between
}

.autocomplete-selected {
    background: rgba(26, 102, 255, .1);
    border-radius: 2px
}

.autocomplete-selected__arrow {
    display: none;
    color: red;
    width: 13px;
    height: 10px;
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 24px
}

.autocomplete-selected:hover .autocomplete-selected__arrow {
    display: block
}

.showall-suggestion {
    background-color: #1a66ff;
    color: #fff;
    padding: 8px 24px 8px 16px;
    flex: 1;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 24px;
    line-height: 1.5rem
}

.showall-suggestion__arrow {
    display: block;
    width: 12px;
    height: 24px
}

.category-suggestion {
    padding: 8px 0 8px 16px;
    font-weight: 700
}

.category-name {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

.businessunit-suggestion {
    padding: 8px 0 8px 16px
}

.businessunit-suggestion__display-name {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

.businessunit-suggestion__display-name__highlight {
    color: #1a66ff !important
}

.businessunit-suggestion__identifying-name {
    color: rgba(25, 25, 25, .5);
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.businessunit-suggestion__identifying-name__highlight {
    color: #1a66ff !important;
    font-weight: 400 !important
}

.category-suggestion {
    padding: 8px 15px
}

@media only screen and (max-width:1023px) {
    .header__container--nav-on .nav {
        transform: translateX(-100%)
    }
}

.nav__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    position: relative;
    left: 50%;
    min-width: 200px;
    transform: translateX(-50%)
}

.nav__container a:not(.nav__for-business):active,
.nav__container a:not(.nav__for-business):hover {
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:1024px) {
    .nav__container {
        position: relative;
        flex-direction: row;
        width: auto;
        top: auto;
        bottom: auto;
        right: auto;
        min-height: auto;
        padding: 0;
        justify-content: center;
        height: 72px
    }
}

.nav__categories {
    align-self: flex-start;
    order: 2;
    margin-bottom: 16px;
    transform: translateY(40px)
}

@media only screen and (min-width:400px) {
    .nav__categories {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .nav__categories {
        margin-bottom: 0;
        align-self: center;
        order: 1
    }
}

.nav__for-business {
    color: #fff;
    font-weight: 400;
    order: 1;
    align-self: flex-start;
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    transform: translateY(40px)
}

@media only screen and (min-width:400px) {
    .nav__for-business {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .nav__for-business {
        border: 2px solid #fff;
        margin-bottom: 0;
        border-radius: 2px;
        padding: 12px 16px;
        order: 4;
        align-self: center;
        font-size: 14px;
        font-size: .875rem;
        line-height: 16px;
        line-height: 1rem
    }

    .nav__for-business:hover {
        color: #000032;
        background-color: #fff;
        text-decoration: none
    }
}

.nav__signup {
    order: 4;
    transform: translateY(40px)
}

@media only screen and (min-width:400px) {
    .nav__signup {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .nav__signup {
        order: 4
    }
}

.nav__login {
    order: 5;
    transform: translateY(40px)
}

@media only screen and (min-width:400px) {
    .nav__login {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .nav__login {
        order: 3
    }
}

.nav__install-app {
    order: 1;
    margin-bottom: 48px;
    align-self: flex-start
}

.nav__install-app .btn-install-app {
    color: #fff;
    font-size: 24px
}

@media only screen and (min-width:1024px) {
    .nav__install-app {
        display: none;
        order: 35
    }
}

.nav__categories,
.nav__login,
.nav__signup,
.nav__trust {
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
    align-self: flex-start;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

@media only screen and (min-width:1024px) {

    .nav__categories,
    .nav__login,
    .nav__signup,
    .nav__trust {
        margin-right: 32px;
        margin-bottom: 0;
        align-self: center;
        height: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 3px solid transparent;
        font-size: 14px;
        font-size: .875rem;
        line-height: 16px;
        line-height: 1rem
    }

    .nav__categories:hover,
    .nav__login:hover,
    .nav__signup:hover,
    .nav__trust:hover {
        border-bottom: 3px solid #fff
    }
}

.nav__categories--hidden,
.nav__login--hidden,
.nav__signup--hidden,
.nav__trust--hidden {
    display: none
}

.nav__user-link {
    color: #fff;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

@media only screen and (min-width:1024px) {
    .nav__user-link {
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        line-height: 1.25rem
    }

    .nav__user-link:hover {
        background-color: #0c244c
    }
}

@media only screen and (min-width:1024px) {
    .nav__user-link:not(.nav__install-app) {
        padding: 14px 18px
    }
}

.nav__user-link:not(.nav__log-out) {
    margin-bottom: 16px
}

@media only screen and (min-width:1024px) {
    .nav__user-link:not(.nav__log-out) {
        margin-bottom: 0
    }
}

.nav__user-link .btn-install-app {
    color: #fff;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 24px;
    display: none
}

@media only screen and (min-width:1024px) {
    .nav__user-link .btn-install-app {
        padding: 14px 18px;
        font-size: 14px
    }

    .nav__user-link .btn-install-app--active {
        display: block
    }
}

.nav__log-out {
    position: absolute;
    bottom: 0;
    color: hsla(0, 0%, 100%, .6);
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, 130px);
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:1024px) {
    .nav__log-out {
        color: #fff;
        position: static;
        bottom: auto;
        transform: translateX(0);
        text-transform: none
    }
}

.nav__user__container {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    flex: 1 1 auto;
    width: 100%
}

.nav__user__container--hidden {
    display: none
}

@media only screen and (min-width:1024px) {
    .nav__user__container {
        position: relative;
        margin-right: 32px;
        width: auto
    }

    .nav__user__container:hover .nav__user__links {
        display: block
    }
}

.nav__user__links {
    align-self: flex-start;
    order: 3;
    width: 100%;
    transform: translateY(40px);
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

@media only screen and (min-width:400px) {
    .nav__user__links {
        transform: translateY(0)
    }
}

@media only screen and (min-width:1024px) {
    .nav__user__links {
        display: none;
        align-self: normal;
        order: 2;
        background-color: #000032;
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        line-height: 1.25rem;
        position: absolute;
        top: 72px;
        min-width: 168px;
        width: calc(100% + 32px);
        left: 50%;
        transform: translateX(-50%)
    }
}

.nav__user__info {
    flex: 1;
    order: 4;
    border-bottom: 3px solid transparent
}

.nav__user__info,
.nav__user__info__link {
    display: flex;
    align-items: center;
    justify-content: center
}

.nav__user__info__link {
    flex-direction: column
}

@media only screen and (min-width:1024px) {
    .nav__user__info {
        margin-left: 0;
        order: 3;
        min-height: 72px;
        min-width: 120px
    }

    .nav__user__info__link {
        pointer-events: none;
        cursor: default;
        flex-direction: row;
        height: 100%;
        width: 100%
    }

    .nav__user__info:hover {
        border-bottom: 3px solid #fff
    }
}

.nav__user-image {
    width: 72px;
    margin-bottom: 16px;
    border-radius: 50%
}

@media only screen and (min-width:1024px) {
    .nav__user-image {
        margin-bottom: 0;
        width: 35px
    }
}

.nav__user-name {
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:1024px) {
    .nav__user-name {
        margin-bottom: 0;
        margin-left: 8px;
        max-width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block
    }
}

.nav__user-location {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:1024px) {
    .nav__user-location {
        display: none
    }
}

.nav__trust {
    order: 2
}

.nav__trust,
.nav__trust__container {
    margin-bottom: 16px;
    align-self: flex-start
}

.nav__trust__container {
    order: 1
}

@media only screen and (min-width:1024px) {
    .nav__trust {
        margin-bottom: 0;
        align-self: center;
        order: 1
    }

    .nav__trust__container {
        position: relative;
        height: 72px;
        margin-bottom: 0
    }

    .nav__trust__container:hover>.nav__trust-links {
        display: block
    }
}

.nav__trust-links__link {
    display: block;
    padding-left: 16px
}

@media only screen and (min-width:1024px) {
    .nav__trust-links {
        display: none;
        background-color: #000032;
        position: absolute;
        top: 69px;
        width: 174px;
        line-height: 20px
    }

    .nav__trust-links__link {
        color: #fff;
        padding: 14px 18px;
        font-size: 14;
        margin-bottom: 0
    }
}

.header {
    z-index: 9999;
    padding: 20px 5px;
    position: fixed;
    width: 100%
}

.header__actual {
    transition: 1s all;
    width: 100%;
    z-index: 9999
}

.header--fixed .header__actual {
    top: 0
}

.header__container {
    padding: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1280px
}

.header__container,
.header__wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center
}

.header__wrapper {
    height: 72px
}

.header__search {
    flex: 1;
    position: relative
}

.header__search-form {
    height: 48px
}

@media only screen and (min-width:1024px) {
    .header__search-form {
        height: auto
    }
}

.header__search-field {
    width: 320px;
    border-radius: 2px;
    position: relative;
    outline: none;
    background-color: transparent;
    padding: 12px 16px 12px 0;
    text-indent: 40px;
    color: #fff;
    border: none;
    display: none;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.header__container--search-on .header__search-field {
    display: block
}

@media only screen and (max-width:1023px) {
    .header__search-field {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .header__search-field {
        border: 2px solid hsla(0, 0%, 100%, .4);
        display: block
    }
}

.header__search-field::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.header__search-field:-ms-input-placeholder,
.header__search-field::-ms-input-placeholder {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.header__search-field::placeholder {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media only screen and (min-width:1024px) {
    .header__search-field::-webkit-input-placeholder {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem
    }

    .header__search-field:-ms-input-placeholder,
    .header__search-field::-ms-input-placeholder {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem
    }

    .header__search-field::placeholder {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.header__search-field~.icon-search {
    color: #00b67a;
    display: flex;
    position: absolute;
    right: 0;
    top: 48%;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 100;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media only screen and (min-width:1024px) {
    .header__search-field~.icon-search {
        color: hsla(0, 0%, 100%, .4);
        right: auto;
        left: 0;
        padding: 0 12px 0 16px
    }
}

.header__search-field:focus,
.header__search-field:hover {
    background-color: transparent;
    color: #fff
}

@media only screen and (min-width:1024px) {

    .header__search-field:focus,
    .header__search-field:hover {
        background-color: #fff;
        color: #191919
    }
}

@media only screen and (min-width:1024px) {

    .header__search-field:focus+.icon-search,
    .header__search-field:hover+.icon-search {
        color: #191919
    }
}

.header__search-icon {
    color: #000032
}

.header__container--search-on .header__search-icon {
    left: 0
}

.header__menu {
    width: 16px;
    height: 16px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 32px
}

@media only screen and (min-width:1024px) {
    .header__menu {
        display: none
    }
}

.header__menu__line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00b67a;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.header__menu__line--top {
    top: 0;
    transform-origin: left center
}

.header__menu__line--middle {
    top: 6px;
    transform-origin: left center
}

.header__menu__line--bottom {
    top: 12px;
    transform-origin: left center
}

.header__menu--open .header__menu__line--top {
    transform: rotate(45deg);
    top: 1px;
    left: 3px
}

.header__menu--open .header__menu__line--middle {
    width: 0;
    opacity: 0
}

.header__menu--open .header__menu__line--bottom {
    transform: rotate(-45deg);
    top: 12px;
    left: 3px
}

.logo {
    display: inline-flex;
    display: block;
    z-index: 1
}

.logo__container {
    margin-right: 32px
}

@media only screen and (max-width:1023px) {
    .header__container--search-on .logo__container {
        display: none
    }
}

.logo__image {
    width: 215px
}

.header__container .nav {
    position: fixed;
    top: 72px;
    bottom: 0;
    min-height: 100vh;
    width: calc(100% - 50px);
    right: calc(-100% + 50px);
    background-color: #000032;
    transition: transform .3s ease-in-out;
    padding: 32px 24px 160px;
    display: flex
}

@media only screen and (min-width:1024px) {
    .header__container .nav {
        position: static;
        width: auto;
        top: auto;
        bottom: auto;
        right: auto;
        min-height: 100%;
        padding: 0;
        justify-content: center;
        height: 100%
    }
}

.overlay {
    top: 72px;
    height: 100%;
    background-color: rgba(25, 25, 25, .3);
    width: 100%;
    position: fixed;
    z-index: 20
}

.overlay--hidden {
    display: none
}

@media only screen and (min-width:1024px) {
    .overlay {
        display: none
    }
}

.modal {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(25, 25, 25, .6)
}

.modal-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 9px 19px 8px rgba(25, 25, 25, .07)
}

@media only screen and (min-width:640px) {
    .modal-dialog {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        transform: translate(-50%);
        width: 630px;
        height: auto;
        max-height: 480px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.modal-dialog-header {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    color: #000032;
    text-align: center;
    border-bottom: 1px solid #f2f2f5;
    padding: 16px 40px
}

@media only screen and (min-width:640px) {
    .modal-dialog-header {
        justify-content: space-between;
        padding: 16px 40px 16px 24px
    }
}

.modal-dialog-header__dismiss {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700
}

.modal-dialog-body {
    flex: 1 1 auto;
    padding: 24px;
    overflow-y: auto
}

@media only screen and (min-width:640px) {
    .modal-dialog-body {
        flex: 0 1 auto
    }
}

.modal-dialog-footer {
    flex: 0 0 auto
}

.modal-dialog-footer * {
    display: block;
    width: 100%
}

@media only screen and (max-width:639px) {
    .modal-dialog-footer .button:last-of-type {
        margin-bottom: 0;
        border-radius: 0
    }
}

@media only screen and (min-width:640px) {
    .modal-dialog-footer {
        text-align: right;
        padding: 0 24px 24px
    }

    .modal-dialog-footer * {
        display: inline-block;
        width: auto
    }
}

.button[data-v-e501c1b4] {
    display: block;
    position: relative;
    text-align: center;
    border-radius: 2px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: background-color .2s linear;
    width: 100%;
    min-width: 48px;
    margin-bottom: 8px;
    height: 44px;
    white-space: nowrap;
    font-weight: 500;
    background-color: #c5c5d6;
    border: 0
}

.button[data-v-e501c1b4],
.button [data-v-e501c1b4] {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media only screen and (min-width:480px) {
    .button[data-v-e501c1b4] {
        display: inline-block
    }
}

.button+.button-group[data-v-e501c1b4] {
    margin-left: 8px
}

.button+.button[data-v-e501c1b4] {
    margin-left: 0
}

@media only screen and (min-width:768px) {
    .button+.button[data-v-e501c1b4] {
        margin-left: 8px
    }
}

.button .icon--hidden[data-v-e501c1b4] {
    display: none
}

.button .icon[data-v-e501c1b4] {
    position: relative
}

.button svg.icon[data-v-e501c1b4] {
    top: -1px
}

.button [class*=icon-]:not(.icon--hidden)+span[data-v-e501c1b4],
.button svg+span[data-v-e501c1b4] {
    margin-left: 2px;
    margin-right: 0
}

.button--align-left[data-v-e501c1b4] {
    float: left;
    clear: left
}

.button--align-right[data-v-e501c1b4] {
    float: right;
    clear: right
}

.button span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button span:not(.icon)+svg[data-v-e501c1b4] {
    margin-left: 2px
}

@media only screen and (min-width:480px) {
    .button[data-v-e501c1b4] {
        width: auto;
        margin-bottom: 0
    }
}

.button--small[data-v-e501c1b4] {
    padding-left: 12px;
    padding-right: 12px;
    height: 32px
}

.button--small [class*=icon-]+span[data-v-e501c1b4],
.button--small svg+span[data-v-e501c1b4] {
    margin-left: 2px;
    margin-right: 0
}

.button--small span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--small span:not(.icon)+svg[data-v-e501c1b4] {
    margin-left: 2px
}

.button--large[data-v-e501c1b4] {
    padding: 4px 16px;
    height: 48px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem
}

.button--large [class*=icon-]+span[data-v-e501c1b4],
.button--large svg+span[data-v-e501c1b4] {
    margin-left: 2px;
    margin-right: 0
}

.button--large span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--large span:not(.icon)+svg[data-v-e501c1b4] {
    margin-left: 2px
}

.button--xlarge[data-v-e501c1b4] {
    padding-left: 24px;
    padding-right: 24px;
    height: 56px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem
}

.button--xlarge [class*=icon-]+span[data-v-e501c1b4],
.button--xlarge svg+span[data-v-e501c1b4] {
    margin-left: 2px;
    margin-right: 0
}

.button--xlarge span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--xlarge span:not(.icon)+svg[data-v-e501c1b4] {
    margin-left: 2px
}

.button[data-v-e501c1b4]:hover {
    text-decoration: none
}

.button[data-v-e501c1b4]:active {
    border-color: #1a66ff;
    outline: 0
}

.button[data-v-e501c1b4]:focus {
    outline: thin dotted #333;
    outline: 2px auto #99c4ff;
    outline-offset: -2px;
    text-decoration: none;
    color: inherit
}

.button--loading.button--loading[data-v-e501c1b4] {
    pointer-events: none;
    color: transparent !important
}

.button--loading.button--loading[data-v-e501c1b4]:after {
    animation: btn-loading-state-data-v-e501c1b4 .5s infinite linear;
    border: 2px solid #fff;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 24px;
    position: relative;
    width: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    position: absolute
}

@keyframes btn-loading-state-data-v-e501c1b4 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.button--disabled[data-v-e501c1b4],
.button[data-v-e501c1b4]:disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .6
}

.button--disabled[data-v-e501c1b4]:active,
.button--disabled[data-v-e501c1b4]:focus,
.button--disabled[data-v-e501c1b4]:hover,
.button[data-v-e501c1b4]:disabled:active,
.button[data-v-e501c1b4]:disabled:focus,
.button[data-v-e501c1b4]:disabled:hover {
    outline: none
}

.button--flexible[data-v-e501c1b4] {
    height: auto;
    min-height: 44px;
    max-height: 80px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding-bottom: 8px
}

.button--flexible--light-shadow[data-v-e501c1b4],
.button--flexible--light[data-v-e501c1b4],
.button--flexible--link[data-v-e501c1b4] {
    min-height: 32px;
    padding-bottom: 4px
}

.button--light-shadow[data-v-e501c1b4],
.button--light[data-v-e501c1b4] {
    background-color: #fff;
    border: 1px solid #e8e8eb
}

.button--light-shadow.button--loading[data-v-e501c1b4]:after,
.button--light.button--loading[data-v-e501c1b4]:after {
    border: 2px solid #6f6f87;
    border-top-color: transparent;
    border-right-color: transparent
}

.button--light-shadow[data-v-e501c1b4]:focus,
.button--light-shadow[data-v-e501c1b4]:hover,
.button--light[data-v-e501c1b4]:focus,
.button--light[data-v-e501c1b4]:hover {
    background-color: #f2f2f5
}

.button--light-shadow[data-v-e501c1b4],
.button--light[data-v-e501c1b4] {
    color: #191919
}

.button--link[data-v-e501c1b4] {
    color: #1a66ff;
    background: none;
    border-width: 0
}

.button--link[data-v-e501c1b4]:focus {
    outline: 0 !important;
    color: #1a66ff !important
}

.button--subtle[data-v-e501c1b4] {
    background-color: transparent;
    color: #73738f;
    border: none;
    cursor: pointer;
    font-weight: 400
}

.button--subtle.button--loading[data-v-e501c1b4]:after {
    border: 2px solid #6f6f87;
    border-top-color: transparent;
    border-right-color: transparent
}

.button--subtle[data-v-e501c1b4]:focus,
.button--subtle[data-v-e501c1b4]:hover {
    background-color: transparent;
    color: #000032
}

.button--subtle .icon[data-v-e501c1b4] {
    width: 14px;
    height: 14px
}

.button--subtle-label-below[data-v-e501c1b4] {
    height: auto !important
}

@media only screen and (min-width:640px) {
    .button--subtle-label-below[data-v-e501c1b4] {
        height: 32px
    }
}

.button--subtle-label-below .icon[data-v-e501c1b4] {
    display: block;
    margin: auto
}

@media only screen and (min-width:640px) {
    .button--subtle-label-below .icon[data-v-e501c1b4] {
        display: inline
    }
}

.button--subtle-label-below .icon+span[data-v-e501c1b4] {
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:640px) {
    .button--subtle-label-below .icon+span[data-v-e501c1b4] {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.button--l94[data-v-e501c1b4] {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: none;
    color: #292929
}

.button--l94.button--loading[data-v-e501c1b4]:after {
    border: 2px solid #7e7e7e;
    border-top-color: transparent;
    border-right-color: transparent
}

.button--l94[data-v-e501c1b4]:hover {
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.button--light-shadow[data-v-e501c1b4],
.button--light[data-v-e501c1b4],
.button--link[data-v-e501c1b4],
.button--subtle[data-v-e501c1b4] {
    padding: 4px 8px;
    height: 32px
}

.button--light-shadow[data-v-e501c1b4]:focus,
.button--light[data-v-e501c1b4]:focus,
.button--link[data-v-e501c1b4]:focus,
.button--subtle[data-v-e501c1b4]:focus {
    outline: 2px auto #e8e8eb
}

.button--light-shadow [class*=icon-]+span[data-v-e501c1b4],
.button--light [class*=icon-]+span[data-v-e501c1b4],
.button--link [class*=icon-]+span[data-v-e501c1b4],
.button--subtle [class*=icon-]+span[data-v-e501c1b4] {
    margin-left: 2px;
    margin-right: 0
}

.button--light-shadow span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--light span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--link span:not(.icon)+[class*=icon-][data-v-e501c1b4],
.button--subtle span:not(.icon)+[class*=icon-][data-v-e501c1b4] {
    margin-left: 2px
}

.button--light-shadow.button--large[data-v-e501c1b4],
.button--light.button--large[data-v-e501c1b4],
.button--link.button--large[data-v-e501c1b4],
.button--subtle.button--large[data-v-e501c1b4] {
    padding: 0 8px
}

.button--light-shadow[data-v-e501c1b4] {
    box-shadow: 0 0 5px 1px #e8e8eb
}

.button--primary[data-v-e501c1b4] {
    background-color: #1a66ff;
    color: #fff
}

.button--primary[data-v-e501c1b4]:active,
.button--primary[data-v-e501c1b4]:focus,
.button--primary[data-v-e501c1b4]:hover {
    color: #fff;
    background-color: #1c52bd
}

.button--secondary[data-v-e501c1b4] {
    background-color: #fff;
    color: #191919;
    border: 1px solid #9a9aad
}

.button--secondary.button--loading[data-v-e501c1b4]:after {
    border: 2px solid #9a9aad;
    border-top-color: transparent;
    border-right-color: transparent
}

.button--secondary[data-v-e501c1b4]:focus,
.button--secondary[data-v-e501c1b4]:hover {
    background-color: #fff;
    color: #191919
}

.button .icon--primary[data-v-e501c1b4] {
    color: #fff
}

.button .icon--secondary[data-v-e501c1b4] {
    color: #191919
}

.button--ellipsis[data-v-e501c1b4] {
    width: 120px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.button--block[data-v-e501c1b4] {
    width: 100%;
    clear: both
}

.button--block+.button[data-v-e501c1b4] {
    margin-left: 0 !important
}

.button--inline-block[data-v-e501c1b4] {
    width: auto;
    display: inline-block
}

.button img[data-v-e501c1b4] {
    vertical-align: text-top
}

a.button[data-v-e501c1b4] {
    overflow: initial
}

a.button--primary[data-v-e501c1b4],
a.button--secondary[data-v-e501c1b4] {
    padding-top: 10px
}

a.button--small[data-v-e501c1b4] {
    padding-top: 4px !important
}

a.button--large[data-v-e501c1b4] {
    padding-top: 8px !important
}

.button-group[data-v-e501c1b4] {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden
}

.button-group+.button-group[data-v-e501c1b4],
.button-group+.button[data-v-e501c1b4] {
    margin-left: 8px
}

.button-group--active .button [class*=icon-][data-v-e501c1b4],
.button-group--active .button[data-v-e501c1b4] {
    color: #1a66ff
}

.button-group--active .button-group__addon.button-group__addon[data-v-e501c1b4] {
    color: #fff;
    background-color: #1a66ff;
    line-height: 1.5rem
}

.button-group--active .button-group__addon.button-group__addon [class*=icon-][data-v-e501c1b4] {
    color: #fff
}

@media only screen and (min-width:480px) {
    .button-group[data-v-e501c1b4] {
        width: auto;
        margin-bottom: 0
    }
}

.button-group .button[data-v-e501c1b4] {
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: #fff;
    width: auto
}

.button-group .button+.button[data-v-e501c1b4] {
    margin-left: 0
}

.button-group .button[data-v-e501c1b4]:hover {
    background-color: #f2f2f5
}

.button-group .button--small[data-v-e501c1b4] {
    padding: 4px 16px !important
}

.button-group .button[data-v-e501c1b4]:first-child:not(:last-child) {
    margin-right: -4px;
    border: 0;
    border-right: 1px solid #e8e8eb
}

.button-group .button[data-v-e501c1b4]:last-child:not(:first-child) {
    margin-left: -4px;
    border: 0;
    border-left: 1px solid #e8e8eb
}

.button-group .button--large[data-v-e501c1b4]:first-child {
    border-right: 2px solid #e8e8eb
}

.button-group .button--large[data-v-e501c1b4]:last-child {
    border-left: 2px solid #e8e8eb
}

.button-group__addon.button-group__addon[data-v-e501c1b4] {
    background-color: #c5c5d6;
    color: #fff;
    cursor: default;
    pointer-events: none
}

.button-group__addon.button-group__addon.button--small[data-v-e501c1b4],
.button-group__addon.button-group__addon.button[data-v-e501c1b4] {
    padding-left: 16px;
    padding-right: 16px
}

h4[data-v-e501c1b4] {
    margin-top: 0;
    font-size: 14px;
    font-weight: 700
}

.stack-carousel {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-end
}

.stack-carousel__control {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
    height: 88px;
    outline: 0;
    cursor: pointer;
    border: none;
    background: transparent
}

.stack-carousel__control:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-image: url(../../../../themes/twentynineteen/assets/arrowleft.html)
}

.stack-carousel__control__thumbnail {
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

@media only screen and (min-width:768px) {
    .stack-carousel__control__thumbnail {
        background-color: #000032;
        display: block
    }
}

.stack-carousel__control__prev {
    left: 0
}

@media only screen and (min-width:768px) {
    .stack-carousel__control__prev {
        left: auto;
        transform: translateY(-105%)
    }
}

.stack-carousel__control__next {
    right: 0
}

.stack-carousel__control__next:after {
    transform: rotate(180deg)
}

@media only screen and (min-width:768px) {
    .stack-carousel__control__next {
        transform: translateY(5%)
    }
}

@media only screen and (min-width:768px) {
    .stack-carousel__control {
        position: absolute;
        right: 48px;
        top: 50%
    }
}

@media only screen and (min-width:1280px) {
    .stack-carousel__control {
        right: -48px
    }
}

.stack-carousel__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: width .45s cubic-bezier(.65, .05, .36, 1);
    margin: 0;
    overflow: hidden;
    width: 100%;
    will-change: width
}

.stack-carousel__layer:first-of-type {
    position: inherit
}

@media only screen and (min-width:768px) {
    .stack-carousel__layer {
        bottom: -36px
    }
}

.stack-carousel__layer--hidden {
    width: 0
}

.stack-carousel--fixed-size {
    height: 600px;
    margin: 48px auto
}

.stack-carousel--fixed-size .stack-carousel__layer:first-of-type {
    position: absolute
}

@media only screen and (min-width:480px) {
    .stack-carousel--fixed-size {
        height: 800px
    }
}

.stack-carousel--fixed-size .stack-carousel__control {
    top: 120px
}

@media only screen and (min-width:768px) {
    .stack-carousel--fixed-size {
        height: 520px
    }

    .stack-carousel--fixed-size .stack-carousel__control {
        top: 50%
    }
}

.hero {
    grid-column: 1/13;
    background: #e3a9b4 url(../../../../../img/hero-768.html) no-repeat 50%;
    background-size: auto 100%;
    background-position: -280px top;
    padding: 56px 24px 250px
}

@media only screen and (min-width:400px) {
    .hero {
        background-position: -200px top
    }
}

@media only screen and (min-width:480px) {
    .hero {
        background-position: 65% top;
        background-size: auto
    }
}

@media only screen and (min-width:768px) {
    .hero {
        background: #e3a9b4 url(../../../../../img/hero.html) no-repeat;
        background-position: 65% top;
        padding: 94px 24px 180px;
        background-size: auto 100%
    }
}

@media only screen and (min-width:1024px) {
    .hero {
        background: #e3a9b4 url(../../../../../img/hero.html) no-repeat;
        background-position: top;
        background-size: auto 100%
    }
}

.hero-container {
    max-width: 600px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .hero-container {
        text-align: center
    }
}

.hero-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media only screen and (min-width:768px) {
    .hero-title {
        margin-bottom: 48px;
        font-size: 42px;
        line-height: 60px;
        line-height: 3.75rem
    }
}

.hero-sub-title {
    color: #000;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:768px) {
    .hero-sub-title {
        margin-bottom: 16px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.hero__search-form {
    max-width: 600px;
    position: relative;
    margin: 0 auto
}

.hero__search-form__placeholder-icon {
    position: absolute;
    opacity: .2;
    font-size: 15px;
    line-height: 15px;
    padding: 23px 0 23px 24px
}

@media only screen and (min-width:768px) {
    .hero__search-form__placeholder-icon {
        padding: 27px 0 27px 24px
    }
}

.hero__search-form__submit {
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .13), 0 0 12px 0 hsla(0, 0%, 100%, .1);
    position: absolute;
    right: 0;
    margin: 10px;
    width: 56px;
    height: 48px;
    background-color: #1a66ff;
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.hero__search-form__submit:hover {
    background-color: #0155ff
}

@media only screen and (min-width:768px) {
    .hero__search-form__submit {
        padding: 16px 24px;
        width: auto;
        height: auto;
        margin: 8px
    }
}

.hero__search-form__submit__text {
    display: none
}

@media only screen and (min-width:768px) {
    .hero__search-form__submit__text {
        display: inline-block
    }
}

@media only screen and (min-width:768px) {
    .hero__search-form__submit__icon {
        display: none
    }
}

.hero__search-input {
    font-weight: 700;
    color: #191919;
    width: 100%;
    outline: none;
    padding: 20px 72px 24px 0;
    text-indent: 48px;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    box-shadow: 1px 2px 5px -2px rgba(1, 1, 1, .1), 0 2px 7px 0 rgba(22, 65, 89, .03);
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media only screen and (min-width:768px) {
    .hero__search-input {
        padding: 23px 72px 24px 0
    }
}

.hero__search-input::-webkit-input-placeholder {
    color: rgba(25, 25, 25, .3);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.hero__search-input:-ms-input-placeholder,
.hero__search-input::-ms-input-placeholder {
    color: rgba(25, 25, 25, .3);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.hero__search-input::placeholder {
    color: rgba(25, 25, 25, .3);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.business-unit-first-review-card {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

.business-unit-first-review-card__name {
    display: block;
    font-weight: 700
}

.review-card__header {
    display: flex;
    align-items: center
}

.review-card__header .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.review-card__header .star-rating {
    margin: 0 0 0 8px
}

.review-card__author {
    margin-top: 8px;
    color: #adadad;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.review-card__author a {
    font-weight: 700;
    color: #191919
}

.review-card__body {
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.placeholder-background {
    will-change: background;
    animation: 2s linear infinite normal forwards placeHolderShimmer;
    background: #f2f2f2;
    background: linear-gradient(90deg, #f2f2f2 8%, #d4d4d4 18%, #f2f2f2 33%);
    background-size: 800px 104px;
    position: relative
}

.placeholder-masker {
    position: absolute;
    box-sizing: border-box
}

.placeholder-masker__image {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    top: 20px;
    left: 20px
}

.placeholder-masker__stars {
    top: 30px;
    left: 80px;
    width: 135px;
    background-color: #fff
}

.placeholder-masker__star {
    display: inline-block;
    background-color: #f2f2f2
}

.placeholder-masker__star:after {
    content: "\272D";
    white-space: pre;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0 5px
}

.placeholder-masker__header {
    top: 80px;
    left: 20px;
    right: 105px;
    height: 12px
}

.placeholder-masker__content-first-line {
    top: 120px;
    left: 20px;
    right: 25px;
    height: 10px
}

.placeholder-masker__content-second-line {
    top: 140px;
    left: 20px;
    right: 105px;
    height: 10px
}

.placeholder-masker__content-third-line {
    top: 160px;
    left: 0;
    right: 0;
    height: 10px
}

.activity-stream-placeholder-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex
}

.activity-stream-placeholder-wrapper .activity-stream-placeholder-column {
    width: 100%;
    margin: 12px;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.activity-stream-placeholder-wrapper .activity-stream-placeholder-column .activity-stream-placeholder--large {
    height: 219px
}

.activity-stream-placeholder-wrapper .activity-stream-placeholder-column:first-of-type,
.activity-stream-placeholder-wrapper .activity-stream-placeholder-column:last-of-type {
    display: none
}

@media only screen and (min-width:768px) {
    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column {
        width: 50%
    }
}

@media only screen and (min-width:1024px) {
    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column {
        width: 25%
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:first-of-type {
        display: flex;
        width: 25%;
        margin-left: 36px
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:first-of-type:before {
        width: 20px;
        height: 300px;
        position: absolute;
        left: 0;
        background-color: #fff;
        content: "-";
        color: #fff
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:first-of-type .activity-stream-placeholder--large {
        height: 239px
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:last-of-type {
        display: flex;
        width: 25%;
        margin-right: 36px
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:last-of-type:after {
        width: 20px;
        height: 300px;
        position: absolute;
        right: 0;
        background-color: #fff;
        content: "-";
        color: #fff
    }

    .activity-stream-placeholder-wrapper .activity-stream-placeholder-column:last-of-type .activity-stream-placeholder--large {
        height: 209px
    }
}

.activity-stream-placeholder {
    background: #fff;
    padding: 22px 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    min-width: 226px
}

.activity-stream-placeholder--small {
    height: 94px
}

.activity-stream-placeholder--small .placeholder-masker__header {
    top: 20px;
    left: 20px;
    right: 105px;
    height: 12px
}

.activity-stream-placeholder--small .placeholder-masker__content-first-line {
    top: 50px;
    left: 20px;
    right: 25px;
    height: 10px
}

.activity-stream-placeholder--medium {
    min-height: 167px
}

.activity-stream-placeholder--large {
    min-height: 209px
}

.stream {
    margin-top: -184px
}

@media only screen and (min-width:768px) {
    .stream {
        margin-top: -120px
    }
}

.activity-stream {
    touch-action: none
}

.activity-stream-header {
    position: relative;
    margin-left: 24px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media only screen and (min-width:768px) {
    .activity-stream-header {
        margin-left: 60px
    }
}

.activity-stream-wrapper {
    display: flex;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    max-width: 2560px
}

.activity-stream-column {
    min-width: 240px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 86vw;
    padding: 8px
}

@media only screen and (min-width:560px) {
    .activity-stream-column {
        width: 25vw
    }
}

@media only screen and (min-width:1280px) {
    .activity-stream-column {
        width: 20vw
    }
}

@media only screen and (min-width:1440px) {
    .activity-stream-column {
        padding: 12px
    }
}

.activity-stream-column-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.activity-stream-card {
    transition: transform .8s, box-shadow .8s;
    background-color: #fff;
    padding: 24px;
    width: 100%;
    margin: 0 0 16px;
    box-shadow: 0 3px 3px 0 transparent;
    z-index: 10
}

@media only screen and (min-width:1440px) {
    .activity-stream-card {
        margin-bottom: 24px
    }
}

.activity-stream-card:hover {
    transform: perspective(1px) scale(1.05);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .1)
}

.star-rating {
    width: 100%;
    display: flex
}

.star-rating--small {
    width: 88px;
    height: 16px
}

.star-rating--medium {
    width: 108px;
    height: 20px
}

.star-rating--large {
    width: 216px;
    height: 40px
}

.star-rating img {
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .featured-review {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:1280px) {
    .featured-review {
        margin-bottom: 56px
    }
}

.featured-review-heading {
    padding: 0 24px;
    font-size: 20;
    line-height: 32;
    margin-top: 16px;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem
}

@media only screen and (min-width:768px) {
    .featured-review-heading {
        text-align: center;
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 60px;
        line-height: 3.75rem
    }
}

.featured-review-subheading {
    color: #9192a7;
    font-size: 14;
    margin: 0;
    padding: 0 24px;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media only screen and (min-width:768px) {
    .featured-review-subheading {
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.featured-review__figure {
    margin: 0
}

.featured-review__image {
    display: block;
    position: relative;
    left: -295px;
    height: 300px;
    transition: opacity .3s
}

.featured-review__image--green {
    background-color: #94bfa1
}

.featured-review__image--pink {
    background-color: #f0b3c2
}

.featured-review__image--blue {
    background-color: #a6c5d7
}

@media only screen and (min-width:400px) {
    .featured-review__image {
        left: -308px;
        height: 340px;
        width: 767px
    }
}

@media only screen and (min-width:480px) {
    .featured-review__image {
        left: -225px
    }
}

@media only screen and (min-width:560px) {
    .featured-review__image {
        left: -145px
    }
}

@media only screen and (min-width:640px) {
    .featured-review__image {
        left: -17px
    }
}

@media only screen and (min-width:768px) {
    .featured-review__image {
        left: -290px;
        height: 514px;
        width: 1160px
    }
}

@media only screen and (min-width:880px) {
    .featured-review__image {
        left: -130px
    }
}

@media only screen and (min-width:1024px) {
    .featured-review__image {
        left: -80px
    }
}

@media only screen and (min-width:1120px) {
    .featured-review__image {
        left: 0
    }
}

.featured-review__review-card-wrapper {
    display: inline-block;
    width: 100vw;
    position: absolute;
    height: 340px;
    left: 0;
    bottom: 0
}

@media only screen and (min-width:480px) {
    .featured-review__review-card-wrapper {
        height: 514px;
        padding: 72px
    }
}

@media only screen and (min-width:768px) {
    .featured-review__review-card-wrapper {
        top: 60px;
        left: 60px;
        width: 540px;
        margin: 0
    }
}

.featured-review__next-card,
.featured-review__prev-card {
    position: absolute;
    height: 300px;
    bottom: 18px;
    width: 5%;
    background-color: #fff;
    z-index: 10
}

@media only screen and (min-width:480px) {

    .featured-review__next-card,
    .featured-review__prev-card {
        height: 474px;
        bottom: 36px
    }
}

@media only screen and (min-width:768px) {

    .featured-review__next-card,
    .featured-review__prev-card {
        display: none
    }
}

.featured-review__prev-card {
    left: 0
}

.featured-review__next-card {
    right: 0
}

.featured-review__review-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 340px;
    width: 80%;
    padding: 32px 20px;
    background-color: #fff;
    z-index: 10
}

@media only screen and (min-width:480px) {
    .featured-review__review-card {
        height: 514px;
        bottom: 20px;
        padding: 72px
    }
}

@media only screen and (min-width:768px) {
    .featured-review__review-card {
        width: 540px;
        margin: 0;
        bottom: 0
    }
}

.featured-review__review-card .review-card__text {
    font-weight: 700;
    margin-bottom: 2px;
    position: relative;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media only screen and (min-width:480px) {
    .featured-review__review-card .review-card__text {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 52px;
        line-height: 3.25rem
    }
}

.featured-review__review-card .review-card__stars {
    margin-bottom: 24px;
    position: relative
}

.featured-review__review-card .review-card__author {
    position: relative;
    text-align: left;
    font-weight: 700;
    color: #adadad;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-review__review-card .review-card__author .experienced {
    font-weight: 700;
    color: #191919
}

.marketing {
    background: #0c59f2;
    padding: 54px 24px;
    color: #fff
}

.marketing-title {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem
}

.marketing-description {
    max-width: 640px;
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 16px;
    line-height: 24px;
    line-height: 1.5rem
}

.marketing-link {
    border: 2px solid #fff;
    margin-bottom: 0;
    color: #115740;
    border-radius: 2px;
    padding: 16px 24px;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    background: #fff;
    border: 1px solid #115740;
    border: none;
    outline: none;
    cursor: pointer
}

.marketing-link:focus {
    outline: none;
    border: none
}

.marketing-link:hover {
    color: #115740;
    background-color: #fff;
    text-decoration: none;
    border-color: #115740
}

@media only screen and (min-width:768px) {
    .marketing {
        text-align: center;
        padding: 104px 24px
    }
}

body {
    background-color: #fff
}

a {
    text-decoration: none
}

@media only screen and (min-width:1024px) {
    .header__search {
        display: none
    }
}

.header__search--visible {
    display: block
}

.featured-review,
.stream {
    grid-column: 1/13;
    min-height: 200px
}

.featured-review {
    text-align: center;
    overflow: hidden
}

.marketing {
    background-color: #115740
}

.footer,
.marketing {
    grid-column: 1/13;
    min-height: 200px
}

.footer {
    background-color: green
}

body {
    font-family: 'Poppins'
}

.slick-loading .slick-list {
    background: #fff url(../../../../../../www.uktopwriters.org/wp-content/themes/twentynineteen/ajax-loader.html) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/slick.eot);
    src: url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/fonts/slick.eot#1650147427) format('embedded-opentype'), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/./fonts/slick.woff) format('woff'), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/./fonts/slick.ttf) format('truetype'), url(https://www.uktopwriters.org/wp-content/themes/twentynineteen/./fonts/slick.svg#slick) format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 28px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -50px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -40px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

a:hover {
    text-decoration: none
}

.comp_info {
    margin: 20px 0 0;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 15%);
    background: #fff;
    padding: 14px
}

.comp_info h2 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 11px 0
}

.comp_info h2 a {
    color: #333;
    font-family: 'Open Sans'
}

.cinfo {
    margin-top: 0
}

.curl {
    display: block;
    color: #015899;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px
}

.curl.cat {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 7px;
    color: #333;
    margin-bottom: 14px
}

.relative {
    position: relative
}

.approved {
    position: absolute;
    top: 4px;
    cursor: pointer;
    right: 3px
}

span.red {
    background: red;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px
}

span.yellow {
    background: #FFEB3B;
    padding: 3px 5px;
    color: #000;
    font-size: 12px
}

span.green {
    background: #51b27e;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px
}

span.orange {
    border-radius: 3px;
    background: #46b749;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px
}

.ratingstr {
    display: flex;
    justify-content: space-between;
    padding: 13px 10px
}

.ratingstr h4 {
    font-size: 24px;
    font-weight: 700
}

.ratingstr h5 {
    font-size: 16px;
    margin: 5px 0;
    color: #fff
}

.ratingstr ul {
    padding: 0;
    margin: 0
}

.ratingstr ul li.green {
    background: #51b27e
}

.ratingstr ul li.red {
    background: red
}

.ratingstr ul li img {
    max-width: 100%
}

.overview {
    border-top: dotted #ccc 1px;
    padding: 15px 10px 10px 7px
}

.overview h6 {
    font-size: 21px;
    font-weight: 700;
    color: #2f2d2d
}

.overview p {
    font-style: italic;
    font-size: 16px;
    color: #a09e9e
}

.rpanel {
    background: #fff;
    margin: 0 0 15px;
    width: 100%;
    box-shadow: 0 5px 20px -2px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 25px 20px 15px !important;
    border-radius: 6px !important;
    text-align: left;
    margin-bottom: 25px !important;
    transition: all .25s ease-in-out
}

.rpanel h4 span {
    display: block;
    font-size: 12px;
    margin-top: 5px
}

.avatar {
    margin: 6px 0 0 -2px
}

.rpanel .ratingstr {
    text-align: inherit;
    margin-top: 0
}

.rpanel .ratingstr ul li {
    width: 25px;
    padding: 0 5px 4px 3px
}

.rpanel .hlfrt {
    border-top: dotted 1px #ccc;
    margin: 0 63px;
    padding: 9px 0 5px 0
}

span.dated {
    float: right;
    float: right;
    font-size: 14px;
    color: #888787
}

.review_content {
    margin: 0 24px 10px
}

.review_content h3 {
    font-weight: 500;
    display: block;
    margin: 0 0 5px
}

.review_content h3 a {
    color: #333;
    font-size: 18px
}

.review_content h3 a:hover {
    text-decoration: underline
}

.review_content p {
    font-size: 12px;
    color: #333
}

.btn-info.custom {
    border: 2px solid #115740
}

.btn-info.custom:focus {
    border: 2px solid #fff !important
}

.header__wrapper .btn-info.custom {
    background: #115740 !important;
    color: #fff;
    margin-top: 20px
}

.sidebar .aboutcom {
    background: #fff;
    padding: 8px 17px;
    margin-bottom: 30px
}

.sidebar h4 {
    font-weight: 700;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px
}

.ctable tr td.caption {
    padding-left: 0
}

.cinfo .ctable tr td {
    border-top: 0
}

.hero-container #ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 50px
}

.hero-container #ajaxsearchlite1 form {
    margin-top: 12px
}

.hero-container div.asl_w {
    border-radius: 5px
}

.hero-container div.asl_w .probox .promagnifier {
    margin-top: 11px;
    margin-right: 10px
}

.hero-container #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 18px
}

.hero-container div.asl_w .probox .proloading,
.hero-container div.asl_w .probox .proclose,
.hero-container div.asl_w .probox .promagnifier,
.hero-container div.asl_w .probox .prosettings {
    margin-top: 9px
}

div.asl_r .results .item.hovered {
    background: #a6dabe54 !important
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #0c59f2 !important;
    font-size: 17px !important
}

.regular .rpanel .hlfrt {
    margin: 0 28px 0 14px
}

.regular .rpanel {
    min-height: 261px
}

.regular .rpanel h4 {
    margin: 0;
    font-weight: 600;
    font-size: 20px
}

.regular .rpanel .hlfrt span.dated {
    font-size: 9px
}

.regular .review_content {
    margin: 10px;
    border-top: 1px solid #ececec;
    padding-top: 10px
}

.regular .review_content h3 {
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.regular .review_content p {
    font-size: 13px;
    color: #737171;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.section {
    margin: 100px 0
}

.section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px 0
}

.section h2 span {
    display: block;
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    margin-top: 20px
}

.logoes {
    background: #fff;
    padding: 84px 0 55px
}

.imgcon {
    text-align: center
}

.comp {
    border-radius: 0;
    margin: 0 10px;
    padding: 24px 21px;
    background: -moz-linear-gradient(top, #7f0251 0%, #841c61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f0251', endColorstr='#841c61', GradientType=0);
    box-shadow: 0 -7px 10px #11574057;
    background: #1157407a;
    height: 350px
}

.comp .comimg {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: center
}

.comp .compdetail {
    padding: 6px 0 0 0;
    color: #fff
}

.comp .compdetail h4 a {
    color: #fff;
    font-size: 16px;
    word-break: break-word
}

.comp .compdetail h4 a:hover {
    text-decoration: underline
}

.comp .compdetail .ratingstr {
    margin-top: 10px;
    text-align: left
}

.comp .compdetail .ratingstr ul li {
    padding: 2px 4px 5px 4px;
    width: 24px
}

.topcom ul {
    margin: 0 0 0 0;
    padding: 0
}

.topcom ul li {
    display: block;
    list-style: none;
    margin: 5px 0;
    color: #fff;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf
}

.topcom ul li a {
    font-size: 15px;
    color: #000
}

.comp_info h4 {
    font-size: 24px;
    font-weight: 700
}

.btn-info.custom.green {
    background-color: transparent !important;
    border: 3px solid #51b27e;
    display: inline-block;
    color: #51b27e;
    font-weight: 700;
    margin-top: 60px
}

.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="number"],
.contactform textarea {
    width: 100%;
    border: 1px solid #a2a0a0;
    border-radius: 4px;
    line-height: 29px;
    box-shadow: -1px 1px 3px #ccc;
    padding: 2px 10px
}

.modal h3 {
    font-size: 18px;
    display: #000;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
}

.contactform .modal-dialog.modal-sm {
    width: 300px
}

.contactform label {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #333
}

.contactform .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block
}

.error-404 {
    text-align: center;
    margin-top: 100px
}

.error404 .site-main {
    height: 60vh
}

.branded-list {
    display: flex;
    flex-wrap: wrap
}

.branded-list .ratingstr {
    text-align: left
}

.branded-list .ratingstr ul li.green {
    background: #51b27e
}

.items-brand a .brand-ani {
    overflow: hidden;
    margin: 10px 0 20px 0;
    border-radius: 5px;
    border: 1px solid #e0e0dd
}

.brand-block-list article:hover .brand-ani img {
    transform: scale(1.1)
}

.items-brand a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    background: #f3eeee;
    transition: 1s cubic-bezier(.84, .17, .36, .69);
    object-position: top
}

.brand-block-list {
    margin: 15px 0
}

.brand-block-list article {
    background: #fff;
    padding: 15px 15px;
    box-shadow: 5px 4px 5px 5px rgb(221 223 226 / 28%);
    border-radius: 16px
}

.brand-block-list article .entry-content p {
    height: 73px;
    overflow-y: scroll;
    font-size: 13px;
    padding-right: 10px;
    font-weight: 400;
    margin-top: 4px;
    line-height: 1.5
}

.brand-block-list article .entry-content p::-webkit-scrollbar {
    width: 5px
}

.brand-block-list article .entry-content p::-webkit-scrollbar-track {
    background: #f1f1f136;
    border-radius: 50px
}

.brand-block-list article .entry-content p::-webkit-scrollbar-thumb {
    background: #c7c7d6;
    border-radius: 50px
}

.brand-block-list article .entry-content p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.ctgrised .nav-links {
    display: flex;
    align-items: center
}

.ctgrised .nav-links span.page-numbers.current {
    padding: 0;
    background: #000032;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 3px;
    color: #fff
}

.ctgrised .nav-links a {
    padding: 0;
    background: #d8d8e2;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 3px;
    color: #000
}

.ctgrised .nav-links a svg {
    fill: #000
}

.ctgrised .nav-links .next.page-numbers,
.ctgrised .nav-links .prev.page-numbers {
    display: flex;
    padding: 0
}

.ctgrised .navigation.pagination {
    float: right
}

.ctgrised .navigation.pagination .screen-reader-text {
    display: none
}

.brand-block-list article .entry-title a {
    font-size: 20px;
    color: #4d5254;
    font-weight: 400
}

.entry-footer>span {
    display: block;
    font-size: 12px
}

.entry-footer>span svg {
    vertical-align: middle;
    margin-right: 10px;
    fill: #9e9898
}

.entry-footer>span a {
    color: #78787f;
    font-weight: 700
}

.entry-footer>span a:hover {
    text-decoration: underline
}

@media (max-width:640px) {
    .comp_info h2 {
        font-size: 17px
    }

    .approved {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 9px
    }

    .comp_info {
        padding: 0
    }

    .cinfo {
        margin-top: 9px
    }

    .single .ratingstr {
        margin-top: 0
    }

    .overview {
        padding: 1px 10px 10px 7px
    }

    .single span.dated {
        float: left
    }

    .single .rpanel .ratingstr ul {
        margin-bottom: 1px
    }

    .single .rpanel .review_content {
        margin: 16px 3px 10px;
        padding: 0 10px
    }

    .single .rpanel .review_content h3 a {
        color: #333;
        font-weight: 700;
        font-size: 16px
    }

    .sidebar .aboutcom {
        margin: 0;
        margin-bottom: 20px;
        padding: 0
    }
}

.banner-home {
    background: #fff;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center
}

.banner-home p {
    color: #fff;
    margin-top: 25px
}

.home header {
    position: absolute
}

header .btn {
    padding: 11px 31px;
    font-weight: 600
}

.review_content h4 {
    margin-top: 23px;
    font-weight: 500;
    margin-left: 15px
}

.avatar {
    margin: 10px 10px 10px 0
}

.avatar img {
    border-radius: 50%
}

.header__actual {
    background-color: #fff
}

.home header .header__actual {
    background-color: transparent
}

.home .fixed .header__actual {
    background-color: #fff
}

.header__actual .logo-image-white {
    display: block;
    width: 215px
}

.header__actual .logo-image-black {
    position: absolute;
    top: 6px
}

.home header .header__actual .logo-image-white {
    display: none
}

.home header .header__actual .logo-image-black {
    display: block
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.m-auto {
    margin: auto !important
}

.comimg img {
    object-fit: cover !important;
    width: 100%;
    height: 210px
}

.banner-home #ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 50px;
    padding: 15px 0 6px
}

.banner-home #ajaxsearchlite1 form {
    margin-top: 7px
}

.banner-home div.asl_w {
    border-radius: 5px;
    margin-bottom: -10px
}

.banner-home div.asl_w .probox .promagnifier {
    margin-top: -7px;
    margin-right: 10px
}

.banner-home #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-size: 18px;
    font-weight: 600
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #ef6a23
}

.hero-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1
}

.stars .star {
    background-image: url(../../../../../../www.uktopwriters.org/wp-content/themes/twentynineteen/img/rating.html);
    background-position: 30px 0;
    background-size: 89px 30px;
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    width: 31px
}

.home .stars .star {
    background-image: url(../../../../../../www.uktopwriters.org/wp-content/themes/twentynineteen/img/rating.html);
    background-position: -36px 0;
    background-size: 54px 18px;
    display: inline-block;
    height: 18px;
    margin-right: 3px;
    width: 18px
}

.box-shp {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 320px;
    display: flex
}

.d-content {
    display: contents !important
}

.box-shp::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    background: rgb(135, 33, 102);
    background: linear-gradient(0deg, #115740 0%, #11574000 100%)
}

.box-shop-content {
    position: relative;
    left: 0;
    right: 0;
    margin: auto
}

.box-shop-content h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

.visit-website {
    display: inline-block;
    padding: 10px 18px;
    text-align: center;
    background: #fff;
    color: #115740;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #115740;
    outline: none;
    cursor: pointer
}

.visit-website:hover {
    color: #115740
}

.visit-website:focus {
    outline: none;
    border: none
}

.box-shop-content .visit-website:focus {
    border-color: none;
    outline: none
}

.box-shp:hover img {
    transform: scale(1.05)
}

.approve {
    margin-bottom: 5px;
    text-align: center;
    margin-left: 3px;
    margin-top: 13px
}

.box-shp img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top left;
    transition: 1s all
}

.p-0 {
    padding: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.brand-footer__links li a {
    color: #115740;
    font-weight: 500
}

.bottom-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.bottom-foot ul {
    padding: 0 20px
}

.bottom-foot p {
    margin: 7px 0 0 0
}

.banner-home img {
    width: 86%
}

.review-sec img {
    width: 100%
}

.review-sec {
    background: #fff;
    padding: 100px 0
}

.review-sec h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #115740;
    margin-bottom: 30px
}

.review-sec h2 span {
    display: block;
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    margin-top: 20px
}

ul.rve-itm {
    margin-bottom: 30px;
    padding: 0
}

ul.rve-itm li {
    display: block;
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    margin-top: 20px;
    display: flex
}

ul.rve-itm li .list_tick {
    display: inline-block;
    background: url(../../../../../../static.sitejabber.com/img/sj-extension-tick.1609874971.png) no-repeat;
    width: 26px;
    height: 21px;
    margin-right: 12px
}

.rve-itm li i {
    font-size: 28px;
    color: #115740;
    margin-right: 10px;
    margin-top: -7px
}

.review-sec .btn {
    background-color: #115740;
    border: 1px solid #115740;
    color: #fff;
    padding: 8px 31px
}

.btn-secondary {
    background-color: #ffffff !important;
    border: 2px solid #115740;
    color: #fff;
    padding: 5px 182x;
    margin: auto 0;
    color: #115740 !important;
    border-color: #115740 !important;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.btn-secondary:hover {
    color: #fff
}

.banner-img {
    position: relative;
    margin: 0 40px
}

.banner-img .inner {
    position: absolute;
    right: 0;
    height: 284px;
    width: 466px;
    top: 40px;
    bottom: 0;
    left: 0;
    margin: auto
}

.input-box {
    margin-top: 50px;
    box-shadow: 0 15px 30px -2px rgb(0 0 0 / 20%)
}

.input-box input.Search {
    padding: 50px 0 !important
}

.logo-sec {
    background: #fff;
    filter: grayscale(1);
    margin: 0;
    padding: 50px 0
}

.banner-border-bottom {
    border-bottom: 6px solid #115740
}

.pad-sec {
    padding: 120px 0
}

.container {
    max-width: 1200px !important
}

.ReviewCounter-container {
    display: inline-block;
    position: absolute;
    background-color: #115740;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    bottom: 107%;
    font-weight: 500;
    right: 153px;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 100;
    bottom: 170px
}

.ReviewCounter-container::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #115740;
    position: absolute;
    left: 10px;
    bottom: -7px
}

.input-dotted {
    width: 431px !important;
    height: auto;
    position: absolute;
    z-index: 0;
    margin-top: -41px;
    margin-left: -46px
}

.banner-media {
    position: relative
}

.banner-home {
    position: relative;
    overflow: hidden
}

.banner-content {
    z-index: 10001;
    margin-top: -200px
}

.banner-slider .slick-list {
    overflow: visible !important
}

.banner-images {
    width: 1403px !important;
    height: 850px !important;
    margin-left: -33px !important;
    margin-top: -26px !important;
    transform: rotate(8deg) !important;
    z-index: 1000
}

.banner-images img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 0 100px 100px
}

.theme-color {
    color: #115740
}

.card-slider {
    margin-top: 40px;
    position: absolute;
    width: 700px;
    top: 0
}

.card-slider .slick-slide:not(.slick-active) {
    opacity: 0;
    transition: .5s
}

._active {
    transition: all 0.5s;
    background: #eb4545
}

.review-card {
    width: 400px;
    height: 165px;
    background-color: #fff;
    margin-bottom: 29px;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px -2px rgb(0 0 0 / 15%);
    transition: all .25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.review-card-header {
    display: flex;
    flex-direction: row
}

.review-card-header .title {
    font-size: 16px;
    font-weight: 600
}

.review-card-header .title-star ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.review-card-header .title-star li {
    display: inline-block
}

.review-card-header .title-star i {
    font-size: 15px;
    color: #115740
}

.review-card-header .title-tick {
    margin: -6px 10px
}

.review-card-body p {
    font-size: 12px;
    color: #000;
    margin-top: 13px;
    margin-bottom: 0
}

.review-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.review-card-footer img {
    width: 30px;
    height: 30px
}

.review-card-footer p {
    color: #000;
    margin: 0
}

.review-card.card1 {
    margin-left: 200px
}

.review-card.card2 {
    margin-left: 140px
}

.review-card.card3 {
    margin-left: 70px
}

.bg-white {
    background-color: #fff
}

.about-content {
    padding: 40px 20px
}

.about-content .medium-heading {
    font-size: 34px;
    font-weight: 700
}

.about-content p {
    font-size: 15px;
    font-weight: 400
}

.review-info-belt {
    border-top: .6px solid rgb(233 233 235);
    padding: 15px 0
}

.review-info-sec {
    box-shadow: 2px 0 11px rgb(129 129 129 / 35%)
}

.info-card {
    color: #e6e6e9;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 5px;
    position: relative;
    width: auto;
    margin: 0 auto
}

.info-spearatar::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    right: 0;
    top: 8px;
    background-color: rgb(179 179 179 / 70%)
}

.info-card p {
    margin-left: 12px;
    color: #141414;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 1.3
}

.info-card-icon i {
    font-size: 44px;
    color: #115740
}

.medium-heading {
    font-size: 42px;
    font-weight: 600;
    color: #115740;
    line-height: 1.3;
    text-transform: capitalize
}

.comimg img {
    transition: .3s
}

.center {
    padding: 34px 0 0;
    overflow: hidden
}

.center .slick-list {
    overflow: visible !important
}

.comp:hover .comimg img {
    transform: scale(1.1)
}

.comp .medium-heading {
    color: #ffffff !important
}

.slick-arrow {
    font-size: 22px;
    margin-top: -5px
}

ctable .comp-header-left h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #fff
}

.comp-header-left p {
    font-size: 15px;
    margin-top: -4px
}

.comp-header-left {
    flex: .6;
    max-width: 60% !important
}

.comp-header-right {
    flex: .4;
    max-width: 40% !important;
    text-align: right;
    padding-top: 10px
}

.stars ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.stars li {
    display: inline-block
}

.stars li i {
    font-size: 13px;
    color: #fff;
    position: relative;
    bottom: 2px
}

.review-star li {
    background-color: focus-box;
    color: #fff;
    width: 17px;
    height: 17px;
    text-align: center
}

.center-slide {
    background-image: url(../../../../../../www.uktopwriters.org/wp-content/themes/twentynineteen/img/company-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 20px 0;
    padding-bottom: 32px
}

.post-time {
    font-size: 12px;
    font-weight: 500
}

.focus-box {
    transition: .5s
}

.focus-box .service-icon .pixeden {
    border-radius: 50%
}

.focus {
    padding-bottom: 100px;
    overflow: hidden;
    background: #FFF;
    padding: 80px 0 60px
}

.focus .row {
    text-align: center
}

.focus .row .focus-box,
.our-team .row .team-box {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 25px;
    padding: 20px
}

.focus-box .service-icon {
    display: block;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 15%;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: linear-gradient(45deg, #115740, #1c001e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.red,
.green,
.blue,
.yellow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.focus .heading {
    color: #115740;
    line-height: 1.1
}

.focus-box:hover {
    box-shadow: 0 1px 9px rgb(207 207 207 / 50%);
    transform: scale(1.05)
}

.focus-box i {
    font-size: 49px;
    position: relative;
    color: #fff
}

.focus-box h3 {
    color: #000;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    float: none;
    width: auto;
    background: none;
    border-bottom: 2px solid #115740;
    font-family: 'Poppins'
}

.focus-box p {
    font-size: 14px;
    color: #000
}

.fix-header {
    box-shadow: -3px 4px 4px rgb(143 143 143 / 38%);
    background: #fff
}

.focus a.zerif-default-links,
.our-team a.zerif-default-links {
    color: #404040
}

.about-us a.zerif-default-links,
.separator-one a.zerif-default-links,
.testimonial a.zerif-default-links,
.contact-us a.zerif-default-links {
    color: #fff
}

.testimonial #client-feedbacks a.zerif-default-links {
    color: #404040
}

.focus a.zerif-default-links:hover,
.about-us a.zerif-default-links:hover,
.our-team a.zerif-default-links:hover,
.testimonial a.zerif-default-links:hover,
.contact-us a.zerif-default-links:hover {
    color: #e96656
}

.separator-one a.zerif-default-links:hover,
.testimonial #client-feedbacks a.zerif-default-links:hover {
    color: #000
}

.Marquee {
    width: 100vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 800s linear infinite running;
    -moz-animation: marquee 800s linear infinite running;
    -o-animation: marquee 800s linear infinite running;
    -ms-animation: marquee 800s linear infinite running;
    animation: marquee 800s linear infinite running
}

.remove-marquee-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.Marquee-tag {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -o-transition: all 10s ease;
    -ms-transition: all 10s ease;
    transition: all 10s ease;
    height: 700px
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.bg-grey {
    background-color: #ededed
}

.review-sec {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 0 0
}

.review-box {
    width: 320px;
    padding: 9px 15px !important;
    background-color: #fff;
    margin: 30px 10px 0;
    transition: .7s;
    transform: scale(.97);
    height: auto;
    border: 1px solid #115740;
    border-radius: 5px
}

.review-box:hover {
    transform: perspective(1px) scale(1.03);
    box-shadow: 0 12px 20px 0 rgb(0 0 50 / 12%)
}

.review-box-heading {
    margin: 8px 0
}

.review-box-heading .profile {
    width: 40px;
    height: 40px;
    border-radius: 50px
}

.review-box-heading .rev-rating img {
    max-width: 110px !important;
    height: auto;
    margin-left: 10px
}

.review-box-heading span {
    margin-bottom: 6px
}

.review-box-heading i {
    background-color: #00b076;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.review-box-heading i::before {
    position: relative;
    top: 5.1px
}

.bg-green-star i {
    background-color: #00b076;
    color: #fff;
    border: none
}

.bg-orange-stra i {
    background-color: #00b076;
    color: #fff
}

.review-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0
}

.review-box p {
    text-align: left;
    font-size: 13px;
    font-weight: 500
}

.inner-page {
    margin-top: 100px
}

.home-page .btn-info {
    display: none !important
}

.not-found-page {
    display: flex;
    flex-direction: column;
    height: 90vh;
    align-items: center;
    justify-content: center
}

.not-found-page h2 {
    font-size: 48px;
    font-weight: 700;
    color: #882468
}

.not-found-page img {
    margin: 20px 0;
    height: 200px
}

.not-found-page a {
    position: relative;
    display: inline-block;
    color: #882468;
    margin-top: 15px;
    font-size: 17px
}

.not-found-page a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #882468;
    transition: all 700ms
}

.not-found-page a:hover::after {
    width: 100%
}

.content-modal {
    border: none
}

.content-modal .modal-body {
    padding: 0 !important
}

.style-header {
    background: #115740 !important;
    color: #fff;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    padding: 18px 10px
}

.style-header button {
    position: absolute;
    top: 13px;
    right: 10px;
    color: #ffffff !important;
    font-size: 34px;
    border: none;
    outline: none
}

.style-header h3 {
    border: none;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0
}

.post-content-modal .modal-dialog {
    margin-top: 148px;
    background-color: transparent
}

.style-modal-body {
    padding: 10px 10px
}

@media only screen and (max-width:767px) {
    .header--fixed .col-sm-6 {
        display: inline-flex;
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 !important
    }

    .header--fixed .container {
        padding: 0
    }

    .banner-img .inner {
        right: 0;
        height: 86%;
        width: 99%;
        top: 33px;
        bottom: 0;
        left: 0
    }

    .box-shp {
        height: 300px !important
    }

    .banner-img {
        margin: 0
    }

    .hero-title {
        font-size: 28px
    }

    .recomend-text h1 {
        margin: 29px auto !important
    }

    .banner-home {
        min-height: auto;
        padding: 120px 0 60px
    }

    .banner-home p {
        margin-bottom: 50px
    }

    .logo__image {
        width: 50%;
        margin-top: 1px
    }

    .section h2 {
        font-size: 26px;
        margin: 0 5px 40px 5px
    }

    .review-sec h2 {
        font-size: 26px
    }

    .marketing-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2
    }

    .bottom-foot {
        display: block
    }

    .bottom-foot ul {
        padding: 0
    }

    .brand-footer__links li {
        margin: 14px 0
    }

    .bottom-foot img {
        width: 200px;
        margin-bottom: 10px;
        margin-top: 40px
    }

    .header__wrapper .btn-info.custom {
        display: none
    }
}

.company-stars li {
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 1px;
    line-height: 26px
}

.company-stars li.not-active {
    background: #1c6a51 !important
}

.company-stars li.not-active i {
    color: #ad90a9
}

.company-stars li i {
    font-size: 16px;
    color: #115740;
    position: relative;
    margin: 4px 0 0 0;
    line-height: 16px
}

.heading {
    font-size: 42px;
    line-height: 1.12;
    font-weight: 600
}

.company-arrow {
    width: 130px;
    position: relative;
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
    margin-bottom: -59px
}

.company-arrow .arrow-cont {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #841960;
    margin: 0 5px;
    cursor: pointer
}

.company-arrow .arrow-cont:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1)
}

.company-arrow .arrow-cont i {
    font-size: 21px;
    position: relative
}

.marketing-sec {
    padding-bottom: 300px
}

.marketing {
    background: linear-gradient(45deg, #115740, #1c001e)
}

.cta-content {
    margin-top: -50px;
    z-index: 10;
    text-align: left;
    padding-left: 80px
}

.cta-img {
    position: absolute;
    width: 600px;
    height: auto;
    right: 0;
    top: 119px;
    z-index: -1
}

.cta-img img {
    width: 100%
}

.style-footer {
    padding: 20px 0;
    background-color: #f1f0f0;
    color: #000;
    border-top: 1px solid #ddd
}

.review-satrs {
    list-style: none;
    margin: 0;
    padding: 0
}

.rev-star {
    display: inline-block;
    background-color: #fff;
    color: #115740;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #115740
}

.brand-info-tab a {
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.shp-box-content {
    padding: 30px 20px
}

.caption {
    display: flex;
    flex-direction: row;
    align-items: center
}

.caption i {
    font-size: 18px;
    color: #115740;
    margin-right: 8px
}

.ctable tr {
    border-bottom: .2px solid #e7e7e7
}

.ctable tr td {
    padding: 15px 0
}

.shop-box-review {
    position: absolute;
    width: 100%;
    bottom: 0
}

.post-stars li {
    background: #d9bccf;
    line-height: 29px;
    width: 24px;
    height: 24px;
    border: 1px solid #d9bccf
}

.post-stars li.active {
    background: #115740;
    line-height: 29px;
    width: 24px;
    height: 24px
}

.post-stars li i {
    font-size: 17px
}

.topcom ul li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f101";
    color: #115740
}

.topcom ul li:hover {
    color: #115740
}

.inner-page {
    background-color: rgb(239 239 239);
    padding: 30px 0 50px
}

.header-btn {
    background-color: #115740;
    color: #fff;
    border: 1px solid #115740 !important
}

.header-btn:hover,
.btn-info:hover {
    background-color: #ffffff !important;
    color: #115740 !important;
    border: 1px solid #115740 !important
}

.btn-info {
    background-color: #115740 !important;
    color: #fff;
    border: 1px solid #115740 !important
}

#post-2,
#post-3 {
    margin-top: 133px
}

.bg-white {
    background-color: #fff
}

.brand-detail {
    padding: 0 11px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.brand-detail-separator::after {
    content: '';
    position: absolute;
    top: 5%;
    right: 1px;
    width: 1px;
    height: 90%;
    background-color: #e7e7e7
}

.brand-detail h2 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    color: #115740
}

.brand-detail p {
    color: #787878
}

.brand-detail-card {
    padding: 15px;
    margin-bottom: 18px;
    margin-top: 26px
}

.brand-detail-card i {
    font-size: 28px;
    color: #ababab;
    margin-bottom: 10px
}

.brand-detail-card h5 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    color: grey
}

.br-radius {
    width: 184px;
    height: 100px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 14px solid var(--color);
    border-bottom: 0;
    margin-bottom: 7px
}

.bg-theme-style {
    background: linear-gradient(180deg, #ffffff, #e5e5e5)
}

.bg-theme {
    background: #115740;
    color: #fff
}

.top-company {
    font-weight: 400;
    font-size: 16px
}

.top-company a {
    text-decoration: none;
    color: #000
}

.visit-site {
    text-decoration: none;
    color: #fff !important;
    background: #115740;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 14px
}

.visit-site:hover {
    color: #fff
}

.brand-recomended {
    position: relative;
    text-align: center;
    float: right;
    margin-bottom: 11px
}

.recomend-text {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -18px
}

.recomend-text h1 {
    margin: 0 -10px -7px 0;
    color: var(--color);
    font-size: 39px
}

.recomend-text p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    font-size: 13px;
    letter-spacing: 0
}

.star-rating {
    width: 150px
}

.detail-rating {
    width: 135px
}

.brand-detail-card .progress {
    max-width: 150px;
    height: 9px
}

.progress-bar {
    background-color: var(--progress_color);
    max-width: 150px
}

.progress-bar-color {
    color: #ababab
}

.progress-rating {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(191 191 191)
}

.p-relative {
    position: relative
}

.brand-review {
    font-size: 24px;
    font-weight: 600
}

.brand-heading {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    color: #115740
}

.widget-rating {
    color: #000
}

.feature-fixes {
    position: sticky;
    top: calc(93px + 1.5rem);
    width: 100%;
    padding: 0 10px;
    box-shadow: 0 5px 20px -2px rgb(0 0 0 / 15%);
    max-width: 600px;
    right: 0
}

.company-rating {
    font-size: 16px
}

.web-thmub-div {
    padding: 0 0 0 15px
}

.bold-font {
    font-weight: 500
}

.brand-detail p {
    color: #787878;
    margin: 0 0 5px 0
}

@media only screen and (max-width:380px) {
    .header__wrapper .btn-info.custom {
        font-size: 12px;
        padding: 8px 31px
    }
}

@media only screen and (max-width:340px) {
    .header__wrapper .btn-info.custom {
        font-size: 12px;
        padding: 8px 10px
    }

    .bottom-foot p {
        font-size: 12px
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .banner-home {
        min-height: auto;
        padding: 120px 0 60px
    }

    .banner-img {
        margin: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .banner-img .inner {
        right: 0;
        height: 86%;
        width: 99%;
        top: 33px;
        bottom: 0;
        left: 0
    }
}

@media only screen and (max-width:768px) {
    body {
        font-size: 14px
    }

    .web-thmub-div {
        padding: 0
    }

    .logo {
        max-width: 110px;
        margin-left: 10px
    }

    .logo img {
        max-width: 150px
    }

    header .btn {
        margin-top: -53px
    }

    .header__actual .logo-image-black {
        width: 130px;
        margin-left: 0;
        margin-top: -8px
    }

    .banner-content {
        z-index: 10001;
        width: 100%;
        float: none;
        margin-top: 0
    }

    .ReviewCounter-container {
        right: 26px;
        bottom: 152px
    }

    .banner-home {
        padding-bottom: 0
    }

    .banner-slider {
        margin-top: 170px
    }

    .info-spearatar::after {
        content: none
    }

    .banner-images {
        width: 100%;
        height: auto !important;
        margin-top: -26px !important;
        z-index: 1000;
        position: relative
    }

    .banner-images img {
        width: auto !important;
        height: 550px !important;
        border-radius: 50%
    }

    .review-card.card1 {
        margin-left: 8%
    }

    .review-card.card2 {
        margin-left: 4%
    }

    .review-card.card3 {
        margin-left: 0;
        display: none
    }

    .review-card {
        width: 90%;
        height: auto;
        background-color: #fff;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 10px
    }

    .review-card p {
        margin-bottom: 0
    }

    .review-card-footer {
        margin-top: 12px
    }

    .card-slider {
        margin-top: 100px;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 150px
    }

    .input-dotted {
        width: 74% !important;
        margin-top: -45px;
        margin-left: -12px
    }

    .medium-heading {
        font-size: 22px;
        font-weight: 600;
        color: #115740;
        line-height: 1.2
    }

    .focus-box .service-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 15px
    }

    .focus-box h3 {
        font-size: 22px
    }

    .comp-header-left {
        flex: .6;
        max-width: 60% !important;
        word-break: break-all
    }

    .comp {
        height: auto;
        padding: 5px
    }

    .comp-header-right {
        flex: .4;
        max-width: 40% !important;
        text-align: right
    }

    .comp-header-left h4 {
        font-size: 12px
    }

    .review-info-belt {
        border-top: .6px solid rgb(233 233 235);
        padding: 0
    }

    .heading {
        font-size: 22px
    }

    .center-slide {
        padding: 50px 15px;
        padding-bottom: 25px
    }

    .center {
        padding: 0 0 0 0;
        overflow: hidden
    }

    .cta-content {
        margin-top: -50px;
        z-index: 10;
        text-align: center;
        padding: 40px 25px
    }

    .cta-img {
        position: relative;
        top: 27px;
        display: none
    }

    .marketing-sec {
        padding-bottom: 60px
    }

    .brand-footer__links li {
        margin: 5px 5px;
        display: inline-block
    }

    .focus .row .focus-box,
    .our-team .row .team-box {
        margin-bottom: 0
    }

    .review-box {
        width: 250px
    }

    .box-shop-content h4 {
        font-size: 33px;
        line-height: 1.2
    }

    .inner-page {
        margin-top: 73px
    }

    .header-btn {
        background-color: #115740;
        position: absolute;
        right: 9px;
        top: 16px;
        padding: 10px !important;
        font-size: 14px
    }

    .contactform .modal-dialog.modal-sm {
        width: 300px;
        margin: 0 auto;
        position: relative;
        top: 50px
    }

    .modal-dialog {
        width: 90%;
        height: 94%;
        margin: 5%
    }

    .register-modal {
        height: auto !important
    }

    .review_content h4 {
        margin-left: 60px;
        font-size: 18px;
        font-weight: 600
    }

    #post-2,
    #post-3 {
        margin-top: 20px
    }

    .entry-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    #entry-content .entry-content h2 strong {
        font-size: 18px;
        font-weight: 500
    }

    .brand-stats {
        margin-top: 9px;
        align-items: start;
        flex-direction: column
    }

    .brand-recomended {
        position: relative;
        text-align: center;
        float: right;
        margin-top: 20px
    }

    .brand-detail {
        height: auto;
        padding: 20px 0
    }

    .brand-detail-card {
        margin-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #ddd
    }

    .brand-detail-card {
        padding: 5px 15px 15px;
        margin-bottom: 0;
        margin-top: 10px;
        border-bottom: 1px solid #ddd
    }

    .brand-detail-separator::after {
        width: 0;
        height: 0
    }

    .brand-detail-rating-container .border-bottom {
        border-bottom: 0 !important
    }

    .brand-heading {
        margin-left: 17px
    }

    .feature-fixes {
        height: auto
    }

    .top-company {
        font-weight: 400;
        font-size: 15px
    }

    .inner-page {
        padding: 0
    }

    #nsfp-featured-post-widget-2 {
        overflow: auto;
        padding: 10px
    }
}